@charset 'UTF-8'; 

#smartbanner {
	border-bottom: 1px solid #eee;
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none
}

#smartbanner, html.sb-animation {
	-webkit-transition: all .3s ease
}

#smartbanner .sb-container {
	margin: 0 auto
}

#smartbanner .sb-close {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
	font-family: ArialRoundedMTBold, Arial;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #070707;
	text-decoration: none;
	text-shadow: none;
	border-radius: 14px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	-webkit-font-smoothing: subpixel-antialiased
}

#smartbanner .sb-close:active {
	font-size: 13px;
	color: #aaa
}

#smartbanner .sb-icon {
	position: absolute;
	left: 30px;
	top: 10px;
	display: block;
	width: 57px;
	height: 57px;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

#smartbanner.no-icon .sb-icon {
	display: none
}

#smartbanner .sb-info {
	position: absolute;
	left: 98px;
	top: 18px;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 700;
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

#smartbanner #smartbanner.no-icon .sb-info {
	left: 34px
}

#smartbanner .sb-info strong {
	display: block;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 18px
}

#smartbanner .sb-info>span {
	display: block
}

#smartbanner .sb-info em {
	font-style: normal;
	text-transform: uppercase
}

#smartbanner .sb-button {
	position: absolute;
	right: 20px;
	top: 24px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	min-width: 10%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	color: #6a6a6a;
	background: -webkit-linear-gradient(top, #efefef 0, #dcdcdc 100%);
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0
		rgba(255, 255, 255, .7) inset
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
	background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%)
}

#smartbanner .sb-icon.gloss:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	border-top: 1px solid rgba(255, 255, 255, .8);
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0,
		rgba(255, 255, 255, .2) 100%);
	border-radius: 10px 10px 12px 12px
}

#smartbanner.android .sb-container {
	padding: 0;
	margin: 0
}

#smartbanner.android {
	background: #fff;
	padding: 0;
	margin: 0
}

#smartbanner.android .sb-close {
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #abaeb7;
	background: rgba(255, 255, 255, 0);
	font-size: 30px;
	box-shadow: none;
	padding: 34px 0 0 8px
}

#smartbanner.android .sb-close:active {
	color: #abaeb7
}

#smartbanner.android .sb-info {
	color: #888;
	padding: 0 0 0 20px;
	width: 48%
}

#smartbanner.android .sb-info strong {
	color: #343434;
	padding: 0 0 10px 0
}

#smartbanner.android .sb-button {
	min-width: 30px;
	border: 1px solid #0080fc;
	padding: 1px;
	margin: 35px 0 0 0;
	color: #0080fc;
	background: 0 0;
	border-radius: 3px;
	box-shadow: none;
	height: 18px;
	line-height: 16px;
	font-size: 10px;
	font-weight: 400
}

#smartbanner.android .sb-button span {
	text-align: center;
	display: block;
	padding: 0 10px;
	background-color: none
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover
	{
	background: 0 0
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span
	{
	background: ffffff
}

#smartbanner.android .sb-icon {
	top: 6px;
	left: 40px;
	position: relative;
	height: 68px;
	width: 68px
}

#smartbanner.android .googleplay {
	width: 40px;
	height: 40px;
	background-color: #003;
	position: fixed;
	top: 10px;
	right: 24px;
	background-image: url(../images/mobile/googleplay.jpg);
	background-size: 40px 40px
}

#smartbanner.windows .sb-icon {
	border-radius: 0
}

#smartbanner.windows .googleplay {
	display: none
} /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td, th {
	padding: 0
}
	/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !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^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../2016UX/fonts/glyphicons-halflings-regular.eot);
	src: url(../2016UX/fonts/glyphicons-halflings-regular.eot?#iefix)
		format('embedded-opentype'),
		url(../2016UX/fonts/glyphicons-halflings-regular.woff2)
		format('woff2'),
		url(../2016UX/fonts/glyphicons-halflings-regular.woff) format('woff'),
		url(../2016UX/fonts/glyphicons-halflings-regular.ttf)
		format('truetype'),
		url(../2016UX/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: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before, .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"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive,
	.thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.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: 400;
	line-height: 1;
	color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
	h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
	h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media ( min-width :768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.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: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media ( min-width :768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child
	{
	margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before
	{
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before,
	.blockquote-reverse small:before, blockquote.pull-right .small:before,
	blockquote.pull-right footer:before, blockquote.pull-right small:before
	{
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after,
	.blockquote-reverse small:after, blockquote.pull-right .small:after,
	blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

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: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

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 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media ( min-width :768px) {
	.container {
		width: 750px
	}
}

@media ( min-width :992px) {
	.container {
		width: 970px
	}
}

@media ( min-width :1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media ( min-width :768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media ( min-width :1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
		.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
	.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
	{
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th,
	.table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active,
	.table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th,
	.table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td,
	.table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active
	{
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th,
	.table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover,
	.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success,
	.table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th,
	.table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td,
	.table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success
	{
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th,
	.table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover,
	.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info,
	.table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th,
	.table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td,
	.table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info
	{
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th,
	.table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover,
	.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning,
	.table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th,
	.table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td,
	.table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning
	{
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th,
	.table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover,
	.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger,
	.table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th,
	.table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td,
	.table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger
	{
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th,
	.table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover,
	.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th,
		.table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th,
		.table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th
		{
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>td:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child,
		.table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>td:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child,
		.table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
		.table-responsive>.table-bordered>tbody>tr:last-child>th,
		.table-responsive>.table-bordered>tfoot>tr:last-child>td,
		.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	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=checkbox]:focus, input[type=file]:focus, input[type=radio]: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.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eee;
	opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control,
		input[type=month].form-control, input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local],
		.input-group-sm input[type=month], .input-group-sm input[type=time],
		input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm,
		input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local],
		.input-group-lg input[type=month], .input-group-lg input[type=time],
		input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg,
		input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
	.radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
	input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled,
	input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline,
	fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label,
	fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control
	{
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control
	{
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback,
	.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback,
	.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label,
	.has-success .help-block, .has-success .radio, .has-success .radio-inline,
	.has-success.checkbox label, .has-success.checkbox-inline label,
	.has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label,
	.has-warning .help-block, .has-warning .radio, .has-warning .radio-inline,
	.has-warning.checkbox label, .has-warning.checkbox-inline label,
	.has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
	.has-error .help-block, .has-error .radio, .has-error .radio-inline,
	.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
	.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media ( min-width :768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
	.form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media ( min-width :768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media ( min-width :768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
	.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
	.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
	.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover,
	.btn-default[disabled].focus, .btn-default[disabled]:focus,
	.btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus,
	fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
	{
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
	.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
	.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled].focus, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
	.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
	.open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus,
	.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover,
	.btn-success[disabled].focus, .btn-success[disabled]:focus,
	.btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus,
	fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover
	{
	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.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
	.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
	.open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus,
	.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover,
	.btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
	fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus,
	fieldset[disabled] .btn-info:hover {
	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.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover,
	.btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover,
	.open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus,
	.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
	.btn-warning[disabled].focus, .btn-warning[disabled]:focus,
	.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus,
	fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover
	{
	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.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover,
	.btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover,
	.open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus,
	.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
	.btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus,
	fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
	fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block
	{
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .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-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown, .dropup {
	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;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus,
	.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media ( min-width :768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover,
	.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus,
	.btn-group>.btn:hover {
	z-index: 2
}

.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 .btn, .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-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-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:not (:last-child )>.btn:last-child,
	.btn-group>.btn-group:first-child:not (:last-child )>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not (:first-child )>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(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 {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .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>.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-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.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-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	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=checkbox], [data-toggle=buttons]>.btn input[type=radio],
	[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio]
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.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.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon,
	select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon,
	select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control,
	textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn
	{
	height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon,
	.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon,
	select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon,
	select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control,
	textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn
	{
	height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

.input-group .form-control:not (:first-child ):not (:last-child ),
	.input-group-addon:not (:first-child ):not (:last-child ),
	.input-group-btn: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: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
	{
	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-group:not
	(:last-child )>.btn, .input-group-btn:last-child>.btn:not (:last-child
	):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-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:first-child>.btn-group:not (:first-child )>.btn,
	.input-group-btn:first-child>.btn:not (:first-child ), .input-group-btn:last-child>.btn,
	.input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
	{
	border-top-left-radius: 0;
	border-bottom-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:active, .input-group-btn>.btn:focus,
	.input-group-btn>.btn:hover {
	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
	{
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus,
		.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media ( min-width :768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media ( min-width :768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus,
		.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media ( min-width :768px) {
	.navbar {
		border-radius: 4px
	}
}

@media ( min-width :768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media ( min-width :768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse,
		.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
	{
	max-height: 340px
}

@media ( max-device-width :480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
		{
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
	.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
		.container>.navbar-collapse, .container>.navbar-header {
		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-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media ( min-width :768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		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;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media ( min-width :768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.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: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media ( max-width :767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a
		{
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover
		{
		background-image: none
	}
}

@media ( min-width :768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1)
}

@media ( min-width :768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio]
		{
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media ( max-width :767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media ( min-width :768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media ( min-width :768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media ( min-width :768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right ~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
	{
	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:focus, .navbar-default .navbar-nav>li>a:hover
	{
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus,
	.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
	{
	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:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media ( max-width :767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		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:focus, .navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover
	{
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus,
	.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
	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:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media ( max-width :767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover
	{
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a, .pager .next>span {
	float: right
}

.pager .previous>a, .pager .previous>span {
	float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover,
	.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.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, .container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.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 {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-o-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 {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-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-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .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, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .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, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .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, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right, .media>.pull-right {
	padding-left: 10px
}

.media-left, .media>.pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.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-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading
	{
	color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus,
	button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus,
	.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading,
	.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
	{
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.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: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,
	.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 {
	color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus,
	button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus,
	a.list-group-item-success.active:hover, button.list-group-item-success.active,
	button.list-group-item-success.active:focus, button.list-group-item-success.active:hover
	{
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus,
	button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
	button.list-group-item-info.active, button.list-group-item-info.active:focus,
	button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus,
	button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus,
	a.list-group-item-warning.active:hover, button.list-group-item-warning.active,
	button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover
	{
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading
	{
	color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus,
	button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus,
	a.list-group-item-danger.active:hover, button.list-group-item-danger.active,
	button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover
	{
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small,
	.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item
	{
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
	{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
	{
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table
	{
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption
	{
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child
	{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
	.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child
	{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.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,
	.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: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:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 3px
}

.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,
	.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: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:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child
	{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
	.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child
	{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.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,
	.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
	{
	border-bottom-left-radius: 3px
}

.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,
	.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 {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body,
	.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th
	{
	border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child
	{
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-bordered>thead>tr:first-child>td, .panel>.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,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>thead>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 {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group, .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: #333;
	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: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	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: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	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: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	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: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	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: #a94442
}

.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 embed,
	.embed-responsive iframe, .embed-responsive object, .embed-responsive video
	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(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;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity = 0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.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, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media ( min-width :992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity = 0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity = 90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.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 {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -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;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 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 {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	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: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d) , ( -webkit-transform-3d ) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right, .carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active, .carousel-inner>.item.next.left,
		.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity = 50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)),
		to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
		endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)),
		to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity = 90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
	{
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
	{
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.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%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(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-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
		{
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
		{
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
	.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
	.container-fluid:after, .container-fluid:before, .container:after,
	.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
	.form-horizontal .form-group:after, .form-horizontal .form-group:before,
	.modal-footer:after, .modal-footer:before, .modal-header:after,
	.modal-header:before, .nav:after, .nav:before, .navbar-collapse:after,
	.navbar-collapse:before, .navbar-header:after, .navbar-header:before,
	.navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after,
	.panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after,
	.container-fluid:after, .container:after, .dl-horizontal dd:after,
	.form-horizontal .form-group:after, .modal-footer:after, .modal-header:after,
	.nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after,
	.pager:after, .panel-body:after, .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: 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
}

.affix {
	position: fixed
}

@
-ms-viewport {
	width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media ( max-width :767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	td.visible-xs, th.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 !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	td.visible-sm, th.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 !important
	}
	tr.visible-md {
		display: table-row !important
	}
	td.visible-md, th.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 !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	td.visible-lg, th.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 !important
	}
	tr.visible-print {
		display: table-row !important
	}
	td.visible-print, th.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
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(../2016UX/slick/ajax-loader.gif) center center
		no-repeat
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../2016UX/slick/fonts/slick.eot);
	src: url(../2016UX/slick/fonts/slick.eot?#iefix)
		format('embedded-opentype'), url(../2016UX/slick/fonts/slick.woff)
		format('woff'), url(../2016UX/slick/fonts/slick.ttf)
		format('truetype'), url(../2016UX/slick/fonts/slick.svg#slick)
		format('svg')
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover
	{
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before,
	.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 3px;
	height: 3px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #fff;
	background-color: #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #fff
}

a, abbr, acronym, address, applet, article, aside, audio, b, big,
	blockquote, body, canvas, caption, center, cite, code, dd, del, details,
	dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
	h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd,
	label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby,
	s, samp, section, small, span, strike, strong, sub, summary, sup, table,
	tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	color: #2f2f2f;
	font-family: "微軟正黑體", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0;
	height: 100%;
	zoom: 1;
	font-size: 14px;
	-webkit-overflow-scrolling: touch !important;
	overflow: auto !important;
	height: 100% !important
}

* {
	box-sizing: border-box;
	letter-spacing: 0
}

li {
	list-style: none
}

input {
	outline: 0
}

a {
	text-decoration: none
}

a:link {
	color: #666
}

a:active . a:visited, a:hover {
	color: #f2763e
}

.clear {
	clear: both
}

.img_full {
	width: 100%
}

.f_l {
	float: left
}

.f_r {
	float: right
}

.margin_center {
	margin: 0 auto
}

.disp_table {
	display: table
}

.pos_relative {
	position: relative
}

.pos_absolute {
	position: absolute
}

h1 {
	font-size: 1em
}

h2, input, select {
	font-size: 1em
}

h3 {
	font-size: 1em
}

.fw_normal {
	font-weight: 400
}

.fw_bolder {
	font-weight: bolder
}

.fc_gray {
	color: #5c5c5c
}

.fc_gray_dis {
	color: #999
}

.fc_orange {
	color: rgba(245, 166, 35, 1)
}

.fc_yellow {
	color: #f7ba21
}

.fc_blue {
	color: #4b8fe4
}

.fc_red {
	color: #ff0202
}

.fc_white {
	color: #fff
}

.fc_black_8 {
	color: rgba(0, 0, 0, .87)
}

.fc_gray_8 {
	color: rgba(255, 255, 255, .8)
}

.bgColor_white {
	background-color: #fff
}

.bgColor_orange {
	background-color: #e5722a
}

.bgColor_yellow {
	background-color: #f7ba21
}

.bgColor_lightGray {
	background-color: #f3f3f3
}

.padding_all_0 {
	padding: 0
}

.padding_h_0 {
	padding-left: 0;
	padding-right: 0
}

.padding_v_0 {
	padding-top: 0;
	padding-bottom: 0
}

.padding_all_8 {
	padding: 8px
}

.padding_h_8 {
	padding-left: 8px;
	padding-right: 8px
}

.padding_v_8 {
	padding-top: 8px;
	padding-bottom: 8px
}

.padding_all_16 {
	padding: 16px
}

.padding_h_16 {
	padding-left: 16px;
	padding-right: 16px
}

.padding_v_16 {
	padding-top: 16px;
	padding-bottom: 16px
}

.margin_all_0 {
	margin: 0
}

.margin_h_0 {
	margin-left: 0;
	margin-right: 0
}

.margin_v_0 {
	margin-top: 0;
	margin-bottom: 0
}

.margin_all_8 {
	margin: 8px
}

.margin_h_8 {
	margin-left: 8px;
	margin-right: 8px
}

.margin_v_8 {
	margin-top: 8px;
	margin-bottom: 8px
}

.txtlim_oneLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.icon_resume {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_resume.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 8px 4px 0 0;
	border: 0 solid red
}

.icon_resume_2line {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_resume.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 0 0;
	border: 0 solid red
}

.icon_vLine {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_vLine.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	margin: 8px 4px 0 0;
	border: 0 solid red
}

.title_more {
	float: right;
	color: #f2763e;
	margin: 0 8px 0 0
}

.icon_more {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_more_white@2x.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	margin: 8px 4px 8px 0;
	border: 0 solid #fff
}

.icon_more_orang {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_more_orang.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	margin: 6px -12px 0 0;
	border: 0 solid #fff
}

.icon_rollback_orang {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_rollback.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	margin: 6px -12px 0 0;
	border: 0 solid #fff
}

.icon_crown {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_crown.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 8px 4px 0 0;
	border: 0 solid red
}

.icon_crown_gray {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../2016UX/images/icon_crown_gray.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 8px 4px 0 0;
	border: 0 solid red
}

.metrix_Box {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	background-color: #f3f3f3;
	box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
	margin-bottom: 8px
}

.line {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px
}

.box_full {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.btn_line_1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px
}

.btn_1 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #e5722a !important;
	text-decoration: none
}

.btn_2 {
	box-sizing: border-box;
	display: block;
	width: 48%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #e5722a !important;
	text-decoration: none
}

.btn_sep_line {
	float: left;
	width: 2px;
	height: 36px;
	background-image: url(../2016UX/images/btn_sep_line.jpg);
	background-repeat: no-repeat;
	background-size: 2px;
	background-position: 0 8px
}

.row_more_rollback {
	background-image: url(../2016UX/images/btn_sep_line.jpg);
	background-repeat: no-repeat;
	background-size: 2px;
	background-position: center center
}

.btn_txt_more {
	width: 80px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	background-image: url(../2016UX/images/icon_page_last.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 5px 5px;
	padding: 0 0 0 25px;
	color: #e5722a;
	border: 0 solid red
}

.btn_txt_rollback {
	width: 80px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	background-image: url(../2016UX/images/icon_page_next.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 5px 5px;
	padding: 0 0 0 25px;
	color: #e5722a;
	border: 0 solid red
}

.back_btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	float: left;
	width: 80px;
	height: 40px;
	background-image: url(../2016UX/images/icon_back.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 2px 8px;
	padding: 12px 0 0 35px;
	color: #e5722a
}

.img_box {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 146%;
	height: 0;
	overflow: hidden;
	border: 0 solid red
}

.img_box img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.group_img_box {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 81.25%;
	height: 0;
	overflow: hidden
}

.group_img {
	width: 100%;
	position: absolute
}

@media ( min-width :0px) and (orientation:portrait) {
	.wrap {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		border: 0 solid red
	}
	.footer {
		float: left;
		width: 100%;
		height: 76px;
		background: #d8d7d8;
		text-align: center;
		padding: 20px 0 0;
		color: #767777;
		line-height: 28px;
		z-index: 11;
		border: 1px solid red
	}
	.header_box {
		top: -1px;
		left: 0;
		z-index: 90;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		border: 0 solid red
	}
	.header {
		box-sizing: border-box;
		background: #fff;
		position: relative;
		z-index: 90;
		width: 100%;
		padding: 6px 4px;
		height: 43px;
		border-bottom: 1px solid #ebe9e8;
		border: 0 solid red
	}
	.logo {
		float: left;
		margin: 8px 0 0 8px;
		width: 74px
	}
	.menu {
		display: block;
		float: left;
		width: 36px;
		height: 36px;
		background-image: url(../2016UX/images/icon_menu@2x.png);
		background-repeat: no-repeat;
		background-size: 40px;
		background-position: center center;
		margin-top: -2px;
		border: 0 solid red
	}
	.head_ad {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
		height: 5vh;
		line-height: 30px;
		background-image: url(../2016UX/images/ad_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		overflow: hidden
	}
	.head_ad .icon_live {
		display: block;
		position: relative;
		width: 36px;
		height: 20px;
		margin: 5px 8px 0 8px;
		float: left;
		background-color: red;
		color: #fff;
		text-align: center;
		line-height: 20px;
		font-size: .8em;
		border-radius: 16px
	}
	.live_txt {
		float: left;
		font-size: .9em;
		color: #000;
		margin: 1px 0 0 0
	}
	.ad_mark {
		display: block;
		float: left;
		position: relative;
		margin: 4px 0 0 4px;
		height: 24px
	}
	.scroll_Menu {
		box-sizing: border-box;
		z-index: 99;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.slide_down {
		top: 0
	}
	.slide_up {
		top: -30px
	}
	.scroll_Menu_items {
		float: left;
		display: block;
		width: 100%;
		height: 40px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.scroll_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: 550px;
		height: 40px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.scroll_Menu_items li {
		box-sizing: border-box;
		float: left;
		width: 55px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em
	}
	.scroll_Menu_items li a, .scroll_Menu_items li a:active,
		.scroll_Menu_items li a:hover, .scroll_Menu_items li a:visited {
		color: gray;
		text-decoration: none
	}
	.active {
		color: #e5722a !important
	}
	.icon_metrix, .icon_metrix_cate {
		position: relative;
		float: right;
		margin: -40px 0 0 0;
		width: 50px;
		height: 40px;
		background-color: #fff;
		background-image: url(../2016UX/images/icon_metrix.png);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center center;
		z-index: 109;
		border: 0 solid red
	}
	.item_mark {
		background-color: red;
		width: 55px;
		height: 2px;
		position: absolute;
		bottom: 1px;
		float: left;
		z-index: 10
	}
	.con_margin_index {
		display: none;
		margin-top: 114px
	}
	.con_margin_index_titleOnly {
		display: none;
		margin-top: 51px
	}
	.contain {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		font-size: 1em;
		line-height: 1.2em
	}
	.banner, .banner_h {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: auto;
		border: 0 solid gray
	}
	.banner {
		display: block
	}
	.banner_h {
		display: none
	}
	.banner img {
		width: 100%
	}
	.slider {
		width: 100%;
		margin: 0 auto
	}
	.slick-slide {
		margin: 0 0
	}
	.slick-slide img {
		width: 100%
	}
	.slick-next:before, .slick-prev:before {
		color: #000
	}
	.regular_02 {
		margin: 8px 0
	}
	.regular_02 div img {
		width: 92%;
		margin: 0 auto;
		border-radius: 8px;
		border: 0 solid red
	}
	.search_btn {
		display: block;
		float: right;
		width: 40px;
		height: 36px;
		background-image: url(../2016UX/images/icon_search@2x.png);
		background-repeat: no-repeat;
		background-size: 42px;
		background-position: center;
		cursor: pointer;
		border: 0 solid red
	}
	.search_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f3f3f3;
		z-index: 103;
		overflow: auto;
		border: 0 solid gray
	}
	.search-nav {
		box-sizing: border-box;
		top: 0;
		width: 100%;
		padding: 15px;
		display: table;
		margin: 0;
		background: #fff;
		z-index: 2;
		border: 0 solid gray
	}
	.con_margin_search {
		display: none;
		width: 100%;
		height: 80px
	}
	.search_close {
		display: inline-block;
		float: right;
		width: 10%;
		height: 26px;
		line-height: 26px;
		text-align: center;
		color: #b6b6b6;
		border: 0 solid #d3d3d3
	}
	.textBox {
		float: left;
		width: 100%;
		height: 28px;
		line-height: 28px;
		padding: 4px;
		border: 1px solid #c7c7c7
	}
	.textBox::-webkit-input-placeholder {
		color: #d4d4d4
	}
	.text_del_box {
		display: inline-block;
		width: 85%;
		border: 0 solid red
	}
	.text_del_btn {
		position: relative;
		display: block;
		float: right;
		margin: -26px 4px 0 0;
		width: 24px;
		height: 24px;
		background-image: url(../2016UX/images/search_del2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: center;
		border: 0 solid red
	}
	.keyword_box {
		box-sizing: border-box;
		display: block;
		height: auto;
		padding: 0 10px
	}
	.keyword_box a {
		box-sizing: border-box;
		display: block;
		height: auto;
		width: 100%;
		height: 24px;
		line-height: 24px;
		color: #e5722a
	}
	.channel_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f3f3f3;
		z-index: 103;
		overflow: auto;
		border: 0 solid gray
	}
	.channel_nav {
		box-sizing: border-box;
		z-index: 2;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.con_margin_channel {
		display: none;
		width: 100%;
		height: 40px;
		border: 0 solid red
	}
	.channel_nav .title {
		width: 80px;
		height: 36px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		border: 0 solid red
	}
	.channel_items_box {
		box-sizing: border-box;
		display: block;
		height: auto;
		padding: 20px 10px
	}
	.channel_items_box .col-xs-4 {
		box-sizing: border-box;
		padding: 11px 5px
	}
	.channel_items_box a {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-radius: 6px
	}
	.channel_items_box a img {
		border-radius: 6px
	}
	.channel_items_box a .txt {
		width: 80%;
		text-align: center;
		margin: -28px auto 0 auto;
		color: #fff;
		border: 0 solid #000
	}
	.search_reslt_nav {
		box-sizing: border-box;
		z-index: 2;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.search_reslt_nav .title {
		width: 80px;
		height: 36px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		border: 0 solid red
	}
	.closeIcon {
		display: none;
		position: absolute;
		width: 80px;
		height: 80px;
		border: 1px solid red;
		background-image: url(../2016UX/images/drawer_close.png);
		background-size: 70px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #000;
		top: 20px;
		left: 510px;
		z-index: 102
	}
	.drawMask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(51, 51, 51, .5);
		z-index: 100;
		color: #fff
	}
	.drawMenu {
		box-sizing: border-box;
		display: block;
		position: fixed;
		width: 250px;
		height: 100%;
		padding: 15px;
		left: -300px;
		top: 0;
		background: #2c2c2c;
		z-index: 102;
		box-shadow: 4px 0 35px #000;
		overflow: auto
	}
	.drawMenu ul {
		box-sizing: border-box;
		width: 100%;
		border-bottom: 1px solid #696969;
		margin: 4px 0
	}
	.drawMenu ul:first-child, .drawMenu ul:last-child {
		border-bottom: 0
	}
	.drawMenu ul li {
		box-sizing: border-box;
		width: 100%;
		height: 36px;
		line-height: 36px;
		border-bottom: 0 solid gray
	}
	.drawMenu .txt_line {
		box-sizing: border-box;
		width: 100%;
		height: 36px;
		line-height: 36px;
		color: #a4a4a4;
		border-bottom: 0 solid gray
	}
	.drawMenu ul li.title {
		color: #979797;
		font-size: .9em
	}
	.drawMenu ul li a {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		color: #fff;
		text-decoration: none
	}
	.drawMenu ul li a::after {
		float: right;
		content: "";
		color: #fff;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat
	}
	.extra_info {
		display: inline-block;
		width: 26px;
		height: 20px;
		line-height: 20px;
		background-color: #fbc406;
		text-align: center;
		color: #000;
		margin: 0 4px 0 12px;
		border-radius: 8px
	}
	.extra_dot {
		display: inline-block;
		position: relative;
		top: -6px;
		width: 8px;
		height: 8px;
		background-color: #fc5106;
		margin: 0 4px 0 4px;
		border-radius: 50%
	}
	.drawMenu_btn_box {
		box-sizing: border-box;
		display: table;
		width: 100%;
		margin: 8px 0
	}
	.drawMenu_btn_1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff !important;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 3px
	}
	.drawMenu_btn_2 {
		box-sizing: border-box;
		display: block;
		width: 48%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff !important;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 3px
	}
	.closeBT {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 40px;
		height: 40px;
		border: 0 solid red;
		background-image: url(../2016UX/images/drawer_close.png);
		background-size: 35px;
		background-position: center;
		background-repeat: no-repeat;
		top: 10px;
		left: 260px;
		border: 0 solid red;
		z-index: 103
	}
	.news_img {
		width: 100%;
		height: 100%;
		position: relative
	}
	.ctrl_mask {
		box-sizing: border-box;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: rgba(0, 0, 0, .4)
	}
	[class*=video-control-] {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 50px;
		width: 55px;
		height: 55px;
		border: 1px solid #fff;
		background-color: rgba(0, 0, 0, .2);
		border-radius: 50%
	}
	[class*=video-control-]:active {
		background-color: rgba(0, 0, 0, .6)
	}
	.video-control-play {
		margin: -27px 0 0 -28px;
		background-image: url(../2016UX/images/ctrl_play2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 28px 31px
	}
	.btm_floatBar {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
		background-color: #f6f6f6;
		color: #fff;
		-webkit-transition: bottom .5s;
		border-top: 1px solid #e1e1e1;
		z-index: 70
	}
	.floatBar_active {
		bottom: -60px
	}
	.btm_floatBar .col-xs-4 {
		text-decoration: none
	}
	.con_margin_btm_floatBar {
		display: block;
		height: 61px
	}
	.btmBar_iconbox {
		width: 60px;
		height: auto;
		padding-top: 40px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 37px 26px;
		color: #666;
		text-align: center;
		font-size: .9em;
		border: 0 solid red
	}
	.news {
		background-image: url(../2016UX/images/bottom_bar_icon_news.png)
	}
	.event {
		background-image: url(../2016UX/images/bottom_bar_icon_event.png)
	}
	.app {
		background-image: url(../2016UX/images/bottom_bar_icon_app.png)
	}
	.popup_warp {
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, .4);
		z-index: 100
	}
	.popup {
		width: 80%;
		position: relative;
		height: auto;
		margin: -56% -40%;
		top: 50%;
		left: 50%;
		padding: 25px;
		background-color: rgba(255, 255, 255, 1);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px
	}
	.popup_title {
		text-align: center;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
		color: #f60;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-moz-line-clamp: 2;
		-moz-box-orient: vertical;
		overflow: hidden;
		max-height: 50px
	}
	.popup_content {
		text-align: left;
		font-size: 15px;
		line-height: 25px;
		overflow-y: scroll;
		max-height: 200px;
		color: #666
	}
	.popup_btn_warp {
		text-align: center;
		width: 100%;
		margin: 10px 0 0 0
	}
	.popup_btn {
		background-color: #f60;
		width: 100px;
		height: 40px;
		border-radius: 3px;
		margin: 0 auto;
		display: inline-block
	}
	.popup_btn a {
		color: #fff;
		text-decoration: none;
		text-align: center;
		line-height: 40px
	}
	.popup_btn_gray {
		background-color: #999
	}
}

@media ( min-width :0px) and (orientation:landscape) {
	.wrap {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		top: -2px
	}
	.header_box {
		box-sizing: border-box;
		width: 100%;
		height: 40px;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		top: 0;
		z-index: 90
	}
	.header {
		box-sizing: border-box;
		background: #fff;
		top: 0;
		position: relative;
		z-index: 90;
		width: 100%;
		padding: 4px 8px;
		height: 36px;
		border-bottom: 2px solid #ebe9e8;
		border: 0 solid red
	}
	.logo {
		float: left;
		margin: 5px 0 0 14px;
		width: 74px
	}
	.menu {
		display: block;
		float: left;
		width: 28px;
		height: 28px;
		background-image: url(../2016UX/images/icon_menu@2x.png);
		background-repeat: no-repeat;
		background-size: 40px;
		background-position: center;
		cursor: pointer;
		border: 0 solid red
	}
	.search {
		display: block;
		float: right;
		width: 28px;
		height: 28px;
		background-image: url(../2016UX/images/icon_search@2x.png);
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: center;
		border: 1px solid red
	}
	.head_ad {
		box-sizing: border-box;
		display: none
	}
	.scroll_Menu {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.scroll_Menu_items {
		float: left;
		display: block;
		width: 100%;
		height: 40px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.scroll_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: 550px;
		height: 40px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.scroll_Menu_items li {
		box-sizing: border-box;
		float: left;
		width: 55px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em
	}
	.scroll_Menu_items li a, .scroll_Menu_items li a:active,
		.scroll_Menu_items li a:hover, .scroll_Menu_items li a:visited {
		color: gray;
		text-decoration: none
	}
	.active {
		color: red !important
	}
	.icon_metrix {
		position: relative;
		float: right;
		margin: -40px 0 0 0;
		width: 60px;
		height: 35px;
		background-color: #fff;
		background-image: url(../2016UX/images/icon_metrix.png);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: 22px center;
		z-index: 109;
		border: 0 solid red
	}
	.icon_metrix_cate {
		position: relative;
		float: right;
		margin: -40px 0 0 0;
		width: 50px;
		height: 35px;
		background-color: #fff;
		background-image: url(../2016UX/images/icon_metrix.png);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center center;
		z-index: 109;
		border: 0 solid red
	}
	.item_mark {
		background-color: red;
		width: 55px;
		height: 2px;
		position: absolute;
		bottom: 4px;
		float: left;
		z-index: 10
	}
	.con_margin_index {
		display: none;
		margin-top: 80px
	}
	.con_margin_index_titleOnly {
		display: none;
		margin-top: 40px
	}
	.banner, .banner_h {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: auto;
		background-color: #454545;
		text-align: center;
		border: 0 solid red
	}
	.banner {
		display: none
	}
	.banner_h {
		display: block
	}
	.banner img {
		width: 100%
	}
	.indexCon-margin {
		margin-top: 80px
	}
	.search_btn {
		display: block;
		float: right;
		width: 40px;
		height: 36px;
		background-image: url(../2016UX/images/search_icon.png);
		background-repeat: no-repeat;
		background-size: 42px;
		background-position: center;
		cursor: pointer;
		border: 0 solid red
	}
	.search_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f3f3f3;
		z-index: 103;
		overflow: auto;
		border: 0 solid gray
	}
	.search-nav {
		box-sizing: border-box;
		width: 100%;
		top: 0;
		padding: 15px;
		display: table;
		margin: 0;
		background: #fff;
		z-index: 2;
		border: 0 solid gray
	}
	.con_margin_search {
		display: none;
		width: 100%;
		height: 80px
	}
	.search_close {
		display: inline-block;
		float: right;
		width: 10%;
		height: 26px;
		line-height: 26px;
		text-align: center;
		color: #b6b6b6;
		border: 0 solid #d3d3d3
	}
	.textBox {
		float: left;
		width: 100%;
		height: 28px;
		line-height: 28px;
		padding: 4px;
		border: 1px solid #c7c7c7
	}
	.textBox::-webkit-input-placeholder {
		color: #d4d4d4
	}
	.text_del_box {
		display: inline-block;
		width: 85%;
		border: 0 solid red
	}
	.text_del_btn {
		position: relative;
		display: block;
		float: right;
		margin: -26px 4px 0 0;
		width: 24px;
		height: 24px;
		background-image: url(../2016UX/images/search_del2.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: center;
		border: 0 solid red
	}
	.keyword_box {
		box-sizing: border-box;
		display: block;
		height: auto;
		padding: 0 10px
	}
	.keyword_box a {
		box-sizing: border-box;
		display: block;
		height: auto;
		width: 100%;
		height: 24px;
		line-height: 24px;
		color: #e5722a
	}
	.channel_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #f3f3f3;
		z-index: 103;
		overflow: auto;
		border: 0 solid gray
	}
	.channel_nav {
		box-sizing: border-box;
		position: fixed;
		z-index: 2;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.con_margin_channel {
		display: none;
		width: 100%;
		height: 41px
	}
	.channel_nav .title {
		width: 80px;
		height: 36px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		border: 0 solid red
	}
	.channel_items_box {
		box-sizing: border-box;
		display: block;
		height: auto;
		padding: 20px 10px
	}
	.channel_items_box .col-xs-4 {
		box-sizing: border-box;
		padding: 11px 5px
	}
	.channel_items_box a {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-radius: 6px
	}
	.channel_items_box a img {
		border-radius: 6px
	}
	.channel_items_box a .txt {
		width: 80%;
		text-align: center;
		margin: -28px auto 0 auto;
		color: #fff;
		border: 0 solid #000
	}
	.search_reslt_nav {
		box-sizing: border-box;
		z-index: 2;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.search_reslt_nav .title {
		width: 80px;
		height: 36px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		border: 0 solid red
	}
	.closeIcon {
		display: none;
		position: absolute;
		width: 80px;
		height: 80px;
		border: 1px solid red;
		background-image: url(../2016UX/images/drawer_close.png);
		background-size: 70px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #000;
		top: 20px;
		left: 510px;
		z-index: 102
	}
	.drawMask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(51, 51, 51, .5);
		z-index: 100;
		color: #fff
	}
	.drawMenu {
		box-sizing: border-box;
		display: block;
		position: fixed;
		width: 250px;
		height: 100%;
		padding: 15px;
		left: -300px;
		top: 0;
		background: #2c2c2c;
		z-index: 102;
		box-shadow: 4px 0 35px #000;
		overflow: auto
	}
	.drawMenu ul {
		box-sizing: border-box;
		width: 100%;
		border-bottom: 1px solid #696969;
		margin: 4px 0
	}
	.drawMenu ul:first-child, .drawMenu ul:last-child {
		border-bottom: 0
	}
	.drawMenu ul li {
		box-sizing: border-box;
		width: 100%;
		height: 36px;
		line-height: 36px;
		border-bottom: 0 solid gray
	}
	.drawMenu .txt_line {
		box-sizing: border-box;
		width: 100%;
		height: 36px;
		line-height: 36px;
		color: #a4a4a4;
		border-bottom: 0 solid gray
	}
	.drawMenu ul li.title {
		color: #979797;
		font-size: .9em
	}
	.drawMenu ul li a {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		color: #fff;
		text-decoration: none
	}
	.drawMenu ul li a::after {
		float: right;
		content: "";
		color: #fff;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat
	}
	.extra_info {
		display: inline-block;
		width: 26px;
		height: 20px;
		line-height: 20px;
		background-color: #fbc406;
		text-align: center;
		color: #000;
		margin: 0 4px 0 12px;
		border-radius: 8px
	}
	.extra_dot {
		display: inline-block;
		position: relative;
		top: -6px;
		width: 8px;
		height: 8px;
		background-color: #fc5106;
		margin: 0 4px 0 4px;
		border-radius: 50%
	}
	.drawMenu_btn_box {
		box-sizing: border-box;
		display: table;
		width: 100%;
		margin: 8px 0
	}
	.drawMenu_btn_1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff !important;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 3px
	}
	.drawMenu_btn_2 {
		box-sizing: border-box;
		display: block;
		width: 48%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff !important;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 3px
	}
	.closeBT {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 40px;
		height: 40px;
		border: 0 solid red;
		background-image: url(../2016UX/images/drawer_close.png);
		background-size: 35px;
		background-position: center;
		background-repeat: no-repeat;
		top: 10px;
		left: 260px;
		border: 0 solid red;
		z-index: 103
	}
	.news_img {
		width: 100%;
		height: 100%;
		position: relative
	}
	.ctrl_mask {
		box-sizing: border-box;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: rgba(0, 0, 0, .4)
	}
	[class*=video-control-] {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 50px;
		width: 55px;
		height: 55px;
		border: 1px solid #fff;
		background-color: rgba(0, 0, 0, .2);
		border-radius: 50%
	}
	[class*=video-control-]:active {
		background-color: rgba(0, 0, 0, .6)
	}
	.video-control-play {
		margin: -27px 0 0 -28px;
		background-image: url(../2016UX/images/ctrl_play2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 28px 31px
	}
	.indexCon-margin {
		margin-top: 78px
	}
	.contain {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		font-size: 1em;
		line-height: 1.2em
	}
	.btm_floatBar {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
		background-color: #f6f6f6;
		color: #fff;
		-webkit-transition: bottom .5s;
		border-top: 1px solid #e1e1e1;
		z-index: 70
	}
	.floatBar_active {
		bottom: -60px
	}
	.btm_floatBar .col-xs-4 {
		text-decoration: none
	}
	.con_margin_btm_floatBar {
		display: block;
		height: 61px
	}
	.btmBar_iconbox {
		width: 60px;
		height: auto;
		padding-top: 40px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 37px 26px;
		color: #666;
		text-align: center;
		font-size: .9em;
		border: 0 solid red
	}
	.news {
		background-image: url(../2016UX/images/bottom_bar_icon_news.png)
	}
	.event {
		background-image: url(../2016UX/images/bottom_bar_icon_event.png)
	}
	.app {
		background-image: url(../2016UX/images/bottom_bar_icon_app.png)
	}
	.popup_warp {
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, .4);
		z-index: 100
	}
	.popup {
		width: 500px;
		position: relative;
		height: auto;
		margin: -25% -250px;
		top: 50%;
		left: 50%;
		padding: 25px;
		background-color: rgba(255, 255, 255, 1);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px
	}
	.popup_title {
		text-align: center;
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 20px;
		color: #f60;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-moz-line-clamp: 2;
		-moz-box-orient: vertical;
		overflow: hidden;
		max-height: 58px
	}
	.popup_content {
		text-align: left;
		font-size: 15px;
		line-height: 25px;
		max-height: 200px;
		overflow-y: scroll;
		color: #666
	}
	.popup_btn_warp {
		text-align: center;
		width: 100%;
		margin: 10px 0 0 0
	}
	.popup_btn {
		background-color: #f60;
		width: 100px;
		height: 40px;
		border-radius: 3px;
		margin: 0 auto;
		display: inline-block
	}
	.popup_btn a {
		color: #fff;
		font-size: 17px;
		text-decoration: none;
		text-align: center;
		line-height: 40px
	}
	.popup_btn_gray {
		background-color: #999
	}
}

@media ( max-height :320px) {
	.popup_title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
		max-height: 50px
	}
	.popup_content {
		text-align: left;
		font-size: 15px;
		line-height: 25px;
		overflow-y: scroll;
		max-height: 100px;
		color: #666
	}
}

.margin_center {
	margin: 0 auto
}

@media ( min-width :0px) and (orientation:portrait) {
	.boot_row_adj {
		margin: -9px;
		padding: 8px
	}
	.movBox {
		box-sizing: border-box;
		display: block;
		height: auto;
		box-shadow: 0 0 5px rgba(74, 74, 74, .2);
		padding: 0;
		margin: 5px;
		border-radius: 4px;
		border: 0 solid red
	}
	.movBox img {
		border-radius: 4px 4px 0 0;
		width: 100%
	}
	.movBox_txt {
		box-sizing: border-box;
		font-size: .8em;
		padding: 2px 0 2px 4px;
		background-color: #fff;
		border-radius: 0 0 4px 4px
	}
	.mov_name {
		margin: 4px 0
	}
	.rent_tag {
		box-sizing: border-box;
		position: absolute;
		top: 4px;
		left: 4px;
		width: auto;
		max-width: 90%;
		height: 20px;
		line-height: 20px;
		padding: 0 2px;
		text-align: center;
		font-size: .8em;
		color: #000;
		background-color: rgba(189, 189, 189, .9)
	}
	.icon_start {
		float: right;
		font-weight: 700;
		color: #fdbd2c;
		white-space: nowrap;
		border: 0 solid red
	}
	.icon_start img {
		width: 16px
	}
	.icon_start .num {
		float: right;
		margin: 2px 0 0 4px;
		font-size: 1em
	}
	.subject_box {
		box-sizing: border-box;
		height: auto;
		background-size: cover;
		background-position: center;
		padding: 8px 8px 8px 8px
	}
	.bg-more .more_box, .subject_box .line .more_box {
		box-sizing: border-box;
		float: right;
		display: block;
		width: 85px;
		height: 36px;
		line-height: 36px;
		text-decoration: none;
		color: #fff !important;
		border: 0 solid red
	}
	.bg-more {
		position: absolute;
		bottom: 2px;
		right: 12px;
		z-index: 1;
		color: #fff !important
	}
	.regular_02 {
		margin: 8px 0
	}
	.regular_02 div img {
		width: 92%;
		margin: 0 auto;
		border-radius: 8px;
		border: 0 solid red
	}
}

@media ( min-width :0px) and (orientation:landscape) {
	.boot_row_adj {
		margin: -9px;
		padding: 8px
	}
	.movBox {
		box-sizing: border-box;
		display: block;
		height: auto;
		box-shadow: 0 0 5px rgba(74, 74, 74, .2);
		padding: 0;
		margin: 5px;
		border-radius: 8px;
		border: 0 solid red
	}
	.movBox img {
		border-radius: 8px 8px 0 0;
		width: 100%
	}
	.movBox_txt {
		box-sizing: border-box;
		font-size: .8em;
		padding: 2px 0 2px 4px;
		background-color: #fff;
		border-radius: 0 0 4px 4px
	}
	.mov_name {
		margin: 4px 0
	}
	.rent_tag {
		box-sizing: border-box;
		position: absolute;
		top: 4px;
		left: 4px;
		width: auto;
		max-width: 90%;
		height: 20px;
		line-height: 20px;
		padding: 0 2px;
		text-align: center;
		font-size: .8em;
		color: #000;
		background-color: rgba(189, 189, 189, .9)
	}
	.icon_start {
		float: right;
		font-weight: 700;
		color: #fdbd2c
	}
	.icon_start img {
		width: 16px
	}
	.subject_box {
		box-sizing: border-box;
		height: auto;
		background-size: cover;
		background-position: center;
		padding: 8px 8px 8px 8px
	}
	.bg-more .more_box, .subject_box .line .more_box {
		box-sizing: border-box;
		float: right;
		display: block;
		width: 85px;
		height: 36px;
		line-height: 36px;
		text-decoration: none;
		color: #fff !important
	}
	.regular_02 {
		margin: 8px 0
	}
	.regular_02 div img {
		width: 92%;
		margin: 0 auto;
		border-radius: 8px;
		border: 0 solid red
	}
}

@media ( min-width :0px) and (orientation:portrait) {
	.owl-stage {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: box
	}
	.scroll_filter_menu {
		height: 42px;
		background-color: #fff
	}
	.scroll_filter_menu li {
		display: inline-block;
		margin: 0 10px
	}
	.scroll_filter_menu li a {
		line-height: 42px;
		color: gray;
		text-decoration: none
	}
	.scroll_filter_menu li a.active, .scroll_filter_menu li a:active {
		color: #e5722a;
		font-weight: 700
	}
	.scroll_filter_menu .owl-stage-outer {
		padding-left: 8px;
		padding-right: 0
	}
	.scroll_filter_menu * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.ch_scroll_Menu {
		box-sizing: border-box;
		z-index: 99;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.scroll_filter_Menu {
		box-sizing: border-box;
		z-index: 99;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.con_margin_chPage {
		display: none;
		width: 100%;
		height: 130px;
		background-color: #fff;
		border: 0 solid red
	}
	.ch_scroll_Menu_items, .scroll_filter_items {
		float: left;
		display: block;
		width: 100%;
		height: 40px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.ch_scroll_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: 550px;
		height: 40px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.ch_scroll_Menu_items ul li {
		box-sizing: border-box;
		float: left;
		width: 55px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em
	}
	.ch_scroll_Menu_items li a, .scroll_filter_items li a {
		color: gray;
		text-decoration: none
	}
	.active {
		color: #e5722a !important
	}
	.icon_metrix {
		position: relative;
		float: right;
		margin: -40px 0 0 0;
		width: 60px;
		height: 40px;
		background-color: #fff;
		background-image: url(../2016UX/images/icon_metrix.png);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: 22px center;
		z-index: 109;
		border: 0 solid red
	}
	.item_mark {
		background-color: red;
		width: 55px;
		height: 2px;
		position: absolute;
		bottom: 1px;
		float: left;
		z-index: 10
	}
	.cate_Menu {
		box-sizing: border-box;
		z-index: 99;
		position: relative;
		width: 100%;
		height: 46px;
		background-color: #fff;
		border-bottom: 1px solid gray
	}
	.cate_Menu_items {
		float: left;
		display: block;
		width: 100%;
		height: 46px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.cate_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: auto;
		height: 46px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.cate_Menu_items li {
		box-sizing: border-box;
		float: left;
		width: auto;
		padding: 0;
		margin: 10px 5px;
		border-radius: 3px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em;
		font-weight: 400;
		border: 1px solid #e5722a
	}
	.cate_Menu_items li a, .cate_Menu_items li a:hover, .cate_Menu_items li a:visited
		{
		display: block;
		padding: 4px 6px;
		width: 100%;
		height: 100%;
		color: #e5722a;
		text-decoration: none
	}
	.cate_Menu_items li a:active {
		display: block;
		padding: 4px 6px;
		width: 100%;
		height: 100%;
		background-color: #e5722a;
		color: #fff;
		text-decoration: none
	}
	.icon_drop {
		position: relative;
		float: right;
		margin: -45px 0 0 0;
		width: 50px;
		height: 44px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center;
		z-index: 109;
		border: 0 solid red
	}
	.drop_down {
		background-image: url(../2016UX/images/icon_down.png)
	}
	.drop_up {
		background-image: url(../2016UX/images/icon_up.png)
	}
	.cate_box {
		box-sizing: border-box;
		display: none;
		float: left;
		position: fixed;
		top: 128px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 0 0 30px 0;
		z-index: 9990;
		overflow: auto;
		border-top: 1px solid #a3a3a3;
		border-bottom: 1px solid #a3a3a3
	}
	.cate_txtBox {
		display: table;
		width: 100%;
		padding: 10px 10px;
		border: 0 solid red
	}
	.cate_box .cate_txtBox .col-xs-3 {
		margin: 8px 0;
		padding: 4px 0 4px 6px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .9em;
		border: 0 solid red
	}
	.cate_txtBox_td {
		display: table-row
	}
	.cate_box .cate_txtBox .col-xs-6 {
		display: table-cell;
		margin: 4px 0;
		padding: 4px 8px;
		font-size: .9em;
		line-height: 1.4em;
		border: 0 solid red
	}
	.cate_box .cate_txtBox .col-xs-3 a:active, .cate_box .cate_txtBox .col-xs-6 a:active
		{
		text-decoration: none;
		color: #e5722a
	}
	.cate_box .cate_txtBox .col-xs-6 {
		box-sizing: border-box;
		padding-left: 16px;
		background-image: url(../2016UX/images/channel/cate_txtBox_arror.png);
		background-size: 8px 11px;
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border: 0 solid red
	}
	.cate_txtBox_title {
		box-sizing: border-box;
		width: 100%;
		height: 20px;
		line-height: 20px;
		padding: 0 0 0 16px;
		background-color: #f0f0f0
	}
	.con_margin_btm_cate {
		display: block;
		width: 100%;
		height: 80px
	}
	.filter_wrap {
		margin: 1px -8px
	}
	.scroll_filter_items ul li {
		box-sizing: border-box;
		float: left;
		width: auto;
		height: 40px;
		line-height: 40px;
		margin: 0 10px 0 10px;
		text-align: left
	}
	.scroll_filter_items ul {
		box-sizing: border-box;
		float: left;
		width: 700px;
		overflow-y: hidden;
		height: 40px;
		position: relative
	}
	.scroll_filter_items .active {
		color: #e5722a;
		font-weight: 700
	}
	.filter_noresult_wording {
		display: block;
		margin: 20px auto;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		font-weight: 700;
		color: gray
	}
	.filter_box .row_more_rollback {
		margin-bottom: 20px
	}
	.filter_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
}

@media ( min-width :0px) and (orientation:landscape) {
	.owl-stage {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: box
	}
	.scroll_filter_menu {
		height: 42px;
		background-color: #fff
	}
	.scroll_filter_menu li {
		display: inline-block;
		margin: 0 10px
	}
	.scroll_filter_menu li a {
		line-height: 42px;
		color: gray;
		text-decoration: none
	}
	.scroll_filter_menu li a.active, .scroll_filter_menu li a:active {
		color: #e5722a;
		font-weight: 700
	}
	.scroll_filter_menu .owl-stage-outer {
		padding-left: 8px;
		padding-right: 0
	}
	.scroll_filter_menu * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.ch_scroll_Menu {
		box-sizing: border-box;
		z-index: 100;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.scroll_filter_Menu {
		box-sizing: border-box;
		z-index: 99;
		position: relative;
		width: 100%;
		height: 42px;
		background-color: #fff;
		border-bottom: 1px solid gray;
		border-top: 1px solid #ececec
	}
	.con_margin_chPage {
		display: none;
		width: 100%;
		height: 120px;
		background-color: #fff;
		border: 0 solid red
	}
	.ch_scroll_Menu_items, .scroll_filter_items {
		float: left;
		display: block;
		width: 100%;
		height: 40px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.ch_scroll_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: 550px;
		height: 40px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.ch_scroll_Menu_items ul li {
		box-sizing: border-box;
		float: left;
		width: 55px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em
	}
	.ch_scroll_Menu_items li a, .scroll_filter_items li a {
		color: gray;
		text-decoration: none
	}
	.ch_scroll_Menu_items.active {
		color: red !important
	}
	.icon_metrix {
		position: relative;
		float: right;
		margin: -40px 0 0 0;
		width: 60px;
		height: 40px;
		background-color: #fff;
		background-image: url(../2016UX/images/icon_metrix.png);
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: 22px center;
		z-index: 109;
		border: 0 solid red
	}
	.item_mark {
		background-color: red;
		width: 55px;
		height: 2px;
		position: absolute;
		bottom: 1px;
		float: left;
		z-index: 10
	}
	.cate_Menu {
		box-sizing: border-box;
		z-index: 100;
		position: relative;
		width: 100%;
		height: 46px;
		background-color: #fff;
		border-bottom: 1px solid gray
	}
	.cate_Menu_items {
		float: left;
		display: block;
		width: 100%;
		height: 46px;
		padding-left: 8px;
		overflow: auto;
		border: 0 solid #000
	}
	.cate_Menu_items ul {
		box-sizing: border-box;
		float: left;
		width: auto;
		height: 46px;
		left: 0;
		position: relative;
		border: 0 solid red
	}
	.cate_Menu_items li {
		box-sizing: border-box;
		float: left;
		width: auto;
		padding: 4px 6px;
		margin: 10px 5px;
		border-radius: 3px;
		text-align: center;
		vertical-align: middle;
		font-size: 1em;
		font-weight: 400;
		border: 1px solid #e5722a
	}
	.cate_Menu_items li a, .cate_Menu_items li a:active, .cate_Menu_items li a:hover,
		.cate_Menu_items li a:visited {
		display: block;
		padding: 4px 6px;
		width: 100%;
		height: 100%;
		color: #e5722a;
		text-decoration: none
	}
	.cate_Menu_items li {
		Padding: 0
	}
	.icon_drop {
		position: relative;
		float: right;
		margin: -47px 0 0 0;
		width: 50px;
		height: 44px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center center;
		z-index: 109;
		border: 0 solid red
	}
	.drop_down {
		background-image: url(../2016UX/images/icon_down.png)
	}
	.drop_up {
		background-image: url(../2016UX/images/icon_up.png)
	}
	.cate_box {
		box-sizing: border-box;
		display: none;
		float: left;
		position: fixed;
		top: 122px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 0;
		z-index: 9999;
		overflow: auto;
		border-top: 1px solid #a3a3a3;
		border-bottom: 1px solid #a3a3a3
	}
	.cate_txtBox {
		display: table;
		width: 100%;
		padding: 10px 10px;
		border: 0 solid red
	}
	.cate_box .cate_txtBox .col-xs-3 {
		margin: 8px 0;
		padding: 4px 0 4px 6px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .9em;
		border: 0 solid red
	}
	.cate_txtBox_td {
		display: table-row
	}
	.cate_box .cate_txtBox .col-xs-6 {
		display: table-cell;
		margin: 4px 0;
		padding: 4px 8px;
		font-size: .9em;
		line-height: 1.4em;
		border: 0 solid red
	}
	.cate_box .cate_txtBox .col-xs-3 a:active, .cate_box .cate_txtBox .col-xs-6 a:active
		{
		text-decoration: none;
		color: #e5722a
	}
	.cate_box .cate_txtBox .col-xs-6 {
		box-sizing: border-box;
		padding-left: 16px;
		background-image: url(../2016UX/images/channel/cate_txtBox_arror.png);
		background-size: 8px 11px;
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border: 0 solid red
	}
	.cate_txtBox_title {
		box-sizing: border-box;
		width: 100%;
		height: 20px;
		line-height: 20px;
		padding: 0 0 0 16px;
		background-color: #f0f0f0
	}
	.con_margin_btm_cate {
		display: block;
		width: 100%;
		height: 80px
	}
	.filter_wrap {
		margin: 1px -8px 8px -8px
	}
	.scroll_filter_items ul li {
		box-sizing: border-box;
		float: left;
		width: auto;
		height: 40px;
		line-height: 40px;
		margin: 0 10px 0 10px;
		text-align: left
	}
	.scroll_filter_items ul {
		box-sizing: border-box;
		float: left;
		width: 700px;
		overflow-y: hidden;
		height: 40px;
		position: relative
	}
	.scroll_filter_items .active {
		color: #e5722a;
		font-weight: 700
	}
	.filter_noresult_wording {
		display: block;
		margin: 20px auto;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		font-weight: 700;
		color: gray
	}
	.filter_box .row_more_rollback {
		margin-bottom: 20px
	}
	.filter_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
}

@media ( min-width :0px) and (orientation:portrait) {
	.filter_box, .group_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #f1f1f1;
		z-index: 103;
		overflow: auto;
		min-height: 100vh
	}
	.group_box .row_more_rollback {
		margin-bottom: 20px
	}
	.filter_box .row, .group_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
	.group_box .row.group_con {
		padding-top: 16px
	}
	.con_margin_group {
		display: none;
		width: 100%;
		height: 40px
	}
	.con_margin_group_tab {
		display: none;
		width: 100%;
		height: 80px
	}
	.group_info {
		box-sizing: border-box;
		width: 100%;
		padding: 14px 14px 8px 14px;
		line-height: 1.5em;
		border: 0 solid red
	}
	.group_nav {
		box-sizing: border-box;
		z-index: 2;
		top: 0;
		width: 100%;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.group_nav_top {
		z-index: 110;
		box-sizing: border-box;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.twoLine_box {
		box-sizing: border-box;
		width: 100%;
		line-height: 1.3em;
		border: 0 solid red
	}
	.twoLine_box td:first-child {
		width: 24px
	}
	.twoLine_box td {
		vertical-align: top
	}
	.group_tab_box a {
		text-decoration: none
	}
	.filter_box .title, .group_box .title {
		margin: 0 auto;
		width: 55%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border: 0 solid red
	}
	.group_tab {
		box-sizing: border-box;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		background-color: #fff;
		border: 3px solid #fff
	}
	.group_tab>.mov_name:active, .group_tab>.mov_name:hover {
		text-decoration: none
	}
	.group_tab.active {
		box-sizing: border-box;
		color: #e5722a;
		text-decoration: none;
		border-bottom: 3px solid #e5722a
	}
	.group_tab.active>.mov_name:active, .group_tab.active>.mov_name:hover {
		text-decoration: none
	}
	.group_tab a {
		display: block;
		text-decoration: none
	}
	.group_more_box {
		box-sizing: border-box;
		display: none;
		float: left;
		position: fixed;
		top: 79px;
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		padding: 0 0 30px 0;
		z-index: 10000;
		overflow: auto;
		border-top: 0 solid #a3a3a3;
		border-bottom: 1px solid #a3a3a3
	}
	.group_more_txtBox {
		display: table;
		width: 100%;
		padding: 10px 10px;
		border: 0 solid red
	}
	.group_more_txtBox .col-xs-3 {
		margin: 8px 0;
		padding: 4px 0 4px 6px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .9em;
		border: 0 solid red
	}
	.group_more_txtBox .col-xs-3 a:active, .group_more_txtBox .col-xs-6 a:active
		{
		text-decoration: none;
		color: #e5722a
	}
	.group_txtBox_title {
		box-sizing: border-box;
		width: 100%;
		height: 20px;
		line-height: 20px;
		padding: 0 0 0 16px;
		background-color: #f0f0f0
	}
	.group_tab_icon_drop {
		position: relative;
		float: right;
		margin: -45px 0 0 0;
		width: 50px;
		height: 44px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center;
		z-index: 109;
		border: 0 solid red
	}
	.drop_down {
		background-image: url(../2016UX/images/icon_down.png)
	}
	.drop_up {
		background-image: url(../2016UX/images/icon_up.png)
	}
	.drop_filter {
		background-image: url(../2016UX/images/icon_filter.png)
	}
}

@media ( min-width :0px) and (orientation:landscape) {
	.filter_box, .group_box {
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 103;
		overflow: auto;
		border: 0 solid gray;
		min-height: 100vh
	}
	.filter_box .row, .group_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
	.group_box .row.group_con {
		padding-top: 16px
	}
	.con_margin_group {
		display: none;
		width: 100%;
		height: 40px
	}
	.con_margin_group_tab {
		display: none;
		width: 100%;
		height: 80px
	}
	.group_info {
		box-sizing: border-box;
		width: 100%;
		padding: 14px 14px 8px 14px;
		line-height: 1.5em;
		border: 0 solid red
	}
	.group_nav {
		box-sizing: border-box;
		z-index: 2;
		top: 0;
		width: 100%;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.group_nav_top {
		z-index: 110;
		box-sizing: border-box;
		top: 0;
		width: 100%;
		padding: 0 8px;
		display: table;
		background: #fff;
		border: 0 solid red
	}
	.twoLine_box {
		box-sizing: border-box;
		width: 100%;
		line-height: 1.3em;
		border: 0 solid red
	}
	.twoLine_box td:first-child {
		width: 24px
	}
	.twoLine_box td {
		vertical-align: top
	}
	.group_tab_box a {
		text-decoration: none
	}
	.filter_box .title, .group_box .title {
		margin: 0 auto;
		width: 55%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border: 0 solid red
	}
	.group_tab {
		box-sizing: border-box;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		background-color: #fff;
		border: 3px solid #fff
	}
	.group_tab>.mov_name:active, .group_tab>.mov_name:hover {
		text-decoration: none
	}
	.group_tab.active {
		box-sizing: border-box;
		color: #e5722a;
		text-decoration: none;
		border-bottom: 3px solid #e5722a
	}
	.group_tab.active>.mov_name:active, .group_tab.active>.mov_name:hover {
		text-decoration: none
	}
	.group_tab a {
		display: block;
		text-decoration: none
	}
	.group_more_box {
		box-sizing: border-box;
		display: none;
		float: left;
		position: fixed;
		top: 79px;
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		padding: 0 0 30px 0;
		z-index: 10000;
		overflow: auto;
		border-top: 0 solid #a3a3a3;
		border-bottom: 1px solid #a3a3a3
	}
	.group_more_txtBox {
		display: table;
		width: 100%;
		padding: 10px 10px;
		border: 0 solid red
	}
	.group_more_txtBox .col-xs-3 {
		margin: 8px 0;
		padding: 4px 0 4px 6px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: .9em;
		border: 0 solid red
	}
	.group_more_txtBox .col-xs-3 a:active, .group_more_txtBox .col-xs-6 a:active
		{
		text-decoration: none;
		color: #e5722a
	}
	.group_txtBox_title {
		box-sizing: border-box;
		width: 100%;
		height: 20px;
		line-height: 20px;
		padding: 0 0 0 16px;
		background-color: #f0f0f0
	}
	.group_tab_icon_drop {
		position: relative;
		float: right;
		margin: -45px 0 0 0;
		width: 50px;
		height: 44px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 26px;
		background-position: center;
		z-index: 109;
		border: 0 solid red
	}
	.drop_down {
		background-image: url(../2016UX/images/icon_down.png)
	}
	.drop_up {
		background-image: url(../2016UX/images/icon_up.png)
	}
	.drop_filter {
		background-image: url(../2016UX/images/icon_filter.png)
	}
}

@media ( min-width :0px) and (orientation:portrait) {
	.selmov_box {
		box-sizing: border-box;
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #f1f1f1;
		z-index: 103;
		overflow: auto
	}
	.selmov_box .title {
		margin: 0 auto;
		width: 55%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border: 0 solid red
	}
	.selmov_box .row_more_rollback {
		margin-bottom: 20px
	}
	.selmov_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
	.selmov_box .row.group_con {
		padding-top: 16px
	}
	.selmov_selbar {
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
		z-index: 104;
		border: 0 solid red;
		box-shadow: 0 -2px 4px rgba(0, 0, 0, .2)
	}
	.con_margin_btm_selmovBar {
		width: 100%;
		height: 44px
	}
	.btn_order {
		position: relative;
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: #e5722a;
		color: #fff;
		text-align: center;
		margin: 6px 0 0 0;
		border-radius: 4px
	}
	.btn_order:active, .btn_order:hover, .btn_order:link, .btn_order:visited
		{
		color: #fff;
		text-decoration: none
	}
	.btn_chk {
		position: absolute;
		z-index: 1;
		bottom: 40px;
		right: 14px;
		width: 22px;
		height: 22px;
		background-image: url(../2016UX/images/btn-checkbox.png);
		background-repeat: no-repeat;
		background-size: 22px;
		border: 0 solid red
	}
	.chk_off {
		background-position: 0 0
	}
	.chk_on {
		background-position: 0 -22px
	}
	.selmov_img {
		box-sizing: border-box;
		display: block;
		border-left: 0 solid red
	}
	.selmov_img_disable {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		border: 0 solid red
	}
	.selmov_txt {
		box-sizing: border-box;
		display: block;
		border-left: 0 solid #00f
	}
	.selmov_mask2 {
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 110;
		background-color: rgba(0, 0, 0, .6)
	}
	.selmov_mask2 .maskTex {
		box-sizing: border-box;
		display: block;
		position: absolute;
		bottom: 10px;
		margin: 0 auto 0 auto;
		border: 0 solid red;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: .9em;
		font-weight: 400
	}
}

@media ( min-width :0px) and (orientation:landscape) {
	.selmov_box {
		box-sizing: border-box;
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #f1f1f1;
		z-index: 103;
		overflow: auto
	}
	.selmov_box .title {
		margin: 0 auto;
		width: 55%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border: 0 solid red
	}
	.selmov_box .row_more_rollback {
		margin-bottom: 20px
	}
	.selmov_box .row {
		box-sizing: border-box;
		background-color: #f3f3f3;
		margin: 0;
		box-shadow: 0 3px 3px rgba(74, 74, 74, .2);
		border: 0 solid red
	}
	.selmov_box .row.group_con {
		padding-top: 16px
	}
	.selmov_selbar {
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
		z-index: 104;
		border: 0 solid red;
		box-shadow: 0 -2px 4px rgba(0, 0, 0, .2)
	}
	.con_margin_btm_selmovBar {
		width: 100%;
		height: 44px
	}
	.btn_order {
		position: relative;
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: #e5722a;
		color: #fff;
		text-align: center;
		margin: 6px 0 0 0;
		border-radius: 4px
	}
	.btn_order:active, .btn_order:hover, .btn_order:link, .btn_order:visited
		{
		color: #fff;
		text-decoration: none
	}
	.btn_chk {
		position: absolute;
		z-index: 2;
		bottom: 40px;
		right: 14px;
		width: 22px;
		height: 22px;
		background-image: url(../2016UX/images/btn-checkbox.png);
		background-repeat: no-repeat;
		background-size: 22px;
		border: 0 solid red
	}
	.chk_off {
		background-position: 0 0
	}
	.chk_on {
		background-position: 0 -22px
	}
	.selmov_img_disable {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		border: 0 solid red
	}
	.selmov_txt {
		box-sizing: border-box;
		display: block;
		border-left: 0 solid #00f
	}
	.selmov_mask2 {
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: rgba(0, 0, 0, .6)
	}
	.selmov_mask2 .maskTex {
		box-sizing: border-box;
		display: block;
		position: absolute;
		bottom: 10px;
		margin: 0 auto 0 auto;
		border: 0 solid red;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: .9em;
		font-weight: 400
	}
}

.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky
}

.fixed-supported .fixedsticky-off, .fixedsticky-withoutfixedfixed .fixedsticky-off
	{
	position: static
}

.fixed-supported .fixedsticky-on, .fixedsticky-withoutfixedfixed .fixedsticky-on
	{
	position: fixed
}

.fixedsticky-dummy {
	display: none
}

.fixedsticky-on+.fixedsticky-dummy {
	display: block
}

@media ( min-width :0px) and (orientation:portrait) {
	.mov_wrap {
		box-sizing: border-box;
		background-color: #f3f3f3
	}
	.btn_preview {
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-decoration: center;
		font-size: 1em;
		font-weight: 700;
		background-color: #76a314;
		color: #fff !important;
		margin-top: 8px;
		text-align: center;
		border-radius: 4px
	}
	.btn_movShare {
		display: block;
		width: 28px;
		height: 28px;
		float: left;
		margin: 6px 4px 0 0;
		background-repeat: no-repeat;
		background-size: 28px;
		background-position: center;
		border: 0 solid red
	}
	.fb, .fb:visited {
		background-image: url(../2016UX/images/intro/intro-btn-facebook-n.png);
		background-position: 0 0
	}
	.fb:active {
		background-position: 0 -29px
	}
	.like, .like:visited {
		background-image: url(../2016UX/images/intro/intro-btn-like-n.png);
		background-position: 0 0
	}
	.like:active {
		background-position: 0 -29px
	}
	.load, .load:visited {
		background-image: url(../2016UX/images/intro/intro-btn-download-n.png);
		background-position: 0 0
	}
	.load:active {
		background-position: 0 -29px
	}
	.loadDone {
		background-image: url(../2016UX/images/intro/intro-btn-download-n.png);
		background-position: 0 -58px
	}
	.icon_media_box {
		display: table;
		width: 100%;
		border: 0 solid red;
		margin: 6px 0 !important
	}
	.icon_movShare_media {
		display: block;
		width: 23px;
		height: 22px;
		float: left;
		margin: 0 4px 0 0;
		background-repeat: no-repeat;
		background-size: 23px 22px;
		background-position: center;
		border: 0 solid red
	}
	.level_1 {
		background-image: url(../2016UX/images/intro/cs01.png)
	}
	.level_2 {
		background-image: url(../2016UX/images/intro/cs02.png)
	}
	.level_3 {
		background-image: url(../2016UX/images/intro/cs03.png)
	}
	.level_4 {
		background-image: url(../2016UX/images/intro/cs04.png)
	}
	.level_5 {
		background-image: url(../2016UX/images/intro/cs05.png)
	}
	.hd {
		background-image: url(../2016UX/images/intro/vod_icon_hd.png)
	}
	.chrome {
		background-image: url(../2016UX/images/intro/icon_movintro_chrome.jpg)
	}
	.btn_watchNow {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		background-position: center;
		font-size: 1em;
		font-weight: 700;
		text-align: center;
		border-radius: 4px;
		color: #fff !important;
		margin: 12px 0
	}
	.watchNow_blue {
		background-color: #0288d1
	}
	.watchNow_orange {
		background-color: #e4722b
	}
	.watchNow_txt_box {
		display: block;
		width: 100%;
		height: auto;
		font-size: .9em;
		line-height: 1.4em;
		text-align: center;
		margin: 6px 0 0 0
	}
	.mov_intro_item {
		padding: 16px 16px 8px 16px;
		background-color: #f3f3f3
	}
	.spl_event_box .btn_line_1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 38px;
		line-height: 38px;
		text-decoration: none;
		background-color: #fff;
		padding: 0 16px 0 16px;
		border-bottom: 4px solid #f3f3f3
	}
	.spl_event_box .btn_line_1:last-child {
		margin-bottom: 0
	}
	.btn_line_1::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-position: center;
		background-repeat: no-repeat;
		border: 0 solid red
	}
	.con_margin_movIntro {
		box-sizing: border-box;
		width: 100%;
		display: none;
		margin-top: 80px
	}
	.intro_movInfom {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: auto;
		padding: 12px 16px;
		background-color: #fff;
		border: 0 solid red
	}
	.info_box {
		padding: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border: 0 solid red
	}
	.info_box td {
		padding: 0;
		vertical-align: top;
		border: 0 solid red
	}
	.info_txt {
		padding: 0;
		box-sizing: border-box;
		padding-left: 8px;
		word-wrap: break-word;
		word-break: break-all
	}
	.info_img {
		padding: 0;
		width: 96px
	}
	.intro_movIntro {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 12px 16px;
		background-color: #fff;
		line-height: 1.6em;
		font-size: .8em
	}
	.intro_list_box {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		background-color: #f3f3f3;
		border: 0 solid red
	}
	.intro_list_box li {
		box-sizing: border-box;
		display: table;
		table-layout: fixed;
		padding: 4px 0 0 16px;
		margin-bottom: 4px;
		width: 100%;
		background-color: #fff;
		border-bottom: 0 solid gray
	}
	.intro_list_box li .con {
		box-sizing: border-box;
		float: left;
		width: 86%;
		margin-top: 4px;
		border: 0 solid #00f
	}
	.intro_list_box li .con:active {
		color: #e5722a !important
	}
	.intro_list_box li .con::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con .img_box_s {
		box-sizing: border-box;
		position: relative;
		padding-bottom: 145%;
		width: 46px;
		height: 0;
		overflow: hidden;
		border: 1px solid red
	}
	.intro_list_box li .con .img_box_s img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
	.intro_list_box li .con img {
		width: 46px;
		height: 67px;
		float: left
	}
	.intro_list_box li .con .txt {
		float: left;
		width: 70%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con .txt .title {
		float: left;
		width: 100%;
		margin: 0 0 13px 0;
		border: 0 solid red
	}
	#inner {
		font-size: .8em;
		width: 100%;
		word-wrap: break-word;
		table-layout: fixed
	}
	#inner th {
		font-weight: 400;
		width: 38px;
		line-height: 1.5em;
		border: 0 solid red
	}
	#inner td {
		line-height: 1.5em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.bb {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.intro_list_box li .play {
		box-sizing: border-box;
		float: right;
		width: 13%;
		height: 67px;
		background-image: url(../2016UX/images/intro/intro-btn-list-play-n.jpg);
		background-position: 0 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px;
		border-left: 1px solid #e1e1e1
	}
	.intro_list_box li .play:active {
		background-image: url(../2016UX/images/intro/intro-btn-list-play-a.jpg)
	}
	.intro_list_box li .con_txtOnly {
		box-sizing: border-box;
		float: left;
		width: 86%;
		border: 0 solid #00f
	}
	.intro_list_box li .con_txtOnly:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_txtOnly::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly .txt {
		float: left;
		width: 87%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly .txt .title {
		float: left;
		width: 100%;
		line-height: 35px;
		border: 0 solid red
	}
	.intro_list_box li .play_signal {
		box-sizing: border-box;
		float: right;
		width: 13%;
		height: 35px;
		background-image: url(../2016UX/images/intro/intro-btn-list-play-n.jpg);
		background-position: 0 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px;
		border-left: 1px solid #e1e1e1
	}
	.intro_list_box li .play_signal:active {
		background-image: url(../2016UX/images/intro/intro-btn-list-play-a.jpg)
	}
	.intro_list_box li .con_shell_txtOnly {
		box-sizing: border-box;
		float: left;
		width: 99%;
		border: 0 solid #00f
	}
	.intro_list_box li .con_shell_txtOnly:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_shell_txtOnly::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 10px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 10px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly .txt {
		box-sizing: border-box;
		float: left;
		width: 88%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly .txt .title {
		box-sizing: border-box;
		float: left;
		width: 100%;
		line-height: 35px;
		border: 0 solid #000
	}
	.intro_list_box li .con_shell_txtPic {
		box-sizing: border-box;
		float: left;
		width: 98%;
		margin-top: 4px;
		border: 0 solid #00f
	}
	.intro_list_box li .con_shell_txtPic:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_shell_txtPic::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic img {
		float: left;
		width: 46px
	}
	.intro_list_box li .con_shell_txtPic .txt {
		float: left;
		width: 70%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic .txt .title {
		float: left;
		width: 100%;
		margin: 0 0 13px 0;
		border: 0 solid red
	}
	.intro_movName {
		width: 100%;
		font-size: 1em;
		line-height: 1.3em;
		border: 0 solid red
	}
	.mov_subName {
		box-sizing: border-box;
		display: block;
		font-size: .8em;
		font-weight: 700;
		margin-top: 4px
	}
	.info_txt>div {
		margin: 3px 0
	}
	.info_txt>.icon_media {
		margin: 8px 0
	}
	.info_txt>div:first-child {
		margin-top: 0
	}
	.an_Item {
		font-size: .8em;
		line-height: 1.4em
	}
	.info_txt .title {
		width: 36px;
		float: left;
		border: 0 solid gray
	}
}

.mov_wrap_top {
	padding: 15px
}

@media ( min-width :0px) and (orientation:landscape) {
	.mov_wrap_top {
		box-sizing: border-box;
		background-color: #fff;
		padding: 16px;
		border: 0 solid red
	}
	.mov_wrap {
		box-sizing: border-box;
		background-color: #f3f3f3
	}
	.btn_preview {
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-decoration: center;
		font-size: 1em;
		font-weight: 700;
		background-color: #76a314;
		color: #fff !important;
		margin-top: 8px;
		text-align: center;
		border-radius: 4px
	}
	.btn_movShare {
		display: block;
		width: 28px;
		height: 28px;
		float: left;
		margin: 6px 4px 0 0;
		background-repeat: no-repeat;
		background-size: 28px;
		background-position: center;
		border: 0 solid red
	}
	.fb, .fb:visited {
		background-image: url(../2016UX/images/intro/intro-btn-facebook-n.png);
		background-position: 0 0
	}
	.fb:active {
		background-position: 0 -29px
	}
	.like, .like:visited {
		background-image: url(../2016UX/images/intro/intro-btn-like-n.png);
		background-position: 0 0
	}
	.like:active {
		background-position: 0 -29px
	}
	.load, .load:visited {
		background-image: url(../2016UX/images/intro/intro-btn-download-n.png);
		background-position: 0 0
	}
	.load:active {
		background-position: 0 -29px
	}
	.loadDone {
		background-image: url(../2016UX/images/intro/intro-btn-download-n.png);
		background-position: 0 -58px
	}
	.icon_media_box {
		display: table;
		width: 100%;
		border: 0 solid red;
		margin: 6px 0 !important
	}
	.icon_movShare_media {
		display: block;
		width: 23px;
		height: 22px;
		float: left;
		margin: 0 4px 0 0;
		background-repeat: no-repeat;
		background-size: 23px 22px;
		background-position: center;
		border: 0 solid red
	}
	.level_1 {
		background-image: url(../2016UX/images/intro/cs01.png)
	}
	.level_2 {
		background-image: url(../2016UX/images/intro/cs02.png)
	}
	.level_3 {
		background-image: url(../2016UX/images/intro/cs03.png)
	}
	.level_4 {
		background-image: url(../2016UX/images/intro/cs04.png)
	}
	.level_5 {
		background-image: url(../2016UX/images/intro/cs05.png)
	}
	.hd {
		background-image: url(../2016UX/images/intro/vod_icon_hd.png)
	}
	.chrome {
		background-image: url(../2016UX/images/intro/icon_movintro_chrome.jpg)
	}
	.btn_watchNow {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		background-position: center;
		font-size: 1em;
		font-weight: 700;
		text-align: center;
		border-radius: 4px;
		color: #fff !important;
		margin: 12px 0
	}
	.watchNow_blue {
		background-color: #0288d1
	}
	.watchNow_orange {
		background-color: #e4722b
	}
	.watchNow_txt_box {
		display: block;
		width: 100%;
		height: auto;
		font-size: .9em;
		line-height: 1.4em;
		text-align: center;
		margin: 6px 0 0 0
	}
	.mov_intro_item {
		padding: 16px 16px 8px 16px;
		background-color: #f3f3f3
	}
	.spl_event_box .btn_line_1 {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 38px;
		line-height: 38px;
		text-decoration: none;
		background-color: #fff;
		padding: 0 16px 0 16px;
		border-bottom: 4px solid #f3f3f3
	}
	.spl_event_box .btn_line_1:last-child {
		margin-bottom: 0
	}
	.btn_line_1::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-position: center;
		background-repeat: no-repeat;
		border: 0 solid red
	}
	.con_margin_movIntro {
		box-sizing: border-box;
		width: 100%;
		display: none;
		margin-top: 80px
	}
	.intro_movInfom {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: auto;
		padding: 12px 16px;
		background-color: #fff;
		border: 0 solid red
	}
	.info_box {
		padding: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		border: 0 solid red
	}
	.info_box td {
		padding: 0;
		vertical-align: top;
		border: 0 solid red
	}
	.info_txt {
		padding: 0;
		box-sizing: border-box;
		padding-left: 8px;
		word-wrap: break-word;
		word-break: break-all
	}
	.info_img {
		padding: 0;
		width: 96px
	}
	.intro_movIntro {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 12px 16px;
		background-color: #fff;
		line-height: 1.6em;
		font-size: .8em
	}
	.intro_list_box {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		background-color: #f3f3f3;
		border: 0 solid red
	}
	.intro_list_box li {
		box-sizing: border-box;
		display: table;
		table-layout: fixed;
		padding: 4px 0 0 16px;
		margin-bottom: 4px;
		width: 100%;
		background-color: #fff;
		border-bottom: 0 solid gray
	}
	.intro_list_box li .con {
		box-sizing: border-box;
		float: left;
		width: 86%;
		margin-top: 4px;
		border: 0 solid #00f
	}
	.intro_list_box li .con:active {
		color: #e5722a !important
	}
	.intro_list_box li .con::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con img {
		float: left;
		width: 46px
	}
	.intro_list_box li .con .txt {
		float: left;
		width: 70%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con .txt .title {
		float: left;
		width: 100%;
		margin: 0 0 13px 0;
		border: 0 solid red
	}
	#inner {
		font-size: .8em;
		width: 100%;
		word-wrap: break-word;
		table-layout: fixed
	}
	#inner th {
		font-weight: 400;
		width: 38px;
		line-height: 1.5em;
		border: 0 solid red
	}
	#inner td {
		line-height: 1.5em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.bb {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.intro_list_box li .play {
		box-sizing: border-box;
		float: right;
		width: 13%;
		height: 67px;
		background-image: url(../2016UX/images/intro/intro-btn-list-play-n.jpg);
		background-position: 0 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 24px;
		border-left: 1px solid #e1e1e1
	}
	.intro_list_box li .play:active {
		background-image: url(../2016UX/images/intro/intro-btn-list-play-a.jpg)
	}
	.intro_list_box li .con_txtOnly {
		box-sizing: border-box;
		float: left;
		width: 86%;
		border: 0 solid #00f
	}
	.intro_list_box li .con_txtOnly:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_txtOnly::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly .txt {
		float: left;
		width: 87%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_txtOnly .txt .title {
		float: left;
		width: 100%;
		line-height: 35px;
		border: 0 solid red
	}
	.intro_list_box li .play_signal {
		box-sizing: border-box;
		float: right;
		width: 13%;
		height: 35px;
		background-image: url(../2016UX/images/intro/intro-btn-list-play-n.jpg);
		background-position: 0 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px;
		border-left: 1px solid #e1e1e1
	}
	.intro_list_box li .play_signal:active {
		background-image: url(../2016UX/images/intro/intro-btn-list-play-a.jpg)
	}
	.intro_list_box li .con_shell_txtOnly {
		box-sizing: border-box;
		float: left;
		width: 99%;
		border: 0 solid #00f
	}
	.intro_list_box li .con_shell_txtOnly:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_shell_txtOnly::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 10px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 35px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 10px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly .txt {
		box-sizing: border-box;
		float: left;
		width: 88%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtOnly .txt .title {
		box-sizing: border-box;
		float: left;
		width: 100%;
		line-height: 35px;
		border: 0 solid #000
	}
	.intro_list_box li .con_shell_txtPic {
		box-sizing: border-box;
		float: left;
		width: 98%;
		margin-top: 4px;
		border: 0 solid #00f
	}
	.intro_list_box li .con_shell_txtPic:active {
		color: #e5722a !important
	}
	.intro_list_box li .con_shell_txtPic::after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic:active:after {
		float: right;
		content: "";
		color: #000;
		width: 11px;
		height: 36px;
		background-image: url(../2016UX/images/list_arrow_orange.png);
		background-position: center;
		background-repeat: no-repeat;
		margin: 14px 6px 0 0;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic img {
		float: left;
		width: 46px
	}
	.intro_list_box li .con_shell_txtPic .txt {
		float: left;
		width: 70%;
		margin: 0 0 0 8px;
		border: 0 solid red
	}
	.intro_list_box li .con_shell_txtPic .txt .title {
		float: left;
		width: 100%;
		margin: 0 0 13px 0;
		border: 0 solid red
	}
	.intro_movName {
		width: 100%;
		font-size: 1em;
		line-height: 1.3em;
		border: 0 solid red
	}
	.mov_subName {
		box-sizing: border-box;
		display: block;
		font-size: .8em;
		font-weight: 700;
		margin-top: 4px
	}
	.info_txt>div {
		margin: 3px 0
	}
	.info_txt>.icon_media {
		margin: 8px 0
	}
	.info_txt>div:first-child {
		margin-top: 0
	}
	.an_Item {
		font-size: .8em;
		line-height: 1.4em
	}
	.info_txt .title {
		width: 36px;
		float: left;
		border: 0 solid gray
	}
}

.mov_wrap {
	position: relative;
	background-color: #fff
}

.top_post_bg {
	position: absolute;
	display: block;
	width: 100%;
	padding-top: 56.5%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden
}

.post_blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	background-size: 100%
}

.top_post {
	position: absolute;
	display: block;
	width: 40%;
	padding-top: 56.5%;
	background-position: 50%;
	z-index: 1;
	margin: 0 -20%;
	left: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.poster_mask {
	position: absolute;
	z-index: 5;
	width: 100%;
	padding-top: 148%;
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 35%, rgba(0, 0, 0, 1) 39%,
		rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 35%, rgba(0, 0, 0, 1) 39%,
		rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .8) 35%, rgba(0, 0, 0, 1) 39%,
		rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%)
}

.poster_mask_s {
	position: absolute;
	z-index: 5;
	width: 100%;
	padding-top: 56.5%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 1) 100%)
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',
		endColorstr='#000000', GradientType=0)
}

.poster_top_mask {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 44px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 0,
		rgba(0, 0, 0, .7) 1%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0,
		rgba(0, 0, 0, .7) 1%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0,
		rgba(0, 0, 0, .7) 1%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000',
		endColorstr='#00000000', GradientType=0)
}

.info_text {
	color: #fff;
	padding: 70% 16px 16px 16px;
	z-index: 20;
	position: relative;
	font-size: 1em
}

.info_text_s {
	color: #fff;
	padding: 60% 16px 16px 16px;
	z-index: 19;
	position: relative;
	font-size: 1em;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2)
}

.mov_title {
	font-size: 1.3em;
	font-weight: 700;
	padding: 0 0 10px 2%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.intro_txtPadding {
	padding: 0 13px 0 0
}

.intro_minPadding {
	padding: 0 2px;
	display: block;
	float: left
}

.mov_intro_txt .intro_minPadding:first-child {
	padding: 0 4px 0 0
}

.mov_intro_txtBox {
	padding: 8px 0 0 0;
	line-height: 1.5em;
	text-align: justify
}

.mov_intro_txtBox a:active, .mov_intro_txtBox a:hover {
	color: rgba(255, 145, 0, 1)
}

.notes_text .icon_able, .notes_text .icon_like, .notes_text .icon_unable
	{
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	width: 15px;
	height: 14px;
	background-size: 159px 50px;
	display: block;
	float: left
}

.icon_like {
	background-position: -72px -3px
}

.icon_unable {
	background-position: -136px -3px
}

.icon_able {
	background-position: -105px -3px
}

.intro_chromecast {
	background-image: url(../2016UX/images/intro/icon_movintro_chrome.png);
	background-size: 22px 22px;
	background-position: 2px 0;
	display: block;
	width: 22px;
	height: 22px;
	font-size: 0;
	float: left
}

.intro_support_device {
	background-image: url(../2016UX/images/intro/icon_device_list.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 24px;
	height: 16px;
	font-size: 0;
	float: left;
	position: relative;
	top: 3px
}

.device_list {
	font-size: 0
}

.device_list li {
	margin-bottom: 5px;
	font-size: 14px;
	color: #888
}

.device_list .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 5px
}

.device_list .icon.icon_phone {
	background-image: url(../2016UX/images/intro/icon_device_phone.png)
}

.device_list .icon.icon_pad {
	background-image: url(../2016UX/images/intro/icon_device_pad.png)
}

.device_list .icon.icon_pc {
	background-image: url(../2016UX/images/intro/icon_device_pc.png)
}

.device_list .icon.icon_tv {
	background-image: url(../2016UX/images/intro/icon_device_TV.png)
}

.device_list .icon.icon_chromecast {
	background-image: url(../2016UX/images/intro/icon_device_chromecast.png)
}

body.modal-open {
	overflow: hidden !important
}

.txt-17 {
	font-size: 1.3em
}

.txt-13 {
	font-size: 13px
}

.mov_intro_txt {
	line-height: 1.7em;
	letter-spacing: -.5px
}

.poster_top_mask a {
	width: 44px;
	height: 44px;
	display: block;
	float: right;
	font-size: 0;
	background-size: 800%
}

.btn_like {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -125px -44px
}

.btn_list {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -301px 1px
}

.btn_share {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -66px -1px
}

.btn_download {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -7px 0
}

.btn_like_ed {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -125px 1px
}

.btn_list_ed {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -301px -44px
}

.btn_download_ed {
	background-image: url(../2016UX/images/intro/intro-mov-btn.png);
	background-position: -7px -44px
}

.poster_play {
	position: absolute;
	z-index: 20;
	margin: 20% 0 0 -40px;
	left: 50%;
	background-image: url(../2016UX/images/intro/intro-mov-play.png);
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
	display: block;
	float: right
}

.poster_play_s {
	position: absolute;
	z-index: 20;
	margin: 17% 0 0 -40px;
	left: 50%;
	background-image: url(../2016UX/images/intro/intro-mov-play.png);
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
	display: block;
	float: right
}

.mov_buy_box {
	text-align: center;
	margin: 0
}

.mov_buy_box li {
	margin: 0 0 16px 0;
	padding: 6px 0;
	display: inline-block;
	height: 44px;
	width: 32%;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	border-radius: 3px
}

.mov_buy_box li p {
	letter-spacing: -1px;
	line-height: 1em;
	letter-spacing: -.5px
}

.mov_buy_box li:last-child {
	margin-right: 0
}

.btn_orgnge {
	background-color: rgba(245, 166, 35, 1)
}

.btn_gray {
	background-color: rgba(190, 190, 190, 1)
}

.mov_notes {
	position: relative
}

.btn_trailer, .btn_trailer:active {
	background-image: url(../2016UX/images/intro/intro-mov-trailer.png);
	background-size: 80px 30px;
	width: 80px;
	height: 30px;
	position: absolute;
	float: right;
	bottom: 20px;
	right: -16px;
	line-height: 30px;
	padding: 0 8px 0 0;
	text-align: right;
	color: #fff
}

.btn_trailer:active, .btn_trailer:hover {
	color: rgba(245, 166, 35, 1)
}

.notes_text {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 80%
}

.notes_text p {
	line-height: 1.3em;
	letter-spacing: -.5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.icon_info {
	background-image: url(../2016UX/images/intro/player_alert_icon.png);
	width: 18px;
	height: 18px;
	margin: 0 2px 2px 0;
	background-size: 100%;
	display: block;
	float: left
}

.mov_selection_box {
	text-align: left;
	margin: 30px -16px 0 -16px;
	padding: 0 10px;
	border-top: solid 1px rgba(190, 190, 190, 1);
	border-bottom: solid 1px rgba(190, 190, 190, 1)
}

.mov_selection_box li {
	margin: 10px 1px;
	padding: 8px;
	display: inline-block;
	height: 36px;
	width: 18%;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
	position: relative
}

.mov_selection_box li:last-child {
	margin-right: 0
}

.mov_selection_box p {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis
}

.selection_text_mode li {
	width: 48%;
	font-size: .8em
}

.mov_selection_list {
	position: fixed;
	text-align: left;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 999;
	top: 84px;
	left: 0;
	padding: 16px 8px 50px 8px;
	display: none;
	border-top: solid 1px #ccc
}

.mov_selection_list_open {
	display: block
}

.mov_selection_list li {
	margin: 8px 1px;
	padding: 8px;
	display: inline-block;
	height: 44px;
	width: 18%;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
	position: relative;
	line-height: 28px;
	margin: 8px 2px
}

.mov_selection_list li:last-child {
	margin-right: 0
}

.mov_selection_list p {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-text-overflow: ellipsis
}

.mov_selection_content {
	height: 85%;
	overflow-y: scroll
}

.selection_text_mode_list li {
	width: 96%;
	font-size: .8em;
	margin: 5px 2%;
	line-height: 28px
}

.btn_selection {
	color: rgba(245, 166, 35, 1);
	border: solid 1px;
	border-color: rgba(190, 190, 190, 1);
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 1)
}

.btn_selection_able {
	color: rgba(190, 190, 190, 1);
	border: solid 1px;
	border-color: rgba(245, 166, 35, 1);
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 1)
}

.btn_selection_select {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(245, 166, 35, 1)
}

.selection_more {
	float: right;
	color: rgba(190, 190, 190, 1);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin: 10px 0 0 0
}

.selection_buy {
	float: right;
	color: rgba(245, 166, 35, 1);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	position: relative;
	margin: 3px 0 0 0
}

.icon_selection_arrow_gray {
	float: right;
	width: 14px;
	height: 14px;
	background: url(../2016UX/images/intro/intro-arrow-gray.png) center
		no-repeat;
	background-size: 100%;
	display: none
}

.icon_selection_arrow_orange {
	float: right;
	width: 14px;
	height: 14px;
	background: url(../2016UX/images/intro/intro-arrow-orange.png) center
		no-repeat;
	background-size: 100%;
	display: none
}

.icon_selection_close_gray {
	float: right;
	position: relative;
	width: 25px;
	height: 20px;
	background: url(../2016UX/images/intro/intro-close-gray.png) center
		no-repeat;
	background-size: 100%;
	margin: -1px -4px 0 0
}

.pop_box {
	border-radius: 3px;
	margin: 10vh 20px;
	padding: 24px 24px 0 24px;
	font-size: 1em;
	height: auto
}

.popup-title {
	font-size: 1.3em;
	font-weight: bolder;
	margin: 0 0 12px 0
}

.popup-body {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 15px 0;
	color: rgba(0, 0, 0, .54);
	text-align: justify
}

.popup-footer {
	height: auto;
	display: inline-block;
	width: 100%
}

.btn-confirm {
	color: rgba(255, 145, 0, 1);
	background-color: #fff;
	float: right;
	width: auto;
	min-width: 74px;
	font-weight: 700;
	line-height: 30px;
	padding: 8px
}

.popup-footer-fullwidth {
	margin: 0;
	text-align: center;
	width: 100%
}

.btn-confirm:first-child {
	margin: 0 -16px 0 0
}

.btn-confirm:hover {
	color: rgba(255, 145, 0, 1)
}

.last_watch_tag {
	position: absolute;
	background-color: #0288d1;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	z-index: 999;
	width: 50px;
	top: -7px;
	right: -5px
}

.pad {
	line-height: 0
}

.poster_majorstudio {
	position: absolute;
	z-index: 20;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: -20% 0 0 -16px;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.tutor_warp {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0,
		rgba(0, 0, 0, .4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0,
		rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0,
		rgba(0, 0, 0, .4) 100%);
	z-index: 100;
	top: 84px
}

.list_tutor img {
	padding-left: 16px;
	max-width: 600px;
	float: right
}

.tutor_warp .btn {
	color: #fff;
	width: 120px;
	display: block;
	margin-left: -60px;
	border: solid 1px #fff;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 20%;
	left: 50%
}

.tutor_warp .btn:hover {
	color: #fff
}

a {
	color: #e5722a;
	text-decoration: none
}

.fullad_content {
	background-image: url(../2016UX/images/fullad_1920x1080.jpg);
	background-size: auto 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100vh
}

.fixbar {
	box-sizing: border-box;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99
}

.btn_cancel {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	text-align: center
}

.btn_buying {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 44px;
	line-height: 44px;
	background-color: #e5722a;
	text-align: center
}

.btn_buying a {
	color: #fff
}

@media ( max-height :414px) and (orientation:landscape) {
	.fullad_content {
		background-size: 100%;
		background-position: 50%
	}
}

.btm_floatBar2 {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #f6f6f6;
	color: #fff;
	-webkit-transition: bottom .5s;
	border-top: 1px solid #e1e1e1;
	z-index: 104
}

.btm_floatBar2 .col-xs-4 {
	text-decoration: none
}

.con_margin_btm_floatBar2 {
	display: block;
	height: 70px
}

.tag_pay {
	display: block;
	background: #f8c11b;
	opacity: .9;
	position: absolute;
	line-height: 14px;
	font-size: 10px;
	z-index: 10;
	padding: 1px 3px 1px 3px
}

.video_buying {
	font-size: 13.5px;
	line-height: 16px;
	font-family: "微軟正黑體"
}

.buying_tab {
	width: 100%;
	padding: 14px 10px;
	box-sizing: border-box;
	background-color: #fff
}

.ui-mobile ul.buying-tabs li.buying-only {
	background: #ec6b17;
	color: #fff;
	width: 99%;
	font-family: "微軟正黑體"
}

.buy-delete {
	text-decoration: line-through
}

.ui-mobile ul.buying-tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ec6b17;
	text-align: center
}

.ui-mobile ul.buying-tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	border: 1px solid #ec6b17;
	border-bottom: none;
	background: #fff;
	border-radius: 10px 10px 0 0;
	margin: 0 2px;
	font-size: 15px;
	width: 48.5%;
	display: inline-block
}

.ui-mobile ul.buying-tabs li a {
	display: block;
	padding: 0 20px;
	color: #ec6b17;
	text-decoration: none
}

.ui-mobile ul.buying-tabs li a:hover {
	background: #fff;
	color: #ec6b17
}

.ui-mobile ul.buying-tabs li.active {
	background: #ec6b17;
	border-bottom: 1px solid #ec6b17
}

.ui-mobile ul.buying-tabs .active a {
	color: #fff
}

.ui-mobile ul.buying-tabs li.active a:hover {
	background: #ec6b17;
	color: #fff
}

div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff
}

div.tab_container .tab_content {
	padding: 0
}

.ui-mobile a.buying-list:visited {
	color: #333
}

.ui-mobile a.buying-list {
	font-family: "微軟正黑體";
	text-decoration: none;
	border-bottom: 1px solid #b8b8b8;
	display: table;
	width: 100%;
	vertical-align: middle
}

.buying-table {
	min-height: 60px;
	color: #333;
	font-weight: 400;
	line-height: 19px
}

.buying-table td {
	padding: 10px;
	vertical-align: middle
}

.buying-table td:first-child {
	padding-left: 0
}

.buying-names {
	position: relative;
	display: block;
	margin: 0 0 0 30px
}

.tips-orange {
	color: #f60
}

.ui-mobile a.buying-HD:link, .ui-mobile a.buying-HD:visited {
	color: #0078ff;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	font-family: "微軟正黑體";
	text-align: center;
	display: block;
	width: 100%;
	padding: 18px 0 0 0
}

.buying-go {
	display: block;
	background-image: url(../images/mobile/vod_drama_download.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px
}

.buying-icon-recommend {
	display: block;
	background-image: url(../images/mobile/icon_recommend.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin: 24px 0 0 0;
	position: absolute;
	margin: -2px 0 0 0
}

.buying-go-orange {
	display: block;
	background-image: url(../images/mobile/icon_arrow_recommend.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px
}

.buying-none {
	font-size: 13px;
	color: #666;
	line-height: 17px;
	font-family: "微軟正黑體";
	padding: 0;
	text-align: justify;
	height: 0;
	overflow: hidden
}

.buying-show {
	font-size: 13px;
	color: #666;
	line-height: 17px;
	font-family: "微軟正黑體";
	padding: 0 0 20px 0;
	text-align: justify;
	height: auto;
	transition: all .3s
}

.buying-explanationBTN {
	text-align: right;
	display: block;
	padding: 0 15px 0 0;
	margin: -20px 0 0 0;
	float: right;
	width: 50px;
	font-size: 13px;
	color: #666;
	text-decoration: underline;
	background-image: url(../images/mobile/more.png);
	background-size: 10px 21px;
	background-repeat: no-repeat;
	background-position: right -10px;
	font-family: "微軟正黑體"
}

.buying-close {
	background-position: right 3px
}

.rentals-listing {
	font-family: "微軟正黑體";
	background-color: #fff;
	color: #333;
	overflow: hidden
}

.rentals-listing li {
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	box-sizing: border-box
}

.ui-content .rentals-listing li a {
	line-height: 16px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	font-weight: 400
}

.ui-content .rentals-listing li a .rent-name {
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 17px
}

.ui-content .rentals-listing li a .rent-name:hover {
	color: #f90
}

.rent-dayline {
	font-size: 13px;
	color: #999
}

.rent-last {
	background-color: #ef7a00;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0 5px 0 0;
	padding: 0 5px
}

.buy_content_box {
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	color: #313131;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
	background-color: #fff;
	line-height: 30px;
	text-align: left;
	-webkit-touch-callout: none
}

.buy_keytitle p {
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #414141;
	font-size: 16px
}

.buy_keytitle {
	background-color: #fff;
	margin-top: 10px;
	padding: 5px 0 3px 20px;
	color: #ff7900;
	border: 1px solid #ff7900;
	text-align: left;
	line-height: 33px;
	font-size: 16px;
	margin-bottom: 10px
}

.buy_title_2 {
	background-color: #ebebeb;
	border-left: 6px solid #ff9d40;
	font-size: 16px;
	padding: 5px 0 3px 14px
}

.buy_padding {
	padding: 10px 20px
}

.buy_padding_2 {
	padding: 0 20px 10px 20px
}

.buy_padding_3 {
	padding: 10px 20px 0 20px
}

.buy_padding tr td p {
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-size: 15px
}

.note_check {
	clear: both;
	text-align: left;
	color: #006fd8;
	font-weight: bolder;
	line-height: 25px;
	vertical-align: top
}

.buy_content_box .note_check td {
	vertical-align: top
}

.note_check a {
	color: #fe6b01;
	padding: 0 3px;
	text-decoration: underline
}

.buy_red {
	color: #d90000
}

.buy_orange {
	color: #ff6800
}

.buy_word_02 {
	font-size: 15px;
	color: #f80202;
	padding-left: 5px
}

.buy_word_03 {
	padding: 0
}

.buy_word_03 a {
	padding: 0;
	color: #ff9b35;
	font-weight: 700;
	text-decoration: underline
}

.buy_word_05 {
	color: #ff6800;
	padding: 0 5px
}

.button_outsize_02 {
	width: 86px;
	text-align: center;
	text-decoration: none
}

.buttonsize_02 {
	width: 84px;
	height: 32px;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
	font-weight: 400;
	vertical-align: middle;
	display: table-cell
}

.buttonline_02 {
	background-color: #ffc486;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #006cc7;
	box-shadow: 1px 2px 12px -2px rgba(20%, 20%, 40%, .8);
	behavior: url(../2016UX/css/ie-css3.htc)
}

.buttoncolor_02 {
	letter-spacing: 1px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #8cd2fe;
	background: #4db5fc;
	background: -moz-linear-gradient(top, #4db5fc 9%, #1175e1 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #4db5fc),
		color-stop(90%, #1175e1));
	background: -webkit-linear-gradient(top, #4db5fc 9%, #1175e1 90%);
	background: -o-linear-gradient(top, #4db5fc 9%, #1175e1 90%);
	background: -ms-linear-gradient(top, #4db5fc 9%, #1175e1 90%);
	background: linear-gradient(to bottom, #4db5fc 9%, #1175e1 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db5fc',
		endColorstr='#1175e1', GradientType=0)
}

.buttoncolor_02:hover {
	background: #1175e1;
	background: -moz-linear-gradient(top, #1175e1 9%, #4db5fc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #1175e1),
		color-stop(90%, #4db5fc));
	background: -webkit-linear-gradient(top, #1175e1 9%, #4db5fc 90%);
	background: -o-linear-gradient(top, #1175e1 9%, #4db5fc 90%);
	background: -ms-linear-gradient(top, #1175e1 9%, #4db5fc 90%);
	background: linear-gradient(to bottom, #1175e1 9%, #4db5fc 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1175e1',
		endColorstr='#4db5fc', GradientType=0)
}

.buttonsize_02.buttoncolor_02 a {
	color: #fff;
	text-decoration: none;
	display: block
}

.button_outsize_01 {
	width: 106px;
	height: 34px
}

.buttonsize_01 {
	width: 104px;
	height: 32px;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
	font-weight: 400;
	vertical-align: middle;
	display: table-cell
}

.buttonline_01 {
	background-color: #ffc486;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ff8911;
	box-shadow: 1px 2px 12px -2px rgba(20%, 20%, 40%, .8);
	behavior: url(../2016UX/css/ie-css3.htc)
}

.buttoncolor_01 {
	letter-spacing: 1px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff9f3b;
	background: #ffb465;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZiNDY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmZmI0NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2ZmYjQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhlMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffb465 0, #ffb465 0, #ffb465 9%, #ffb465 9%,
		#ff8e1b 90%, #ff8e1b 90%, #ff8e1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb465),
		color-stop(0, #ffb465), color-stop(9%, #ffb465),
		color-stop(9%, #ffb465), color-stop(90%, #ff8e1b),
		color-stop(90%, #ff8e1b), color-stop(100%, #ff8e1b));
	background: -webkit-linear-gradient(top, #ffb465 0, #ffb465 0, #ffb465 9%, #ffb465
		9%, #ff8e1b 90%, #ff8e1b 90%, #ff8e1b 100%);
	background: -o-linear-gradient(top, #ffb465 0, #ffb465 0, #ffb465 9%, #ffb465 9%,
		#ff8e1b 90%, #ff8e1b 90%, #ff8e1b 100%);
	background: -ms-linear-gradient(top, #ffb465 0, #ffb465 0, #ffb465 9%, #ffb465 9%,
		#ff8e1b 90%, #ff8e1b 90%, #ff8e1b 100%);
	background: linear-gradient(to bottom, #ffb465 0, #ffb465 0, #ffb465 9%, #ffb465 9%,
		#ff8e1b 90%, #ff8e1b 90%, #ff8e1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb465',
		endColorstr='#ff8e1b', GradientType=0);
	behavior: url(../2016UX/css/ie-css3.htc)
}

.buttoncolor_01:hover {
	background: #ff8e1b;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZmY4ZTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZiNDY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYjQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ff8e1b 0, #ff8e1b 9%, #ffb465 90%, #ffb465
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8e1b),
		color-stop(9%, #ff8e1b), color-stop(90%, #ffb465),
		color-stop(100%, #ffb465));
	background: -webkit-linear-gradient(top, #ff8e1b 0, #ff8e1b 9%, #ffb465 90%, #ffb465
		100%);
	background: -o-linear-gradient(top, #ff8e1b 0, #ff8e1b 9%, #ffb465 90%, #ffb465 100%
		);
	background: -ms-linear-gradient(top, #ff8e1b 0, #ff8e1b 9%, #ffb465 90%, #ffb465
		100%);
	background: linear-gradient(to bottom, #ff8e1b 0, #ff8e1b 9%, #ffb465 90%, #ffb465
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e1b',
		endColorstr='#ffb465', GradientType=0)
}

.buttonline_00 {
	background-color: #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	box-shadow: 1px 2px 12px -2px rgba(20%, 20%, 40%, .8)
}

.buttoncolor_00 {
	color: #fff;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: #cacaca;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjY2FjYWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOWI5YjliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliOWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #cacaca 0, #cacaca 9%, #9b9b9b 90%, #9b9b9b
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cacaca),
		color-stop(9%, #cacaca), color-stop(90%, #9b9b9b),
		color-stop(100%, #9b9b9b));
	background: -webkit-linear-gradient(top, #cacaca 0, #cacaca 9%, #9b9b9b 90%, #9b9b9b
		100%);
	background: -o-linear-gradient(top, #cacaca 0, #cacaca 9%, #9b9b9b 90%, #9b9b9b 100%
		);
	background: -ms-linear-gradient(top, #cacaca 0, #cacaca 9%, #9b9b9b 90%, #9b9b9b
		100%);
	background: linear-gradient(to bottom, #cacaca 0, #cacaca 9%, #9b9b9b 90%, #9b9b9b
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca',
		endColorstr='#9b9b9b', GradientType=0)
}

.buttoncolor_00:hover {
	background: #9b9b9b;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iIzliOWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjOWI5YjliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjY2FjYWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjY2FjYWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #9b9b9b 9%, #9b9b9b 9%, #cacaca 90%, #cacaca
		90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #9b9b9b),
		color-stop(9%, #9b9b9b), color-stop(90%, #cacaca),
		color-stop(90%, #cacaca));
	background: -webkit-linear-gradient(top, #9b9b9b 9%, #9b9b9b 9%, #cacaca 90%,
		#cacaca 90%);
	background: -o-linear-gradient(top, #9b9b9b 9%, #9b9b9b 9%, #cacaca 90%, #cacaca 90%
		);
	background: -ms-linear-gradient(top, #9b9b9b 9%, #9b9b9b 9%, #cacaca 90%, #cacaca
		90%);
	background: linear-gradient(to bottom, #9b9b9b 9%, #9b9b9b 9%, #cacaca 90%, #cacaca
		90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b',
		endColorstr='#cacaca', GradientType=0)
}

.buttonsize_01 a, .buttonsize_02 a {
	font-size: 15px;
	letter-spacing: 10px;
	font-weight: bolder;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	color: #fff
}

.cautions {
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #525252;
	line-height: 25px;
	text-align: justify
}

.cautions ol {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: decimal
}

.invoice_note {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #525252;
	line-height: 25px;
	text-align: justify;
	border: 1px solid #aaa;
	max-height: 160px;
	overflow-y: scroll
}

.invoice_note ol {
	margin: 0;
	padding: 0 10px 0 30px
}

.invoice_note li {
	line-height: 20px;
	font-weight: 400
}

.buyline_01 td {
	border-top: 1px solid #767676
}

.buy_buttonbox {
	padding: 10px;
	width: 240px;
	margin: 0 auto;
	display: block;
	overflow: auto
}

.buy_device {
	width: 220px;
	font-size: 15px
}

.but_invoice {
	width: 90%;
	font-size: 15px
}

.but_credit {
	width: 45px;
	font-size: 13px
}

.buy_date {
	width: 80px;
	font-size: 15px
}

.buy_way {
	width: 113px;
	font-size: 15px
}

.buy_subtitle {
	background-image: url(../2016UX/images/sub_title.png);
	background-position: 2px 8px;
	background-repeat: no-repeat;
	background-size: 11px 17px
}

.div_privacy_text {
	margin-left: 10px;
	margin-right: 26px
}

.div_privacy_text th {
	line-height: 30px;
	font-weight: bolder
}

.div_privacy_text p {
	padding-top: 10px;
	line-height: 24px;
	color: #333
}

.div_privacy_text h2 {
	font-size: 24px;
	line-height: 50px;
	font-weight: 700
}

.div_privacy_text h3 {
	font-size: 20px;
	padding-top: 20px;
	line-height: 30px;
	font-weight: 700
}

.cash_color {
	color: #d1a12b
}

.font_red {
	color: red;
	text-decoration: none
}

.payway_notice {
	margin: 20px auto;
	text-align: center
}

.payway_separate {
	display: block;
	height: 8px;
	width: 100%;
	margin: 20px 0;
	background-color: #f7f7f7
}

.payway_btn {
	color: rgba(255, 145, 0, 1);
	background-color: #fff;
	min-width: 74px;
	font-weight: 700;
	line-height: 30px;
	padding: 8px;
	border: 1px solid transparent;
	-moz-box-shadow: .5px 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: .5px 1px 3px rgba(0, 0, 0, .3);
	box-shadow: .5px 1px 3px rgba(0, 0, 0, .3)
}

.fade-enter {
	opacity: .01
}

.fade-enter.fade-enter-active {
	opacity: 1;
	transition: opacity .2s ease-in
}

.fade-leave {
	opacity: 1
}

.fade-leave.fade-leave-active {
	opacity: .01;
	transition: opacity .2s ease-in
}

.fade-appear {
	opacity: .01;
	transition: opacity .5s ease-in
}

.fade-appear.fade-appear-active {
	opacity: 1
}

.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;
	-moz-backface-visibility: hidden
}

.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(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 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%
}

.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 {
	visibility: hidden
}

.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: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@
keyframes fadeOut { 0%{
	opacity: 1
}

100%{
opacity
:
0
}
}
.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	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(../2016UX/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: 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;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.content_wrap {
	margin: 16px auto;
	width: 80%;
	max-width: 500px
}

.mdl_btn {
	margin: 8px 0;
	width: 100%;
	background-color: #ea6017;
	color: #fff;
	font-size: 16px;
	height: 40px;
	text-align: center;
	border: none;
	letter-spacing: 2px;
	border-radius: 3px;
	outline: 0
}

.mdl-textfield {
	width: 100%
}

.mdl_textfield_helf {
	width: 50%
}

.mdl-radio__label {
	margin-right: 32px
}

html {
	color: rgba(0, 0, 0, .87)
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.hidden {
	display: none !important
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

@media print {
	*, :after, :before, :first-letter {
		background: 0 0 !important;
		color: #000 !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^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
}

.mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox,
	.mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio,
	.mdl-slider, .mdl-switch, .mdl-tabs__tab, a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
	width: 100%;
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

body {
	width: 100%;
	min-height: 100%
}

main {
	display: block
}

[hidden] {
	display: none !important
}

body, html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -.02em;
	opacity: .54;
	font-size: .6em
}

h1 {
	font-size: 56px;
	line-height: 1.35;
	letter-spacing: -.02em;
	margin: 24px 0
}

h1, h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400
}

h2 {
	font-size: 45px;
	line-height: 48px
}

h2, h3 {
	margin: 24px 0
}

h3 {
	font-size: 34px;
	line-height: 40px
}

h3, h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400
}

h4 {
	font-size: 24px;
	line-height: 32px;
	-moz-osx-font-smoothing: grayscale;
	margin: 24px 0 16px
}

h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .02em
}

h5, h6 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin: 24px 0 16px
}

h6 {
	font-size: 16px;
	letter-spacing: .04em
}

h6, p {
	font-weight: 400;
	line-height: 24px
}

p {
	font-size: 14px;
	letter-spacing: 0
}

a {
	color: #ffab40;
	font-weight: 500
}

blockquote {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.35;
	letter-spacing: .08em
}

blockquote:before {
	position: absolute;
	left: -.5em;
	content: '“'
}

blockquote:after {
	content: '”';
	margin-left: -.05em
}

mark {
	background-color: #f4ff81
}

dt {
	font-weight: 700
}

address {
	font-size: 12px;
	line-height: 1;
	font-style: normal
}

address, ol, ul {
	font-weight: 400;
	letter-spacing: 0
}

ol, ul {
	font-size: 14px;
	line-height: 24px
}

.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 112px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.04em
}

.mdl-typography--display-4-color-contrast {
	opacity: .54
}

.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -.02em
}

.mdl-typography--display-3-color-contrast {
	opacity: .54
}

.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 48px
}

.mdl-typography--display-2-color-contrast {
	opacity: .54
}

.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 40px
}

.mdl-typography--display-1-color-contrast {
	opacity: .54
}

.mdl-typography--headline, .mdl-typography--headline-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	-moz-osx-font-smoothing: grayscale
}

.mdl-typography--headline-color-contrast {
	opacity: .87
}

.mdl-typography--title, .mdl-typography--title-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .02em
}

.mdl-typography--title-color-contrast {
	opacity: .87
}

.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .04em
}

.mdl-typography--subhead-color-contrast {
	opacity: .87
}

.mdl-typography--body-2, .mdl-typography--body-2-color-contrast {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0
}

.mdl-typography--body-2-color-contrast {
	opacity: .87
}

.mdl-typography--body-1, .mdl-typography--body-1-color-contrast {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0
}

.mdl-typography--body-1-color-contrast {
	opacity: .87
}

.mdl-typography--body-2-force-preferred-font,
	.mdl-typography--body-2-force-preferred-font-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
	opacity: .87
}

.mdl-typography--body-1-force-preferred-font,
	.mdl-typography--body-1-force-preferred-font-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
	opacity: .87
}

.mdl-typography--caption, .mdl-typography--caption-force-preferred-font
	{
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0
}

.mdl-typography--caption-force-preferred-font {
	font-family: Roboto, Helvetica, Arial, sans-serif
}

.mdl-typography--caption-color-contrast,
	.mdl-typography--caption-force-preferred-font-color-contrast {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	opacity: .54
}

.mdl-typography--caption-force-preferred-font-color-contrast,
	.mdl-typography--menu {
	font-family: Roboto, Helvetica, Arial, sans-serif
}

.mdl-typography--menu {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0
}

.mdl-typography--menu-color-contrast {
	opacity: .87
}

.mdl-typography--button, .mdl-typography--button-color-contrast,
	.mdl-typography--menu-color-contrast {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0
}

.mdl-typography--button, .mdl-typography--button-color-contrast {
	text-transform: uppercase
}

.mdl-typography--button-color-contrast {
	opacity: .87
}

.mdl-typography--text-left {
	text-align: left
}

.mdl-typography--text-right {
	text-align: right
}

.mdl-typography--text-center {
	text-align: center
}

.mdl-typography--text-justify {
	text-align: justify
}

.mdl-typography--text-nowrap {
	white-space: nowrap
}

.mdl-typography--text-lowercase {
	text-transform: lowercase
}

.mdl-typography--text-uppercase {
	text-transform: uppercase
}

.mdl-typography--text-capitalize {
	text-transform: capitalize
}

.mdl-typography--font-thin {
	font-weight: 200 !important
}

.mdl-typography--font-light {
	font-weight: 300 !important
}

.mdl-typography--font-regular {
	font-weight: 400 !important
}

.mdl-typography--font-medium {
	font-weight: 500 !important
}

.mdl-typography--font-bold {
	font-weight: 700 !important
}

.mdl-typography--font-black {
	font-weight: 900 !important
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	word-wrap: normal;
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased
}

.mdl-color-text--red {
	color: #f44336 !important
}

.mdl-color--red {
	background-color: #f44336 !important
}

.mdl-color-text--red-50 {
	color: #ffebee !important
}

.mdl-color--red-50 {
	background-color: #ffebee !important
}

.mdl-color-text--red-100 {
	color: #ffcdd2 !important
}

.mdl-color--red-100 {
	background-color: #ffcdd2 !important
}

.mdl-color-text--red-200 {
	color: #ef9a9a !important
}

.mdl-color--red-200 {
	background-color: #ef9a9a !important
}

.mdl-color-text--red-300 {
	color: #e57373 !important
}

.mdl-color--red-300 {
	background-color: #e57373 !important
}

.mdl-color-text--red-400 {
	color: #ef5350 !important
}

.mdl-color--red-400 {
	background-color: #ef5350 !important
}

.mdl-color-text--red-500 {
	color: #f44336 !important
}

.mdl-color--red-500 {
	background-color: #f44336 !important
}

.mdl-color-text--red-600 {
	color: #e53935 !important
}

.mdl-color--red-600 {
	background-color: #e53935 !important
}

.mdl-color-text--red-700 {
	color: #d32f2f !important
}

.mdl-color--red-700 {
	background-color: #d32f2f !important
}

.mdl-color-text--red-800 {
	color: #c62828 !important
}

.mdl-color--red-800 {
	background-color: #c62828 !important
}

.mdl-color-text--red-900 {
	color: #b71c1c !important
}

.mdl-color--red-900 {
	background-color: #b71c1c !important
}

.mdl-color-text--red-A100 {
	color: #ff8a80 !important
}

.mdl-color--red-A100 {
	background-color: #ff8a80 !important
}

.mdl-color-text--red-A200 {
	color: #ff5252 !important
}

.mdl-color--red-A200 {
	background-color: #ff5252 !important
}

.mdl-color-text--red-A400 {
	color: #ff1744 !important
}

.mdl-color--red-A400 {
	background-color: #ff1744 !important
}

.mdl-color-text--red-A700 {
	color: #d50000 !important
}

.mdl-color--red-A700 {
	background-color: #d50000 !important
}

.mdl-color-text--pink {
	color: #e91e63 !important
}

.mdl-color--pink {
	background-color: #e91e63 !important
}

.mdl-color-text--pink-50 {
	color: #fce4ec !important
}

.mdl-color--pink-50 {
	background-color: #fce4ec !important
}

.mdl-color-text--pink-100 {
	color: #f8bbd0 !important
}

.mdl-color--pink-100 {
	background-color: #f8bbd0 !important
}

.mdl-color-text--pink-200 {
	color: #f48fb1 !important
}

.mdl-color--pink-200 {
	background-color: #f48fb1 !important
}

.mdl-color-text--pink-300 {
	color: #f06292 !important
}

.mdl-color--pink-300 {
	background-color: #f06292 !important
}

.mdl-color-text--pink-400 {
	color: #ec407a !important
}

.mdl-color--pink-400 {
	background-color: #ec407a !important
}

.mdl-color-text--pink-500 {
	color: #e91e63 !important
}

.mdl-color--pink-500 {
	background-color: #e91e63 !important
}

.mdl-color-text--pink-600 {
	color: #d81b60 !important
}

.mdl-color--pink-600 {
	background-color: #d81b60 !important
}

.mdl-color-text--pink-700 {
	color: #c2185b !important
}

.mdl-color--pink-700 {
	background-color: #c2185b !important
}

.mdl-color-text--pink-800 {
	color: #ad1457 !important
}

.mdl-color--pink-800 {
	background-color: #ad1457 !important
}

.mdl-color-text--pink-900 {
	color: #880e4f !important
}

.mdl-color--pink-900 {
	background-color: #880e4f !important
}

.mdl-color-text--pink-A100 {
	color: #ff80ab !important
}

.mdl-color--pink-A100 {
	background-color: #ff80ab !important
}

.mdl-color-text--pink-A200 {
	color: #ff4081 !important
}

.mdl-color--pink-A200 {
	background-color: #ff4081 !important
}

.mdl-color-text--pink-A400 {
	color: #f50057 !important
}

.mdl-color--pink-A400 {
	background-color: #f50057 !important
}

.mdl-color-text--pink-A700 {
	color: #c51162 !important
}

.mdl-color--pink-A700 {
	background-color: #c51162 !important
}

.mdl-color-text--purple {
	color: #9c27b0 !important
}

.mdl-color--purple {
	background-color: #9c27b0 !important
}

.mdl-color-text--purple-50 {
	color: #f3e5f5 !important
}

.mdl-color--purple-50 {
	background-color: #f3e5f5 !important
}

.mdl-color-text--purple-100 {
	color: #e1bee7 !important
}

.mdl-color--purple-100 {
	background-color: #e1bee7 !important
}

.mdl-color-text--purple-200 {
	color: #ce93d8 !important
}

.mdl-color--purple-200 {
	background-color: #ce93d8 !important
}

.mdl-color-text--purple-300 {
	color: #ba68c8 !important
}

.mdl-color--purple-300 {
	background-color: #ba68c8 !important
}

.mdl-color-text--purple-400 {
	color: #ab47bc !important
}

.mdl-color--purple-400 {
	background-color: #ab47bc !important
}

.mdl-color-text--purple-500 {
	color: #9c27b0 !important
}

.mdl-color--purple-500 {
	background-color: #9c27b0 !important
}

.mdl-color-text--purple-600 {
	color: #8e24aa !important
}

.mdl-color--purple-600 {
	background-color: #8e24aa !important
}

.mdl-color-text--purple-700 {
	color: #7b1fa2 !important
}

.mdl-color--purple-700 {
	background-color: #7b1fa2 !important
}

.mdl-color-text--purple-800 {
	color: #6a1b9a !important
}

.mdl-color--purple-800 {
	background-color: #6a1b9a !important
}

.mdl-color-text--purple-900 {
	color: #4a148c !important
}

.mdl-color--purple-900 {
	background-color: #4a148c !important
}

.mdl-color-text--purple-A100 {
	color: #ea80fc !important
}

.mdl-color--purple-A100 {
	background-color: #ea80fc !important
}

.mdl-color-text--purple-A200 {
	color: #e040fb !important
}

.mdl-color--purple-A200 {
	background-color: #e040fb !important
}

.mdl-color-text--purple-A400 {
	color: #d500f9 !important
}

.mdl-color--purple-A400 {
	background-color: #d500f9 !important
}

.mdl-color-text--purple-A700 {
	color: #a0f !important
}

.mdl-color--purple-A700 {
	background-color: #a0f !important
}

.mdl-color-text--deep-purple {
	color: #673ab7 !important
}

.mdl-color--deep-purple {
	background-color: #673ab7 !important
}

.mdl-color-text--deep-purple-50 {
	color: #ede7f6 !important
}

.mdl-color--deep-purple-50 {
	background-color: #ede7f6 !important
}

.mdl-color-text--deep-purple-100 {
	color: #d1c4e9 !important
}

.mdl-color--deep-purple-100 {
	background-color: #d1c4e9 !important
}

.mdl-color-text--deep-purple-200 {
	color: #b39ddb !important
}

.mdl-color--deep-purple-200 {
	background-color: #b39ddb !important
}

.mdl-color-text--deep-purple-300 {
	color: #9575cd !important
}

.mdl-color--deep-purple-300 {
	background-color: #9575cd !important
}

.mdl-color-text--deep-purple-400 {
	color: #7e57c2 !important
}

.mdl-color--deep-purple-400 {
	background-color: #7e57c2 !important
}

.mdl-color-text--deep-purple-500 {
	color: #673ab7 !important
}

.mdl-color--deep-purple-500 {
	background-color: #673ab7 !important
}

.mdl-color-text--deep-purple-600 {
	color: #5e35b1 !important
}

.mdl-color--deep-purple-600 {
	background-color: #5e35b1 !important
}

.mdl-color-text--deep-purple-700 {
	color: #512da8 !important
}

.mdl-color--deep-purple-700 {
	background-color: #512da8 !important
}

.mdl-color-text--deep-purple-800 {
	color: #4527a0 !important
}

.mdl-color--deep-purple-800 {
	background-color: #4527a0 !important
}

.mdl-color-text--deep-purple-900 {
	color: #311b92 !important
}

.mdl-color--deep-purple-900 {
	background-color: #311b92 !important
}

.mdl-color-text--deep-purple-A100 {
	color: #b388ff !important
}

.mdl-color--deep-purple-A100 {
	background-color: #b388ff !important
}

.mdl-color-text--deep-purple-A200 {
	color: #7c4dff !important
}

.mdl-color--deep-purple-A200 {
	background-color: #7c4dff !important
}

.mdl-color-text--deep-purple-A400 {
	color: #651fff !important
}

.mdl-color--deep-purple-A400 {
	background-color: #651fff !important
}

.mdl-color-text--deep-purple-A700 {
	color: #6200ea !important
}

.mdl-color--deep-purple-A700 {
	background-color: #6200ea !important
}

.mdl-color-text--indigo {
	color: #3f51b5 !important
}

.mdl-color--indigo {
	background-color: #3f51b5 !important
}

.mdl-color-text--indigo-50 {
	color: #e8eaf6 !important
}

.mdl-color--indigo-50 {
	background-color: #e8eaf6 !important
}

.mdl-color-text--indigo-100 {
	color: #c5cae9 !important
}

.mdl-color--indigo-100 {
	background-color: #c5cae9 !important
}

.mdl-color-text--indigo-200 {
	color: #9fa8da !important
}

.mdl-color--indigo-200 {
	background-color: #9fa8da !important
}

.mdl-color-text--indigo-300 {
	color: #7986cb !important
}

.mdl-color--indigo-300 {
	background-color: #7986cb !important
}

.mdl-color-text--indigo-400 {
	color: #5c6bc0 !important
}

.mdl-color--indigo-400 {
	background-color: #5c6bc0 !important
}

.mdl-color-text--indigo-500 {
	color: #3f51b5 !important
}

.mdl-color--indigo-500 {
	background-color: #3f51b5 !important
}

.mdl-color-text--indigo-600 {
	color: #3949ab !important
}

.mdl-color--indigo-600 {
	background-color: #3949ab !important
}

.mdl-color-text--indigo-700 {
	color: #303f9f !important
}

.mdl-color--indigo-700 {
	background-color: #303f9f !important
}

.mdl-color-text--indigo-800 {
	color: #283593 !important
}

.mdl-color--indigo-800 {
	background-color: #283593 !important
}

.mdl-color-text--indigo-900 {
	color: #1a237e !important
}

.mdl-color--indigo-900 {
	background-color: #1a237e !important
}

.mdl-color-text--indigo-A100 {
	color: #8c9eff !important
}

.mdl-color--indigo-A100 {
	background-color: #8c9eff !important
}

.mdl-color-text--indigo-A200 {
	color: #536dfe !important
}

.mdl-color--indigo-A200 {
	background-color: #536dfe !important
}

.mdl-color-text--indigo-A400 {
	color: #3d5afe !important
}

.mdl-color--indigo-A400 {
	background-color: #3d5afe !important
}

.mdl-color-text--indigo-A700 {
	color: #304ffe !important
}

.mdl-color--indigo-A700 {
	background-color: #304ffe !important
}

.mdl-color-text--blue {
	color: #2196f3 !important
}

.mdl-color--blue {
	background-color: #2196f3 !important
}

.mdl-color-text--blue-50 {
	color: #e3f2fd !important
}

.mdl-color--blue-50 {
	background-color: #e3f2fd !important
}

.mdl-color-text--blue-100 {
	color: #bbdefb !important
}

.mdl-color--blue-100 {
	background-color: #bbdefb !important
}

.mdl-color-text--blue-200 {
	color: #90caf9 !important
}

.mdl-color--blue-200 {
	background-color: #90caf9 !important
}

.mdl-color-text--blue-300 {
	color: #64b5f6 !important
}

.mdl-color--blue-300 {
	background-color: #64b5f6 !important
}

.mdl-color-text--blue-400 {
	color: #42a5f5 !important
}

.mdl-color--blue-400 {
	background-color: #42a5f5 !important
}

.mdl-color-text--blue-500 {
	color: #2196f3 !important
}

.mdl-color--blue-500 {
	background-color: #2196f3 !important
}

.mdl-color-text--blue-600 {
	color: #1e88e5 !important
}

.mdl-color--blue-600 {
	background-color: #1e88e5 !important
}

.mdl-color-text--blue-700 {
	color: #1976d2 !important
}

.mdl-color--blue-700 {
	background-color: #1976d2 !important
}

.mdl-color-text--blue-800 {
	color: #1565c0 !important
}

.mdl-color--blue-800 {
	background-color: #1565c0 !important
}

.mdl-color-text--blue-900 {
	color: #0d47a1 !important
}

.mdl-color--blue-900 {
	background-color: #0d47a1 !important
}

.mdl-color-text--blue-A100 {
	color: #82b1ff !important
}

.mdl-color--blue-A100 {
	background-color: #82b1ff !important
}

.mdl-color-text--blue-A200 {
	color: #448aff !important
}

.mdl-color--blue-A200 {
	background-color: #448aff !important
}

.mdl-color-text--blue-A400 {
	color: #2979ff !important
}

.mdl-color--blue-A400 {
	background-color: #2979ff !important
}

.mdl-color-text--blue-A700 {
	color: #2962ff !important
}

.mdl-color--blue-A700 {
	background-color: #2962ff !important
}

.mdl-color-text--light-blue {
	color: #03a9f4 !important
}

.mdl-color--light-blue {
	background-color: #03a9f4 !important
}

.mdl-color-text--light-blue-50 {
	color: #e1f5fe !important
}

.mdl-color--light-blue-50 {
	background-color: #e1f5fe !important
}

.mdl-color-text--light-blue-100 {
	color: #b3e5fc !important
}

.mdl-color--light-blue-100 {
	background-color: #b3e5fc !important
}

.mdl-color-text--light-blue-200 {
	color: #81d4fa !important
}

.mdl-color--light-blue-200 {
	background-color: #81d4fa !important
}

.mdl-color-text--light-blue-300 {
	color: #4fc3f7 !important
}

.mdl-color--light-blue-300 {
	background-color: #4fc3f7 !important
}

.mdl-color-text--light-blue-400 {
	color: #29b6f6 !important
}

.mdl-color--light-blue-400 {
	background-color: #29b6f6 !important
}

.mdl-color-text--light-blue-500 {
	color: #03a9f4 !important
}

.mdl-color--light-blue-500 {
	background-color: #03a9f4 !important
}

.mdl-color-text--light-blue-600 {
	color: #039be5 !important
}

.mdl-color--light-blue-600 {
	background-color: #039be5 !important
}

.mdl-color-text--light-blue-700 {
	color: #0288d1 !important
}

.mdl-color--light-blue-700 {
	background-color: #0288d1 !important
}

.mdl-color-text--light-blue-800 {
	color: #0277bd !important
}

.mdl-color--light-blue-800 {
	background-color: #0277bd !important
}

.mdl-color-text--light-blue-900 {
	color: #01579b !important
}

.mdl-color--light-blue-900 {
	background-color: #01579b !important
}

.mdl-color-text--light-blue-A100 {
	color: #80d8ff !important
}

.mdl-color--light-blue-A100 {
	background-color: #80d8ff !important
}

.mdl-color-text--light-blue-A200 {
	color: #40c4ff !important
}

.mdl-color--light-blue-A200 {
	background-color: #40c4ff !important
}

.mdl-color-text--light-blue-A400 {
	color: #00b0ff !important
}

.mdl-color--light-blue-A400 {
	background-color: #00b0ff !important
}

.mdl-color-text--light-blue-A700 {
	color: #0091ea !important
}

.mdl-color--light-blue-A700 {
	background-color: #0091ea !important
}

.mdl-color-text--cyan {
	color: #00bcd4 !important
}

.mdl-color--cyan {
	background-color: #00bcd4 !important
}

.mdl-color-text--cyan-50 {
	color: #e0f7fa !important
}

.mdl-color--cyan-50 {
	background-color: #e0f7fa !important
}

.mdl-color-text--cyan-100 {
	color: #b2ebf2 !important
}

.mdl-color--cyan-100 {
	background-color: #b2ebf2 !important
}

.mdl-color-text--cyan-200 {
	color: #80deea !important
}

.mdl-color--cyan-200 {
	background-color: #80deea !important
}

.mdl-color-text--cyan-300 {
	color: #4dd0e1 !important
}

.mdl-color--cyan-300 {
	background-color: #4dd0e1 !important
}

.mdl-color-text--cyan-400 {
	color: #26c6da !important
}

.mdl-color--cyan-400 {
	background-color: #26c6da !important
}

.mdl-color-text--cyan-500 {
	color: #00bcd4 !important
}

.mdl-color--cyan-500 {
	background-color: #00bcd4 !important
}

.mdl-color-text--cyan-600 {
	color: #00acc1 !important
}

.mdl-color--cyan-600 {
	background-color: #00acc1 !important
}

.mdl-color-text--cyan-700 {
	color: #0097a7 !important
}

.mdl-color--cyan-700 {
	background-color: #0097a7 !important
}

.mdl-color-text--cyan-800 {
	color: #00838f !important
}

.mdl-color--cyan-800 {
	background-color: #00838f !important
}

.mdl-color-text--cyan-900 {
	color: #006064 !important
}

.mdl-color--cyan-900 {
	background-color: #006064 !important
}

.mdl-color-text--cyan-A100 {
	color: #84ffff !important
}

.mdl-color--cyan-A100 {
	background-color: #84ffff !important
}

.mdl-color-text--cyan-A200 {
	color: #18ffff !important
}

.mdl-color--cyan-A200 {
	background-color: #18ffff !important
}

.mdl-color-text--cyan-A400 {
	color: #00e5ff !important
}

.mdl-color--cyan-A400 {
	background-color: #00e5ff !important
}

.mdl-color-text--cyan-A700 {
	color: #00b8d4 !important
}

.mdl-color--cyan-A700 {
	background-color: #00b8d4 !important
}

.mdl-color-text--teal {
	color: #009688 !important
}

.mdl-color--teal {
	background-color: #009688 !important
}

.mdl-color-text--teal-50 {
	color: #e0f2f1 !important
}

.mdl-color--teal-50 {
	background-color: #e0f2f1 !important
}

.mdl-color-text--teal-100 {
	color: #b2dfdb !important
}

.mdl-color--teal-100 {
	background-color: #b2dfdb !important
}

.mdl-color-text--teal-200 {
	color: #80cbc4 !important
}

.mdl-color--teal-200 {
	background-color: #80cbc4 !important
}

.mdl-color-text--teal-300 {
	color: #4db6ac !important
}

.mdl-color--teal-300 {
	background-color: #4db6ac !important
}

.mdl-color-text--teal-400 {
	color: #26a69a !important
}

.mdl-color--teal-400 {
	background-color: #26a69a !important
}

.mdl-color-text--teal-500 {
	color: #009688 !important
}

.mdl-color--teal-500 {
	background-color: #009688 !important
}

.mdl-color-text--teal-600 {
	color: #00897b !important
}

.mdl-color--teal-600 {
	background-color: #00897b !important
}

.mdl-color-text--teal-700 {
	color: #00796b !important
}

.mdl-color--teal-700 {
	background-color: #00796b !important
}

.mdl-color-text--teal-800 {
	color: #00695c !important
}

.mdl-color--teal-800 {
	background-color: #00695c !important
}

.mdl-color-text--teal-900 {
	color: #004d40 !important
}

.mdl-color--teal-900 {
	background-color: #004d40 !important
}

.mdl-color-text--teal-A100 {
	color: #a7ffeb !important
}

.mdl-color--teal-A100 {
	background-color: #a7ffeb !important
}

.mdl-color-text--teal-A200 {
	color: #64ffda !important
}

.mdl-color--teal-A200 {
	background-color: #64ffda !important
}

.mdl-color-text--teal-A400 {
	color: #1de9b6 !important
}

.mdl-color--teal-A400 {
	background-color: #1de9b6 !important
}

.mdl-color-text--teal-A700 {
	color: #00bfa5 !important
}

.mdl-color--teal-A700 {
	background-color: #00bfa5 !important
}

.mdl-color-text--green {
	color: #4caf50 !important
}

.mdl-color--green {
	background-color: #4caf50 !important
}

.mdl-color-text--green-50 {
	color: #e8f5e9 !important
}

.mdl-color--green-50 {
	background-color: #e8f5e9 !important
}

.mdl-color-text--green-100 {
	color: #c8e6c9 !important
}

.mdl-color--green-100 {
	background-color: #c8e6c9 !important
}

.mdl-color-text--green-200 {
	color: #a5d6a7 !important
}

.mdl-color--green-200 {
	background-color: #a5d6a7 !important
}

.mdl-color-text--green-300 {
	color: #81c784 !important
}

.mdl-color--green-300 {
	background-color: #81c784 !important
}

.mdl-color-text--green-400 {
	color: #66bb6a !important
}

.mdl-color--green-400 {
	background-color: #66bb6a !important
}

.mdl-color-text--green-500 {
	color: #4caf50 !important
}

.mdl-color--green-500 {
	background-color: #4caf50 !important
}

.mdl-color-text--green-600 {
	color: #43a047 !important
}

.mdl-color--green-600 {
	background-color: #43a047 !important
}

.mdl-color-text--green-700 {
	color: #388e3c !important
}

.mdl-color--green-700 {
	background-color: #388e3c !important
}

.mdl-color-text--green-800 {
	color: #2e7d32 !important
}

.mdl-color--green-800 {
	background-color: #2e7d32 !important
}

.mdl-color-text--green-900 {
	color: #1b5e20 !important
}

.mdl-color--green-900 {
	background-color: #1b5e20 !important
}

.mdl-color-text--green-A100 {
	color: #b9f6ca !important
}

.mdl-color--green-A100 {
	background-color: #b9f6ca !important
}

.mdl-color-text--green-A200 {
	color: #69f0ae !important
}

.mdl-color--green-A200 {
	background-color: #69f0ae !important
}

.mdl-color-text--green-A400 {
	color: #00e676 !important
}

.mdl-color--green-A400 {
	background-color: #00e676 !important
}

.mdl-color-text--green-A700 {
	color: #00c853 !important
}

.mdl-color--green-A700 {
	background-color: #00c853 !important
}

.mdl-color-text--light-green {
	color: #8bc34a !important
}

.mdl-color--light-green {
	background-color: #8bc34a !important
}

.mdl-color-text--light-green-50 {
	color: #f1f8e9 !important
}

.mdl-color--light-green-50 {
	background-color: #f1f8e9 !important
}

.mdl-color-text--light-green-100 {
	color: #dcedc8 !important
}

.mdl-color--light-green-100 {
	background-color: #dcedc8 !important
}

.mdl-color-text--light-green-200 {
	color: #c5e1a5 !important
}

.mdl-color--light-green-200 {
	background-color: #c5e1a5 !important
}

.mdl-color-text--light-green-300 {
	color: #aed581 !important
}

.mdl-color--light-green-300 {
	background-color: #aed581 !important
}

.mdl-color-text--light-green-400 {
	color: #9ccc65 !important
}

.mdl-color--light-green-400 {
	background-color: #9ccc65 !important
}

.mdl-color-text--light-green-500 {
	color: #8bc34a !important
}

.mdl-color--light-green-500 {
	background-color: #8bc34a !important
}

.mdl-color-text--light-green-600 {
	color: #7cb342 !important
}

.mdl-color--light-green-600 {
	background-color: #7cb342 !important
}

.mdl-color-text--light-green-700 {
	color: #689f38 !important
}

.mdl-color--light-green-700 {
	background-color: #689f38 !important
}

.mdl-color-text--light-green-800 {
	color: #558b2f !important
}

.mdl-color--light-green-800 {
	background-color: #558b2f !important
}

.mdl-color-text--light-green-900 {
	color: #33691e !important
}

.mdl-color--light-green-900 {
	background-color: #33691e !important
}

.mdl-color-text--light-green-A100 {
	color: #ccff90 !important
}

.mdl-color--light-green-A100 {
	background-color: #ccff90 !important
}

.mdl-color-text--light-green-A200 {
	color: #b2ff59 !important
}

.mdl-color--light-green-A200 {
	background-color: #b2ff59 !important
}

.mdl-color-text--light-green-A400 {
	color: #76ff03 !important
}

.mdl-color--light-green-A400 {
	background-color: #76ff03 !important
}

.mdl-color-text--light-green-A700 {
	color: #64dd17 !important
}

.mdl-color--light-green-A700 {
	background-color: #64dd17 !important
}

.mdl-color-text--lime {
	color: #cddc39 !important
}

.mdl-color--lime {
	background-color: #cddc39 !important
}

.mdl-color-text--lime-50 {
	color: #f9fbe7 !important
}

.mdl-color--lime-50 {
	background-color: #f9fbe7 !important
}

.mdl-color-text--lime-100 {
	color: #f0f4c3 !important
}

.mdl-color--lime-100 {
	background-color: #f0f4c3 !important
}

.mdl-color-text--lime-200 {
	color: #e6ee9c !important
}

.mdl-color--lime-200 {
	background-color: #e6ee9c !important
}

.mdl-color-text--lime-300 {
	color: #dce775 !important
}

.mdl-color--lime-300 {
	background-color: #dce775 !important
}

.mdl-color-text--lime-400 {
	color: #d4e157 !important
}

.mdl-color--lime-400 {
	background-color: #d4e157 !important
}

.mdl-color-text--lime-500 {
	color: #cddc39 !important
}

.mdl-color--lime-500 {
	background-color: #cddc39 !important
}

.mdl-color-text--lime-600 {
	color: #c0ca33 !important
}

.mdl-color--lime-600 {
	background-color: #c0ca33 !important
}

.mdl-color-text--lime-700 {
	color: #afb42b !important
}

.mdl-color--lime-700 {
	background-color: #afb42b !important
}

.mdl-color-text--lime-800 {
	color: #9e9d24 !important
}

.mdl-color--lime-800 {
	background-color: #9e9d24 !important
}

.mdl-color-text--lime-900 {
	color: #827717 !important
}

.mdl-color--lime-900 {
	background-color: #827717 !important
}

.mdl-color-text--lime-A100 {
	color: #f4ff81 !important
}

.mdl-color--lime-A100 {
	background-color: #f4ff81 !important
}

.mdl-color-text--lime-A200 {
	color: #eeff41 !important
}

.mdl-color--lime-A200 {
	background-color: #eeff41 !important
}

.mdl-color-text--lime-A400 {
	color: #c6ff00 !important
}

.mdl-color--lime-A400 {
	background-color: #c6ff00 !important
}

.mdl-color-text--lime-A700 {
	color: #aeea00 !important
}

.mdl-color--lime-A700 {
	background-color: #aeea00 !important
}

.mdl-color-text--yellow {
	color: #ffeb3b !important
}

.mdl-color--yellow {
	background-color: #ffeb3b !important
}

.mdl-color-text--yellow-50 {
	color: #fffde7 !important
}

.mdl-color--yellow-50 {
	background-color: #fffde7 !important
}

.mdl-color-text--yellow-100 {
	color: #fff9c4 !important
}

.mdl-color--yellow-100 {
	background-color: #fff9c4 !important
}

.mdl-color-text--yellow-200 {
	color: #fff59d !important
}

.mdl-color--yellow-200 {
	background-color: #fff59d !important
}

.mdl-color-text--yellow-300 {
	color: #fff176 !important
}

.mdl-color--yellow-300 {
	background-color: #fff176 !important
}

.mdl-color-text--yellow-400 {
	color: #ffee58 !important
}

.mdl-color--yellow-400 {
	background-color: #ffee58 !important
}

.mdl-color-text--yellow-500 {
	color: #ffeb3b !important
}

.mdl-color--yellow-500 {
	background-color: #ffeb3b !important
}

.mdl-color-text--yellow-600 {
	color: #fdd835 !important
}

.mdl-color--yellow-600 {
	background-color: #fdd835 !important
}

.mdl-color-text--yellow-700 {
	color: #fbc02d !important
}

.mdl-color--yellow-700 {
	background-color: #fbc02d !important
}

.mdl-color-text--yellow-800 {
	color: #f9a825 !important
}

.mdl-color--yellow-800 {
	background-color: #f9a825 !important
}

.mdl-color-text--yellow-900 {
	color: #f57f17 !important
}

.mdl-color--yellow-900 {
	background-color: #f57f17 !important
}

.mdl-color-text--yellow-A100 {
	color: #ffff8d !important
}

.mdl-color--yellow-A100 {
	background-color: #ffff8d !important
}

.mdl-color-text--yellow-A200 {
	color: #ff0 !important
}

.mdl-color--yellow-A200 {
	background-color: #ff0 !important
}

.mdl-color-text--yellow-A400 {
	color: #ffea00 !important
}

.mdl-color--yellow-A400 {
	background-color: #ffea00 !important
}

.mdl-color-text--yellow-A700 {
	color: #ffd600 !important
}

.mdl-color--yellow-A700 {
	background-color: #ffd600 !important
}

.mdl-color-text--amber {
	color: #ff5f00 !important
}

.mdl-color--amber {
	background-color: #ff5f00 !important
}

.mdl-color-text--amber-50 {
	color: #fff8e1 !important
}

.mdl-color--amber-50 {
	background-color: #fff8e1 !important
}

.mdl-color-text--amber-100 {
	color: #ffecb3 !important
}

.mdl-color--amber-100 {
	background-color: #ffecb3 !important
}

.mdl-color-text--amber-200 {
	color: #ffe082 !important
}

.mdl-color--amber-200 {
	background-color: #ffe082 !important
}

.mdl-color-text--amber-300 {
	color: #ffd54f !important
}

.mdl-color--amber-300 {
	background-color: #ffd54f !important
}

.mdl-color-text--amber-400 {
	color: #ffca28 !important
}

.mdl-color--amber-400 {
	background-color: #ffca28 !important
}

.mdl-color-text--amber-500 {
	color: #ff5f00 !important
}

.mdl-color--amber-500 {
	background-color: #ff5f00 !important
}

.mdl-color-text--amber-600 {
	color: #ffb300 !important
}

.mdl-color--amber-600 {
	background-color: #ffb300 !important
}

.mdl-color-text--amber-700 {
	color: #ffa000 !important
}

.mdl-color--amber-700 {
	background-color: #ffa000 !important
}

.mdl-color-text--amber-800 {
	color: #ff8f00 !important
}

.mdl-color--amber-800 {
	background-color: #ff8f00 !important
}

.mdl-color-text--amber-900 {
	color: #ff6f00 !important
}

.mdl-color--amber-900 {
	background-color: #ff6f00 !important
}

.mdl-color-text--amber-A100 {
	color: #ffe57f !important
}

.mdl-color--amber-A100 {
	background-color: #ffe57f !important
}

.mdl-color-text--amber-A200 {
	color: #ffd740 !important
}

.mdl-color--amber-A200 {
	background-color: #ffd740 !important
}

.mdl-color-text--amber-A400 {
	color: #ffc400 !important
}

.mdl-color--amber-A400 {
	background-color: #ffc400 !important
}

.mdl-color-text--amber-A700 {
	color: #ffab00 !important
}

.mdl-color--amber-A700 {
	background-color: #ffab00 !important
}

.mdl-color-text--orange {
	color: #ff9800 !important
}

.mdl-color--orange {
	background-color: #ff9800 !important
}

.mdl-color-text--orange-50 {
	color: #fff3e0 !important
}

.mdl-color--orange-50 {
	background-color: #fff3e0 !important
}

.mdl-color-text--orange-100 {
	color: #ffe0b2 !important
}

.mdl-color--orange-100 {
	background-color: #ffe0b2 !important
}

.mdl-color-text--orange-200 {
	color: #ffcc80 !important
}

.mdl-color--orange-200 {
	background-color: #ffcc80 !important
}

.mdl-color-text--orange-300 {
	color: #ffb74d !important
}

.mdl-color--orange-300 {
	background-color: #ffb74d !important
}

.mdl-color-text--orange-400 {
	color: #ffa726 !important
}

.mdl-color--orange-400 {
	background-color: #ffa726 !important
}

.mdl-color-text--orange-500 {
	color: #ff9800 !important
}

.mdl-color--orange-500 {
	background-color: #ff9800 !important
}

.mdl-color-text--orange-600 {
	color: #fb8c00 !important
}

.mdl-color--orange-600 {
	background-color: #fb8c00 !important
}

.mdl-color-text--orange-700 {
	color: #f57c00 !important
}

.mdl-color--orange-700 {
	background-color: #f57c00 !important
}

.mdl-color-text--orange-800 {
	color: #ef6c00 !important
}

.mdl-color--orange-800 {
	background-color: #ef6c00 !important
}

.mdl-color-text--orange-900 {
	color: #e65100 !important
}

.mdl-color--orange-900 {
	background-color: #e65100 !important
}

.mdl-color-text--orange-A100 {
	color: #ffd180 !important
}

.mdl-color--orange-A100 {
	background-color: #ffd180 !important
}

.mdl-color-text--orange-A200 {
	color: #ffab40 !important
}

.mdl-color--orange-A200 {
	background-color: #ffab40 !important
}

.mdl-color-text--orange-A400 {
	color: #ff9100 !important
}

.mdl-color--orange-A400 {
	background-color: #ff9100 !important
}

.mdl-color-text--orange-A700 {
	color: #ff6d00 !important
}

.mdl-color--orange-A700 {
	background-color: #ff6d00 !important
}

.mdl-color-text--deep-orange {
	color: #ff5722 !important
}

.mdl-color--deep-orange {
	background-color: #ff5722 !important
}

.mdl-color-text--deep-orange-50 {
	color: #fbe9e7 !important
}

.mdl-color--deep-orange-50 {
	background-color: #fbe9e7 !important
}

.mdl-color-text--deep-orange-100 {
	color: #ffccbc !important
}

.mdl-color--deep-orange-100 {
	background-color: #ffccbc !important
}

.mdl-color-text--deep-orange-200 {
	color: #ffab91 !important
}

.mdl-color--deep-orange-200 {
	background-color: #ffab91 !important
}

.mdl-color-text--deep-orange-300 {
	color: #ff8a65 !important
}

.mdl-color--deep-orange-300 {
	background-color: #ff8a65 !important
}

.mdl-color-text--deep-orange-400 {
	color: #ff7043 !important
}

.mdl-color--deep-orange-400 {
	background-color: #ff7043 !important
}

.mdl-color-text--deep-orange-500 {
	color: #ff5722 !important
}

.mdl-color--deep-orange-500 {
	background-color: #ff5722 !important
}

.mdl-color-text--deep-orange-600 {
	color: #f4511e !important
}

.mdl-color--deep-orange-600 {
	background-color: #f4511e !important
}

.mdl-color-text--deep-orange-700 {
	color: #e64a19 !important
}

.mdl-color--deep-orange-700 {
	background-color: #e64a19 !important
}

.mdl-color-text--deep-orange-800 {
	color: #d84315 !important
}

.mdl-color--deep-orange-800 {
	background-color: #d84315 !important
}

.mdl-color-text--deep-orange-900 {
	color: #bf360c !important
}

.mdl-color--deep-orange-900 {
	background-color: #bf360c !important
}

.mdl-color-text--deep-orange-A100 {
	color: #ff9e80 !important
}

.mdl-color--deep-orange-A100 {
	background-color: #ff9e80 !important
}

.mdl-color-text--deep-orange-A200 {
	color: #ff6e40 !important
}

.mdl-color--deep-orange-A200 {
	background-color: #ff6e40 !important
}

.mdl-color-text--deep-orange-A400 {
	color: #ff3d00 !important
}

.mdl-color--deep-orange-A400 {
	background-color: #ff3d00 !important
}

.mdl-color-text--deep-orange-A700 {
	color: #dd2c00 !important
}

.mdl-color--deep-orange-A700 {
	background-color: #dd2c00 !important
}

.mdl-color-text--brown {
	color: #795548 !important
}

.mdl-color--brown {
	background-color: #795548 !important
}

.mdl-color-text--brown-50 {
	color: #efebe9 !important
}

.mdl-color--brown-50 {
	background-color: #efebe9 !important
}

.mdl-color-text--brown-100 {
	color: #d7ccc8 !important
}

.mdl-color--brown-100 {
	background-color: #d7ccc8 !important
}

.mdl-color-text--brown-200 {
	color: #bcaaa4 !important
}

.mdl-color--brown-200 {
	background-color: #bcaaa4 !important
}

.mdl-color-text--brown-300 {
	color: #a1887f !important
}

.mdl-color--brown-300 {
	background-color: #a1887f !important
}

.mdl-color-text--brown-400 {
	color: #8d6e63 !important
}

.mdl-color--brown-400 {
	background-color: #8d6e63 !important
}

.mdl-color-text--brown-500 {
	color: #795548 !important
}

.mdl-color--brown-500 {
	background-color: #795548 !important
}

.mdl-color-text--brown-600 {
	color: #6d4c41 !important
}

.mdl-color--brown-600 {
	background-color: #6d4c41 !important
}

.mdl-color-text--brown-700 {
	color: #5d4037 !important
}

.mdl-color--brown-700 {
	background-color: #5d4037 !important
}

.mdl-color-text--brown-800 {
	color: #4e342e !important
}

.mdl-color--brown-800 {
	background-color: #4e342e !important
}

.mdl-color-text--brown-900 {
	color: #3e2723 !important
}

.mdl-color--brown-900 {
	background-color: #3e2723 !important
}

.mdl-color-text--grey {
	color: #9e9e9e !important
}

.mdl-color--grey {
	background-color: #9e9e9e !important
}

.mdl-color-text--grey-50 {
	color: #fafafa !important
}

.mdl-color--grey-50 {
	background-color: #fafafa !important
}

.mdl-color-text--grey-100 {
	color: #f5f5f5 !important
}

.mdl-color--grey-100 {
	background-color: #f5f5f5 !important
}

.mdl-color-text--grey-200 {
	color: #eee !important
}

.mdl-color--grey-200 {
	background-color: #eee !important
}

.mdl-color-text--grey-300 {
	color: #e0e0e0 !important
}

.mdl-color--grey-300 {
	background-color: #e0e0e0 !important
}

.mdl-color-text--grey-400 {
	color: #bdbdbd !important
}

.mdl-color--grey-400 {
	background-color: #bdbdbd !important
}

.mdl-color-text--grey-500 {
	color: #9e9e9e !important
}

.mdl-color--grey-500 {
	background-color: #9e9e9e !important
}

.mdl-color-text--grey-600 {
	color: #757575 !important
}

.mdl-color--grey-600 {
	background-color: #757575 !important
}

.mdl-color-text--grey-700 {
	color: #616161 !important
}

.mdl-color--grey-700 {
	background-color: #616161 !important
}

.mdl-color-text--grey-800 {
	color: #424242 !important
}

.mdl-color--grey-800 {
	background-color: #424242 !important
}

.mdl-color-text--grey-900 {
	color: #212121 !important
}

.mdl-color--grey-900 {
	background-color: #212121 !important
}

.mdl-color-text--blue-grey {
	color: #607d8b !important
}

.mdl-color--blue-grey {
	background-color: #607d8b !important
}

.mdl-color-text--blue-grey-50 {
	color: #eceff1 !important
}

.mdl-color--blue-grey-50 {
	background-color: #eceff1 !important
}

.mdl-color-text--blue-grey-100 {
	color: #cfd8dc !important
}

.mdl-color--blue-grey-100 {
	background-color: #cfd8dc !important
}

.mdl-color-text--blue-grey-200 {
	color: #b0bec5 !important
}

.mdl-color--blue-grey-200 {
	background-color: #b0bec5 !important
}

.mdl-color-text--blue-grey-300 {
	color: #90a4ae !important
}

.mdl-color--blue-grey-300 {
	background-color: #90a4ae !important
}

.mdl-color-text--blue-grey-400 {
	color: #78909c !important
}

.mdl-color--blue-grey-400 {
	background-color: #78909c !important
}

.mdl-color-text--blue-grey-500 {
	color: #607d8b !important
}

.mdl-color--blue-grey-500 {
	background-color: #607d8b !important
}

.mdl-color-text--blue-grey-600 {
	color: #546e7a !important
}

.mdl-color--blue-grey-600 {
	background-color: #546e7a !important
}

.mdl-color-text--blue-grey-700 {
	color: #455a64 !important
}

.mdl-color--blue-grey-700 {
	background-color: #455a64 !important
}

.mdl-color-text--blue-grey-800 {
	color: #37474f !important
}

.mdl-color--blue-grey-800 {
	background-color: #37474f !important
}

.mdl-color-text--blue-grey-900 {
	color: #263238 !important
}

.mdl-color--blue-grey-900 {
	background-color: #263238 !important
}

.mdl-color--black {
	background-color: #000 !important
}

.mdl-color-text--black {
	color: #000 !important
}

.mdl-color--white {
	background-color: #fff !important
}

.mdl-color-text--white {
	color: #fff !important
}

.mdl-color--primary {
	background-color: #ffc107 !important
}

.mdl-color--primary-contrast {
	background-color: #424242 !important
}

.mdl-color--primary-dark {
	background-color: #ffa000 !important
}

.mdl-color--accent {
	background-color: #ffab40 !important
}

.mdl-color--accent-contrast {
	background-color: #424242 !important
}

.mdl-color-text--primary {
	color: #ffc107 !important
}

.mdl-color-text--primary-contrast {
	color: #424242 !important
}

.mdl-color-text--primary-dark {
	color: #ffa000 !important
}

.mdl-color-text--accent {
	color: #ffab40 !important
}

.mdl-color-text--accent-contrast {
	color: #424242 !important
}

.mdl-ripple {
	background: #000;
	border-radius: 50%;
	height: 50px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	overflow: hidden
}

.mdl-ripple.is-animating {
	transition: transform .3s cubic-bezier(0, 0, .2, 1), width .3s
		cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1),
		opacity .6s cubic-bezier(0, 0, .2, 1);
	transition: transform .3s cubic-bezier(0, 0, .2, 1), width .3s
		cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1),
		opacity .6s cubic-bezier(0, 0, .2, 1), -webkit-transform .3s
		cubic-bezier(0, 0, .2, 1)
}

.mdl-ripple.is-visible {
	opacity: .3
}

.mdl-animation--default, .mdl-animation--fast-out-slow-in {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdl-animation--linear-out-slow-in {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.mdl-animation--fast-out-linear-in {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.mdl-badge {
	position: relative;
	white-space: nowrap;
	margin-right: 24px
}

.mdl-badge:not ([data-badge] ){
	margin-right: auto
}

.mdl-badge[data-badge]:after {
	content: attr(data-badge);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -11px;
	right: -24px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffab40;
	color: #424242
}

.mdl-button .mdl-badge[data-badge]:after {
	top: -10px;
	right: -5px
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
	color: #ffab40;
	background: rgba(66, 66, 66, .2);
	box-shadow: 0 0 1px gray
}

.mdl-badge.mdl-badge--overlap {
	margin-right: 10px
}

.mdl-badge.mdl-badge--overlap:after {
	right: -10px
}

.mdl-button {
	background: 0 0;
	border: none;
	border-radius: 2px;
	color: #000;
	position: relative;
	height: 36px;
	margin: 0;
	min-width: 64px;
	padding: 0 16px;
	display: inline-block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	will-change: box-shadow;
	transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color
		.2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	outline: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle
}

.mdl-button::-moz-focus-inner {
	border: 0
}

.mdl-button:hover {
	background-color: rgba(158, 158, 158, .2)
}

.mdl-button:focus:not (:active ){
	background-color: rgba(0, 0, 0, .12)
}

.mdl-button:active {
	background-color: rgba(158, 158, 158, .4)
}

.mdl-button.mdl-button--colored {
	color: #ffc107
}

.mdl-button.mdl-button--colored:focus:not (:active ){
	background-color: rgba(0, 0, 0, .12)
}

input.mdl-button[type=submit] {
	-webkit-appearance: none
}

.mdl-button--raised {
	background: rgba(158, 158, 158, .2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdl-button--raised:active {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0
		rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	background-color: rgba(158, 158, 158, .4)
}

.mdl-button--raised:focus:not (:active ){
	box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
	background-color: rgba(158, 158, 158, .4)
}

.mdl-button--raised.mdl-button--colored {
	background: #ffc107;
	color: #424242
}

.mdl-button--raised.mdl-button--colored:hover {
	background-color: #ffc107
}

.mdl-button--raised.mdl-button--colored:active {
	background-color: #ffc107
}

.mdl-button--raised.mdl-button--colored:focus:not (:active ){
	background-color: #ffc107
}

.mdl-button--raised.mdl-button--colored .mdl-ripple {
	background: #424242
}

.mdl-button--fab {
	border-radius: 50%;
	font-size: 24px;
	height: 56px;
	margin: auto;
	min-width: 56px;
	width: 56px;
	padding: 0;
	overflow: hidden;
	background: rgba(158, 158, 158, .2);
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0
		rgba(0, 0, 0, .24);
	position: relative;
	line-height: normal
}

.mdl-button--fab .material-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-12px, -12px);
	transform: translate(-12px, -12px);
	line-height: 24px;
	width: 24px
}

.mdl-button--fab.mdl-button--mini-fab {
	height: 40px;
	min-width: 40px;
	width: 40px
}

.mdl-button--fab .mdl-button__ripple-container {
	border-radius: 50%;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-button--fab:active {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0
		rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
	background-color: rgba(158, 158, 158, .4)
}

.mdl-button--fab:focus:not (:active ){
	box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
	background-color: rgba(158, 158, 158, .4)
}

.mdl-button--fab.mdl-button--colored {
	background: #ffab40;
	color: #424242
}

.mdl-button--fab.mdl-button--colored:hover {
	background-color: #ffab40
}

.mdl-button--fab.mdl-button--colored:focus:not (:active ){
	background-color: #ffab40
}

.mdl-button--fab.mdl-button--colored:active {
	background-color: #ffab40
}

.mdl-button--fab.mdl-button--colored .mdl-ripple {
	background: #424242
}

.mdl-button--icon {
	border-radius: 50%;
	font-size: 24px;
	height: 32px;
	margin-left: 0;
	margin-right: 0;
	min-width: 32px;
	width: 32px;
	padding: 0;
	overflow: hidden;
	color: inherit;
	line-height: normal
}

.mdl-button--icon .material-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-12px, -12px);
	transform: translate(-12px, -12px);
	line-height: 24px;
	width: 24px
}

.mdl-button--icon.mdl-button--mini-icon {
	height: 24px;
	min-width: 24px;
	width: 24px
}

.mdl-button--icon.mdl-button--mini-icon .material-icons {
	top: 0;
	left: 0
}

.mdl-button--icon .mdl-button__ripple-container {
	border-radius: 50%;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-button__ripple-container {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden
}

.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple,
	.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
	background-color: transparent
}

.mdl-button--primary.mdl-button--primary {
	color: #ffc107
}

.mdl-button--primary.mdl-button--primary .mdl-ripple {
	background: #424242
}

.mdl-button--primary.mdl-button--primary.mdl-button--fab,
	.mdl-button--primary.mdl-button--primary.mdl-button--raised {
	color: #424242;
	background-color: #ffc107
}

.mdl-button--accent.mdl-button--accent {
	color: #ffab40
}

.mdl-button--accent.mdl-button--accent .mdl-ripple {
	background: #424242
}

.mdl-button--accent.mdl-button--accent.mdl-button--fab,
	.mdl-button--accent.mdl-button--accent.mdl-button--raised {
	color: #424242;
	background-color: #ffab40
}

.mdl-button.mdl-button--disabled.mdl-button--disabled, .mdl-button[disabled][disabled]
	{
	color: rgba(0, 0, 0, .26);
	cursor: default;
	background-color: transparent
}

.mdl-button--fab.mdl-button--disabled.mdl-button--disabled,
	.mdl-button--fab[disabled][disabled] {
	background-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .26)
}

.mdl-button--raised.mdl-button--disabled.mdl-button--disabled,
	.mdl-button--raised[disabled][disabled] {
	background-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .26);
	box-shadow: none
}

.mdl-button--colored.mdl-button--disabled.mdl-button--disabled,
	.mdl-button--colored[disabled][disabled] {
	color: rgba(0, 0, 0, .26)
}

.mdl-button .material-icons {
	vertical-align: middle
}

.mdl-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	min-height: 200px;
	overflow: hidden;
	width: 330px;
	z-index: 1;
	position: relative;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box
}

.mdl-card__media {
	background-color: #ffab40;
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: scroll;
	box-sizing: border-box
}

.mdl-card__title {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	line-height: normal;
	padding: 16px;
	-webkit-perspective-origin: 165px 56px;
	perspective-origin: 165px 56px;
	-webkit-transform-origin: 165px 56px;
	transform-origin: 165px 56px;
	box-sizing: border-box
}

.mdl-card__title.mdl-card--border {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mdl-card__title-text {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: inherit;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	overflow: hidden;
	-webkit-transform-origin: 149px 48px;
	transform-origin: 149px 48px;
	margin: 0
}

.mdl-card__subtitle-text {
	font-size: 14px;
	color: rgba(0, 0, 0, .54);
	margin: 0
}

.mdl-card__supporting-text {
	color: rgba(0, 0, 0, .54);
	font-size: 1rem;
	line-height: 18px;
	overflow: hidden;
	padding: 16px;
	width: 90%
}

.mdl-card__supporting-text.mdl-card--border {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mdl-card__actions {
	font-size: 16px;
	line-height: normal;
	width: 100%;
	background-color: transparent;
	padding: 8px;
	box-sizing: border-box
}

.mdl-card__actions.mdl-card--border {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.mdl-card--expand {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mdl-card__menu {
	position: absolute;
	right: 16px;
	top: 16px
}

.mdl-checkbox {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0
}

.mdl-checkbox.is-upgraded {
	padding-left: 24px
}

.mdl-checkbox__input {
	line-height: 24px
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	left: 0;
	padding: 0;
	opacity: 0;
	z-index: 99;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none
}

.mdl-checkbox__box-outline {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 2px;
	z-index: 2
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
	border: 2px solid #ffc107
}

.mdl-checkbox.is-disabled .mdl-checkbox__box-outline, fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline
	{
	border: 2px solid rgba(0, 0, 0, .26);
	cursor: auto
}

.mdl-checkbox__focus-helper {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: transparent
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
	box-shadow: 0 0 0 8px rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .1)
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
	box-shadow: 0 0 0 8px rgba(255, 193, 7, .26);
	background-color: rgba(255, 193, 7, .26)
}

.mdl-checkbox__tick-outline {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-mask:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);
	mask:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);
	background: 0 0;
	transition-duration: .28s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
	background: #ffc107
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K)
}

.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline,
	fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline
	{
	background: rgba(0, 0, 0, .26)
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K)
}

.mdl-checkbox__label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	margin: 0
}

.mdl-checkbox.is-disabled .mdl-checkbox__label, fieldset[disabled] .mdl-checkbox .mdl-checkbox__label
	{
	color: rgba(0, 0, 0, .26);
	cursor: auto
}

.mdl-checkbox__ripple-container {
	position: absolute;
	z-index: 2;
	top: -6px;
	left: -10px;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-checkbox__ripple-container .mdl-ripple {
	background: #ffc107
}

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container, fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container
	{
	cursor: auto
}

.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple,
	fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple
	{
	background: 0 0
}

.mdl-chip {
	height: 32px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	line-height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 16px;
	background-color: #dedede;
	display: inline-block;
	color: rgba(0, 0, 0, .87);
	margin: 2px 0;
	font-size: 0;
	white-space: nowrap
}

.mdl-chip__text {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block
}

.mdl-chip__action {
	height: 24px;
	width: 24px;
	background: 0 0;
	opacity: .54;
	cursor: pointer;
	padding: 0;
	margin: 0 0 0 4px;
	font-size: 13px;
	text-decoration: none;
	color: rgba(0, 0, 0, .87);
	border: none;
	outline: 0
}

.mdl-chip__action, .mdl-chip__contact {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center
}

.mdl-chip__contact {
	height: 32px;
	width: 32px;
	border-radius: 16px;
	margin-right: 8px;
	font-size: 18px;
	line-height: 32px
}

.mdl-chip:focus {
	outline: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdl-chip:active {
	background-color: #d6d6d6
}

.mdl-chip--deletable {
	padding-right: 4px
}

.mdl-chip--contact {
	padding-left: 0
}

.mdl-data-table {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .12);
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 13px;
	background-color: #fff
}

.mdl-data-table thead {
	padding-bottom: 3px
}

.mdl-data-table thead .mdl-data-table__select {
	margin-top: 0
}

.mdl-data-table tbody tr {
	position: relative;
	height: 48px;
	transition-duration: .28s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background-color
}

.mdl-data-table tbody tr.is-selected {
	background-color: #e0e0e0
}

.mdl-data-table tbody tr:hover {
	background-color: #eee
}

.mdl-data-table td {
	text-align: right
}

.mdl-data-table th {
	padding: 0 18px 12px 18px;
	text-align: right
}

.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
	padding-left: 24px
}

.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
	padding-right: 24px
}

.mdl-data-table td {
	position: relative;
	height: 48px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding: 12px 18px;
	box-sizing: border-box
}

.mdl-data-table td, .mdl-data-table td .mdl-data-table__select {
	vertical-align: middle
}

.mdl-data-table th {
	position: relative;
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	height: 48px;
	font-size: 12px;
	color: rgba(0, 0, 0, .54);
	padding-bottom: 8px;
	box-sizing: border-box
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending,
	.mdl-data-table th.mdl-data-table__header--sorted-descending {
	color: rgba(0, 0, 0, .87)
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,
	.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	word-wrap: normal;
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	content: "\e5d8";
	margin-right: 5px;
	vertical-align: sub
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,
	.mdl-data-table th.mdl-data-table__header--sorted-descending:hover {
	cursor: pointer
}

.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,
	.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before
	{
	color: rgba(0, 0, 0, .26)
}

.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
	content: "\e5db"
}

.mdl-data-table__select {
	width: 16px
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
	text-align: left
}

.mdl-dialog {
	border: none;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px
		rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
	width: 280px
}

.mdl-dialog__title {
	padding: 24px 24px 0;
	margin: 0;
	font-size: 2.5rem
}

.mdl-dialog__actions {
	padding: 8px 8px 8px 24px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mdl-dialog__actions>* {
	margin-right: 8px;
	height: 36px
}

.mdl-dialog__actions>:first-child {
	margin-right: 0
}

.mdl-dialog__actions--full-width {
	padding: 0 0 8px
}

.mdl-dialog__actions--full-width>* {
	height: 48px;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-right: 16px;
	margin-right: 0;
	text-align: right
}

.mdl-dialog__content {
	padding: 20px 24px 24px;
	color: rgba(0, 0, 0, .54)
}

.mdl-mega-footer {
	padding: 16px 40px;
	color: #9e9e9e;
	background-color: #424242
}

.mdl-mega-footer--bottom-section:after, .mdl-mega-footer--middle-section:after,
	.mdl-mega-footer--top-section:after, .mdl-mega-footer__bottom-section:after,
	.mdl-mega-footer__middle-section:after, .mdl-mega-footer__top-section:after
	{
	content: '';
	display: block;
	clear: both
}

.mdl-mega-footer--left-section, .mdl-mega-footer--right-section,
	.mdl-mega-footer__left-section, .mdl-mega-footer__right-section {
	margin-bottom: 16px
}

.mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
	display: block;
	margin-bottom: 16px;
	color: inherit;
	text-decoration: none
}

@media screen and (min-width:760px) {
	.mdl-mega-footer--left-section, .mdl-mega-footer__left-section {
		float: left
	}
	.mdl-mega-footer--right-section, .mdl-mega-footer__right-section {
		float: right
	}
	.mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
		display: inline-block;
		margin-left: 16px;
		line-height: 36px;
		vertical-align: middle
	}
}

.mdl-mega-footer--social-btn, .mdl-mega-footer__social-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-color: #9e9e9e;
	border: none
}

.mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section
	{
	display: block;
	position: relative
}

@media screen and (min-width:760px) {
	.mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section
		{
		width: 33%
	}
	.mdl-mega-footer--drop-down-section:nth-child(1),
		.mdl-mega-footer--drop-down-section:nth-child(2),
		.mdl-mega-footer__drop-down-section:nth-child(1),
		.mdl-mega-footer__drop-down-section:nth-child(2) {
		float: left
	}
	.mdl-mega-footer--drop-down-section:nth-child(3),
		.mdl-mega-footer__drop-down-section:nth-child(3) {
		float: right
	}
	.mdl-mega-footer--drop-down-section:nth-child(3):after,
		.mdl-mega-footer__drop-down-section:nth-child(3):after {
		clear: right
	}
	.mdl-mega-footer--drop-down-section:nth-child(4),
		.mdl-mega-footer__drop-down-section:nth-child(4) {
		clear: right;
		float: right
	}
	.mdl-mega-footer--middle-section:after, .mdl-mega-footer__middle-section:after
		{
		content: '';
		display: block;
		clear: both
	}
	.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
		padding-top: 0
	}
}

@media screen and (min-width:1024px) {
	.mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3),
		.mdl-mega-footer--drop-down-section:nth-child(4),
		.mdl-mega-footer__drop-down-section,
		.mdl-mega-footer__drop-down-section:nth-child(3),
		.mdl-mega-footer__drop-down-section:nth-child(4) {
		width: 24%;
		float: left
	}
}

.mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
	position: absolute;
	width: 100%;
	height: 55.8px;
	padding: 32px;
	margin: -16px 0 0;
	cursor: pointer;
	z-index: 1;
	opacity: 0
}

.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,
	.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,
	.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,
	.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after {
	font-family: 'Material Icons';
	content: '\E5CE'
}

.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,
	.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,
	.mdl-mega-footer--heading-checkbox:checked ~.mdl-mega-footer--link-list,
	.mdl-mega-footer--heading-checkbox:checked ~.mdl-mega-footer__link-list,
	.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,
	.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,
	.mdl-mega-footer__heading-checkbox:checked ~.mdl-mega-footer--link-list,
	.mdl-mega-footer__heading-checkbox:checked ~.mdl-mega-footer__link-list
	{
	display: none
}

.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,
	.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,
	.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,
	.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after
	{
	font-family: 'Material Icons';
	content: '\E5CF'
}

.mdl-mega-footer--heading, .mdl-mega-footer__heading {
	position: relative;
	width: 100%;
	padding-right: 39.8px;
	margin-bottom: 16px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 23.8px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #e0e0e0
}

.mdl-mega-footer--heading:after, .mdl-mega-footer__heading:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 23.8px;
	height: 23.8px;
	background-size: cover
}

.mdl-mega-footer--link-list, .mdl-mega-footer__link-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px
}

.mdl-mega-footer--link-list:after, .mdl-mega-footer__link-list:after {
	clear: both;
	display: block;
	content: ''
}

.mdl-mega-footer--link-list li, .mdl-mega-footer__link-list li {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px
}

.mdl-mega-footer--link-list a, .mdl-mega-footer__link-list a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap
}

@media screen and (min-width:760px) {
	.mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
		display: none
	}
	.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,
		.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,
		.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,
		.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after {
		content: ''
	}
	.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,
		.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,
		.mdl-mega-footer--heading-checkbox:checked ~.mdl-mega-footer--link-list,
		.mdl-mega-footer--heading-checkbox:checked ~.mdl-mega-footer__link-list,
		.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,
		.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,
		.mdl-mega-footer__heading-checkbox:checked ~.mdl-mega-footer--link-list,
		.mdl-mega-footer__heading-checkbox:checked ~.mdl-mega-footer__link-list
		{
		display: block
	}
	.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,
		.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,
		.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,
		.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after
		{
		content: ''
	}
}

.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
	padding-top: 16px;
	margin-bottom: 16px
}

.mdl-logo {
	margin-bottom: 16px;
	color: #fff
}

.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,
	.mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
	float: left;
	margin-bottom: 0;
	margin-right: 16px
}

@media screen and (min-width:760px) {
	.mdl-logo {
		float: left;
		margin-bottom: 0;
		margin-right: 16px
	}
}

.mdl-mini-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 32px 16px;
	color: #9e9e9e;
	background-color: #424242
}

.mdl-mini-footer:after {
	content: '';
	display: block
}

.mdl-mini-footer .mdl-logo {
	line-height: 36px
}

.mdl-mini-footer--link-list, .mdl-mini-footer__link-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
	margin-bottom: 0;
	margin-right: 16px
}

@media screen and (min-width:760px) {
	.mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
		line-height: 36px
	}
}

.mdl-mini-footer--link-list a, .mdl-mini-footer__link-list a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap
}

.mdl-mini-footer--left-section, .mdl-mini-footer__left-section {
	display: inline-block;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.mdl-mini-footer--right-section, .mdl-mini-footer__right-section {
	display: inline-block;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.mdl-mini-footer--social-btn, .mdl-mini-footer__social-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-color: #9e9e9e;
	border: none
}

.mdl-icon-toggle {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	height: 32px;
	margin: 0;
	padding: 0
}

.mdl-icon-toggle__input {
	line-height: 32px
}

.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none
}

.mdl-icon-toggle__label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 32px;
	width: 32px;
	min-width: 32px;
	color: #616161;
	border-radius: 50%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background-color: transparent;
	will-change: background-color;
	transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s
		cubic-bezier(.4, 0, .2, 1)
}

.mdl-icon-toggle__label.material-icons {
	line-height: 32px;
	font-size: 24px
}

.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
	color: #ffc107
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
	color: rgba(0, 0, 0, .26);
	cursor: auto;
	transition: none
}

.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
	background-color: rgba(0, 0, 0, .12)
}

.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
	background-color: rgba(255, 193, 7, .26)
}

.mdl-icon-toggle__ripple-container {
	position: absolute;
	z-index: 2;
	top: -2px;
	left: -2px;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-icon-toggle__ripple-container .mdl-ripple {
	background: #616161
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
	cursor: auto
}

.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple
	{
	background: 0 0
}

.mdl-list {
	display: block;
	padding: 8px 0;
	list-style: none
}

.mdl-list__item {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1;
	min-height: 48px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 16px;
	cursor: default;
	color: rgba(0, 0, 0, .87);
	overflow: hidden
}

.mdl-list__item, .mdl-list__item .mdl-list__item-primary-content {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mdl-list__item .mdl-list__item-primary-content {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-decoration: none
}

.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
	margin-right: 32px
}

.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar {
	margin-right: 16px
}

.mdl-list__item .mdl-list__item-secondary-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: 16px
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label
	{
	display: inline
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info
	{
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: rgba(0, 0, 0, .54)
}

.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header
	{
	padding: 0 0 0 16px
}

.mdl-list__item-icon, .mdl-list__item-icon.material-icons {
	height: 24px;
	width: 24px;
	font-size: 24px;
	box-sizing: border-box;
	color: #757575
}

.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
	height: 40px;
	width: 40px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #757575;
	font-size: 40px;
	color: #fff
}

.mdl-list__item--two-line {
	height: 72px
}

.mdl-list__item--two-line .mdl-list__item-primary-content {
	height: 36px;
	line-height: 20px;
	display: block
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar
	{
	float: left
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon
	{
	float: left;
	margin-top: 6px
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content
	{
	height: 36px
}

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title
	{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 18px;
	color: rgba(0, 0, 0, .54);
	display: block;
	padding: 0
}

.mdl-list__item--three-line {
	height: 88px
}

.mdl-list__item--three-line .mdl-list__item-primary-content {
	height: 52px;
	line-height: 20px;
	display: block
}

.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,
	.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon
	{
	float: left
}

.mdl-list__item--three-line .mdl-list__item-secondary-content {
	height: 52px
}

.mdl-list__item--three-line .mdl-list__item-text-body {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 18px;
	height: 52px;
	color: rgba(0, 0, 0, .54);
	display: block;
	padding: 0
}

.mdl-menu__container {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	overflow: visible;
	height: 0;
	width: 0;
	visibility: hidden;
	z-index: -1
}

.mdl-menu__container.is-animating, .mdl-menu__container.is-visible {
	z-index: 999;
	visibility: visible
}

.mdl-menu__outline {
	display: block;
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	will-change: transform;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s
		cubic-bezier(.4, 0, .2, 1);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s
		cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s
		cubic-bezier(.4, 0, .2, 1);
	z-index: -1
}

.mdl-menu__container.is-visible .mdl-menu__outline {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 999
}

.mdl-menu__outline.mdl-menu--bottom-right {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.mdl-menu__outline.mdl-menu--top-left {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.mdl-menu__outline.mdl-menu--top-right {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.mdl-menu {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	min-width: 124px;
	padding: 8px 0;
	margin: 0;
	opacity: 0;
	clip: rect(0, 0, 0, 0);
	z-index: -1
}

.mdl-menu__container.is-visible .mdl-menu {
	opacity: 1;
	z-index: 999
}

.mdl-menu.is-animating {
	transition: opacity .2s cubic-bezier(.4, 0, .2, 1), clip .3s
		cubic-bezier(.4, 0, .2, 1)
}

.mdl-menu.mdl-menu--bottom-right {
	left: auto;
	right: 0
}

.mdl-menu.mdl-menu--top-left {
	top: auto;
	bottom: 0
}

.mdl-menu.mdl-menu--top-right {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0
}

.mdl-menu.mdl-menu--unaligned {
	top: auto;
	left: auto
}

.mdl-menu__item {
	display: block;
	border: none;
	color: rgba(0, 0, 0, .87);
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding: 0 16px;
	outline-color: #bdbdbd;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdl-menu__container.is-visible .mdl-menu__item {
	opacity: 1
}

.mdl-menu__item::-moz-focus-inner {
	border: 0
}

.mdl-menu__item--full-bleed-divider {
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mdl-menu__item[data-mdl-disabled], .mdl-menu__item[disabled] {
	color: #bdbdbd;
	background-color: transparent;
	cursor: auto
}

.mdl-menu__item[data-mdl-disabled]:hover, .mdl-menu__item[disabled]:hover
	{
	background-color: transparent
}

.mdl-menu__item[data-mdl-disabled]:focus, .mdl-menu__item[disabled]:focus
	{
	background-color: transparent
}

.mdl-menu__item[data-mdl-disabled] .mdl-ripple, .mdl-menu__item[disabled] .mdl-ripple
	{
	background: 0 0
}

.mdl-menu__item:hover {
	background-color: #eee
}

.mdl-menu__item:focus {
	outline: 0;
	background-color: #eee
}

.mdl-menu__item:active {
	background-color: #e0e0e0
}

.mdl-menu__item--ripple-container {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden
}

.mdl-progress {
	display: block;
	position: relative;
	height: 4px;
	width: 500px;
	max-width: 100%
}

.mdl-progress>.bar {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0%;
	transition: width .2s cubic-bezier(.4, 0, .2, 1)
}

.mdl-progress>.progressbar {
	background-color: #ffc107;
	z-index: 1;
	left: 0
}

.mdl-progress>.bufferbar {
	background-image: linear-gradient(to right, rgba(66, 66, 66, .7),
		rgba(66, 66, 66, .7)), linear-gradient(to right, #ffc107, #ffc107);
	z-index: 0;
	left: 0
}

.mdl-progress>.auxbar {
	right: 0
}

@
supports (-webkit-appearance:none ){ .
	mdl-progress: not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar,
		.mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(to right, rgba(66, 66, 66, .7),
		rgba(66, 66, 66, .7)), linear-gradient(to right, #ffc107, #ffc107);
	-webkit-mask:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
	mask:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=)
}

}
.mdl-progress:not (.mdl-progress--indeterminate )>.auxbar, .mdl-progress:not
	(.mdl-progress__indeterminate )>.auxbar {
	background-image: linear-gradient(to right, rgba(66, 66, 66, .9),
		rgba(66, 66, 66, .9)), linear-gradient(to right, #ffc107, #ffc107)
}

.mdl-progress.mdl-progress--indeterminate>.bar1, .mdl-progress.mdl-progress__indeterminate>.bar1
	{
	-webkit-animation-name: indeterminate1;
	animation-name: indeterminate1
}

.mdl-progress.mdl-progress--indeterminate>.bar1, .mdl-progress.mdl-progress--indeterminate>.bar3,
	.mdl-progress.mdl-progress__indeterminate>.bar1, .mdl-progress.mdl-progress__indeterminate>.bar3
	{
	background-color: #ffc107;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.mdl-progress.mdl-progress--indeterminate>.bar3, .mdl-progress.mdl-progress__indeterminate>.bar3
	{
	background-image: none;
	-webkit-animation-name: indeterminate2;
	animation-name: indeterminate2
}

@
-webkit-keyframes indeterminate1 { 0%{
	left: 0;
	width: 0%
}

50%{
left
:
25%;width
:
75%
}
75%{
left
:
100%;width
:
0%
}
}
@
keyframes indeterminate1 { 0%{
	left: 0;
	width: 0%
}

50%{
left
:
25%;width
:
75%
}
75%{
left
:
100%;width
:
0%
}
}
@
-webkit-keyframes indeterminate2 { 0%,50%{
	left: 0;
	width: 0%
}

75%{
left
:
0;width
:
25%
}
100%{
left
:
100%;width
:
0%
}
}
@
keyframes indeterminate2 { 0%,50%{
	left: 0;
	width: 0%
}

75%{
left
:
0;width
:
25%
}
100%{
left
:
100%;width
:
0%
}
}
.mdl-navigation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-sizing: border-box
}

.mdl-navigation__link {
	color: #424242;
	text-decoration: none;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	opacity: .87
}

.mdl-navigation__link .material-icons {
	vertical-align: middle
}

.mdl-layout {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch
}

.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
	display: none
}

.mdl-layout:not (.is-small-screen ) .mdl-layout--small-screen-only {
	display: none
}

.mdl-layout__container {
	position: absolute;
	width: 100%;
	height: 100%
}

.mdl-layout-title, .mdl-layout__title {
	display: block;
	position: relative;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .02em;
	font-weight: 400;
	box-sizing: border-box
}

.mdl-layout-spacer {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mdl-layout__drawer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 240px;
	height: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
	background: #fafafa;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	color: #424242;
	overflow: visible;
	overflow-y: auto;
	z-index: 5
}

.mdl-layout__drawer.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mdl-layout__drawer.is-visible ~.mdl-layout__content.mdl-layout__content
	{
	overflow: hidden
}

.mdl-layout__drawer>* {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mdl-layout__drawer>.mdl-layout-title, .mdl-layout__drawer>.mdl-layout__title
	{
	line-height: 64px;
	padding-left: 40px
}

@media screen and (max-width:1024px) {
	.mdl-layout__drawer>.mdl-layout-title, .mdl-layout__drawer>.mdl-layout__title
		{
		line-height: 56px;
		padding-left: 16px
	}
}

.mdl-layout__drawer .mdl-navigation {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 16px
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 16px 40px;
	margin: 0;
	color: #757575
}

@media screen and (max-width:1024px) {
	.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
		padding: 16px
	}
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
	background-color: #e0e0e0
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
	background-color: #e0e0e0;
	color: #000
}

@media screen and (min-width:1025px) {
	.mdl-layout--fixed-drawer>.mdl-layout__drawer {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.mdl-layout__drawer-button {
	display: block;
	position: absolute;
	height: 48px;
	width: 48px;
	border: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	line-height: 56px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 8px 12px;
	top: 0;
	left: 0;
	color: #424242;
	z-index: 4
}

.mdl-layout__header .mdl-layout__drawer-button {
	position: absolute;
	color: #424242;
	background-color: inherit
}

@media screen and (max-width:1024px) {
	.mdl-layout__header .mdl-layout__drawer-button {
		margin: 4px
	}
}

@media screen and (max-width:1024px) {
	.mdl-layout__drawer-button {
		margin: 4px;
		color: rgba(0, 0, 0, .5)
	}
}

@media screen and (min-width:1025px) {
	.mdl-layout__drawer-button {
		line-height: 54px
	}
	.mdl-layout--fixed-drawer>.mdl-layout__drawer-button,
		.mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,
		.mdl-layout--no-drawer-button .mdl-layout__drawer-button {
		display: none
	}
}

.mdl-layout__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	min-height: 64px;
	max-height: 1000px;
	z-index: 3;
	background-color: #ffc107;
	color: #424242;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: max-height, box-shadow
}

@media screen and (max-width:1024px) {
	.mdl-layout__header {
		min-height: 56px
	}
}

.mdl-layout--fixed-drawer.is-upgraded:not (.is-small-screen )>.mdl-layout__header
	{
	margin-left: 240px;
	width: calc(100% - 240px)
}

@media screen and (min-width:1025px) {
	.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
		padding-left: 40px
	}
}

.mdl-layout__header>.mdl-layout-icon {
	position: absolute;
	left: 40px;
	top: 16px;
	height: 32px;
	width: 32px;
	overflow: hidden;
	z-index: 3;
	display: block
}

@media screen and (max-width:1024px) {
	.mdl-layout__header>.mdl-layout-icon {
		left: 16px;
		top: 12px
	}
}

.mdl-layout.has-drawer .mdl-layout__header>.mdl-layout-icon {
	display: none
}

.mdl-layout__header.is-compact {
	max-height: 64px
}

@media screen and (max-width:1024px) {
	.mdl-layout__header.is-compact {
		max-height: 56px
	}
}

.mdl-layout__header.is-compact.has-tabs {
	height: 112px
}

@media screen and (max-width:1024px) {
	.mdl-layout__header.is-compact.has-tabs {
		min-height: 104px
	}
}

@media screen and (max-width:1024px) {
	.mdl-layout__header {
		display: none
	}
	.mdl-layout--fixed-header>.mdl-layout__header {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.mdl-layout__header--transparent.mdl-layout__header--transparent {
	background-color: transparent;
	box-shadow: none
}

.mdl-layout__header--scroll, .mdl-layout__header--seamed {
	box-shadow: none
}

.mdl-layout__header--waterfall {
	box-shadow: none;
	overflow: hidden
}

.mdl-layout__header--waterfall.is-casting-shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.mdl-layout__header-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	margin: 0;
	padding: 0 40px 0 80px
}

.mdl-layout--no-drawer-button .mdl-layout__header-row {
	padding-left: 40px
}

@media screen and (min-width:1025px) {
	.mdl-layout--no-desktop-drawer-button .mdl-layout__header-row {
		padding-left: 40px
	}
}

@media screen and (max-width:1024px) {
	.mdl-layout__header-row {
		height: 56px;
		padding: 0 16px 0 72px
	}
	.mdl-layout--no-drawer-button .mdl-layout__header-row {
		padding-left: 16px
	}
}

.mdl-layout__header-row>* {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mdl-layout__header--scroll .mdl-layout__header-row {
	width: 100%
}

.mdl-layout__header-row .mdl-navigation {
	margin: 0;
	padding: 0;
	height: 64px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1024px) {
	.mdl-layout__header-row .mdl-navigation {
		height: 56px
	}
}

.mdl-layout__header-row .mdl-navigation__link {
	display: block;
	color: #424242;
	line-height: 64px;
	padding: 0 24px
}

@media screen and (max-width:1024px) {
	.mdl-layout__header-row .mdl-navigation__link {
		line-height: 56px;
		padding: 0 16px
	}
}

.mdl-layout__obfuscator {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 4;
	visibility: hidden;
	transition-property: background-color;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdl-layout__obfuscator.is-visible {
	background-color: rgba(0, 0, 0, .5);
	visibility: visible
}

@
supports (pointer-events:auto ){ .
	mdl-layout__obfuscator {background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition-property: opacity;
	visibility: visible;
	pointer-events: none
}

.mdl-layout__obfuscator.is-visible {
	pointer-events: auto;
	opacity: 1
}

}
.mdl-layout__content {
	-ms-flex: 0 1 auto;
	position: relative;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	-webkit-overflow-scrolling: touch
}

.mdl-layout--fixed-drawer>.mdl-layout__content {
	margin-left: 240px
}

.mdl-layout__container.has-scrolling-header .mdl-layout__content {
	overflow: visible
}

@media screen and (max-width:1024px) {
	.mdl-layout--fixed-drawer>.mdl-layout__content {
		margin-left: 0
	}
	.mdl-layout__container.has-scrolling-header .mdl-layout__content {
		overflow-y: auto;
		overflow-x: hidden
	}
}

.mdl-layout__tab-bar {
	height: 96px;
	margin: 0;
	width: calc(100% - 112px);
	padding: 0 0 0 56px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffc107;
	overflow-y: hidden;
	overflow-x: scroll
}

.mdl-layout__tab-bar::-webkit-scrollbar {
	display: none
}

.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
	padding-left: 16px;
	width: calc(100% - 32px)
}

@media screen and (min-width:1025px) {
	.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar {
		padding-left: 16px;
		width: calc(100% - 32px)
	}
}

@media screen and (max-width:1024px) {
	.mdl-layout__tab-bar {
		width: calc(100% - 60px);
		padding: 0 0 0 60px
	}
	.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
		width: calc(100% - 8px);
		padding-left: 4px
	}
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
	padding: 0;
	overflow: hidden;
	width: 100%
}

.mdl-layout__tab-bar-container {
	position: relative;
	height: 48px;
	width: 100%;
	border: none;
	margin: 0;
	z-index: 2;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden
}

.mdl-layout__container>.mdl-layout__tab-bar-container {
	position: absolute;
	top: 0;
	left: 0
}

.mdl-layout__tab-bar-button {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 48px;
	width: 56px;
	z-index: 4;
	text-align: center;
	background-color: #ffc107;
	color: transparent;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button,
	.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button {
	width: 16px
}

.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons,
	.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons
	{
	position: relative;
	left: -4px
}

@media screen and (max-width:1024px) {
	.mdl-layout__tab-bar-button {
		width: 60px
	}
}

.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
	display: none
}

.mdl-layout__tab-bar-button .material-icons {
	line-height: 48px
}

.mdl-layout__tab-bar-button.is-active {
	color: #424242
}

.mdl-layout__tab-bar-left-button {
	left: 0
}

.mdl-layout__tab-bar-right-button {
	right: 0
}

.mdl-layout__tab {
	margin: 0;
	border: none;
	padding: 0 24px;
	float: left;
	position: relative;
	display: block;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(66, 66, 66, .6);
	overflow: hidden
}

@media screen and (max-width:1024px) {
	.mdl-layout__tab {
		padding: 0 12px
	}
}

.mdl-layout--fixed-tabs .mdl-layout__tab {
	float: none;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
	color: #424242
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
	height: 2px;
	width: 100%;
	display: block;
	content: " ";
	bottom: 0;
	left: 0;
	position: absolute;
	background: #ffab40;
	-webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s
		alternate forwards;
	animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate
		forwards;
	transition: all 1s cubic-bezier(.4, 0, 1, 1)
}

.mdl-layout__tab .mdl-layout__tab-ripple-container {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden
}

.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
	background-color: #424242
}

.mdl-layout__tab-panel {
	display: block
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel {
	display: none
}

.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
	display: block
}

.mdl-radio {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	height: 24px;
	margin: 0;
	padding-left: 0
}

.mdl-radio.is-upgraded {
	padding-left: 24px
}

.mdl-radio__button {
	line-height: 24px
}

.mdl-radio.is-upgraded .mdl-radio__button {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none
}

.mdl-radio__outer-circle {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 50%;
	z-index: 2
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
	border: 2px solid #ffc107
}

.mdl-radio.is-disabled .mdl-radio__outer-circle,
	.mdl-radio__outer-circle fieldset[disabled] .mdl-radio {
	border: 2px solid rgba(0, 0, 0, .26);
	cursor: auto
}

.mdl-radio__inner-circle {
	position: absolute;
	z-index: 1;
	margin: 0;
	top: 8px;
	left: 4px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	cursor: pointer;
	transition-duration: .28s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	background: #ffc107
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.mdl-radio.is-disabled .mdl-radio__inner-circle, fieldset[disabled] .mdl-radio .mdl-radio__inner-circle
	{
	background: rgba(0, 0, 0, .26);
	cursor: auto
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}

.mdl-radio__label {
	cursor: pointer
}

.mdl-radio.is-disabled .mdl-radio__label, fieldset[disabled] .mdl-radio .mdl-radio__label
	{
	color: rgba(0, 0, 0, .26);
	cursor: auto
}

.mdl-radio__ripple-container {
	position: absolute;
	z-index: 2;
	top: -9px;
	left: -13px;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-radio__ripple-container .mdl-ripple {
	background: #ffc107
}

.mdl-radio.is-disabled .mdl-radio__ripple-container, fieldset[disabled] .mdl-radio .mdl-radio__ripple-container
	{
	cursor: auto
}

.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple,
	fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple
	{
	background: 0 0
}

_:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
	-ms-appearance: none;
	height: 32px;
	margin: 0
}

.mdl-slider {
	width: calc(100% - 40px);
	margin: 0 20px
}

.mdl-slider.is-upgraded {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 2px;
	background: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
	padding: 0;
	color: #ffc107;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	z-index: 1;
	cursor: pointer
}

.mdl-slider.is-upgraded::-moz-focus-outer {
	border: 0
}

.mdl-slider.is-upgraded::-ms-tooltip {
	display: none
}

.mdl-slider.is-upgraded::-webkit-slider-runnable-track {
	background: 0 0
}

.mdl-slider.is-upgraded::-moz-range-track {
	background: 0 0;
	border: none
}

.mdl-slider.is-upgraded::-ms-track {
	background: 0 0;
	color: transparent;
	height: 2px;
	width: 100%;
	border: none
}

.mdl-slider.is-upgraded::-ms-fill-lower {
	padding: 0;
	background: linear-gradient(to right, transparent, transparent 16px, #ffc10716px,
		#ffc1070)
}

.mdl-slider.is-upgraded::-ms-fill-upper {
	padding: 0;
	background: linear-gradient(to left, transparent, transparent 16px, rgba(0, 0, 0,
		.26) 16px, rgba(0, 0, 0, .26) 0)
}

.mdl-slider.is-upgraded::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #ffc107;
	border: none;
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), border .18s
		cubic-bezier(.4, 0, .2, 1), box-shadow .18s cubic-bezier(.4, 0, .2, 1),
		background .28s cubic-bezier(.4, 0, .2, 1);
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), border .18s
		cubic-bezier(.4, 0, .2, 1), box-shadow .18s cubic-bezier(.4, 0, .2, 1),
		background .28s cubic-bezier(.4, 0, .2, 1), -webkit-transform .18s
		cubic-bezier(.4, 0, .2, 1)
}

.mdl-slider.is-upgraded::-moz-range-thumb {
	-moz-appearance: none;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: none;
	background: #ffc107;
	border: none
}

.mdl-slider.is-upgraded:focus:not (:active )::-webkit-slider-thumb {
	box-shadow: 0 0 0 10px rgba(255, 193, 7, .26)
}

.mdl-slider.is-upgraded:focus:not (:active )::-moz-range-thumb {
	box-shadow: 0 0 0 10px rgba(255, 193, 7, .26)
}

.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
	background-image: none;
	background: #ffc107;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.mdl-slider.is-upgraded:active::-moz-range-thumb {
	background-image: none;
	background: #ffc107;
	transform: scale(1.5)
}

.mdl-slider.is-upgraded::-ms-thumb {
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: #ffc107;
	transform: scale(.375);
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), background .28s
		cubic-bezier(.4, 0, .2, 1);
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), background .28s
		cubic-bezier(.4, 0, .2, 1), -webkit-transform .18s
		cubic-bezier(.4, 0, .2, 1)
}

.mdl-slider.is-upgraded:focus:not (:active )::-ms-thumb {
	background: radial-gradient(circle closest-side, #ffc1070 %, #ffc10737 .5%, rgba(255
		, 193, 7, .26) 37.5%, rgba(255, 193, 7, .26) 100%);
	transform: scale(1)
}

.mdl-slider.is-upgraded:active::-ms-thumb {
	background: #ffc107;
	transform: scale(.5625)
}

.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
	border: 2px solid rgba(0, 0, 0, .26);
	background: 0 0
}

.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
	border: 2px solid rgba(0, 0, 0, .26);
	background: 0 0
}

.mdl-slider.is-upgraded.is-lowest-value+.mdl-slider__background-flex>.mdl-slider__background-upper
	{
	left: 6px
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not (:active )::-webkit-slider-thumb
	{
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .12);
	background: rgba(0, 0, 0, .12)
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not (:active )::-moz-range-thumb
	{
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .12);
	background: rgba(0, 0, 0, .12)
}

.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
	border: 1.6px solid rgba(0, 0, 0, .26);
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

.mdl-slider.is-upgraded.is-lowest-value:active+.mdl-slider__background-flex>.mdl-slider__background-upper
	{
	left: 9px
}

.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
	border: 1.5px solid rgba(0, 0, 0, .26);
	transform: scale(1.5)
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
	background: radial-gradient(circle closest-side, transparent 0, transparent 66.67%,
		rgba(0, 0, 0, .26) 66.67%, rgba(0, 0, 0, .26) 100%)
}

.mdl-slider.is-upgraded.is-lowest-value:focus:not (:active )::-ms-thumb
	{
	background: radial-gradient(circle closest-side, rgba(0, 0, 0, .12) 0%,
		rgba(0, 0, 0, .12) 25%, rgba(0, 0, 0, .26) 25%, rgba(0, 0, 0, .26)
		37.5%, rgba(0, 0, 0, .12) 37.5%, rgba(0, 0, 0, .12) 100%);
	transform: scale(1)
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
	transform: scale(.5625);
	background: radial-gradient(circle closest-side, transparent 0, transparent 77.78%,
		rgba(0, 0, 0, .26) 77.78%, rgba(0, 0, 0, .26) 100%)
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
	background: 0 0
}

.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
	margin-left: 6px
}

.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
	margin-left: 9px
}

.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,
	.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb {
	-webkit-transform: scale(.667);
	transform: scale(.667);
	background: rgba(0, 0, 0, .26)
}

.mdl-slider.is-upgraded:disabled::-moz-range-thumb, .mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,
	.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb {
	transform: scale(.667);
	background: rgba(0, 0, 0, .26)
}

.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-lower
	{
	background-color: rgba(0, 0, 0, .26);
	left: -6px
}

.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-upper
	{
	left: 6px
}

.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb,
	.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,
	.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb
	{
	border: 3px solid rgba(0, 0, 0, .26);
	background: 0 0;
	-webkit-transform: scale(.667);
	transform: scale(.667)
}

.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb,
	.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,
	.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb
	{
	border: 3px solid rgba(0, 0, 0, .26);
	background: 0 0;
	transform: scale(.667)
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active+.mdl-slider__background-flex>.mdl-slider__background-upper
	{
	left: 6px
}

.mdl-slider.is-upgraded:disabled::-ms-thumb, .mdl-slider.is-upgraded:disabled:active::-ms-thumb,
	.mdl-slider.is-upgraded:disabled:focus::-ms-thumb {
	transform: scale(.25);
	background: rgba(0, 0, 0, .26)
}

.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,
	.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb {
	transform: scale(.25);
	background: radial-gradient(circle closest-side, transparent 0, transparent 50%,
		rgba(0, 0, 0, .26) 50%, rgba(0, 0, 0, .26) 100%)
}

.mdl-slider.is-upgraded:disabled::-ms-fill-lower {
	margin-right: 6px;
	background: linear-gradient(to right, transparent, transparent 25px, rgba(0, 0, 0,
		.26) 25px, rgba(0, 0, 0, .26) 0)
}

.mdl-slider.is-upgraded:disabled::-ms-fill-upper {
	margin-left: 6px
}

.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper
	{
	margin-left: 6px
}

.mdl-slider__ie-container {
	height: 18px;
	overflow: visible;
	border: none;
	margin: none;
	padding: none
}

.mdl-slider__container {
	height: 18px;
	position: relative;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.mdl-slider__background-flex, .mdl-slider__container {
	background: 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mdl-slider__background-flex {
	position: absolute;
	height: 2px;
	width: calc(100% - 52px);
	top: 50%;
	left: 0;
	margin: 0 26px;
	overflow: hidden;
	border: 0;
	padding: 0;
	-webkit-transform: translate(0, -1px);
	transform: translate(0, -1px)
}

.mdl-slider__background-lower {
	background: #ffc107
}

.mdl-slider__background-lower, .mdl-slider__background-upper {
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	position: relative;
	border: 0;
	padding: 0
}

.mdl-slider__background-upper {
	background: rgba(0, 0, 0, .26);
	transition: left .18s cubic-bezier(.4, 0, .2, 1)
}

.mdl-snackbar {
	position: fixed;
	bottom: 0;
	left: 50%;
	cursor: default;
	background-color: #323232;
	z-index: 3;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	will-change: transform;
	-webkit-transform: translate(0, 80px);
	transform: translate(0, 80px);
	transition: transform .25s cubic-bezier(.4, 0, 1, 1);
	transition: transform .25s cubic-bezier(.4, 0, 1, 1), -webkit-transform
		.25s cubic-bezier(.4, 0, 1, 1);
	pointer-events: none
}

@media ( max-width :479px) {
	.mdl-snackbar {
		width: 100%;
		left: 0;
		min-height: 48px;
		max-height: 80px
	}
}

@media ( min-width :480px) {
	.mdl-snackbar {
		min-width: 288px;
		max-width: 568px;
		border-radius: 2px;
		-webkit-transform: translate(-50%, 80px);
		transform: translate(-50%, 80px)
	}
}

.mdl-snackbar--active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: auto;
	transition: transform .25s cubic-bezier(0, 0, .2, 1);
	transition: transform .25s cubic-bezier(0, 0, .2, 1), -webkit-transform
		.25s cubic-bezier(0, 0, .2, 1)
}

@media ( min-width :480px) {
	.mdl-snackbar--active {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.mdl-snackbar__text {
	padding: 14px 12px 14px 24px;
	vertical-align: middle;
	color: #fff;
	float: left
}

.mdl-snackbar__action {
	background: 0 0;
	border: none;
	color: #ffab40;
	float: right;
	padding: 14px 24px 14px 12px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
	overflow: hidden;
	outline: 0;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.mdl-snackbar__action::-moz-focus-inner {
	border: 0
}

.mdl-snackbar__action:not ([aria-hidden] ){
	opacity: 1;
	pointer-events: auto
}

.mdl-spinner {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px
}

.mdl-spinner:not (.is-upgraded ).is-active:after {
	content: "Loading..."
}

.mdl-spinner.is-upgraded.is-active {
	-webkit-animation: mdl-spinner__container-rotate 1.568s linear infinite;
	animation: mdl-spinner__container-rotate 1.568s linear infinite
}

@
-webkit-keyframes mdl-spinner__container-rotate {
	to {-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
keyframes mdl-spinner__container-rotate {
	to {-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
.mdl-spinner__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0
}

.mdl-spinner__layer-1 {
	border-color: #42a5f5
}

.mdl-spinner--single-color .mdl-spinner__layer-1 {
	border-color: #ffc107
}

.mdl-spinner.is-active .mdl-spinner__layer-1 {
	-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both;
	animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

.mdl-spinner__layer-2 {
	border-color: #f44336
}

.mdl-spinner--single-color .mdl-spinner__layer-2 {
	border-color: #ffc107
}

.mdl-spinner.is-active .mdl-spinner__layer-2 {
	-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both;
	animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

.mdl-spinner__layer-3 {
	border-color: #fdd835
}

.mdl-spinner--single-color .mdl-spinner__layer-3 {
	border-color: #ffc107
}

.mdl-spinner.is-active .mdl-spinner__layer-3 {
	-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both;
	animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

.mdl-spinner__layer-4 {
	border-color: #4caf50
}

.mdl-spinner--single-color .mdl-spinner__layer-4 {
	border-color: #ffc107
}

.mdl-spinner.is-active .mdl-spinner__layer-4 {
	-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both;
	animation: mdl-spinner__fill-unfill-rotate 5332ms
		cubic-bezier(.4, 0, .2, 1) infinite both,
		mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

@
-webkit-keyframes mdl-spinner__fill-unfill-rotate { 12.5%{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

25%{
-webkit-transform
:rotate(270deg)
;transform
:rotate(270deg)
}
37
.5 %{
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg)
}

50%{
-webkit-transform
:rotate(540deg)
;transform
:rotate(540deg)
}
62
.5 %{
	-webkit-transform: rotate(675deg);
	transform: rotate(675deg)
}

75%{
-webkit-transform
:rotate(810deg)
;transform
:rotate(810deg)
}
87
.5 %{
	-webkit-transform: rotate(945deg);
	transform: rotate(945deg)
}

to {
	-webkit-transform: rotate(1080deg);
	transform: rotate(1080deg)
}

}
@
keyframes mdl-spinner__fill-unfill-rotate { 12.5%{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

25%{
-webkit-transform
:rotate(270deg)
;transform
:rotate(270deg)
}
37
.5 %{
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg)
}

50%{
-webkit-transform
:rotate(540deg)
;transform
:rotate(540deg)
}
62
.5 %{
	-webkit-transform: rotate(675deg);
	transform: rotate(675deg)
}

75%{
-webkit-transform
:rotate(810deg)
;transform
:rotate(810deg)
}
87
.5 %{
	-webkit-transform: rotate(945deg);
	transform: rotate(945deg)
}

to {
	-webkit-transform: rotate(1080deg);
	transform: rotate(1080deg)
}

}
@
-webkit-keyframes mdl-spinner__layer-1-fade-in-out { 25%,
	from {opacity: .99
}

26%,89%{
opacity
:
0
}
100%,90%{
opacity
:
.99
}
}
@
keyframes mdl-spinner__layer-1-fade-in-out { 25%,
	from {opacity: .99
}

26%,89%{
opacity
:
0
}
100%,90%{
opacity
:
.99
}
}
@
-webkit-keyframes mdl-spinner__layer-2-fade-in-out { 15%,
	from {opacity: 0
}

25%,50%{
opacity
:
.99
}
51%{
opacity
:
0
}
}
@
keyframes mdl-spinner__layer-2-fade-in-out { 15%,
	from {opacity: 0
}

25%,50%{
opacity
:
.99
}
51%{
opacity
:
0
}
}
@
-webkit-keyframes mdl-spinner__layer-3-fade-in-out { 40%,
	from {opacity: 0
}

50%,75%{
opacity
:
.99
}
76%{
opacity
:
0
}
}
@
keyframes mdl-spinner__layer-3-fade-in-out { 40%,
	from {opacity: 0
}

50%,75%{
opacity
:
.99
}
76%{
opacity
:
0
}
}
@
-webkit-keyframes mdl-spinner__layer-4-fade-in-out { 65%,
	from {opacity: 0
}

75%,90%{
opacity
:
.99
}
100%{
opacity
:
0
}
}
@
keyframes mdl-spinner__layer-4-fade-in-out { 65%,
	from {opacity: 0
}

75%,90%{
opacity
:
.99
}
100%{
opacity
:
0
}
}
.mdl-spinner__gap-patch {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}

.mdl-spinner__gap-patch .mdl-spinner__circle {
	width: 1000%;
	left: -450%
}

.mdl-spinner__circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}

.mdl-spinner__circle-clipper.mdl-spinner__left {
	float: left
}

.mdl-spinner__circle-clipper.mdl-spinner__right {
	float: right
}

.mdl-spinner__circle-clipper .mdl-spinner__circle {
	width: 200%
}

.mdl-spinner__circle {
	box-sizing: border-box;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.mdl-spinner__left .mdl-spinner__circle {
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg)
}

.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
	-webkit-animation: mdl-spinner__left-spin 1333ms
		cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

.mdl-spinner__right .mdl-spinner__circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg)
}

.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
	-webkit-animation: mdl-spinner__right-spin 1333ms
		cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: mdl-spinner__right-spin 1333ms cubic-bezier(.4, 0, .2, 1)
		infinite both
}

@
-webkit-keyframes mdl-spinner__left-spin {
	from {-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}

50%{
-webkit-transform
:rotate(-5deg)
;transform
:rotate(-5deg)
}
to {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}

}
@
keyframes mdl-spinner__left-spin {
	from {-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}

50%{
-webkit-transform
:rotate(-5deg)
;transform
:rotate(-5deg)
}
to {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}

}
@
-webkit-keyframes mdl-spinner__right-spin {
	from {-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}

50%{
-webkit-transform
:rotate(5deg)
;transform
:rotate(5deg)
}
to {
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}

}
@
keyframes mdl-spinner__right-spin {
	from {-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}

50%{
-webkit-transform
:rotate(5deg)
;transform
:rotate(5deg)
}
to {
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}

}
.mdl-switch {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: visible;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdl-switch.is-upgraded {
	padding-left: 28px
}

.mdl-switch__input {
	line-height: 24px
}

.mdl-switch.is-upgraded .mdl-switch__input {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none
}

.mdl-switch__track {
	background: rgba(0, 0, 0, .26);
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 36px;
	border-radius: 14px;
	cursor: pointer
}

.mdl-switch.is-checked .mdl-switch__track {
	background: rgba(255, 193, 7, .5)
}

.mdl-switch.is-disabled .mdl-switch__track, .mdl-switch__track fieldset[disabled] .mdl-switch
	{
	background: rgba(0, 0, 0, .12);
	cursor: auto
}

.mdl-switch__thumb {
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	transition-duration: .28s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: left
}

.mdl-switch.is-checked .mdl-switch__thumb {
	background: #ffc107;
	left: 16px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px
		rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mdl-switch.is-disabled .mdl-switch__thumb, .mdl-switch__thumb fieldset[disabled] .mdl-switch
	{
	background: #bdbdbd;
	cursor: auto
}

.mdl-switch__focus-helper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-4px, -4px);
	transform: translate(-4px, -4px);
	display: inline-block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
	box-shadow: 0 0 0 20px rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .1)
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
	box-shadow: 0 0 0 20px rgba(255, 193, 7, .26);
	background-color: rgba(255, 193, 7, .26)
}

.mdl-switch__label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	left: 24px
}

.mdl-switch.is-disabled .mdl-switch__label, .mdl-switch__label fieldset[disabled] .mdl-switch
	{
	color: #bdbdbd;
	cursor: auto
}

.mdl-switch__ripple-container {
	position: absolute;
	z-index: 2;
	top: -12px;
	left: -14px;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
	transition-duration: .4s;
	transition-timing-function: step-end;
	transition-property: left
}

.mdl-switch__ripple-container .mdl-ripple {
	background: #ffc107
}

.mdl-switch.is-disabled .mdl-switch__ripple-container,
	.mdl-switch__ripple-container fieldset[disabled] .mdl-switch {
	cursor: auto
}

.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple,
	fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple
	{
	background: 0 0
}

.mdl-switch.is-checked .mdl-switch__ripple-container {
	left: 2px
}

.mdl-tabs {
	display: block;
	width: 100%
}

.mdl-tabs__tab-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 48px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0
}

.mdl-tabs__tab {
	margin: 0;
	border: none;
	padding: 0 24px;
	float: left;
	position: relative;
	display: block;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .54);
	overflow: hidden
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
	color: rgba(0, 0, 0, .87)
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
	height: 2px;
	width: 100%;
	display: block;
	content: " ";
	bottom: 0;
	left: 0;
	position: absolute;
	background: #ffc107;
	-webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s
		alternate forwards;
	animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate
		forwards;
	transition: all 1s cubic-bezier(.4, 0, 1, 1)
}

.mdl-tabs__tab .mdl-tabs__ripple-container {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
	background: #ffc107
}

.mdl-tabs__panel {
	display: block
}

.mdl-tabs.is-upgraded .mdl-tabs__panel {
	display: none
}

.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
	display: block
}

@
-webkit-keyframes border-expand { 0%{
	opacity: 0;
	width: 0
}

100%{
opacity
:
1;width
:
100%
}
}
@
keyframes border-expand { 0%{
	opacity: 0;
	width: 0
}

100%{
opacity
:
1;width
:
100%
}
}
.mdl-textfield {
	position: relative;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	max-width: 100%;
	margin: 0;
	padding: 20px 0
}

.mdl-textfield .mdl-button {
	position: absolute;
	bottom: 20px
}

.mdl-textfield--align-right {
	text-align: right
}

.mdl-textfield--full-width {
	width: 100%
}

.mdl-textfield--expandable {
	min-width: 32px;
	width: auto;
	min-height: 32px
}

.mdl-textfield--expandable .mdl-button--icon {
	top: 16px
}

.mdl-textfield__input {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	display: block;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 4px 0;
	width: 100%;
	background: 0 0;
	text-align: left;
	color: inherit
}

.mdl-textfield__input[type=number] {
	-moz-appearance: textfield
}

.mdl-textfield__input[type=number]::-webkit-inner-spin-button,
	.mdl-textfield__input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.mdl-textfield.is-focused .mdl-textfield__input {
	outline: 0
}

.mdl-textfield.is-invalid .mdl-textfield__input {
	border-color: #d50000;
	box-shadow: none
}

.mdl-textfield.is-disabled .mdl-textfield__input, fieldset[disabled] .mdl-textfield .mdl-textfield__input
	{
	background-color: transparent;
	border-bottom: 1px dotted rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .26)
}

.mdl-textfield textarea.mdl-textfield__input {
	display: block
}

.mdl-textfield__label {
	bottom: 0;
	color: rgba(0, 0, 0, .26);
	font-size: 16px;
	left: 0;
	right: 0;
	pointer-events: none;
	position: absolute;
	display: block;
	top: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left
}

.mdl-textfield.has-placeholder .mdl-textfield__label, .mdl-textfield.is-dirty .mdl-textfield__label
	{
	visibility: hidden
}

.mdl-textfield--floating-label .mdl-textfield__label {
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
	transition: none
}

.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label, fieldset[disabled] .mdl-textfield .mdl-textfield__label
	{
	color: rgba(0, 0, 0, .26)
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
	.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
	.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
	color: #ffc107;
	font-size: 12px;
	top: 4px;
	visibility: visible
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label,
	.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
	.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label
	{
	top: -16px
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
	color: #d50000;
	font-size: 12px
}

.mdl-textfield__label:after {
	background-color: #ffc107;
	bottom: 20px;
	content: '';
	height: 2px;
	left: 45%;
	position: absolute;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	visibility: hidden;
	width: 10px
}

.mdl-textfield.is-focused .mdl-textfield__label:after {
	left: 0;
	visibility: visible;
	width: 100%
}

.mdl-textfield.is-invalid .mdl-textfield__label:after {
	background-color: #d50000
}

.mdl-textfield__error {
	color: #d50000;
	position: absolute;
	font-size: 12px;
	margin-top: 3px;
	visibility: hidden;
	display: block;
	width: 150px
}

.mdl-textfield.is-invalid .mdl-textfield__error {
	visibility: visible
}

.mdl-textfield__expandable-holder {
	display: inline-block;
	position: relative;
	margin-left: 32px;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	display: inline-block;
	max-width: .1px
}

.mdl-textfield.is-dirty .mdl-textfield__expandable-holder,
	.mdl-textfield.is-focused .mdl-textfield__expandable-holder {
	max-width: 600px
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
	bottom: 0
}

.mdl-tooltip {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	z-index: 999;
	background: rgba(97, 97, 97, .9);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	max-width: 170px;
	position: fixed;
	top: -500px;
	left: -500px;
	padding: 8px;
	text-align: center
}

.mdl-tooltip.is-active {
	-webkit-animation: pulse .2s cubic-bezier(0, 0, .2, 1) forwards;
	animation: pulse .2s cubic-bezier(0, 0, .2, 1) forwards
}

.mdl-tooltip--large {
	line-height: 14px;
	font-size: 14px;
	padding: 16px
}

@
-webkit-keyframes pulse { 0%{
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

50%{
-webkit-transform
:scale
(
.99
);transform
:scale
(
.99
)
}
100%{
-webkit-transform
:scale(1)
;transform
:scale(1)
;opacity
:
1;visibility
:visible
}
}
@
keyframes pulse { 0%{
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

50%{
-webkit-transform
:scale
(
.99
);transform
:scale
(
.99
)
}
100%{
-webkit-transform
:scale(1)
;transform
:scale(1)
;opacity
:
1;visibility
:visible
}
}
.mdl-shadow--2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px
		rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdl-shadow--3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px
		rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mdl-shadow--4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0
		rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.mdl-shadow--6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0
		rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.mdl-shadow--8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px
		rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.mdl-shadow--16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px
		rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.mdl-shadow--24dp {
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px
		rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2)
}

.mdl-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.mdl-grid.mdl-grid--no-spacing {
	padding: 0
}

.mdl-cell {
	box-sizing: border-box
}

.mdl-cell--top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.mdl-cell--middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.mdl-cell--bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.mdl-cell--stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.mdl-grid.mdl-grid--no-spacing>.mdl-cell {
	margin: 0
}

.mdl-cell--order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.mdl-cell--order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.mdl-cell--order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.mdl-cell--order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.mdl-cell--order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.mdl-cell--order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.mdl-cell--order-7 {
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.mdl-cell--order-8 {
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.mdl-cell--order-9 {
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.mdl-cell--order-10 {
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.mdl-cell--order-11 {
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.mdl-cell--order-12 {
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

@media ( max-width :479px) {
	.mdl-grid {
		padding: 8px
	}
	.mdl-cell {
		margin: 8px;
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell {
		width: 100%
	}
	.mdl-cell--hide-phone {
		display: none !important
	}
	.mdl-cell--order-1-phone.mdl-cell--order-1-phone {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.mdl-cell--order-2-phone.mdl-cell--order-2-phone {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.mdl-cell--order-3-phone.mdl-cell--order-3-phone {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.mdl-cell--order-4-phone.mdl-cell--order-4-phone {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.mdl-cell--order-5-phone.mdl-cell--order-5-phone {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.mdl-cell--order-6-phone.mdl-cell--order-6-phone {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.mdl-cell--order-7-phone.mdl-cell--order-7-phone {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.mdl-cell--order-8-phone.mdl-cell--order-8-phone {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.mdl-cell--order-9-phone.mdl-cell--order-9-phone {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.mdl-cell--order-10-phone.mdl-cell--order-10-phone {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.mdl-cell--order-11-phone.mdl-cell--order-11-phone {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.mdl-cell--order-12-phone.mdl-cell--order-12-phone {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.mdl-cell--1-col, .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
		width: calc(25% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--1-col, .mdl-grid--no-spacing>.mdl-cell--1-col-phone.mdl-cell--1-col-phone
		{
		width: 25%
	}
	.mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
		width: calc(50% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--2-col, .mdl-grid--no-spacing>.mdl-cell--2-col-phone.mdl-cell--2-col-phone
		{
		width: 50%
	}
	.mdl-cell--3-col, .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
		width: calc(75% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--3-col, .mdl-grid--no-spacing>.mdl-cell--3-col-phone.mdl-cell--3-col-phone
		{
		width: 75%
	}
	.mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--4-col, .mdl-grid--no-spacing>.mdl-cell--4-col-phone.mdl-cell--4-col-phone
		{
		width: 100%
	}
	.mdl-cell--5-col, .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--5-col, .mdl-grid--no-spacing>.mdl-cell--5-col-phone.mdl-cell--5-col-phone
		{
		width: 100%
	}
	.mdl-cell--6-col, .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--6-col, .mdl-grid--no-spacing>.mdl-cell--6-col-phone.mdl-cell--6-col-phone
		{
		width: 100%
	}
	.mdl-cell--7-col, .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--7-col, .mdl-grid--no-spacing>.mdl-cell--7-col-phone.mdl-cell--7-col-phone
		{
		width: 100%
	}
	.mdl-cell--8-col, .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--8-col, .mdl-grid--no-spacing>.mdl-cell--8-col-phone.mdl-cell--8-col-phone
		{
		width: 100%
	}
	.mdl-cell--9-col, .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--9-col, .mdl-grid--no-spacing>.mdl-cell--9-col-phone.mdl-cell--9-col-phone
		{
		width: 100%
	}
	.mdl-cell--10-col, .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--10-col, .mdl-grid--no-spacing>.mdl-cell--10-col-phone.mdl-cell--10-col-phone
		{
		width: 100%
	}
	.mdl-cell--11-col, .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--11-col, .mdl-grid--no-spacing>.mdl-cell--11-col-phone.mdl-cell--11-col-phone
		{
		width: 100%
	}
	.mdl-cell--12-col, .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--12-col, .mdl-grid--no-spacing>.mdl-cell--12-col-phone.mdl-cell--12-col-phone
		{
		width: 100%
	}
	.mdl-cell--1-offset, .mdl-cell--1-offset-phone.mdl-cell--1-offset-phone
		{
		margin-left: calc(25% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-phone.mdl-cell--1-offset-phone
		{
		margin-left: 25%
	}
	.mdl-cell--2-offset, .mdl-cell--2-offset-phone.mdl-cell--2-offset-phone
		{
		margin-left: calc(50% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-phone.mdl-cell--2-offset-phone
		{
		margin-left: 50%
	}
	.mdl-cell--3-offset, .mdl-cell--3-offset-phone.mdl-cell--3-offset-phone
		{
		margin-left: calc(75% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-phone.mdl-cell--3-offset-phone
		{
		margin-left: 75%
	}
}

@media ( min-width :480px) and (max-width:839px) {
	.mdl-grid {
		padding: 8px
	}
	.mdl-cell {
		margin: 8px;
		width: calc(50% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell {
		width: 50%
	}
	.mdl-cell--hide-tablet {
		display: none !important
	}
	.mdl-cell--order-1-tablet.mdl-cell--order-1-tablet {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.mdl-cell--order-2-tablet.mdl-cell--order-2-tablet {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.mdl-cell--order-3-tablet.mdl-cell--order-3-tablet {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.mdl-cell--order-4-tablet.mdl-cell--order-4-tablet {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.mdl-cell--order-5-tablet.mdl-cell--order-5-tablet {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.mdl-cell--order-6-tablet.mdl-cell--order-6-tablet {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.mdl-cell--order-7-tablet.mdl-cell--order-7-tablet {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.mdl-cell--order-8-tablet.mdl-cell--order-8-tablet {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.mdl-cell--order-9-tablet.mdl-cell--order-9-tablet {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.mdl-cell--order-10-tablet.mdl-cell--order-10-tablet {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.mdl-cell--order-11-tablet.mdl-cell--order-11-tablet {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.mdl-cell--order-12-tablet.mdl-cell--order-12-tablet {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.mdl-cell--1-col, .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
		width: calc(12.5% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--1-col, .mdl-grid--no-spacing>.mdl-cell--1-col-tablet.mdl-cell--1-col-tablet
		{
		width: 12.5%
	}
	.mdl-cell--2-col, .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
		width: calc(25% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--2-col, .mdl-grid--no-spacing>.mdl-cell--2-col-tablet.mdl-cell--2-col-tablet
		{
		width: 25%
	}
	.mdl-cell--3-col, .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
		width: calc(37.5% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--3-col, .mdl-grid--no-spacing>.mdl-cell--3-col-tablet.mdl-cell--3-col-tablet
		{
		width: 37.5%
	}
	.mdl-cell--4-col, .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
		width: calc(50% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--4-col, .mdl-grid--no-spacing>.mdl-cell--4-col-tablet.mdl-cell--4-col-tablet
		{
		width: 50%
	}
	.mdl-cell--5-col, .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
		width: calc(62.5% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--5-col, .mdl-grid--no-spacing>.mdl-cell--5-col-tablet.mdl-cell--5-col-tablet
		{
		width: 62.5%
	}
	.mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
		width: calc(75% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--6-col, .mdl-grid--no-spacing>.mdl-cell--6-col-tablet.mdl-cell--6-col-tablet
		{
		width: 75%
	}
	.mdl-cell--7-col, .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
		width: calc(87.5% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--7-col, .mdl-grid--no-spacing>.mdl-cell--7-col-tablet.mdl-cell--7-col-tablet
		{
		width: 87.5%
	}
	.mdl-cell--8-col, .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--8-col, .mdl-grid--no-spacing>.mdl-cell--8-col-tablet.mdl-cell--8-col-tablet
		{
		width: 100%
	}
	.mdl-cell--9-col, .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--9-col, .mdl-grid--no-spacing>.mdl-cell--9-col-tablet.mdl-cell--9-col-tablet
		{
		width: 100%
	}
	.mdl-cell--10-col, .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--10-col, .mdl-grid--no-spacing>.mdl-cell--10-col-tablet.mdl-cell--10-col-tablet
		{
		width: 100%
	}
	.mdl-cell--11-col, .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--11-col, .mdl-grid--no-spacing>.mdl-cell--11-col-tablet.mdl-cell--11-col-tablet
		{
		width: 100%
	}
	.mdl-cell--12-col, .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--12-col, .mdl-grid--no-spacing>.mdl-cell--12-col-tablet.mdl-cell--12-col-tablet
		{
		width: 100%
	}
	.mdl-cell--1-offset, .mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet
		{
		margin-left: calc(12.5% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet
		{
		margin-left: 12.5%
	}
	.mdl-cell--2-offset, .mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet
		{
		margin-left: calc(25% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet
		{
		margin-left: 25%
	}
	.mdl-cell--3-offset, .mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet
		{
		margin-left: calc(37.5% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet
		{
		margin-left: 37.5%
	}
	.mdl-cell--4-offset, .mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet
		{
		margin-left: calc(50% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet
		{
		margin-left: 50%
	}
	.mdl-cell--5-offset, .mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet
		{
		margin-left: calc(62.5% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet
		{
		margin-left: 62.5%
	}
	.mdl-cell--6-offset, .mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet
		{
		margin-left: calc(75% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet
		{
		margin-left: 75%
	}
	.mdl-cell--7-offset, .mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet
		{
		margin-left: calc(87.5% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet
		{
		margin-left: 87.5%
	}
}

@media ( min-width :840px) {
	.mdl-grid {
		padding: 8px
	}
	.mdl-cell {
		margin: 8px;
		width: calc(33.3333333333% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell {
		width: 33.3333333333%
	}
	.mdl-cell--hide-desktop {
		display: none !important
	}
	.mdl-cell--order-1-desktop.mdl-cell--order-1-desktop {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.mdl-cell--order-2-desktop.mdl-cell--order-2-desktop {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.mdl-cell--order-3-desktop.mdl-cell--order-3-desktop {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.mdl-cell--order-4-desktop.mdl-cell--order-4-desktop {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.mdl-cell--order-5-desktop.mdl-cell--order-5-desktop {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.mdl-cell--order-6-desktop.mdl-cell--order-6-desktop {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.mdl-cell--order-7-desktop.mdl-cell--order-7-desktop {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.mdl-cell--order-8-desktop.mdl-cell--order-8-desktop {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.mdl-cell--order-9-desktop.mdl-cell--order-9-desktop {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.mdl-cell--order-10-desktop.mdl-cell--order-10-desktop {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.mdl-cell--order-11-desktop.mdl-cell--order-11-desktop {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.mdl-cell--order-12-desktop.mdl-cell--order-12-desktop {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.mdl-cell--1-col, .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
		width: calc(8.3333333333% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--1-col, .mdl-grid--no-spacing>.mdl-cell--1-col-desktop.mdl-cell--1-col-desktop
		{
		width: 8.3333333333%
	}
	.mdl-cell--2-col, .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
		width: calc(16.6666666667% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--2-col, .mdl-grid--no-spacing>.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop
		{
		width: 16.6666666667%
	}
	.mdl-cell--3-col, .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
		width: calc(25% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--3-col, .mdl-grid--no-spacing>.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop
		{
		width: 25%
	}
	.mdl-cell--4-col, .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
		width: calc(33.3333333333% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--4-col, .mdl-grid--no-spacing>.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop
		{
		width: 33.3333333333%
	}
	.mdl-cell--5-col, .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
		width: calc(41.6666666667% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--5-col, .mdl-grid--no-spacing>.mdl-cell--5-col-desktop.mdl-cell--5-col-desktop
		{
		width: 41.6666666667%
	}
	.mdl-cell--6-col, .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
		width: calc(50% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--6-col, .mdl-grid--no-spacing>.mdl-cell--6-col-desktop.mdl-cell--6-col-desktop
		{
		width: 50%
	}
	.mdl-cell--7-col, .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
		width: calc(58.3333333333% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--7-col, .mdl-grid--no-spacing>.mdl-cell--7-col-desktop.mdl-cell--7-col-desktop
		{
		width: 58.3333333333%
	}
	.mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
		width: calc(66.6666666667% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--8-col, .mdl-grid--no-spacing>.mdl-cell--8-col-desktop.mdl-cell--8-col-desktop
		{
		width: 66.6666666667%
	}
	.mdl-cell--9-col, .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
		width: calc(75% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--9-col, .mdl-grid--no-spacing>.mdl-cell--9-col-desktop.mdl-cell--9-col-desktop
		{
		width: 75%
	}
	.mdl-cell--10-col, .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
		width: calc(83.3333333333% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--10-col, .mdl-grid--no-spacing>.mdl-cell--10-col-desktop.mdl-cell--10-col-desktop
		{
		width: 83.3333333333%
	}
	.mdl-cell--11-col, .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
		width: calc(91.6666666667% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--11-col, .mdl-grid--no-spacing>.mdl-cell--11-col-desktop.mdl-cell--11-col-desktop
		{
		width: 91.6666666667%
	}
	.mdl-cell--12-col, .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
		width: calc(100% - 16px)
	}
	.mdl-grid--no-spacing>.mdl-cell--12-col, .mdl-grid--no-spacing>.mdl-cell--12-col-desktop.mdl-cell--12-col-desktop
		{
		width: 100%
	}
	.mdl-cell--1-offset, .mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop
		{
		margin-left: calc(8.3333333333% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop
		{
		margin-left: 8.3333333333%
	}
	.mdl-cell--2-offset, .mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop
		{
		margin-left: calc(16.6666666667% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop
		{
		margin-left: 16.6666666667%
	}
	.mdl-cell--3-offset, .mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop
		{
		margin-left: calc(25% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop
		{
		margin-left: 25%
	}
	.mdl-cell--4-offset, .mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop
		{
		margin-left: calc(33.3333333333% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop
		{
		margin-left: 33.3333333333%
	}
	.mdl-cell--5-offset, .mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop
		{
		margin-left: calc(41.6666666667% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop
		{
		margin-left: 41.6666666667%
	}
	.mdl-cell--6-offset, .mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop
		{
		margin-left: calc(50% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop
		{
		margin-left: 50%
	}
	.mdl-cell--7-offset, .mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop
		{
		margin-left: calc(58.3333333333% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop
		{
		margin-left: 58.3333333333%
	}
	.mdl-cell--8-offset, .mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop
		{
		margin-left: calc(66.6666666667% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop
		{
		margin-left: 66.6666666667%
	}
	.mdl-cell--9-offset, .mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop
		{
		margin-left: calc(75% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop
		{
		margin-left: 75%
	}
	.mdl-cell--10-offset, .mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop
		{
		margin-left: calc(83.3333333333% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop
		{
		margin-left: 83.3333333333%
	}
	.mdl-cell--11-offset, .mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop
		{
		margin-left: calc(91.6666666667% + 8px)
	}
	.mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset, .mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop
		{
		margin-left: 91.6666666667%
	}
}

body {
	margin: 0
}

.styleguide-demo h1 {
	margin: 48px 24px 0
}

.styleguide-demo h1:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	margin-top: 24px
}

.styleguide-demo {
	opacity: 0;
	transition: opacity .6s ease
}

.styleguide-masthead {
	height: 256px;
	background: #212121;
	padding: 115px 16px 0
}

.styleguide-container {
	position: relative;
	max-width: 960px;
	width: 100%
}

.styleguide-title {
	color: #fff;
	bottom: auto;
	position: relative;
	font-size: 56px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.02em
}

.styleguide-title:after {
	border-bottom: 0
}

.styleguide-title span {
	font-weight: 300
}

.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
	padding: 10px 24px
}

.demosLoaded .styleguide-demo {
	opacity: 1
}

iframe {
	display: block;
	width: 100%;
	border: none
}

iframe.heightSet {
	overflow: hidden
}

.demo-wrapper {
	margin: 24px
}

.demo-wrapper iframe {
	border: 1px solid rgba(0, 0, 0, .5)
}

.getmdl-select .mdl-icon-toggle__label {
	float: right;
	margin-top: -30px;
	color: rgba(0, 0, 0, .4)
}

.getmdl-select.is-focused .mdl-icon-toggle__label {
	color: #3f51b5
}

.getmdl-select .mdl-menu__container {
	width: 100% !important;
	overflow: hidden
}

.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
	font-size: 16px
}

.getmdl-select__fullwidth .mdl-menu {
	width: 100%
}

.getmdl-select__fix-height .mdl-menu__container {
	overflow-y: auto;
	max-height: 300px !important
}

.rent_tag {
	left: initial;
	right: 5px;
	top: 5px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 6px;
	/* 	background-color: #A8DC7D!important; */
}

.movBox img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.movBox_txt {
	background-color: transparent;
}

.movBox {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rent_tag.type_time {
	/* 	background-color: #ffdd00!important; */
	
}

.rent_tag.type_promote {
	/* 	background-color: #ff6b00!important; */
	color: #FFF;
}

/*20181112 0元影片播放按鈕*/
.btn_orgnge.btn.free_movie{
	position: absolute;
	color: #FFF;
	text-align: left;
	z-index: 20;
	padding-left: 38px;
	margin: auto auto;
	left: 0;
	right: 0;
	top: 13%;
	width: 220px;
	height: 36px;
	background-color: rgba(0,0,0,.8);
	border: 1px solid #ff6b00;
}
.btn_orgnge.btn.free_movie .play-icon{
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 5px;
	left: 8px;
	background-size: 100% auto;
	background-position: center center;
	background-image: url(../2016UX/images/intro/intro-mov-play-free.png);
}
@media screen and (min-width: 768px){
	.btn_orgnge.btn.free_movie{
		top: 20%;
	}
}
/*20181112 0元影片播放按鈕 end*/

/*20181226 珍藏版包多部單片*/
.mov_title{
	margin: 0;
	padding-left: 0;
}
.pack_group_wrap h3{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 16px 0;
	line-height: 1.2;
}
.pack_group{
	margin-bottom: 16px;
}
.pack_group .txtlim_oneLine{
	color: #2f2f2f;
}
.pack_group .row.boot_row_adj{
	padding: 0;
	padding-top: 8px;
}
/*20181226 珍藏版包多部單片 end*/




