article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}[hidden],template {
	display: none;
}

html {
	font-family: 'microsoft yahei',Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

mark {
	color: #000;
	background: #ff0;
}

code,kbd,pre,samp {
	font-family: 'microsoft yahei',Arial,sans-serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

button,input,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],html input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
}

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;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media print {
	* {
		color: #000!important;
		text-shadow: none!important;
		background: transparent!important;
		box-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: "(" attr(href) ")";
	}

	abbr[title]:after {
		content: "(" attr(title) ")";
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}@	page {
		margin: 2cm .5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff!important;
	}

	.navbar {
		display: none;
	}

	.table td,.table th {
		background-color: #fff!important;
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse!important;
	}

	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd!important;
	}
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: 'microsoft yahei',Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #dd4814;
	text-decoration: none;
}

a:hover,a:focus {
	color: #dd4814;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-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;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'microsoft yahei',Arial,sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #aea79f;
}

h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small {
	font-size: 65%;
}

h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,h5 small,h6 small,h4 .small,h5 .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: 200;
	line-height: 1.4;
}

@media(min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

small,.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

.text-muted {
	color: #aea79f;
}

.text-primary {
	color: #dd4814;
}

.text-primary:hover {
	color: #ae3910;
}

.text-warning {
	color: #c09853;
}

.text-warning:hover {
	color: #a47e3c;
}

.text-danger {
	color: #b94a48;
}

.text-danger:hover {
	color: #953b39;
}

.text-success {
	color: #468847;
}

.text-success:hover {
	color: #356635;
}

.text-info {
	color: #dd4814;
}

.text-info:hover {
	color: #2d6987;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.list-inline>li:first-child {
	padding-left: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

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;
	}

	.dl-horizontal dd:before,.dl-horizontal dd:after {
		display: table;
		content: " ";
	}

	.dl-horizontal dd:after {
		clear: both;
	}

	.dl-horizontal dd:before,.dl-horizontal dd:after {
		display: table;
		content: " ";
	}

	.dl-horizontal dd:after {
		clear: both;
	}

	.dl-horizontal dd:before,.dl-horizontal dd:after {
		display: table;
		content: " ";
	}

	.dl-horizontal dd:after {
		clear: both;
	}

	.dl-horizontal dd:before,.dl-horizontal dd:after {
		display: table;
		content: " ";
	}

	.dl-horizontal dd:after {
		clear: both;
	}

	.dl-horizontal dd:before,.dl-horizontal dd:after {
		display: table;
		content: " ";
	}

	.dl-horizontal dd:after {
		clear: both;
	}
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #aea79f;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}

blockquote p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small,blockquote .small {
	display: block;
	line-height: 1.428571429;
	color: #aea79f;
}

blockquote small:before,blockquote .small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
}

blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small {
	text-align: right;
}

blockquote.pull-right small:before,blockquote.pull-right .small:before {
	content: '';
}

blockquote.pull-right small:after,blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
	content: "";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

code,kbd,pre,samp {
	font-family: 'microsoft yahei',Arial,sans-serif;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	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;
}

.container:before,.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

@media(min-width:768px) {
	.container {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container {
		width: 970px;
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}

.col-xs-1 {
	width: 8.333333333333332%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666666666666%;
}

.col-xs-pull-10 {
	right: 83.33333333333334%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666666666666%;
}

.col-xs-pull-7 {
	right: 58.333333333333336%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666666666667%;
}

.col-xs-pull-4 {
	right: 33.33333333333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.666666666666664%;
}

.col-xs-pull-1 {
	right: 8.333333333333332%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666666666666%;
}

.col-xs-push-10 {
	left: 83.33333333333334%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666666666666%;
}

.col-xs-push-7 {
	left: 58.333333333333336%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666666666667%;
}

.col-xs-push-4 {
	left: 33.33333333333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.666666666666664%;
}

.col-xs-push-1 {
	left: 8.333333333333332%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media(min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666666666666%;
	}

	.col-sm-10 {
		width: 83.33333333333334%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666666666666%;
	}

	.col-sm-7 {
		width: 58.333333333333336%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666666666667%;
	}

	.col-sm-4 {
		width: 33.33333333333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666666666666664%;
	}

	.col-sm-1 {
		width: 8.333333333333332%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}

	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}

	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}

	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}

	.col-sm-pull-0 {
		right: 0;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666666666666%;
	}

	.col-sm-push-10 {
		left: 83.33333333333334%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666666666666%;
	}

	.col-sm-push-7 {
		left: 58.333333333333336%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666666666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.666666666666664%;
	}

	.col-sm-push-1 {
		left: 8.333333333333332%;
	}

	.col-sm-push-0 {
		left: 0;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media(min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666666666666%;
	}

	.col-md-10 {
		width: 83.33333333333334%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666666666666%;
	}

	.col-md-7 {
		width: 58.333333333333336%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666666666667%;
	}

	.col-md-4 {
		width: 33.33333333333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.666666666666664%;
	}

	.col-md-1 {
		width: 8.333333333333332%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666666666666%;
	}

	.col-md-pull-10 {
		right: 83.33333333333334%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666666666666%;
	}

	.col-md-pull-7 {
		right: 58.333333333333336%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666666666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.666666666666664%;
	}

	.col-md-pull-1 {
		right: 8.333333333333332%;
	}

	.col-md-pull-0 {
		right: 0;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666666666666%;
	}

	.col-md-push-10 {
		left: 83.33333333333334%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666666666666%;
	}

	.col-md-push-7 {
		left: 58.333333333333336%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666666666667%;
	}

	.col-md-push-4 {
		left: 33.33333333333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.666666666666664%;
	}

	.col-md-push-1 {
		left: 8.333333333333332%;
	}

	.col-md-push-0 {
		left: 0;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media(min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666666666666%;
	}

	.col-lg-10 {
		width: 83.33333333333334%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666666666666%;
	}

	.col-lg-7 {
		width: 58.333333333333336%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666666666667%;
	}

	.col-lg-4 {
		width: 33.33333333333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.666666666666664%;
	}

	.col-lg-1 {
		width: 8.333333333333332%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}

	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}

	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}

	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}

	.col-lg-pull-0 {
		right: 0;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666666666666%;
	}

	.col-lg-push-10 {
		left: 83.33333333333334%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666666666666%;
	}

	.col-lg-push-7 {
		left: 58.333333333333336%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666666666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.666666666666664%;
	}

	.col-lg-push-1 {
		left: 8.333333333333332%;
	}

	.col-lg-push-0 {
		left: 0;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.428571429;
	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>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"],table th[class*="col-"] {
	display: table-cell;
	float: none;
}

.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th {
	background-color: #ebcccc;
}

.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th {
	background-color: #faf2cc;
}

@media(max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid #ddd;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

fieldset {
	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;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

select[multiple],select[size] {
	height: auto;
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}

output {
	display: block;
	padding-top: 9px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	vertical-align: middle;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .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,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.form-control:-moz-placeholder {
	color: #aea79f;
}

.form-control::-moz-placeholder {
	color: #aea79f;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #aea79f;
}

.form-control::-webkit-input-placeholder {
	color: #aea79f;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 15px;
}

.radio,.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.radio label,.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio+.radio,.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.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;
}

textarea.input-sm {
	height: auto;
}

.input-lg {
	height: 54px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 54px;
	line-height: 54px;
}

textarea.input-lg {
	height: auto;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
	color: #c09853;
}

.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
	color: #b94a48;
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
}

.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
	color: #468847;
}

.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
}

.has-success .input-group-addon {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.form-control-static {
	margin-bottom: 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;
	}

	.form-inline select.form-control {
		width: auto;
	}

	.form-inline .radio,.form-inline .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	padding-top: 9px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 29px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " ";
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-control-static {
	padding-top: 9px;
}

@media(min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}

.btn {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,.btn:focus {
	color: #fff;
	text-decoration: none;
}

.btn:active,.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #fff;
	background-color: #0F6120;
	border-color: #0E541E;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #115212;
	border-color: #094409;
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color: #aea79f;
	border-color: #aea79f;
}

.btn-default .badge {
	color: #aea79f;
	background-color: #fff;
}

.btn-primary {
	color: #fff;
	background-color: #dd4814;
	border-color: #dd4814;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #b83c11;
	border-color: #a5360f;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #dd4814;
	border-color: #dd4814;
}

.btn-primary .badge {
	color: #dd4814;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #efb73e;
	border-color: #efb73e;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #eca918;
	border-color: #dd9d12;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color: #efb73e;
	border-color: #efb73e;
}

.btn-warning .badge {
	color: #efb73e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #df382c;
	border-color: #df382c;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c4291e;
	border-color: #b3251b;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color: #df382c;
	border-color: #df382c;
}

.btn-danger .badge {
	color: #df382c;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #38b44a;
	border-color: #38b44a;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #2e953d;
	border-color: #298537;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	background-color: #38b44a;
	border-color: #38b44a;
}

.btn-success .badge {
	color: #38b44a;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #772953;
	border-color: #772953;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #591f3e;
	border-color: #491933;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	background-color: #772953;
	border-color: #772953;
}

.btn-info .badge {
	color: #772953;
	background-color: #fff;
}

.btn-link {
	font-weight: normal;
	color: #dd4814;
	cursor: pointer;
	border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
	color: #97310e;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #aea79f;
	text-decoration: none;
}

.btn-lg {
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
	width: 1em;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #dd4814;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #dd4814;
	outline: 0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color: #aea79f;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	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-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #aea79f;
}

.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 {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media(min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
	outline: none;
}

.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:before,.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn-group {
	float: left;
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-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-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-lg>.btn {
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.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,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	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:before,.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: 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 {
	width: 100%;
	margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 54px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	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: 54px;
	line-height: 54px;
}

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;
}

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-addon,.input-group-btn,.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #333;
	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: 14px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.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:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
}

.input-group-btn:first-child>.btn {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn {
	margin-left: -1px;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -4px;
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:active {
	z-index: 2;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav:before,.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav:before,.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav:before,.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav:before,.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav:before,.nav:after {
	display: table;
	content: " ";
}

.nav:after {
	clear: both;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 8px;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav>li.disabled>a {
	color: #aea79f;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #aea79f;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color: #eee;
	border-color: #dd4814;
}

.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.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eeeeee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color: #777;
	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:hover,.nav-tabs.nav-justified>.active>a:focus {
	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:hover,.nav-tabs.nav-justified>.active>a:focus {
		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:hover,.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #dd4814;
}

.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:hover,.nav-tabs-justified>.active>a:focus {
	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:hover,.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before,.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}

.navbar:before,.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}

.navbar:before,.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}

.navbar:before,.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}

.navbar:before,.navbar:after {
	display: table;
	content: " ";
}

.navbar:after {
	clear: both;
}}

.navbar-header:before,.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,.navbar-header:after {
	display: table;
	content: " ";
}

.navbar-header:after {
	clear: both;
}

@media(min-width:768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,.navbar-collapse:after {
	display: table;
	content: " ";
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.container>.navbar-header,.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media(min-width:768px) {
	.container>.navbar-header,.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.navbar-absolute-top {
	position: absolute;
	z-index: 1030;
	border-width: 0;
}

@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media(min-width:768px) {
	.navbar-fixed-top,.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none;
}

@media(min-width:768px) {
	.navbar>.container .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 .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;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}

@media(min-width:768px) {
	.navbar-left {
		float: left!important;
	}

	.navbar-right {
		float: right!important;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 6px;
	margin-right: -15px;
	margin-bottom: 6px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}

@media(min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
	}

	.navbar-form select.form-control {
		width: auto;
	}

	.navbar-form .radio,.navbar-form .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}

@media(max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@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-form.navbar-right:last-child {
		margin-right: -15px;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.navbar-btn {
	margin-top: 6px;
	margin-bottom: 6px;
}

.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;
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background: none repeat scroll 0 0 rgba(47,47,47,0.98);
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	color: #fff;
	background-color: none;
}

.navbar-default .navbar-text {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #97310e;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #ae3910;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-gbhome .navbar-toggle {
	border-color: #EEE;
}

.navbar-gbhome .navbar-toggle .icon-bar {
	background-color: #EEE;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #97310e;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #ae3910;
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #97310e;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #ae3910;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #fff;
}

.navbar-default .navbar-link:hover {
	color: #fff;
}

.navbar-inverse {
	background-color: #772953;
	border-color: #511c39;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: none;
}

.navbar-inverse .navbar-text {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #3e152b;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #511c39;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #3e152b;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #3e152b;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #5c2040;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #511c39;
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #511c39;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #511c39;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #3e152b;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #511c39;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #fff;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.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: #aea79f;
}

.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: 8px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-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:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	background-color: #eee;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index: 2;
	color: #aea79f;
	cursor: default;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #aea79f;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 14px 16px;
	font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-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;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-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:before,.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager:before,.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager:before,.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager:before,.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager:before,.pager:after {
	display: table;
	content: " ";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:hover,.pager li>a:focus {
	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:hover,.pager .disabled>a:focus,.pager .disabled>span {
	color: #aea79f;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label[href]:hover,.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #aea79f;
}

.label-default[href]:hover,.label-default[href]:focus {
	background-color: #978e83;
}

.label-primary {
	background-color: #dd4814;
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color: #ae3910;
}

.label-success {
	background-color: #38b44a;
}

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #2c8d3a;
}

.label-info {
	background-color: #772953;
}

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #511c39;
}

.label-warning {
	background-color: #efb73e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #e7a413;
}

.label-danger {
	background-color: #df382c;
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color: #bc271c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #aea79f;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #dd4814;
	background-color: #fff;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1,.jumbotron .h1 {
	line-height: 1;
	color: inherit;
}

.jumbotron p {
	line-height: 1.4;
}

.container .jumbotron {
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and(min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .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.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail>img,.thumbnail a>img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color: #dd4814;
}

.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: bold;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #356635;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #2d6987;
}

.alert-warning {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.alert-warning hr {
	border-top-color: #f8e5be;
}

.alert-warning .alert-link {
	color: #a47e3c;
}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert-danger hr {
	border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
	color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #dd4814;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #38b44a;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
	background-color: #772953;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
	background-color: #efb73e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
	background-color: #df382c;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
	overflow: hidden;
	zoom: 1;
}

.media,.media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media>.pull-left {
	margin-right: 10px;
}

.media>.pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	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-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #dd4814;
	border-color: #dd4814;
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text {
	color: #fad1c3;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #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,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
	padding: 15px;
}

.panel-body:before,.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel-body:before,.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel-body:before,.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel-body:before,.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel-body:before,.panel-body:after {
	display: table;
	content: " ";
}

.panel-body:after {
	clear: both;
}

.panel>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
	border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td {
	border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0;
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title>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-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 4px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #f09226;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #f09226;
	border-color: #f09226;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #f09226;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #f09226;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-warning {
	border-color: #fbeed5;
}

.panel-warning>.panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #fbeed5;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #fbeed5;
}

.panel-danger {
	border-color: #eed3d7;
}

.panel-danger>.panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #eed3d7;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #eed3d7;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.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,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-dialog {
	position: relative;
	z-index: 1050;
	width: auto;
	margin: 30px auto;
	max-width: 600px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.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;
}

@media screen and(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.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;
	text-decoration: none;
	background-color: rgba(0,0,0,0.9);
	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-top-color: rgba(0,0,0,0.9);
	border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-top-color: rgba(0,0,0,0.9);
	border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-top-color: rgba(0,0,0,0.9);
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: rgba(0,0,0,0.9);
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: rgba(0,0,0,0.9);
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: rgba(0,0,0,0.9);
	border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-bottom-color: rgba(0,0,0,0.9);
	border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-bottom-color: rgba(0,0,0,0.9);
	border-width: 0 5px 5px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background-clip: padding-box;
}

.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;
	font-weight: normal;
	line-height: 18px;
	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 {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
	content: " ";
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	border-left-width: 0;
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0;
	content: " ";
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #fff;
	border-right-width: 0;
	content: " ";
}

.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;
	transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
	background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
	background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover,.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	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,0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and(min-width:768px) {
	.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix: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;
	visibility: hidden!important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width:device-width;
}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {
	display: none!important;
}

@media(max-width:767px) {
	.visible-xs {
		display: block!important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row!important;
	}

	th.visible-xs,td.visible-xs {
		display: table-cell!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.visible-xs.visible-sm {
		display: block!important;
	}

	table.visible-xs.visible-sm {
		display: table;
	}

	tr.visible-xs.visible-sm {
		display: table-row!important;
	}

	th.visible-xs.visible-sm,td.visible-xs.visible-sm {
		display: table-cell!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.visible-xs.visible-md {
		display: block!important;
	}

	table.visible-xs.visible-md {
		display: table;
	}

	tr.visible-xs.visible-md {
		display: table-row!important;
	}

	th.visible-xs.visible-md,td.visible-xs.visible-md {
		display: table-cell!important;
	}
}

@media(min-width:1200px) {
	.visible-xs.visible-lg {
		display: block!important;
	}

	table.visible-xs.visible-lg {
		display: table;
	}

	tr.visible-xs.visible-lg {
		display: table-row!important;
	}

	th.visible-xs.visible-lg,td.visible-xs.visible-lg {
		display: table-cell!important;
	}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
	display: none!important;
}

@media(max-width:767px) {
	.visible-sm.visible-xs {
		display: block!important;
	}

	table.visible-sm.visible-xs {
		display: table;
	}

	tr.visible-sm.visible-xs {
		display: table-row!important;
	}

	th.visible-sm.visible-xs,td.visible-sm.visible-xs {
		display: table-cell!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.visible-sm {
		display: block!important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row!important;
	}

	th.visible-sm,td.visible-sm {
		display: table-cell!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.visible-sm.visible-md {
		display: block!important;
	}

	table.visible-sm.visible-md {
		display: table;
	}

	tr.visible-sm.visible-md {
		display: table-row!important;
	}

	th.visible-sm.visible-md,td.visible-sm.visible-md {
		display: table-cell!important;
	}
}

@media(min-width:1200px) {
	.visible-sm.visible-lg {
		display: block!important;
	}

	table.visible-sm.visible-lg {
		display: table;
	}

	tr.visible-sm.visible-lg {
		display: table-row!important;
	}

	th.visible-sm.visible-lg,td.visible-sm.visible-lg {
		display: table-cell!important;
	}
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
	display: none!important;
}

@media(max-width:767px) {
	.visible-md.visible-xs {
		display: block!important;
	}

	table.visible-md.visible-xs {
		display: table;
	}

	tr.visible-md.visible-xs {
		display: table-row!important;
	}

	th.visible-md.visible-xs,td.visible-md.visible-xs {
		display: table-cell!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.visible-md.visible-sm {
		display: block!important;
	}

	table.visible-md.visible-sm {
		display: table;
	}

	tr.visible-md.visible-sm {
		display: table-row!important;
	}

	th.visible-md.visible-sm,td.visible-md.visible-sm {
		display: table-cell!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.visible-md {
		display: block!important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row!important;
	}

	th.visible-md,td.visible-md {
		display: table-cell!important;
	}
}

@media(min-width:1200px) {
	.visible-md.visible-lg {
		display: block!important;
	}

	table.visible-md.visible-lg {
		display: table;
	}

	tr.visible-md.visible-lg {
		display: table-row!important;
	}

	th.visible-md.visible-lg,td.visible-md.visible-lg {
		display: table-cell!important;
	}
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
	display: none!important;
}

@media(max-width:767px) {
	.visible-lg.visible-xs {
		display: block!important;
	}

	table.visible-lg.visible-xs {
		display: table;
	}

	tr.visible-lg.visible-xs {
		display: table-row!important;
	}

	th.visible-lg.visible-xs,td.visible-lg.visible-xs {
		display: table-cell!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.visible-lg.visible-sm {
		display: block!important;
	}

	table.visible-lg.visible-sm {
		display: table;
	}

	tr.visible-lg.visible-sm {
		display: table-row!important;
	}

	th.visible-lg.visible-sm,td.visible-lg.visible-sm {
		display: table-cell!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.visible-lg.visible-md {
		display: block!important;
	}

	table.visible-lg.visible-md {
		display: table;
	}

	tr.visible-lg.visible-md {
		display: table-row!important;
	}

	th.visible-lg.visible-md,td.visible-lg.visible-md {
		display: table-cell!important;
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block!important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row!important;
	}

	th.visible-lg,td.visible-lg {
		display: table-cell!important;
	}
}

.hidden-xs {
	display: block!important;
}

table.hidden-xs {
	display: table;
}

tr.hidden-xs {
	display: table-row!important;
}

th.hidden-xs,td.hidden-xs {
	display: table-cell!important;
}

@media(max-width:767px) {
	.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
		display: none!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm {
		display: none!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg {
		display: none!important;
	}
}

.hidden-sm {
	display: block!important;
}

table.hidden-sm {
	display: table;
}

tr.hidden-sm {
	display: table-row!important;
}

th.hidden-sm,td.hidden-sm {
	display: table-cell!important;
}

@media(max-width:767px) {
	.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs {
		display: none!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {
		display: none!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg {
		display: none!important;
	}
}

.hidden-md {
	display: block!important;
}

table.hidden-md {
	display: table;
}

tr.hidden-md {
	display: table-row!important;
}

th.hidden-md,td.hidden-md {
	display: table-cell!important;
}

@media(max-width:767px) {
	.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs {
		display: none!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm {
		display: none!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg {
		display: none!important;
	}
}

.hidden-lg {
	display: block!important;
}

table.hidden-lg {
	display: table;
}

tr.hidden-lg {
	display: table-row!important;
}

th.hidden-lg,td.hidden-lg {
	display: table-cell!important;
}

@media(max-width:767px) {
	.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs {
		display: none!important;
	}
}

@media(min-width:768px) and(max-width:991px) {
	.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm {
		display: none!important;
	}
}

@media(min-width:992px) and(max-width:1199px) {
	.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md {
		display: none!important;
	}
}

@media(min-width:1200px) {
	.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
		display: none!important;
	}
}

.visible-print,tr.visible-print,th.visible-print,td.visible-print {
	display: none!important;
}

@media print {
	.visible-print {
		display: block!important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row!important;
	}

	th.visible-print,td.visible-print {
		display: table-cell!important;
	}

	.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {
		display: none!important;
	}
}

.pagination .active>a,.pagination .active>a:hover {
	border-color: #ddd;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix: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;
	visibility: hidden!important;
}

.affix {
	position: fixed;
}

.btn-hover {
	background-image: inherit;
	background-color: inherit;
	color: #999;
	font-weight: normal;
	border-color: transparent;
}

.ladda-button {
	position: relative;
}

.ladda-button .ladda-spinner {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	opacity: 0;
	pointer-events: none;
}

.ladda-button .ladda-label {
	position: relative;
	z-index: 3;
}

.ladda-button .ladda-progress {
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .1s linear all!important;
	-moz-transition: .1s linear all!important;
	-ms-transition: .1s linear all!important;
	-o-transition: .1s linear all!important;
	transition: .1s linear all!important;
}

.ladda-button[data-loading] .ladda-progress {
	opacity: 1;
	visibility: visible;
}

.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label {
	-webkit-transition: .3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
	-moz-transition: .3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
	-ms-transition: .3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
	-o-transition: .3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
	transition: .3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
}

.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label {
	-webkit-transition: .3s ease all!important;
	-moz-transition: .3s ease all!important;
	-ms-transition: .3s ease all!important;
	-o-transition: .3s ease all!important;
	transition: .3s ease all!important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
	right: 14px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
	right: 4px;
}

.ladda-button[data-style=expand-right][data-loading] {
	padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
	padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
	left: 14px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
	left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
	padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
	padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
	overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
	top: -32px;
	left: 50%;
	margin-left: -16px;
}

.ladda-button[data-style=expand-up][data-loading] {
	padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
	opacity: 1;
	top: 14px;
	margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
	padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
	top: 4px;
}

.ladda-button[data-style=expand-down] {
	overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
	top: 62px;
	left: 50%;
	margin-left: -16px;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
	top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
	padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
	padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
	overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
	left: 100%;
	margin-left: -16px;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
	opacity: 0;
	left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}

.ladda-button[data-style=slide-right] {
	overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
	right: 100%;
	margin-left: -16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
	opacity: 0;
	left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}

.ladda-button[data-style=slide-up] {
	overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
	opacity: 0;
	top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: -16px;
}

.ladda-button[data-style=slide-down] {
	overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
	opacity: 0;
	top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: -16px;
}

.ladda-button[data-style=zoom-out] {
	overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
	position: relative;
	display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.ladda-button[data-style=zoom-in] {
	overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
	position: relative;
	display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-ms-transform: scale(2.2);
	-o-transform: scale(2.2);
	transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.ladda-button[data-style=contract] {
	overflow: hidden;
	width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
}

.ladda-button[data-style=contract][data-loading] {
	border-radius: 50%;
	width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
	opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
	overflow: hidden;
	width: 100px;
	box-shadow: 0 0 0 3000px rgba(0,0,0,0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
}

.ladda-button[data-style=contract-overlay][data-loading] {
	border-radius: 50%;
	width: 52px;
	box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
	opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
	opacity: 1;
}

@charset "UTF-8";

.fileinput-button {
	position: relative;
	overflow: hidden;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px,0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.fileupload-buttonbar .btn,.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}



.fileupload-processing .fileupload-loading {
	display: block;
}

.files audio,.files video {
	max-width: 300px;
}

@media(max-width:767px) {
	.fileupload-buttonbar .toggle,.files .toggle,.files .btn span {
		display: none;
	}

	.files .name {
		width: 80px;
		word-wrap: break-word;
	}

	.files audio,.files video {
		max-width: 80px;
	}
}

.note-editor {
	border: 1px solid #a9a9a9;
}

.note-editor .note-dropzone {
	position: absolute;
	z-index: 1;
	display: none;
	color: #87cefa;
	background-color: white;
	border: 2px dashed #87cefa;
	opacity: .95;
	pointer-event: none;
}

.note-editor .note-dropzone .note-dropzone-message {
	display: table-cell;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.note-editor .note-dropzone.hover {
	color: #098ddf;
	border: 2px dashed #098ddf;
}

.note-editor.dragover .note-dropzone {
	display: table;
}

.note-editor.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
}

.note-editor.fullscreen .note-editable {
	background-color: white;
}

.note-editor.fullscreen .note-resizebar {
	display: none;
}

.note-editor.codeview .note-editable {
	display: none;
}

.note-editor.codeview .note-codable {
	display: block;
}

.note-editor .note-toolbar {
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #a9a9a9;
}

.note-editor .note-toolbar>.btn-group {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0;
}

.note-editor .note-toolbar .note-table .dropdown-menu {
	min-width: 0;
	padding: 5px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
	font-size: 18px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
	position: absolute!important;
	z-index: 3;
	width: 10em;
	height: 10em;
	cursor: pointer;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
	position: relative!important;
	z-index: 1;
	width: 5em;
	height: 5em;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
	position: absolute!important;
	z-index: 2;
	width: 1em;
	height: 1em;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-editor .note-toolbar .note-style h1,.note-editor .note-toolbar .note-style h2,.note-editor .note-toolbar .note-style h3,.note-editor .note-toolbar .note-style h4,.note-editor .note-toolbar .note-style h5,.note-editor .note-toolbar .note-style h6,.note-editor .note-toolbar .note-style blockquote {
	margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
	width: 20px;
	padding-left: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu {
	min-width: 290px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
	margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
	margin: 0 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
	margin: 2px 7px;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
	padding: 0 3px;
	margin: 5px;
	font-size: 12px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
	background: #eee;
}

.note-editor .note-toolbar .note-para .dropdown-menu {
	min-width: 216px;
	padding: 5px;
}

.note-editor .note-toolbar .note-para .dropdown-menu>div:first-child {
	margin-right: 5px;
}

.note-editor .note-statusbar {
	background-color: #f5f5f5;
}

.note-editor .note-statusbar .note-resizebar {
	width: 100%;
	height: 8px;
	cursor: s-resize;
	border-top: 1px solid #a9a9a9;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
	width: 20px;
	margin: 1px auto;
	border-top: 1px solid #a9a9a9;
}

.note-editor .note-popover .popover {
	max-width: none;
}

.note-editor .note-popover .popover .popover-content {
	padding: 5px;
}

.note-editor .note-popover .popover .popover-content a {
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.note-editor .note-popover .popover .popover-content .btn-group+.btn-group {
	margin-left: 5px;
}

.note-editor .note-popover .popover .arrow {
	left: 20px;
}

.note-editor .note-handle .note-control-selection {
	position: absolute;
	display: none;
	border: 1px solid black;
}

.note-editor .note-handle .note-control-selection>div {
	position: absolute;
}

.note-editor .note-handle .note-control-selection .note-control-selection-bg {
	width: 100%;
	height: 100%;
	background-color: black;
	-webkit-opacity: .3;
	-khtml-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
	-ms-filter: alpha(opacity=30);
	filter: alpha(opacity=30);
}

.note-editor .note-handle .note-control-selection .note-control-handle {
	width: 7px;
	height: 7px;
	border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-holder {
	width: 7px;
	height: 7px;
	border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-sizing {
	width: 7px;
	height: 7px;
	background-color: white;
	border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-nw {
	top: -5px;
	left: -5px;
	border-right: 0;
	border-bottom: 0;
}

.note-editor .note-handle .note-control-selection .note-control-ne {
	top: -5px;
	right: -5px;
	border-bottom: 0;
	border-left: none;
}

.note-editor .note-handle .note-control-selection .note-control-sw {
	bottom: -5px;
	left: -5px;
	border-top: 0;
	border-right: 0;
}

.note-editor .note-handle .note-control-selection .note-control-se {
	right: -5px;
	bottom: -5px;
	cursor: se-resize;
}

.note-editor .note-handle .note-control-selection .note-control-selection-info {
	right: 0;
	bottom: 0;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	color: white;
	background-color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-opacity: .7;
	-khtml-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
}

.note-editor .note-dialog>div {
	display: none;
}

.note-editor .note-dialog .note-image-dialog .note-dropzone {
	min-height: 100px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 4;
	color: lightgray;
	text-align: center;
	border: 4px dashed lightgray;
}

.note-editor .note-dialog .note-help-dialog {
	font-size: 12px;
	color: #ccc;
	background: transparent;
	background-color: #222!important;
	border: 0;
	-webkit-opacity: .9;
	-khtml-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}

.note-editor .note-dialog .note-help-dialog .modal-content {
	background: transparent;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.note-editor .note-dialog .note-help-dialog a {
	font-size: 12px;
	color: white;
}

.note-editor .note-dialog .note-help-dialog .title {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border-bottom: white 1px solid;
}

.note-editor .note-dialog .note-help-dialog .modal-close {
	font-size: 14px;
	color: #dd0;
	cursor: pointer;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
	width: 100%;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
	vertical-align: top;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut {
	margin-top: 8px;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut th {
	font-size: 13px;
	color: #dd0;
	text-align: left;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
	min-width: 110px;
	padding-right: 10px;
	font-family: "Courier New";
	color: #dd0;
	text-align: right;
}

.note-editor .note-editable {
	padding: 10px;
	overflow: auto;
	outline: 0;
}

.note-editor .note-editable[contenteditable="false"] {
	background-color: #e5e5e5;
}

.note-editor .note-codable {
	display: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 0;
	font-family: Menlo,Monaco,monospace,sans-serif;
	font-size: 14px;
	color: #ccc;
	background-color: #222;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.note-editor .dropdown-menu {
	min-width: 90px;
}

.note-editor .dropdown-menu.right {
	right: 0;
	left: auto;
}

.note-editor .dropdown-menu.right::before {
	right: 9px;
	left: auto!important;
}

.note-editor .dropdown-menu.right::after {
	right: 10px;
	left: auto!important;
}

.note-editor .dropdown-menu li a i {
	color: deepskyblue;
	visibility: hidden;
}

.note-editor .dropdown-menu li a.checked i {
	visibility: visible;
}

.note-editor .note-fontsize-10 {
	font-size: 10px;
}

.note-editor .note-color-palette {
	line-height: 1;
}

.note-editor .note-color-palette div .note-color-btn {
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
}

.note-editor .note-color-palette div .note-color-btn:hover {
	border: 1px solid #000;
}

@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from,20%,53%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from,20%,53%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from,50%,100% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	from,50%,100% {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,0.75,1);
		transform: scale3d(1.25,0.75,1);
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,0.85,1);
		transform: scale3d(1.15,0.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	30% {
		-webkit-transform: scale3d(1.25,0.75,1);
		transform: scale3d(1.25,0.75,1);
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,0.85,1);
		transform: scale3d(1.15,0.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	from,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg);
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg);
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg);
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg);
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg);
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from,11.1%,100% {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from,11.1%,100% {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from,20%,40%,60%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes bounceIn {
	from,20%,40%,60%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes bounceInUp {
	from,60%,75%,90%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.navbar-gbindex {
	padding-top: 35px;
}

.padall15 {
	padding: 15px;
}

.pad30 {
	padding-top: 30px;
}

.pad20 {
	padding-top: 20px;
}

.pad15 {
	padding-top: 15px;
}

.pad10 {
	padding-top: 10px;
}

.mar8 {
	margin-top: 8px;
}

.mar30 {
	margin-top: 30px;
}

.fixheight128 {
	height: 128px;
	overflow: hidden;
}

.fixheight190 {
	height: 190px;
	overflow: hidden;
}

.lineheight30 {
	line-height: 30px;
}

#loginform .input-group {
	margin-bottom: 15px;
}

#regform .input-group {
	margin-bottom: 5px;
}

.panel-body h4 {
	line-height: 35px;
}

body.dragging,body.dragging * {
	cursor: move!important;
}

.dragged {
	position: absolute;
	opacity: .8;
	z-index: 2000;
	border: 1px solid #DD4814;
}

ul.tutorials {
	list-style: none;
}

ul.tutorials li.placeholder {
	position: relative;
}

ul.tutorials li.placeholder:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0,0,0,0) -moz-use-text-color rgba(0,0,0,0) #DD4814;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 8px medium 8px 8px;
	content: "";
	height: 0;
	left: -8px;
	position: absolute;
	top: -8px;
	width: 0;
}

.gbbars-wrapper {
	padding: 0;
	font-weight: 400;
	margin: -10px 0 20px 0;
}

.gbbars-wrapper .progress {
	height: 10px;
	background: #E9E6E1;
	border-radius: 0;
	box-shadow: none;
	margin: 3px 0 12px;
}

.gbbars-wrapper .progress-bar {
	box-shadow: none;
}

.gbbars-wrapper .progress:last-child {
	margin-bottom: 0;
}

.progress {
	background: #E9E6E1;
	color: #fff;
	border-radius: 0;
	height: 10px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.progress .bar {
	background: #2980B9;
	text-align: center;
	text-indent: 20px;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.slider-bar {
	display: block;
	width: 10px;
	height: 10px;
	background-color: darkred;
	position: relative;
}

.activeline {
	background: #EFEFEF!important;
}

.gbinline-popover {
	background: #111;
	color: #FFF;
	border-width: 0;
	border-radius: 3px;
	box-shadow: 0 0 5px #000;
}

.recorderrpanel {
	display: none;
	max-height: 150px;
	position: absolute;
	bottom: 0;
	background: #E6E6E6;
	opacity: .9;
	margin: 0;
	right: 0;
	padding: 10px;
	border-top: 3px solid #b94a48;
	width: 80%;
}

.recorderrcontent {
	max-height: 100px;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.popover.top .gbinline-arrow:after {
	border-top-color: #000;
}

.desktop #resultiframe {
	width: 100%;
}

.mobile #resultiframe {
	width: 320px;
}

#resultiframe {
	border: 1px solid #efefef;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}



.iphoneui .screen {
	height: 568px;
	width: 320px;
	position: absolute;
	top: 119px;
	left: 59px;
	overflow: hidden;
	position: relative;
}

.track-carousel-control {
	width: 5%;
	top: -15%;
}

.spinner {
	width: 200px;
}

.spinner input {
	text-align: right;
}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

.fc {
	direction: ltr;
	text-align: left;
}

.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

html .fc,.fc table {
	font-size: 1em;
}

.fc td,.fc th {
	padding: 10px 0;
	vertical-align: top;
	font-family: 'microsoft yahei',Arial,sans-serif;
	font-weight: normal;
}

.fc-header {
	background: #FFF;
	opacity: .99;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.fc-header td {
	white-space: nowrap;
	padding: 0;
}

.fc-header-left {
	width: 25%;
	text-align: left;
}

.fc-header-center {
	text-align: center;
}

.fc-header-right {
	width: 25%;
	text-align: right;
}

.fc-header-title {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
}

.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	color: #F08000;
	font-size: 22px;
}

.fc .fc-header-space {
	padding-left: 10px;
}

.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
}

.fc-header .fc-button {
	margin-right: -1px;
}

.fc-header .fc-corner-right {
	margin-right: 1px;
}

.fc-header .ui-corner-right {
	margin-right: 0;
}

.fc-header .fc-state-hover,.fc-header .ui-state-hover {
	z-index: 2;
}

.fc-header .fc-state-down {
	z-index: 3;
}

.fc-header .fc-state-active,.fc-header .ui-state-active {
	z-index: 4;
}

.fc-content {
	clear: both;
}

.fc-view {
	width: 100%;
	overflow: hidden;
}

.fc-widget-header,.fc-widget-content {
	border: 1px solid #ccc;
}



.fc-today div .fc-day-number {
	color: #f08000;
}

.fc-state-highlight {
	background: #ffc;
}

.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20);
}

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 5px 5px 5px 5px;
}

.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
}

.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px;
}

.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 20px;
	white-space: nowrap;
}

.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
}

.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
}

.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
}

.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
}

.fc-state-hover,.fc-state-hover .fc-button-inner {
	border-color: #999;
}

.fc-state-down,.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
}

.fc-state-active,.fc-state-active .fc-button-inner {
	background: #CCC;
	color: #fff;
}

.fc-state-disabled,.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
}

.fc-state-disabled {
	cursor: default;
}

.fc-state-disabled .fc-button-effect {
	display: none;
}

.fc-event {
	border-style: solid;
	border-width: 0;
	font-family: 'microsoft yahei',Arial,sans-serif;
	cursor: default;
}

a.fc-event,.fc-event-draggable {
	cursor: pointer;
}

a.fc-event {
	text-decoration: none;
}

.fc-rtl .fc-event {
	text-align: right;
}

.fc-event-skin {
	border-color: #DD4814;
	background-color: #FFF;
	color: #fff;
}

.fc-event-skin p {
	font-size: 14px;
	padding: 3px 3px;
	margin: 0;
	text-align: left;
}

.fc-event-skin a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
}

.fc-event-inner .iconbefore {
	padding: 15px 5px 15px 5px;
}

.fc-event-inner .gbbutton {
	margin: 5px;
}

.fc-event-time,.fc-event-title {
	padding: 12px 3px;
	background-color: #DD4814;
	display: block;
	font-size: 14px;
	cursor: pointer;
}

.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%;
}

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
}

.fc-event-hori .ui-resizable-e {
	top: 0!important;
	right: -3px!important;
	width: 7px!important;
	height: 100%!important;
	cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
	top: 0!important;
	left: -3px!important;
	width: 7px!important;
	height: 100%!important;
	cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px;
}

.fc-corner-left {
	margin-left: 1px;
}

.fc-corner-right {
	margin-right: 1px;
}

.fc-corner-right .fc-button-inner,.fc-corner-right .fc-event-inner {
	margin-right: -1px;
}

.fc-corner-top {
	margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
	margin-top: -1px;
}

.fc-corner-bottom {
	margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
}

.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
}

table.fc-border-separate {
	border-collapse: separate;
}

.fc-border-separate th,.fc-border-separate td {
	border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,.fc-border-separate td.fc-last {
	border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
}

.fc-grid th {
	text-align: center;
	color: #666;
}

.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	color: #777;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.fc-grid .fc-other-month .fc-day-number {
	opacity: .3;
	filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
	font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
	float: left;
}

.fc-rtl .fc-grid .fc-event-time {
	float: right;
}

.fc-agenda table {
	border-collapse: separate;
}

.fc-agenda-days th {
	text-align: center;
}

.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}

.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
}

.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
	border-left-width: 0;
}

.fc-agenda-allday th {
	border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px;
}

.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
}

.fc-agenda-slots th {
	border-width: 1px 1px 0;
}

.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
}

.fc-agenda-slots td div {
	height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid;
}

.fc-event-vert {
	border-width: 0 1px;
}

.fc-event-vert .fc-event-head,.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}

.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
}

.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg,.fc-select-helper .fc-event-bg {
	display: none\9;
}

.fc-event-vert .ui-resizable-s {
	bottom: 0!important;
	width: 100%!important;
	height: 8px!important;
	overflow: hidden!important;
	line-height: 8px!important;
	font-size: 11px!important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
	_overflow: hidden;
}

.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 220px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown,.datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
}[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
}[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom: 0;
}[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker>div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker td,.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer;
}

.datetimepicker table tr td.old,.datetimepicker table tr td.new {
	color: #999;
}

.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}

.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top,#fdd49a,#fdf59a);
	background-image: -ms-linear-gradient(top,#fdd49a,#fdf59a);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
	background-image: -webkit-linear-gradient(top,#fdd49a,#fdf59a);
	background-image: -o-linear-gradient(top,#fdd49a,#fdf59a);
	background-image: linear-gradient(top,#fdd49a,#fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}

.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#04c);
	background-image: -ms-linear-gradient(top,#08c,#04c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image: -webkit-linear-gradient(top,#08c,#04c);
	background-image: -o-linear-gradient(top,#08c,#04c);
	background-image: linear-gradient(top,#08c,#04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
	border-color: #04c #0044cc #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #04c;
}

.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #039;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eee;
}

.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}

.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#04c);
	background-image: -ms-linear-gradient(top,#08c,#04c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image: -webkit-linear-gradient(top,#08c,#04c);
	background-image: -o-linear-gradient(top,#08c,#04c);
	background-image: linear-gradient(top,#08c,#04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
	border-color: #04c #0044cc #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #04c;
}

.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #039;
}

.datetimepicker table tr td span.old {
	color: #999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker thead tr:first-child th,.datetimepicker tfoot tr:first-child th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot tr:first-child th:hover {
	background: #eee;
}

.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}

.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*="span"] {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 0;
}

.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*="span"].pull-right,.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
	float: right;
}

.input-append .bootstrap-select.btn-group {
	margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
	margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select {
	width: 220px\0;
}

.bootstrap-select.form-control:not([class*="span"]) {
	width: 100%;
}

.bootstrap-select>.btn {
	width: 100%;
	padding-right: 25px;
}

.error .bootstrap-select .btn {
	border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open>.btn {
	z-index: 2051;
}

.bootstrap-select .btn:focus {
	outline: thin dotted #333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
	outline: none!important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 2000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
	display: block;
	padding: 3px 20px;
	cursor: default;
}

.bootstrap-select.btn-group .div-contain {
	overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li>a.opt {
	position: relative;
	padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li>a {
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
	font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
	display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small {
	color: #64b1d8;
	color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li>dt small {
	font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid #ccc;
	border-bottom: 0;
	border-top-color: rgba(0,0,0,0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #fff;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
	display: block;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-device {
	position: absolute;
	top: 0;
	left: 0;
	display: block!important;
	width: 100%;
	height: 100%!important;
	opacity: 0;
}

.bootstrap-select.fit-width {
	width: auto!important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select-searchbox,.bootstrap-select .bs-actionsbox {
	padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
	margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
	width: 50%;
}

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	display: inline-block;
	padding: 6px 6px 6px;
	margin-bottom: 10px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	width: 100%;
	line-height: 38px;
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 8px 2px;
	margin: 0;
	width: auto!important;
	max-width: inherit;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	padding: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}

.tt-query {
	padding: 8px 2px;
}

.tour-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1100;
	background-color: #000;
	opacity: .8;
}

.tour-step-backdrop {
	position: relative;
	z-index: 1101;
}

.tour-step-background {
	position: absolute;
	z-index: 1100;
	background: inherit;
	border-radius: 6px;
	opacity: .6;
}

.popover[class*="tour-"] {
	z-index: 1100;
}

.popover[class*="tour-"] .popover-navigation {
	padding: 9px 14px;
}

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
	float: right;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],.popover[class*="tour-"] .popover-navigation *[data-role="next"],.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
	cursor: pointer;
}

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
	cursor: default;
}

.popover[class*="tour-"].orphan {
	position: fixed;
	margin-top: 0;
}

.popover[class*="tour-"].orphan .arrow {
	display: none;
}

@charset "utf-8";

.jquery_msg____ {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 30px;
	min-height: 10px;
	max-width: 400px;
	min-width: 300px;
	z-index: 99999;
	border-radius: 6px;
	color: #fff;
	box-shadow: 0 0 20px #666;
	overflow: hidden;
}

@media(max-width:500px) {
	.jquery_msg____ {
		max-width: 90%;
	}
}

.jquery_msg____title,.jquery_msg____footer {
	text-align: center;
}

.jquery_msg____title {
	font-size: 14px;
}

.jquery_msg____body {
	padding: 10px 20px;
	word-break: break-all;
	font-size: 15px;
	text-align: center;
}

.jquery_msg____inverse {
	background: #6F6F6F;
	text-shadow: 0 1px 0 #000;
	background-image: linear-gradient(to bottom,#9B9B9B 0,#585858 100%);
}

.jquery_msg____muted {
	background: #fff;
	color: #666;
	background-image: linear-gradient(to bottom,#fff 0,#F8F8F8 100%);
}

.jquery_msg____success {
	text-shadow: 0 1px 0 #1B911B;
	background: #42AF42;
	background-image: linear-gradient(to bottom,#68D368 0,#419641 100%);
}

.jquery_msg____info {
	background: #28ABD3;
	text-shadow: 0 1px 0 #2B9DC0;
	background-image: linear-gradient(to bottom,#6BCDEB 0,#2499BD 100%);
}

.jquery_msg____error {
	text-shadow: 0 1px 0 #8B0A07;
	background: #D54A46;
	background-image: linear-gradient(to bottom,#E4635F 0,#c12e2a 100%);
}

.jquery_msg____warning {
	background: #F17840;
	text-shadow: 0 1px 0 #CC551E;
	background-image: linear-gradient(to bottom,#FAB190 0,#DF5B1E 100%);
}

.jquery_msg____footer {
	border-top: 1px solid;
}

.jquery_msg____footer button {
	border: none;
	margin: 0;
	padding: 4px 0;
	width: 0;
	cursor: pointer;
	outline: none;
	font-size: 16px;
	opacity: .8;
}

.jquery_msg____footer button {
	border-right: 1px solid;
	background: transparent;
}

.jquery_msg____footer button:last-child {
	border-right: none;
}

.jquery_msg____footer button:hover {
	opacity: 1;
}

.jquery_msg____inverse .jquery_msg____footer,.jquery_msg____inverse .jquery_msg____footer button {
	border-color: #505050;
}

.jquery_msg____muted .jquery_msg____footer,.jquery_msg____muted .jquery_msg____footer button {
	border-color: #d6d6d6;
}

.jquery_msg____success .jquery_msg____footer,.jquery_msg____success .jquery_msg____footer button {
	border-color: #279222;
}

.jquery_msg____info .jquery_msg____footer,.jquery_msg____info .jquery_msg____footer button {
	border-color: #218EAF;
}

.jquery_msg____error .jquery_msg____footer,.jquery_msg____error .jquery_msg____footer button {
	border-color: #AD2222;
}

.jquery_msg____warning .jquery_msg____footer,.jquery_msg____warning .jquery_msg____footer button {
	border-color: #D6571C;
}

.live-tile,.list-tile,.copy-tile,.tile-strip .flip-list>li {
	height: 129px;
	margin: 2px;
	outline: 1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 129px;
}

.live-tile.half-tile,.list-tile.half-tile,.copy-tile.half-tile,.tile-strip .flip-list>li.half-tile {
	height: 62.5px;
	width: 62.5px;
}

.live-tile.half-wide,.list-tile.half-wide,.copy-tile.half-wide,.tile-strip .flip-list>li.half-wide {
	width: 62.5px;
}

.live-tile.two-wide,.list-tile.two-wide,.copy-tile.two-wide,.tile-strip .flip-list>li.two-wide {
	width: 262px;
}

.live-tile.three-wide,.list-tile.three-wide,.copy-tile.three-wide,.tile-strip .flip-list>li.three-wide {
	width: 395px;
}

.live-tile.four-wide,.list-tile.four-wide,.copy-tile.four-wide,.tile-strip .flip-list>li.four-wide {
	width: 528px;
}

.live-tile.five-wide,.list-tile.five-wide,.copy-tile.five-wide,.tile-strip .flip-list>li.five-wide {
	width: 661px;
}

.live-tile.six-wide,.list-tile.six-wide,.copy-tile.six-wide,.tile-strip .flip-list>li.six-wide {
	width: 794px;
}

.live-tile.seven-wide,.list-tile.seven-wide,.copy-tile.seven-wide,.tile-strip .flip-list>li.seven-wide {
	width: 927px;
}

.live-tile.eight-wide,.list-tile.eight-wide,.copy-tile.eight-wide,.tile-strip .flip-list>li.eight-wide {
	width: 1060px;
}

.live-tile.nine-wide,.list-tile.nine-wide,.copy-tile.nine-wide,.tile-strip .flip-list>li.nine-wide {
	width: 1193px;
}

.live-tile.ten-wide,.list-tile.ten-wide,.copy-tile.ten-wide,.tile-strip .flip-list>li.ten-wide {
	width: 1326px;
}

.live-tile.half-tall,.list-tile.half-tall,.copy-tile.half-tall,.tile-strip .flip-list>li.half-tall {
	height: 62.5px;
}

.live-tile.two-tall,.list-tile.two-tall,.copy-tile.two-tall,.tile-strip .flip-list>li.two-tall {
	height: 262px;
}

.live-tile.three-tall,.list-tile.three-tall,.copy-tile.three-tall,.tile-strip .flip-list>li.three-tall {
	height: 395px;
}

.live-tile.four-tall,.list-tile.four-tall,.copy-tile.four-tall,.tile-strip .flip-list>li.four-tall {
	height: 528px;
}

.live-tile.five-tall,.list-tile.five-tall,.copy-tile.five-tall,.tile-strip .flip-list>li.five-tall {
	height: 661px;
}

.live-tile.six-tall,.list-tile.six-tall,.copy-tile.six-tall,.tile-strip .flip-list>li.six-tall {
	height: 794px;
}

.live-tile.seven-tall,.list-tile.seven-tall,.copy-tile.seven-tall,.tile-strip .flip-list>li.seven-tall {
	height: 927px;
}

.live-tile.eight-tall,.list-tile.eight-tall,.copy-tile.eight-tall,.tile-strip .flip-list>li.eight-tall {
	height: 1060px;
}

.live-tile.nine-tall,.list-tile.nine-tall,.copy-tile.nine-tall,.tile-strip .flip-list>li.nine-tall {
	height: 1193px;
}

.live-tile.ten-tall,.list-tile.ten-tall,.copy-tile.ten-tall,.tile-strip .flip-list>li.ten-tall {
	height: 1326px;
}

.live-tile>.flip-list,.list-tile>.flip-list {
	height: 100%;
	width: 100%;
}

.flip-list>li {
	height: 43px;
	margin: 0;
	padding: 0;
	width: 43px;
}

.flip-list.fourTiles>li {
	border: none;
	padding: 0;
	margin: 0;
	height: 50%;
	width: 50%;
}

.flip-list.nineTiles>li {
	height: 33%;
	width: 33%;
	border: none;
	padding: 0;
	margin: 0;
}

.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>a,.flip-list.fourTiles>li>div>img,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>a,.flip-list.nineTiles>li>div>img {
	border: none;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.fourTiles .fourTiles1 img,.fourTiles img.fourTiles1,.fourTiles .fourTiles1 a,.fourTiles .tile-1 img,.fourTiles .tile-1 a {
	background-position: 0 0;
}

.fourTiles .fourTiles2 img,.fourTiles img.fourTiles2,.fourTiles .fourTiles2 a,.fourTiles .tile-2 img,.fourTiles .tile-2 a {
	background-position: -64.5px 0;
}

.fourTiles .fourTiles3 img,.fourTiles img.fourTiles3,.fourTiles .fourTiles3 a,.fourTiles .tile-3 img,.fourTiles .tile-3 a {
	background-position: 0 -64.5px;
}

.fourTiles .fourTiles4 img,.fourTiles img.fourTiles4,.fourTiles .fourTiles4 a,.fourTiles .tile-4 img,.fourTiles .tile-4 a {
	background-position: -64.5px -64.5px;
}

.nineTiles .nineTiles1 img,.nineTiles img.nineTiles1,.nineTiles .nineTiles1 a,.nineTiles .tile-1 img,.nineTiles .tile-1 a {
	background-position: 0 0;
}

.nineTiles .nineTiles2 img,.nineTiles img.nineTiles2,.nineTiles .nineTiles2 a,.nineTiles .tile-2 img,.nineTiles .tile-2 a {
	background-position: -43px 0;
}

.nineTiles .nineTiles3 img,.nineTiles img.nineTiles3,.nineTiles .nineTiles3 a,.nineTiles .tile-3 img,.nineTiles .tile-3 a {
	background-position: -86px 0;
}

.nineTiles .nineTiles4 img,.nineTiles img.nineTiles4,.nineTiles .nineTiles4 a,.nineTiles .tile-4 img,.nineTiles .tile-4 a {
	background-position: 0 -43px;
}

.nineTiles .nineTiles5 img,.nineTiles img.nineTiles5,.nineTiles .nineTiles5 a,.nineTiles .tile-5 img,.nineTiles .tile-5 a {
	background-position: -43px -43px;
}

.nineTiles .nineTiles6 img,.nineTiles img.nineTiles6,.nineTiles .nineTiles6 a,.nineTiles .tile-6 img,.nineTiles .tile-6 a {
	background-position: -86px -43px;
}

.nineTiles .nineTiles7 img,.nineTiles img.nineTiles7,.nineTiles .nineTiles7 a,.nineTiles .tile-7 img,.nineTiles .tile-7 a {
	background-position: 0 -86px;
}

.nineTiles .nineTiles8 img,.nineTiles img.nineTiles8,.nineTiles .nineTiles8 a,.nineTiles .tile-8 img,.nineTiles .tile-8 a {
	background-position: -43px -86px;
}

.nineTiles .nineTiles9 img,.nineTiles img.nineTiles9,.nineTiles .nineTiles9 a,.nineTiles .tile-9 img,.nineTiles .tile-9 a {
	background-position: -86px -86px;
}

.tile-group,.tile-strip {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 20;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.tile-group.one-tile,.tile-strip.one-tile {
	height: 133px;
	width: 133px;
}

.tile-group.half-wide,.tile-strip.half-wide {
	width: 66.5px;
}

.tile-group.one-wide,.tile-strip.one-wide {
	width: 133px;
}

.tile-group.two-wide,.tile-strip.two-wide {
	width: 266px;
}

.tile-group.three-wide,.tile-strip.three-wide {
	width: 399px;
}

.tile-group.four-wide,.tile-strip.four-wide {
	width: 532px;
}

.tile-group.five-wide,.tile-strip.five-wide {
	width: 665px;
}

.tile-group.six-wide,.tile-strip.six-wide {
	width: 798px;
}

.tile-group.seven-wide,.tile-strip.seven-wide {
	width: 931px;
}

.tile-group.eight-wide,.tile-strip.eight-wide {
	width: 1064px;
}

.tile-group.nine-wide,.tile-strip.nine-wide {
	width: 1197px;
}

.tile-group.ten-wide,.tile-strip.ten-wide {
	width: 1330px;
}

.tile-group.half-tall,.tile-strip.half-tall {
	height: 66.5px;
}

.tile-group.one-tall,.tile-strip.one-tall {
	height: 133px;
}

.tile-group.two-tall,.tile-strip.two-tall {
	height: 266px;
}

.tile-group.three-tall,.tile-strip.three-tall {
	height: 399px;
}

.tile-group.four-tall,.tile-strip.four-tall {
	height: 532px;
}

.tile-group.five-tall,.tile-strip.five-tall {
	height: 665px;
}

.tile-group.six-tall,.tile-strip.six-tall {
	height: 798px;
}

.tile-group.seven-tall,.tile-strip.seven-tall {
	height: 931px;
}

.tile-group.eight-tall,.tile-strip.eight-tall {
	height: 1064px;
}

.tile-group.nine-tall,.tile-strip.nine-tall {
	height: 1197px;
}

.tile-group.ten-tall,.tile-strip.ten-tall {
	height: 1330px;
}

@media(max-width:768px) {
	.live-tile,.list-tile,.copy-tile,.tile-strip .flip-list>li {
		height: 150px;
		margin: 5px;
		outline: 1px solid transparent;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		width: 150px;
	}

	.live-tile.half-tile,.list-tile.half-tile,.copy-tile.half-tile,.tile-strip .flip-list>li.half-tile {
		height: 70px;
		width: 70px;
	}

	.live-tile.half-wide,.list-tile.half-wide,.copy-tile.half-wide,.tile-strip .flip-list>li.half-wide {
		width: 70px;
	}

	.live-tile.two-wide,.list-tile.two-wide,.copy-tile.two-wide,.tile-strip .flip-list>li.two-wide {
		width: 310px;
	}

	.live-tile.three-wide,.list-tile.three-wide,.copy-tile.three-wide,.tile-strip .flip-list>li.three-wide {
		width: 470px;
	}

	.live-tile.four-wide,.list-tile.four-wide,.copy-tile.four-wide,.tile-strip .flip-list>li.four-wide {
		width: 630px;
	}

	.live-tile.five-wide,.list-tile.five-wide,.copy-tile.five-wide,.tile-strip .flip-list>li.five-wide {
		width: 790px;
	}

	.live-tile.six-wide,.list-tile.six-wide,.copy-tile.six-wide,.tile-strip .flip-list>li.six-wide {
		width: 950px;
	}

	.live-tile.seven-wide,.list-tile.seven-wide,.copy-tile.seven-wide,.tile-strip .flip-list>li.seven-wide {
		width: 1110px;
	}

	.live-tile.eight-wide,.list-tile.eight-wide,.copy-tile.eight-wide,.tile-strip .flip-list>li.eight-wide {
		width: 1270px;
	}

	.live-tile.nine-wide,.list-tile.nine-wide,.copy-tile.nine-wide,.tile-strip .flip-list>li.nine-wide {
		width: 1430px;
	}

	.live-tile.ten-wide,.list-tile.ten-wide,.copy-tile.ten-wide,.tile-strip .flip-list>li.ten-wide {
		width: 1590px;
	}

	.live-tile.half-tall,.list-tile.half-tall,.copy-tile.half-tall,.tile-strip .flip-list>li.half-tall {
		height: 70px;
	}

	.live-tile.two-tall,.list-tile.two-tall,.copy-tile.two-tall,.tile-strip .flip-list>li.two-tall {
		height: 310px;
	}

	.live-tile.three-tall,.list-tile.three-tall,.copy-tile.three-tall,.tile-strip .flip-list>li.three-tall {
		height: 470px;
	}

	.live-tile.four-tall,.list-tile.four-tall,.copy-tile.four-tall,.tile-strip .flip-list>li.four-tall {
		height: 630px;
	}

	.live-tile.five-tall,.list-tile.five-tall,.copy-tile.five-tall,.tile-strip .flip-list>li.five-tall {
		height: 790px;
	}

	.live-tile.six-tall,.list-tile.six-tall,.copy-tile.six-tall,.tile-strip .flip-list>li.six-tall {
		height: 950px;
	}

	.live-tile.seven-tall,.list-tile.seven-tall,.copy-tile.seven-tall,.tile-strip .flip-list>li.seven-tall {
		height: 1110px;
	}

	.live-tile.eight-tall,.list-tile.eight-tall,.copy-tile.eight-tall,.tile-strip .flip-list>li.eight-tall {
		height: 1270px;
	}

	.live-tile.nine-tall,.list-tile.nine-tall,.copy-tile.nine-tall,.tile-strip .flip-list>li.nine-tall {
		height: 1430px;
	}

	.live-tile.ten-tall,.list-tile.ten-tall,.copy-tile.ten-tall,.tile-strip .flip-list>li.ten-tall {
		height: 1590px;
	}

	.live-tile>.flip-list,.list-tile>.flip-list {
		height: 100%;
		width: 100%;
	}

	.flip-list>li {
		height: 50px;
		margin: 0;
		padding: 0;
		width: 50px;
	}

	.flip-list.fourTiles>li {
		border: none;
		padding: 0;
		margin: 0;
		height: 50%;
		width: 50%;
	}

	.flip-list.nineTiles>li {
		height: 33%;
		width: 33%;
		border: none;
		padding: 0;
		margin: 0;
	}

	.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>a,.flip-list.fourTiles>li>div>img,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>a,.flip-list.nineTiles>li>div>img {
		border: none;
		height: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.fourTiles .fourTiles1 img,.fourTiles img.fourTiles1,.fourTiles .fourTiles1 a,.fourTiles .tile-1 img,.fourTiles .tile-1 a {
		background-position: 0 0;
	}

	.fourTiles .fourTiles2 img,.fourTiles img.fourTiles2,.fourTiles .fourTiles2 a,.fourTiles .tile-2 img,.fourTiles .tile-2 a {
		background-position: -75px 0;
	}

	.fourTiles .fourTiles3 img,.fourTiles img.fourTiles3,.fourTiles .fourTiles3 a,.fourTiles .tile-3 img,.fourTiles .tile-3 a {
		background-position: 0 -75px;
	}

	.fourTiles .fourTiles4 img,.fourTiles img.fourTiles4,.fourTiles .fourTiles4 a,.fourTiles .tile-4 img,.fourTiles .tile-4 a {
		background-position: -75px -75px;
	}

	.nineTiles .nineTiles1 img,.nineTiles img.nineTiles1,.nineTiles .nineTiles1 a,.nineTiles .tile-1 img,.nineTiles .tile-1 a {
		background-position: 0 0;
	}

	.nineTiles .nineTiles2 img,.nineTiles img.nineTiles2,.nineTiles .nineTiles2 a,.nineTiles .tile-2 img,.nineTiles .tile-2 a {
		background-position: -50px 0;
	}

	.nineTiles .nineTiles3 img,.nineTiles img.nineTiles3,.nineTiles .nineTiles3 a,.nineTiles .tile-3 img,.nineTiles .tile-3 a {
		background-position: -100px 0;
	}

	.nineTiles .nineTiles4 img,.nineTiles img.nineTiles4,.nineTiles .nineTiles4 a,.nineTiles .tile-4 img,.nineTiles .tile-4 a {
		background-position: 0 -50px;
	}

	.nineTiles .nineTiles5 img,.nineTiles img.nineTiles5,.nineTiles .nineTiles5 a,.nineTiles .tile-5 img,.nineTiles .tile-5 a {
		background-position: -50px -50px;
	}

	.nineTiles .nineTiles6 img,.nineTiles img.nineTiles6,.nineTiles .nineTiles6 a,.nineTiles .tile-6 img,.nineTiles .tile-6 a {
		background-position: -100px -50px;
	}

	.nineTiles .nineTiles7 img,.nineTiles img.nineTiles7,.nineTiles .nineTiles7 a,.nineTiles .tile-7 img,.nineTiles .tile-7 a {
		background-position: 0 -100px;
	}

	.nineTiles .nineTiles8 img,.nineTiles img.nineTiles8,.nineTiles .nineTiles8 a,.nineTiles .tile-8 img,.nineTiles .tile-8 a {
		background-position: -50px -100px;
	}

	.nineTiles .nineTiles9 img,.nineTiles img.nineTiles9,.nineTiles .nineTiles9 a,.nineTiles .tile-9 img,.nineTiles .tile-9 a {
		background-position: -100px -100px;
	}

	.tile-group,.tile-strip {
		display: block;
		overflow: hidden;
		position: relative;
		z-index: 20;
		-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-ms-perspective: 800px;
		perspective: 800px;
	}

	.tile-group.one-tile,.tile-strip.one-tile {
		height: 160px;
		width: 160px;
	}

	.tile-group.half-wide,.tile-strip.half-wide {
		width: 80px;
	}

	.tile-group.one-wide,.tile-strip.one-wide {
		width: 160px;
	}

	.tile-group.two-wide,.tile-strip.two-wide {
		width: 320px;
	}

	.tile-group.three-wide,.tile-strip.three-wide {
		width: 480px;
	}

	.tile-group.four-wide,.tile-strip.four-wide {
		width: 640px;
	}

	.tile-group.five-wide,.tile-strip.five-wide {
		width: 800px;
	}

	.tile-group.six-wide,.tile-strip.six-wide {
		width: 960px;
	}

	.tile-group.seven-wide,.tile-strip.seven-wide {
		width: 1120px;
	}

	.tile-group.eight-wide,.tile-strip.eight-wide {
		width: 1280px;
	}

	.tile-group.nine-wide,.tile-strip.nine-wide {
		width: 1440px;
	}

	.tile-group.ten-wide,.tile-strip.ten-wide {
		width: 1600px;
	}

	.tile-group.half-tall,.tile-strip.half-tall {
		height: 80px;
	}

	.tile-group.one-tall,.tile-strip.one-tall {
		height: 160px;
	}

	.tile-group.two-tall,.tile-strip.two-tall {
		height: 320px;
	}

	.tile-group.three-tall,.tile-strip.three-tall {
		height: 480px;
	}

	.tile-group.four-tall,.tile-strip.four-tall {
		height: 640px;
	}

	.tile-group.five-tall,.tile-strip.five-tall {
		height: 800px;
	}

	.tile-group.six-tall,.tile-strip.six-tall {
		height: 960px;
	}

	.tile-group.seven-tall,.tile-strip.seven-tall {
		height: 1120px;
	}

	.tile-group.eight-tall,.tile-strip.eight-tall {
		height: 1280px;
	}

	.tile-group.nine-tall,.tile-strip.nine-tall {
		height: 1440px;
	}

	.tile-group.ten-tall,.tile-strip.ten-tall {
		height: 1600px;
	}
}

.tile-strip,.live-tile,.list-tile,.copy-tile,.slide {
	float: left;
}

.live-tile,.list-tile,.copy-tile {
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.live-tile p,.list-tile p,.copy-tile p,.live-tile .face,.list-tile .face,.copy-tile .face {
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
}

.live-tile .face,.list-tile .face,.copy-tile .face {
	padding: 0;
}

.live-tile p,.list-tile p,.copy-tile p {
	padding: 10px;
}

.live-tile.half-tile p,.list-tile.half-tile p,.copy-tile.half-tile p {
	padding: 5px;
}

.live-tile .face.full,.list-tile .face.full,.copy-tile .face.full {
	height: 100%;
	width: 100%;
}

.live-tile img,.list-tile img,.copy-tile img {
	border: none;
}

.live-tile .tile-title,.list-tile .tile-title,.copy-tile .tile-title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	left: 0;
	text-decoration: none;
	width: 100%;
	z-index: 30;
	padding: 8px;
}

.live-tile a,.list-tile a,.copy-tile a {
	color: #fff;
}

.live-tile a.tile-title:link,.list-tile a.tile-title:link,.copy-tile a.tile-title:link,.live-tile a.tile-title:visited,.list-tile a.tile-title:visited,.copy-tile a.tile-title:visited,.live-tile a.tile-title:hover,.list-tile a.tile-title:hover,.copy-tile a.tile-title:hover,.live-tile a.tile-title,.list-tile a.tile-title,.copy-tile a.tile-title {
	text-decoration: none;
}

.live-tile a:link,.list-tile a:link,.copy-tile a:link,.live-tile a:visited,.list-tile a:visited,.copy-tile a:visited {
	color: #fff;
	text-decoration: underline;
}

.live-tile a:hover,.list-tile a:hover,.copy-tile a:hover {
	color: #fff;
	text-decoration: none;
}

.light .copy-tile {
	color: #000;
}

.light .copy-tile.accent {
	color: #fff;
}

.light .copy-tile.accent a,.light .copy-tile.accent a:link,.light .copy-tile.accent a:visited,.light .copy-tile.accent a:hover {
	color: #fff;
}

.light .copy-tile a,.light .copy-tile a:link,.light .copy-tile a:visited,.light .copy-tile a:hover {
	color: #000;
}

.light .copy-tile .face,.light .copy-tile .accent {
	color: #fff;
}

.light .copy-tile .face a,.light .copy-tile .accent a,.light .copy-tile .face a:link,.light .copy-tile .accent a:link,.light .copy-tile .face a:visited,.light .copy-tile .accent a:visited,.light .copy-tile .face a:hover,.light .copy-tile .accent a:hover {
	color: #fff;
}

.copy-tile p {
	padding: 5px 5px 0 5px;
	font-size: .95em;
}

.noselect>div,.noselect>.slide,.noselect>.slide-front,.noselect>.slide-back,.noselect>.fade-front,.noselect>.fade-back,.noselect>.flip-front,.noselect>.flip-back {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.live-tile>div,.list-tile>div,.live-tile>.slide,.carousel>.slide,.live-tile>.slide-front,.live-tile>.slide-back,.live-tile>.fade-front,.live-tile>.fade-back,.live-tile>.flip-front,.live-tile>.flip-back {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 20;
}

.list-tile>div {
	position: relative;
	background-color: transparent;
}

.live-tile .align-mid {
	display: inline-block;
	position: absolute;
	left: 50%;
	max-height: 100%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.live-tile .align-mid-x {
	display: inline-block;
	left: 50%;
	max-width: 100%;
	position: absolute;
	-moz-transform: translate(-50%,0px);
	-ms-transform: translate(-50%,0px);
	-o-transform: translate(-50%,0px);
	-webkit-transform: translate(-50%,0px);
	transform: translate(-50%,0px);
}

.live-tile .align-mid-y {
	display: inline-block;
	max-height: 100%;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	-webkit-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
}

img.full,a.full,.live-tile .full,.list-tile .full {
	display: block;
	margin: 0;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

img.full-w,a.full-w,.live-tile .full-w,.list-tile .full-w {
	display: block;
	margin: 0;
	text-decoration: none;
	width: 100%;
}

img.full-h,a.full-h,.live-tile .full-h,.list-tile .full-h {
	display: block;
	margin: 0;
	height: 100%;
}

.live-tile>.back,.live-tile>.slide-back,.live-tile>.fade-back,.live-tile>.flip-back,.flip-list .flip-back {
	position: absolute;
	z-index: 10;
}

.flip-list {
	padding: 0;
	margin: 0;
}

.list-tile .flip-list {
	height: 100%;
	width: 100%;
}

.flip-list>li>a {
	border: none;
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.flip-list>li img {
	border: none;
	outline: none;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flip-list>li {
	float: left;
	list-style-type: none;
	outline: none;
	position: relative;
}

.flip-list>li>div {
	border: none;
	background: white;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.flip-list>li>div.flip-back {
	height: 0;
}

.live-tile.flip.ha,.flip-list.ha {
	position: relative;
	overflow: hidden;
}

.live-tile.flip .ha.flip-front,.flip-list .ha.flip-front,.live-tile.flip .ha.flip-back,.flip-list .ha.flip-back {
	position: absolute;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-list>li>.ha.flip-back,.flip-list>li>.ha.flip-back img {
	margin: 0!important;
	height: 100%;
}

.bounce {
	cursor: pointer;
	outline: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bounce.bounce-c {
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.95,M12=0,M21=0,M22=0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.bounce.bounce-t {
	-webkit-transform: rotateX(20deg);
	-ms-transform: rotateX(20deg);
	-moz-transform: rotateX(20deg);
	-o-transform: rotateX(20deg);
	transform: rotateX(20deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.bounce.bounce-b {
	-webkit-transform: rotateX(-20deg);
	-ms-transform: rotateX(-20deg);
	-moz-transform: rotateX(-20deg);
	-o-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.bounce.bounce-r {
	-webkit-transform: rotateY(20deg);
	-ms-transform: rotateY(20deg);
	-moz-transform: rotateY(20deg);
	-o-transform: rotateY(20deg);
	transform: rotateY(20deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.bounce.bounce-l {
	-webkit-transform: rotateY(-20deg);
	-ms-transform: rotateY(-20deg);
	-moz-transform: rotateY(-20deg);
	-o-transform: rotateY(-20deg);
	transform: rotateY(-20deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.bounce.bounce-tl {
	-webkit-transform: rotateX(10deg) rotateY(-10deg);
	-ms-transform: rotateX(10deg) rotateY(-10deg);
	-moz-transform: rotateX(10deg) rotateY(-10deg);
	-o-transform: rotateX(10deg) rotateY(-10deg);
	transform: rotateX(10deg) rotateY(-10deg);
}

.bounce.bounce-tr {
	-webkit-transform: rotateX(10deg) rotateY(10deg);
	-ms-transform: rotateX(10deg) rotateY(10deg);
	-moz-transform: rotateX(10deg) rotateY(10deg);
	-o-transform: rotateX(10deg) rotateY(10deg);
	transform: rotateX(10deg) rotateY(10deg);
}

.bounce.bounce-bl {
	-webkit-transform: rotateX(-10deg) rotateY(-10deg);
	-ms-transform: rotateX(-10deg) rotateY(-10deg);
	-moz-transform: rotateX(-10deg) rotateY(-10deg);
	-o-transform: rotateX(-10deg) rotateY(-10deg);
	transform: rotateX(-10deg) rotateY(-10deg);
}

.bounce.bounce-br {
	-webkit-transform: rotateX(-10deg) rotateY(10deg);
	-ms-transform: rotateX(-10deg) rotateY(10deg);
	-moz-transform: rotateX(-10deg) rotateY(10deg);
	-o-transform: rotateX(-10deg) rotateY(10deg);
	transform: rotateX(-10deg) rotateY(10deg);
}

.metroBig,.metroExtraLarge,.face.metroBig,.face.metroExtraLarge,.live-tile .metroExtraLarge {
	font-size: 2em;
	line-height: 1.1em;
}

a.metroBig:link,a.metroExtraLarge:link,a.face.metroBig:link,a.face.metroExtraLarge:link,a.live-tile .metroExtraLarge:link {
	text-decoration: none;
}

.metroLarger,.face.metroLarger,.live-tile .metroLarger {
	font-size: 1.5em;
	line-height: 1.1em;
}

a.metroLarger:link,a.face.metroLarger:link,a.live-tile .metroLarger:link {
	text-decoration: none;
}

.metroLarge,.face.metroLarge,.live-tile .metroLarge {
	font-size: 1.2em;
	line-height: 1.1em;
}

a.metroLarge:link,a.face.metroLarge:link,a.live-tile .metroLarge:link {
	text-decoration: none;
}

.metroSmall,.face.metroSmall,.live-tile .metroSmall {
	font-size: .9em;
	line-height: 1em;
}

a.metroSmall:link,a.face.metroSmall:link,a.live-tile .metroSmall:link {
	text-decoration: none;
}

.metroSmaller,.face.metroSmaller,.live-tile .metroSmaller {
	font-size: .8em;
	line-height: 1em;
}

a.metroSmaller:link,a.face.metroSmaller:link,a.live-tile .metroSmaller:link {
	text-decoration: none;
}

.metroExtraSmall,.face.metroExtraSmall,.live-tile .metroExtraSmall {
	font-size: .7em;
	line-height: 1em;
}

a.metroExtraSmall:link,a.face.metroExtraSmall:link,a.live-tile .metroExtraSmall:link {
	text-decoration: none;
}

.live-tile .p-top {
	display: block;
	position: absolute;
	right: 0;
	text-decoration: none;
}

.live-tile .p-right {
	display: block;
	position: absolute;
	right: 0;
	text-decoration: none;
}

.live-tile .p-bottom {
	display: block;
	position: absolute;
	bottom: 0;
	text-decoration: none;
}

.live-tile .p-left {
	display: block;
	position: absolute;
	left: 0;
	text-decoration: none;
}

.light {
	background-color: #fff;
	color: #000;
}

.dark {
	background-color: #000;
	color: #fff;
}

.light.accent {
	background-color: #fff;
}

.dark.accent {
	background-color: #000;
}

.light .appbar {
	background-color: #dfdfdf;
}

.dark .appbar {
	background-color: #212021;
}

.trans .accent,.trans .accentBg,.trans .accentBgHover:hover,.trans .accentBgHover a:hover,.trans .live-tile>div,.trans .copy-tile>div,.trans .live-tile>.face,.trans .copy-tile>.face,.trans .live-tile>.slide,.trans .live-tile>.flip-back,.trans .live-tile>.flip-front,.trans .live-tile>.slide-back,.trans .live-tile>.slide-front,.trans .list-tile>div,.trans .flip-list>li>div {
	background-color: transparent;
}

.trans .accentColor,.trans .accentHover:hover,.trans .accentHover a:hover,.trans .accentLink a,.trans .accentLink a:hover,.trans .accentLink a:visited,.trans a.accentLink,.trans a.accentLink:hover,.trans a.accentLink:visited {
	color: transparent;
}

.trans .accentBorder {
	border-color: transparent;
}

.trans .accentBorderBottom {
	border-bottom-color: transparent;
}

.trans .accentBorderLeft {
	border-left-color: transparent;
}

.trans .accentBorderRight {
	border-right-color: transparent;
}

.trans .accentBorderTop {
	border-top-color: transparent;
}

.white .accent,.white .accentBg,.white .accentBgHover:hover,.white .accentBgHover a:hover,.white .live-tile>div,.white .copy-tile>div,.white .live-tile>.face,.white .copy-tile>.face,.white .live-tile>.slide,.white .live-tile>.flip-back,.white .live-tile>.flip-front,.white .live-tile>.slide-back,.white .live-tile>.slide-front,.white .list-tile>div,.white .flip-list>li>div {
	background-color: #fff;
}

.white .accentColor,.white .accentHover:hover,.white .accentHover a:hover,.white .accentLink a,.white .accentLink a:hover,.white .accentLink a:visited,.white a.accentLink,.white a.accentLink:hover,.white a.accentLink:visited {
	color: #fff;
}

.white .accentBorder {
	border-color: #fff;
}

.white .accentBorderBottom {
	border-bottom-color: #fff;
}

.white .accentBorderLeft {
	border-left-color: #fff;
}

.white .accentBorderRight {
	border-right-color: #fff;
}

.white .accentBorderTop {
	border-top-color: #fff;
}

.black .accent,.black .accentBg,.black .accentBgHover:hover,.black .accentBgHover a:hover,.black .live-tile>div,.black .copy-tile>div,.black .live-tile>.face,.black .copy-tile>.face,.black .live-tile>.slide,.black .live-tile>.flip-back,.black .live-tile>.flip-front,.black .live-tile>.slide-back,.black .live-tile>.slide-front,.black .list-tile>div,.black .flip-list>li>div {
	background-color: #000;
}

.black .accentColor,.black .accentHover:hover,.black .accentHover a:hover,.black .accentLink a,.black .accentLink a:hover,.black .accentLink a:visited,.black a.accentLink,.black a.accentLink:hover,.black a.accentLink:visited {
	color: #000;
}

.black .accentBorder {
	border-color: #000;
}

.black .accentBorderBottom {
	border-bottom-color: #000;
}

.black .accentBorderLeft {
	border-left-color: #000;
}

.black .accentBorderRight {
	border-right-color: #000;
}

.black .accentBorderTop {
	border-top-color: #000;
}

html body .trans.accent,html body .trans.live-tile>.accent,html body .trans.list-tile>.accent,html body .trans.copy-tile>.accent,html body .trans.live-tile>div,html body .trans.copy-tile>div,html body .trans.list-tile>div,html body .trans.live-tile>.face,html body .trans.list-tile>.face,html body .trans.copy-tile>.face,html body .trans.live-tile>.slide,html body .trans.live-tile>.flip-back,html body .trans.live-tile>.flip-front,html body .trans.live-tile>.slide-back,html body .trans.live-tile>.slide-front,html body .trans.flip-list>li>.accent,html body .trans.flip-list>li>.flip-back,html body .trans.flip-list>li>.flip-front,html body .trans.slide.accent,html body .trans.slide-front.accent,html body .trans.slide-back.accent,html body .trans.flip-front.accent,html body .trans.flip-back.accent {
	background-color: transparent;
}

html body .trans.accentColor,html body .trans.accentHover:hover,html body .trans.accentHover a:hover,html body .trans.accentLink a,html body .trans.accentLink a:hover,html body .trans.accentLink a:visited,a.accentLinkhtml body .trans,a.accentLinkhtml body .trans:hover,a.accentLinkhtml body .trans:visited {
	color: transparent;
}

html body .trans.accentBorder {
	border-color: transparent;
}

html body .trans.accentBorderBottom {
	border-bottom-color: transparent;
}

html body .trans.accentBorderLeft {
	border-left-color: transparent;
}

html body .trans.accentBorderRight {
	border-right-color: transparent;
}

html body .trans.accentBorderTop {
	border-top-color: transparent;
}

html body .white.accent,html body .white.live-tile>.accent,html body .white.list-tile>.accent,html body .white.copy-tile>.accent,html body .white.live-tile>div,html body .white.copy-tile>div,html body .white.list-tile>div,html body .white.live-tile>.face,html body .white.list-tile>.face,html body .white.copy-tile>.face,html body .white.live-tile>.slide,html body .white.live-tile>.flip-back,html body .white.live-tile>.flip-front,html body .white.live-tile>.slide-back,html body .white.live-tile>.slide-front,html body .white.flip-list>li>.accent,html body .white.flip-list>li>.flip-back,html body .white.flip-list>li>.flip-front,html body .white.slide.accent,html body .white.slide-front.accent,html body .white.slide-back.accent,html body .white.flip-front.accent,html body .white.flip-back.accent {
	background-color: #fff;
}

html body .white.accentColor,html body .white.accentHover:hover,html body .white.accentHover a:hover,html body .white.accentLink a,html body .white.accentLink a:hover,html body .white.accentLink a:visited,a.accentLinkhtml body .white,a.accentLinkhtml body .white:hover,a.accentLinkhtml body .white:visited {
	color: #fff;
}

html body .white.accentBorder {
	border-color: #fff;
}

html body .white.accentBorderBottom {
	border-bottom-color: #fff;
}

html body .white.accentBorderLeft {
	border-left-color: #fff;
}

html body .white.accentBorderRight {
	border-right-color: #fff;
}

html body .white.accentBorderTop {
	border-top-color: #fff;
}

html body .black.accent,html body .black.live-tile>.accent,html body .black.list-tile>.accent,html body .black.copy-tile>.accent,html body .black.live-tile>div,html body .black.copy-tile>div,html body .black.list-tile>div,html body .black.live-tile>.face,html body .black.list-tile>.face,html body .black.copy-tile>.face,html body .black.live-tile>.slide,html body .black.live-tile>.flip-back,html body .black.live-tile>.flip-front,html body .black.live-tile>.slide-back,html body .black.live-tile>.slide-front,html body .black.flip-list>li>.accent,html body .black.flip-list>li>.flip-back,html body .black.flip-list>li>.flip-front,html body .black.slide.accent,html body .black.slide-front.accent,html body .black.slide-back.accent,html body .black.flip-front.accent,html body .black.flip-back.accent {
	background-color: #000;
}

html body .black.accentColor,html body .black.accentHover:hover,html body .black.accentHover a:hover,html body .black.accentLink a,html body .black.accentLink a:hover,html body .black.accentLink a:visited,a.accentLinkhtml body .black,a.accentLinkhtml body .black:hover,a.accentLinkhtml body .black:visited {
	color: #000;
}

html body .black.accentBorder {
	border-color: #000;
}

html body .black.accentBorderBottom {
	border-bottom-color: #000;
}

html body .black.accentBorderLeft {
	border-left-color: #000;
}

html body .black.accentBorderRight {
	border-right-color: #000;
}

html body .black.accentBorderTop {
	border-top-color: #000;
}

.myblue .accent,.myblue .accentBg,.myblue .accentBgHover:hover,.myblue .accentBgHover a:hover,.myblue .live-tile>div,.myblue .copy-tile>div,.myblue .live-tile>.face,.myblue .copy-tile>.face,.myblue .live-tile>.slide,.myblue .live-tile>.flip-back,.myblue .live-tile>.flip-front,.myblue .live-tile>.slide-back,.myblue .live-tile>.slide-front,.myblue .list-tile>div,.myblue .flip-list>li>div {
	background-color: #00a8ec;
}

.myblue .accentColor,.myblue .accentHover:hover,.myblue .accentHover a:hover,.myblue .accentLink a,.myblue .accentLink a:hover,.myblue .accentLink a:visited,.myblue a.accentLink,.myblue a.accentLink:hover,.myblue a.accentLink:visited {
	color: #00a8ec;
}

.myblue .accentBorder {
	border-color: #00a8ec;
}

.myblue .accentBorderBottom {
	border-bottom-color: #00a8ec;
}

.myblue .accentBorderLeft {
	border-left-color: #00a8ec;
}

.myblue .accentBorderRight {
	border-right-color: #00a8ec;
}

.myblue .accentBorderTop {
	border-top-color: #00a8ec;
}

html body .myblue.accent,html body .myblue.live-tile>.accent,html body .myblue.list-tile>.accent,html body .myblue.copy-tile>.accent,html body .myblue.live-tile>div,html body .myblue.copy-tile>div,html body .myblue.list-tile>div,html body .myblue.live-tile>.face,html body .myblue.list-tile>.face,html body .myblue.copy-tile>.face,html body .myblue.live-tile>.slide,html body .myblue.live-tile>.flip-back,html body .myblue.live-tile>.flip-front,html body .myblue.live-tile>.slide-back,html body .myblue.live-tile>.slide-front,html body .myblue.flip-list>li>.accent,html body .myblue.flip-list>li>.flip-back,html body .myblue.flip-list>li>.flip-front,html body .myblue.slide.accent,html body .myblue.slide-front.accent,html body .myblue.slide-back.accent,html body .myblue.flip-front.accent,html body .myblue.flip-back.accent {
	background-color: #00a8ec;
}

html body .myblue.accentColor,html body .myblue.accentHover:hover,html body .myblue.accentHover a:hover,html body .myblue.accentLink a,html body .myblue.accentLink a:hover,html body .myblue.accentLink a:visited,a.accentLinkhtml body .myblue,a.accentLinkhtml body .myblue:hover,a.accentLinkhtml body .myblue:visited {
	color: #00a8ec;
}

html body .myblue.accentBorder {
	border-color: #00a8ec;
}

html body .myblue.accentBorderBottom {
	border-bottom-color: #00a8ec;
}

html body .myblue.accentBorderLeft {
	border-left-color: #00a8ec;
}

html body .myblue.accentBorderRight {
	border-right-color: #00a8ec;
}

html body .myblue.accentBorderTop {
	border-top-color: #00a8ec;
}

.appbar {
	background-color: #212021;
	bottom: 0;
	color: #fff;
	font-size: .9em;
	height: 60px;
	left: 0;
	line-height: normal;
	margin: 0;
	max-height: 100%;
	overflow: hidden;
	padding: 10px 0;
	position: fixed;
	right: 0;
	text-align: right;
	width: 100%;
	z-index: 100;
	-ms-touch-action: manipulation;
}

.appbar.condensed {
	height: 40px;
}

.appbar.condensed a.etc {
	height: 40px;
	line-height: 40px;
}

.appbar.top {
	bottom: auto!important;
	top: 0;
}

.appbar a.etc,.appbar a.etc:hover,.appbar a.etc:visited {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 32px;
	height: 60px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 0;
	width: 90px;
	z-index: 100;
}

.appbar .clear {
	clear: both;
}

.appbar .theme-options {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	width: 80%;
}

.appbar .theme-options>ul {
	list-style-image: none;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 0;
}

.appbar .theme-options li {
	display: block;
	margin: 8px;
	float: left;
	line-height: 32px;
	height: 32px;
	width: 32px;
}

.appbar .theme-options li>a,.appbar .theme-options li>a:hover,.appbar .theme-options li>a:visited {
	display: block;
	padding: 0;
	text-decoration: none;
	height: 32px;
	width: 32px;
}

.appbar .base-theme-options {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	width: 20%;
}

.appbar .base-theme-options>ul {
	padding-left: 2px;
}

.appbar .base-theme-options li {
	display: block;
	margin: 8px;
	float: left;
	line-height: 32px;
	height: 32px;
	width: 32px;
}

.appbar .base-theme-options li>a,.appbar .base-theme-options li>a:hover,.appbar .base-theme-options li>a:visited {
	display: block;
	padding: 0;
	text-decoration: none;
	height: 32px;
	width: 32px;
}

.appbar .base-theme-options li>a.dark.accent {
	background-color: #000;
}

.appbar .theme-options h2,.appbar .base-theme-options h2 {
	font-size: 2em;
	font-weight: normal;
	padding: 8px 8px 12px;
	text-align: left;
}

.appbar .charm-title {
	font-size: 10px;
	display: block;
	text-align: center;
}

.appbar .links {
	font-size: 2em;
	padding: 24px 0 0 8px;
	text-align: left;
}

.appbar .links a,.appbar .links a:link {
	text-decoration: none;
}

.appbar.small {
	height: 28px;
}

.appbar.small a.etc,.appbar.small a.etc:hover,.appbar.small a.etc:visited {
	font-size: 16px;
	height: 60px;
	width: 90px;
}

.light .appbar {
	background-color: #dfdfdf;
	color: #000;
}

.dark .appbar {
	background-color: #212021;
}

.light .appbar-buttons li a {
	color: #000;
}

.light .appbar-buttons a>img {
	background-image: url('images/metroIcons_light.jpg');
}

.light .appbar a.etc,.light .appbar a.etc:hover,.light .appbar a.etc:visited {
	color: #000;
}

.small .appbar-buttons {
	width: 156px;
}

.small .appbar-buttons a>img {
	height: 32px;
	width: 32px;
}

.small .appbar-buttons.one {
	width: 52px;
}

.small .appbar-buttons.two {
	width: 104px;
}

.small .appbar-buttons.three {
	width: 156px;
}

.small .appbar-buttons.four {
	width: 208px;
}

.small .appbar-buttons.five {
	width: 260px;
}

.small .appbar-buttons.six {
	width: 312px;
}

.small .appbar-buttons.seven {
	width: 364px;
}

.small .appbar-buttons.eight {
	width: 416px;
}

.small .appbar-buttons.nine {
	width: 468px;
}

.small .appbar-buttons.ten {
	width: 520px;
}

.appbar-buttons {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 0 2px;
	text-align: right;
	width: 252px;
}

.appbar-buttons.one {
	width: 84px;
}

.appbar-buttons.two {
	width: 168px;
}

.appbar-buttons.three {
	width: 252px;
}

.appbar-buttons.four {
	width: 336px;
}

.appbar-buttons.five {
	width: 420px;
}

.appbar-buttons.six {
	width: 504px;
}

.appbar-buttons.seven {
	width: 588px;
}

.appbar-buttons.eight {
	width: 672px;
}

.appbar-buttons.nine {
	width: 756px;
}

.appbar-buttons.ten {
	width: 840px;
}

.appbar-buttons a>img {
	background-image: url('images/metroIcons.jpg');
	background-repeat: no-repeat;
	border: none;
	height: 64px;
	width: 64px;
}

.appbar-buttons a.small>img {
	height: 32px;
	width: 32px;
}

.appbar-buttons a.search>img {
	background-position: -12px -12px;
}

.appbar-buttons a.home>img {
	background-position: -104px -12px;
}

.appbar-buttons a.twitter>img {
	background-position: -196px -12px;
}

.appbar-buttons a.calendar>img {
	background-position: -288px -12px;
}

.appbar-buttons a.storm>img {
	background-position: -380px -12px;
}

.appbar-buttons a.down>img {
	background-position: -472px -12px;
}

.appbar-buttons a.camera>img {
	background-position: -12px -99px;
}

.appbar-buttons a.camcorder>img {
	background-position: -104px -99px;
}

.appbar-buttons a.qmark>img,.appbar-buttons a.about>img {
	background-position: -196px -99px;
}

.appbar-buttons a.share>img {
	background-position: -288px -99px;
}

.appbar-buttons a.rain>img {
	background-position: -380px -99px;
}

.appbar-buttons a.cancel>img,.appbar-buttons a.close>img {
	background-position: -472px -99px;
}

.appbar-buttons a.delete>img,.appbar-buttons a.trash>img {
	background-position: -12px -188px;
}

.appbar-buttons a.tag>img {
	background-position: -104px -188px;
}

.appbar-buttons a.addcontact>img {
	background-position: -196px -188px;
}

.appbar-buttons a.save>img {
	background-position: -288px -188px;
}

.appbar-buttons a.snow>img {
	background-position: -380px -188px;
}

.appbar-buttons a.msg>img {
	background-position: -472px -188px;
}

.appbar-buttons a.email>img {
	background-position: -12px -274px;
}

.appbar-buttons a.clock>img {
	background-position: -104px -274px;
}

.appbar-buttons a.edit>img {
	background-position: -196px -274px;
}

.appbar-buttons a.circle>img {
	background-position: -288px -274px;
}

.appbar-buttons a.moon>img {
	background-position: -380px -274px;
}

.appbar-buttons a.calc>img {
	background-position: -12px -362px;
}

.appbar-buttons a.gear>img {
	background-position: -104px -362px;
}

.appbar-buttons a.plus>img {
	background-position: -196px -362px;
}

.appbar-buttons a.dot>img {
	background-position: -288px -362px;
}

.appbar-buttons a.restart>img,.appbar-buttons a.return>img {
	background-position: -380px -362px;
}

.appbar-buttons a.add>img {
	background-position: -472px -362px;
}

.appbar-buttons a.phone>img {
	background-position: -12px -453px;
}

.appbar-buttons a.film>img {
	background-position: -104px -453px;
}

.appbar-buttons a.back>img {
	background-position: -196px -453px;
}

.appbar-buttons a.car>img {
	background-position: -288px -453px;
}

.appbar-buttons a.forward>img {
	background-position: -380px -453px;
}

.appbar-buttons a.selectmany>img {
	background-position: -472px -453px;
}

.appbar-buttons a.stop>img {
	background-position: -12px -538px;
}

.appbar-buttons a.contacts>img {
	background-position: -104px -538px;
}

.appbar-buttons a.select>img {
	background-position: -196px -538px;
}

.appbar-buttons a.sun>img {
	background-position: -288px -538px;
}

.appbar-buttons a.dpad>img {
	background-position: -380px -538px;
}

.appbar-buttons a.play>img {
	background-position: -472px -538px;
}

.appbar-buttons li {
	display: inline;
	padding: 0 10px;
	float: left;
	list-style: none;
}

.appbar-buttons li a {
	font-weight: bold;
	background-color: transparent;
	color: #fff;
}

.appbar-buttons li a:active,.appbar-buttons ul#menu li.selected a,.appbar-buttons .appbar-buttons li a:hover {
	text-decoration: none;
}

.small .appbar-buttons .search>img,.appbar-buttons .small.search>img {
	background-position: -562px -6px;
}

.small .appbar-buttons .home>img,.appbar-buttons .small.home>img {
	background-position: -608px -6px;
}

.small .appbar-buttons .twitter>img,.appbar-buttons .small.twitter>img {
	background-position: -654px -6px;
}

.small .appbar-buttons .calendar>img,.appbar-buttons .small.calendar>img {
	background-position: -700px -6px;
}

.small .appbar-buttons .storm>img,.appbar-buttons .small.storm>img {
	background-position: -746px -6px;
}

.small .appbar-buttons .down>img,.appbar-buttons .small.down>img {
	background-position: -792px -6px;
}

.small .appbar-buttons .camera>img,.appbar-buttons .small.camera>img {
	background-position: -562px -50px;
}

.small .appbar-buttons .camcorder>img,.appbar-buttons .small.camcorder>img {
	background-position: -608px -50px;
}

.small .appbar-buttons .qmark>img,.appbar-buttons .small.qmark>img,.small .appbar-buttons .about>img,.appbar-buttons .small.about>img {
	background-position: -654px -50px;
}

.small .appbar-buttons .share>img,.appbar-buttons .small.share>img {
	background-position: -700px -50px;
}

.small .appbar-buttons .rain>img,.appbar-buttons .small.rain>img {
	background-position: -746px -50px;
}

.small .appbar-buttons .cancel>img,.appbar-buttons .small.cancel>img,.small .appbar-buttons .close>img,.appbar-buttons .small.close>img {
	background-position: -792px -50px;
}

.small .appbar-buttons .delete>img,.appbar-buttons .small.delete>img,.small .appbar-buttons .trash>img,.appbar-buttons .small.trash>img {
	background-position: -562px -94px;
}

.small .appbar-buttons .tag>img,.appbar-buttons .small.tag>img {
	background-position: -608px -94px;
}

.small .appbar-buttons .addcontact>img,.appbar-buttons .small.addcontact>img {
	background-position: -654px -94px;
}

.small .appbar-buttons .save>img,.appbar-buttons .small.save>img {
	background-position: -700px -94px;
}

.small .appbar-buttons .snow>img,.appbar-buttons .small.snow>img {
	background-position: -746px -94px;
}

.small .appbar-buttons .msg>img,.appbar-buttons .small.msg>img {
	background-position: -792px -94px;
}

.small .appbar-buttons .email>img,.appbar-buttons .small.email>img {
	background-position: -562px -137px;
}

.small .appbar-buttons .clock>img,.appbar-buttons .small.clock>img {
	background-position: -608px -137px;
}

.small .appbar-buttons .edit>img,.appbar-buttons .small.edit>img {
	background-position: -654px -137px;
}

.small .appbar-buttons .circle>img,.appbar-buttons .small.circle>img {
	background-position: -700px -137px;
}

.small .appbar-buttons .moon>img,.appbar-buttons .small.moon>img {
	background-position: -746px -137px;
}

.small .appbar-buttons .calc>img,.appbar-buttons .small.calc>img {
	background-position: -562px -181px;
}

.small .appbar-buttons .gear>img,.appbar-buttons .small.gear>img {
	background-position: -608px -181px;
}

.small .appbar-buttons .plus>img,.appbar-buttons .small.plus>img {
	background-position: -654px -181px;
}

.small .appbar-buttons .dot>img,.appbar-buttons .small.dot>img {
	background-position: -700px -181px;
}

.small .appbar-buttons .restart>img,.appbar-buttons .small.restart>img,.small .appbar-buttons .return>img,.appbar-buttons .small.return>img {
	background-position: -746px -181px;
}

.small .appbar-buttons .add>img,.appbar-buttons .small.add>img {
	background-position: -792px -181px;
}

.small .appbar-buttons .phone>img,.appbar-buttons .small.phone>img {
	background-position: -562px -226px;
}

.small .appbar-buttons .film>img,.appbar-buttons .small.film>img {
	background-position: -608px -226px;
}

.small .appbar-buttons .back>img,.appbar-buttons .small.back>img {
	background-position: -654px -226px;
}

.small .appbar-buttons .car>img,.appbar-buttons .small.car>img {
	background-position: -700px -226px;
}

.small .appbar-buttons .forward>img,.appbar-buttons .small.forward>img {
	background-position: -746px -226px;
}

.small .appbar-buttons .selectmany>img,.appbar-buttons .small.selectmany>img {
	background-position: -792px -226px;
}

.small .appbar-buttons .stop>img,.appbar-buttons .small.stop>img {
	background-position: -562px -269px;
}

.small .appbar-buttons .contacts>img,.appbar-buttons .small.contacts>img {
	background-position: -608px -269px;
}

.small .appbar-buttons .select>img,.appbar-buttons .small.select>img {
	background-position: -654px -269px;
}

.small .appbar-buttons .sun>img,.appbar-buttons .small.sun>img {
	background-position: -700px -269px;
}

.small .appbar-buttons .dpad>img,.appbar-buttons .small.dpad>img {
	background-position: -746px -269px;
}

.small .appbar-buttons .play>img,.appbar-buttons .small.play>img {
	background-position: -792px -269px;
}

@media screen and(max-width:1025px) {
	.appbar .theme-options h2,.appbar .base-theme-options h2,.appbar .links {
		font-size: 1.7em;
		padding: 8px 8px 2px;
		text-align: left;
	}

	.appbar .base-theme-options li,.appbar .base-theme-options li a,.appbar .theme-options li,.appbar .theme-options li a {
		display: block;
		height: 32px;
		margin: 4px;
		width: 32px;
	}
}

@media screen and(max-width:801px) {
	.appbar .theme-options h2,.appbar .base-theme-options h2,.appbar .links {
		font-size: 1.3em;
	}

	.appbar .theme-options>ul {
		padding-right: 6px;
	}
}

@media screen and(max-width:641px) {
	.appbar .theme-options {
		width: 70%;
	}

	.appbar .base-theme-options {
		width: 30%;
	}
}

.pln {
	color: #000;
}

@media screen {
	.str {
		color: #080;
	}

	.kwd {
		color: #008;
	}

	.com {
		color: #800;
	}

	.typ {
		color: #606;
	}

	.lit {
		color: #066;
	}

	.pun,.opn,.clo {
		color: #660;
	}

	.tag {
		color: #008;
	}

	.atn {
		color: #606;
	}

	.atv {
		color: #080;
	}

	.dec,.var {
		color: #606;
	}

	.fun {
		color: red;
	}
}

@media print,projection {
	.str {
		color: #060;
	}

	.kwd {
		color: #006;
		font-weight: bold;
	}

	.com {
		color: #600;
		font-style: italic;
	}

	.typ {
		color: #404;
		font-weight: bold;
	}

	.lit {
		color: #044;
	}

	.pun,.opn,.clo {
		color: #440;
	}

	.tag {
		color: #006;
		font-weight: bold;
	}

	.atn {
		color: #404;
	}

	.atv {
		color: #060;
	}
}

pre.prettyprint {
	padding: 2px;
	border: 1px solid #F4F4F4;
	font-size: 12px;
	font-family: Arial,sans-serif,Courier;
	//overflow-x: scroll!important;
	//overflow-y: auto;
	margin: 20px 0 20px -2px;
	position: relative;
	z-index: auto;
	background: #FFF;
	font-size: 14px;
}

.linenums {
	margin: 0;
}

li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9 {
	border-left: 3px solid #6CE26C;
	color: #AAA;
	list-style-type: decimal;
	padding-left: 10px;
	//width: 100%;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 25000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #202020;
	position: relative;
	z-index: 5001;
	color: #E68D36;
	width: 250px;
	font-family: tahoma;
	font-size: 14px;
	border: 1px solid #F4F4F4;
	box-shadow: 0 0 12px #000;
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	padding: 8px 10px;
	border-radius: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 2px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
	z-index: 5006;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 0 12px;
	top: 2px;
}

.formError .formErrorArrow div {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0;
	height: 1px;
	background: #202020;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 0 solid #DDD;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #DDD;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #DDD;
}

.CodeMirror {
	line-height: 1em;
	font-family: SourceCodeProRegular,Menlo,Monaco,consolas,monospace;
	background: #fff;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.CodeMirror-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
	position: relative;
	outline: none;
}

.CodeMirror-scrollbar {
	float: right;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-left: -1px;
}

.CodeMirror-scrollbar-inner {
	width: 1px;
}

.CodeMirror-scrollbar.cm-sb-overlap {
	position: absolute;
	z-index: 1;
	float: none;
	right: 0;
	min-width: 12px;
}

.CodeMirror-scrollbar.cm-sb-nonoverlap {
	min-width: 12px;
}

.CodeMirror-scrollbar.cm-sb-ie7 {
	min-width: 18px;
}

.CodeMirror-gutter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #f7f7f7;
	border-right: 1px solid #eee;
	min-width: 2em;
	height: 100%;
}

.CodeMirror-gutter-text {
	color: #aaa;
	text-align: right;
	padding: .4em .2em .4em .4em;
	white-space: pre!important;
}

.CodeMirror-lines {
	padding: .4em;
	white-space: pre;
	cursor: text;
}

.CodeMirror-lines * {
	pointer-events: none;
}

.CodeMirror pre {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
}

.CodeMirror-wrap pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal;
}

.CodeMirror-wrap .CodeMirror-scroll {
	overflow-x: hidden;
}

.CodeMirror textarea {
	outline: none!important;
}

.CodeMirror pre.CodeMirror-cursor {
	z-index: 10;
	position: absolute;
	visibility: hidden;
	border-left: 1px solid black;
	border-right: none;
	width: 0;
}

.cm-keymap-fat-cursor pre.CodeMirror-cursor {
	width: auto;
	border: 0;
	background: transparent;
	background: rgba(0,200,0,.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800,endColorstr=#4c00c800);
}

.cm-keymap-fat-cursor pre.CodeMirror-cursor:not(#nonsense_id) {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.CodeMirror-focused pre.CodeMirror-cursor {
	visibility: visible;
}

div.CodeMirror-selected {
	background: #d9d9d9;
}

.CodeMirror-focused div.CodeMirror-selected {
	background: #d7d4f0;
}

.CodeMirror-searching {
	background: #ffa;
	background: rgba(255,255,0,.4);
}

.cm-s-default span.cm-keyword {
	color: #708;
}

.cm-s-default span.cm-atom {
	color: #219;
}

.cm-s-default span.cm-number {
	color: #164;
}

.cm-s-default span.cm-def {
	color: #00f;
}

.cm-s-default span.cm-variable {
	color: black;
}

.cm-s-default span.cm-variable-2 {
	color: #05a;
}

.cm-s-default span.cm-variable-3 {
	color: #085;
}

.cm-s-default span.cm-property {
	color: black;
}

.cm-s-default span.cm-operator {
	color: black;
}

.cm-s-default span.cm-comment {
	color: #a50;
}

.cm-s-default span.cm-string {
	color: #a11;
}

.cm-s-default span.cm-string-2 {
	color: #f50;
}

.cm-s-default span.cm-meta {
	color: #555;
}

.cm-s-default span.cm-error {
	color: #f00;
}

.cm-s-default span.cm-qualifier {
	color: #555;
}

.cm-s-default span.cm-builtin {
	color: #30a;
}

.cm-s-default span.cm-bracket {
	color: #cc7;
}

.cm-s-default span.cm-tag {
	color: #170;
}

.cm-s-default span.cm-attribute {
	color: #00c;
}

.cm-s-default span.cm-header {
	color: blue;
}

.cm-s-default span.cm-quote {
	color: #090;
}

.cm-s-default span.cm-hr {
	color: #999;
}

.cm-s-default span.cm-link {
	color: #00c;
}

span.cm-header,span.cm-strong {
	font-weight: bold;
}

span.cm-em {
	font-style: italic;
}

span.cm-emstrong {
	font-style: italic;
	font-weight: bold;
}

span.cm-link {
	text-decoration: underline;
}

div.CodeMirror span.CodeMirror-matchingbracket {
	color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
	color: #f22;
}

body {
	padding-top: 52px;
	background: #edeff0;
	color: #777;
}

.sitehome {
	background: #edeff0;
	padding: 0;
	margin: 0;
}

.dashboardnav li a {
	color: #BBB;
}



.dashboardcontent {
	margin: 15px;
}

.slideitems {
	padding: 70px 0 80px;
}

.slideitems h2 {
	color: #384047;
	text-align: center;
}

.postitem {
	margin: 10px 0;
	padding: 25px 10px;
}

#footer {
	background: #FFF;
	border-top: 1px solid #E5E5E5;
	margin-top: 30px;
	font-size: 14px;
}

#footer a {
	font-size: 14px;
}

.modalalert {
	padding: 8px;
	margin-bottom: 0;
}


.media {
	margin-bottom: 20px;
}

.spacedivider {
	margin-bottom: 30px;
	border-bottom: 1px dotted #AAA;
	padding-bottom: 20px;
}

.biggest {
	font-size: 22px;
	font-weight: normal;
}

.ptitle a {
	color: #444;
}

.bigger {
	font-size: 18px;
	font-weight: normal;
}

.iconoptions {
	margin-top: 0;
	margin-bottom: 10px;
}

.iconoptions a {
	text-decoration: none;
}

.extracontent {
	margin-top: 0;
	margin-bottom: 10px;
}

a span.label {
	color: #fff;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
}

span.label a {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

@media(max-width:768px) {
	.navbar-header {
		text-align: center;
	}

	.navbar-brand {
		float: none;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

	#mobilelogin {
		margin-left: 15px;
	}
}

@media(min-width:768px) {
	#mobilelogin {
		display: none!important;
		visibility: hidden!important;
	}

	.searchfrominputg {
		width: 250px;
	}
}

.navbar-brand {
	background: url(/images/codelogo.png) no-repeat 50% 50%;
	text-indent: -5000px;
	width: 180px;
}

.navbar-from-right {
	padding-right: 0;
}

.alert-gbinfo {
	background-color: #DD4814;
	border-color: #DD4814;
	color: #FFF;
}

.textcenter {
	text-align: center;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container-liquid {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.container-liquid-full {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.savemodal-dialog {
	max-width: 600px;
}

.attendliveclass-dialog {
	max-width: 80%;
}

.CodeMirror {
	height: 150px;
}

.cmgutter {
	color: #2D6CA2;
}

.coverpreview {
	position: relative;
	background: #EEE;
}

.coverpreview img {
	margin: 0 auto;
}

.removeimg {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.replaydesc {
	margin: 15px 0 0;
}

.tagbtn {
	margin: 10px 10px 10px 0;
}

.norightmargin {
	margin-right: 0;
}

.tagavatar {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.webResult em {
	color: red;
	font-style: normal;
}

.webResult .link {
	color: green;
	margin: 10px 0;
}

.codereplayheader {
	margin: 0 0 5px;
}

.codereplayheader h3 {
	margin: 10px 0;
}

.bgcolorwhite {
	background: #fff;
}

.bgcolor {
	background: #edeff0;
}

.bgcolordark {
	background: #202020;
}

.librarytitle {
	margin-top: 10px;
	line-height: 25px;
}

.librarytitle a {
	color: #222;
}

.codereplaytitle {
	margin: 5px 5px;
}

.codereplaytitle a {
	color: #FFF;
}

.tutorialwrapper>.panel {
	position: relative;
}

.libbox {
	margin: 0 0 10px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.libboxshadow {
	box-shadow: 0 0 0 #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding-bottom: 30px;
}

.libiconpanel {
	padding: 30px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
}

.libiconpanel:hover .addtolibfav {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.libiconpanel .addtolibfav {
	-webkit-transition-duration: .8s!important;
	-moz-transition-duration: .8s!important;
	-o-transition-duration: .8s!important;
	transition-duration: .8s!important;
}

.libpanel {
	padding: 30px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
}

.libcategorys {
	padding-top: 15px;
}

.libcategorys button {
	position: relative;
	text-align: left;
	padding-left: 15px;
}

.libcategorys button span {
	position: absolute;
	top: 0;
	right: 15px;
	font-weight: 600;
	font-size: 25px;
}

.teacherintro {
	word-wrap: break-word;
	word-break: keep-all;
	overflow: hidden;
}

span.htmlcolor {
	color: #f09226;
}

span.jscolor {
	color: #c25975;
}

span.frameworkscolor {
	color: #f9845b;
}

span.csscolor {
	color: #3079ab;
}

span.htmlcolor {
	color: #f09226;
}

span.javacolor {
	color: #1f4672;
}

span.objectiveccolor {
	color: #278aaa;
}

span.phpcolor {
	color: #74227c;
}

.htmlcolorbg {
	background: rgba(240,146,38,.9);
}

.jscolorbg {
	background: rgba(194,89,117,.9);
}

.csscolorbg {
	background: rgba(48,121,171,.9);
}

.frameworkscolorbg {
	background: rgba(249,132,91,.9);
}

.javacolorbg {
	background: rgba(31,70,114,.9);
}

.objectiveccolorbg {
	background: rgba(39,138,170,.9);
}

.phpcolorbg {
	background: rgba(116,34,124,.9);
}

.usernav {
	color: #FFF;
	font-size: 14px;
}

.countdownHolder {
	margin: 0 auto;
	font-size: 18px;
	font-family: Arial;
	text-align: center;
	letter-spacing: -3px;
	height: 25px;
}

.position {
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit {
	position: absolute;
	display: block;
	width: 1em;
	background-color: #444;
	border-radius: .2em;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
}

.digit.static {
	box-shadow: 1px 1px 1px rgba(4,4,4,0.35);
	background-image: linear-gradient(bottom,#3A3A3A 50%,#444 50%);
	background-image: -o-linear-gradient(bottom,#3A3A3A 50%,#444 50%);
	background-image: -moz-linear-gradient(bottom,#3A3A3A 50%,#444 50%);
	background-image: -webkit-linear-gradient(bottom,#3A3A3A 50%,#444 50%);
	background-image: -ms-linear-gradient(bottom,#3A3A3A 50%,#444 50%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.5,#3A3A3A),color-stop(0.5,#444));
}

#mymsg {
	background-color: #DD4814;
}

.taglist {
	padding: 0;
	margin: 0;
}

.taglist a {
	margin-right: 15px;
	padding: 2px;
}

.taglist a span.avatar {
	margin-right: 3px;
}

a.sitelogin {
	background-color: transparent!important;
	color: #FFF;
}

a.sitereg {
	background-color: rgba(255,255,255,0.3)!important;
	opacity: .9;
	color: #FFF;
}

.nav>li>a.sitenav {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 15px 5px;
}

span.gben {
	font-family: Rockwell,Trebuchet MS,Arial;
	font-weight: bold;
	font-style: italic;
	opacity: .9;
	padding-right: 3px;
}

.nav>li>a.sitenav:hover {
	opacity: .9;
	color: #DD4814;
	text-decoration: none;
	background-color: rgba(255,255,255,0.95)!important;
}

pre.prettyprint {
	scroll: auto;
	width: 100%;
}

.tutorialexcercise_hide {
	visibility: hidden;
	height: 0;
}

.tutorialexcercise_show {
	visibility: visible;
	height: 100%;
}

#backtotop {
	height: 50px;
	position: fixed;
	bottom: 55px;
	right: -60px;
	z-index: 9999;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#backtotop.showme {
	right: 12px;
	-moz-transform: scale(1) rotate(-360deg) translate(0px);
	-webkit-transform: scale(1) rotate(-360deg) translate(0px);
	-o-transform: scale(1) rotate(-360deg) translate(0px);
	transform: scale(1) rotate(-360deg) translate(0px);
}

.facebook-logo:hover {
	opacity: 1;
}

.skills {
	margin-bottom: 20px;
	border-radius: 5px;
	opacity: .9;
	transition: all .2s linear;
}

.skills:hover {
	opacity: 1;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0,-2px,0);
	-moz-transform: translate3d(0,-2px,0);
	-ms-transform: translate3d(0,-2px,0);
	-o-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}

.skills .img-responsive {
	margin: 0 auto;
	padding: 40px 40px 0;
}

.skills .skilldesc {
	margin: 20px;
	height: 100px;
}

.skills a.btn {
	margin-bottom: 30px;
}

.apppanel {
	border-radius: 5px -webkit-border-radius:5px -moz-border-radius:5px -o-border-radius:5px -webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	background: #fff;
	padding: 0 0 15px 0;
}

.form-container {
	min-height: 450px;
	padding-top: 5%;
	text-align: center;
}

.avatar-container {
	position: relative;
	display: block;
	width: 100%;
}

.avatar-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.left-border {
	border-left: 1px solid #c0c0c0;
}

.right-border {
	border-right: 1px solid #c0c0c0;
}

.no-border-radius {
	border-radius: 0!important;
}

.upload-btn {
	margin-top: 15px;
}

.text-align-right {
	text-align: right!important;
}

.btn-transparent {
	border: 0!important;
	background-color: transparent!important;
}

.btn-transparent:hover {
	background-color: rgba(204,204,204,0.2)!important;
}

.btn-change-avatar {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.change-photo {
	-webkit-animation-name: change-photo;
	-moz-animation-name: change-photo;
	-o-animation-name: change-photo;
	animation-name: change-photo;
}

@keyframes change-photo {
	from {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,0deg);
		-moz-transform: rotate3d(0,0,1,0deg);
		-ms-transform: rotate3d(0,0,1,0deg);
		-o-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
		opacity: 1;
	}

	50% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-75deg);
		-moz-transform: rotate3d(0,0,1,-75deg);
		-ms-transform: rotate3d(0,0,1,-75deg);
		-o-transform: rotate3d(0,0,1,-75deg);
		transform: rotate3d(0,0,1,-75deg);
		opacity: .8 z-index:-1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,0deg);
		-moz-transform: rotate3d(0,0,1,0deg);
		-ms-transform: rotate3d(0,0,1,0deg);
		-o-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg);
		opacity: 0;
		z-index: -1;
	}
}

.separation-line {
	width: 0;
	height: 300px;
	display: block;
	border-left: 1px solid #c0c0c0;
	margin-left: 50%;
	transition: all .3s linear;
}

.col-pull-md-half {
	right: 0;
}

@media(min-width:992px) {
	.col-pull-md-half {
		right: 4.1666666666%;
	}
}

.padding-top {
	padding-top: 20px;
}

.gb-item {
	background: #fff;
	transition: all .2s linear;
	margin-top: 15px;
	padding: 15px;
	overflow: hidden;
}

.gb-item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0,-2px,0);
	-moz-transform: translate3d(0,-2px,0);
	-ms-transform: translate3d(0,-2px,0);
	-o-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
}

.item-pic img {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 100%;
	height: 100%;
}

.item-pic img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.item-pic {
	overflow: hidden;
	position: relative;
}

.item-desc {
	padding-top: 15px;
	padding-botto: 15px;
	text-align: center;
}

.item-title {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	padding-top: 7px;
	margin-bottom: 10px;
	display: inline-block;
}

.item-title a,.item-title a:hover,.item-title a:active,.item-title a:visited,.item-title a:link {
	text-decoration: none;
	color: #333;
}

.item-price {
	font-size: 14px;
	color: #ff6700;
	margin-bottom: 15px;
}

.item-price-coins {
	color: #ff9600;
}

.opration {
	color: #333;
}

.item-cart-container {
	background: #fff;
	box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
	min-height: 450px;
	padding: 15px;
	margin-top: 15px;
}

.cart-title {
	font-size: 18px;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

.no-padding {
	padding: 0!important;
}

body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s,visibility 0s .3s;
	-moz-transition: opacity .3s 0s,visibility 0s .3s;
	transition: opacity .3s 0s,visibility 0s .3s;
}

body.overlay-layer::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s,visibility 0s 0s;
	-moz-transition: opacity .3s 0s,visibility 0s 0s;
	transition: opacity .3s 0s,visibility 0s 0s;
}

.item-pic.empty-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #392c3f;
}

.item-pic.empty-box {
	background: #ff7823;
}

.item-pic.empty-box a,.item-pic.empty-box img {
	opacity: .8;
}

.cd-quick-view {
	display: none;
}

.cd-quick-view {
	display: block;
	position: fixed;
	max-width: 900px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left,top,width;
	z-index: 1;
}

.cd-quick-view:after {
	content: "";
	display: table;
	clear: both;
}

.cd-quick-view.is-visible {
	visibility: visible;
}

.cd-quick-view.animate-width {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.cd-slider-wrapper {
	position: relative;
	display: inline-block;
	float: left;
}

.cd-slider-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.cd-slider {
	float: left;
}

.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.cd-slider li img {
	display: block;
	width: 100%;
	max-width: 400px;
}

.cd-slider li.selected {
	position: relative;
	z-index: 3;
}

.add-content .cd-slider {
	margin-right: 3em;
}

.cd-slider-navigation {
	opacity: 0;
}

.add-content .cd-slider-navigation {
	opacity: 1;
}

.cd-slider-navigation li {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.cd-slider-navigation li:first-child {
	left: 0;
}

.cd-slider-navigation li:last-child {
	right: 3em;
}

.cd-slider-navigation li a {
	display: block;
	width: 40px;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .2s,background .2s;
	-moz-transition: opacity .2s,background .2s;
	transition: opacity .2s,background .2s;
}

.cd-slider-navigation li a::before,.cd-slider-navigation li a::after {
	content: '';
	position: absolute;
	top: 18px;
	left: 14px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 12px;
}

.cd-slider-navigation li a::before {
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-slider-navigation li a::after {
	content: '';
	-webkit-transform: translateY(7px) rotate(-45deg);
	-moz-transform: translateY(7px) rotate(-45deg);
	-ms-transform: translateY(7px) rotate(-45deg);
	-o-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

.add-content .cd-slider-navigation li a {
	opacity: .2;
}

.add-content .cd-slider-navigation li a:hover {
	background: rgba(0,0,0,0.1);
	opacity: 1;
}

.cd-slider-navigation li a {
	opacity: 1;
}

.cd-slider-navigation li:first-child a::before {
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-slider-navigation li:first-child a::after {
	content: '';
	-webkit-transform: translateY(7px) rotate(45deg);
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.cd-item-info {
	position: absolute;
	padding: 3em 3em 3em 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s,visibility 0s;
	-moz-transition: opacity .3s,visibility 0s;
	transition: opacity .3s,visibility 0s;
}

.cd-item-info h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.cd-item-info p {
	line-height: 1.6;
	margin: 1em 0;
	color: #67919c;
}

.cd-item-info .cd-item-action li {
	display: inline-block;
	margin-right: 1em;
}

.cd-item-info .cd-item-action li:first-child {
	margin-left: -4px;
}

.cd-item-info .add-to-cart {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: .25em;
	border: none;
	padding: .6em 1.2em;
	background-color: #ff6700;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "PT Sans",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	cursor: pointer;
}

.add-content .cd-item-info {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.add-content .cd-item-info h2 {
	-webkit-animation: cd-slide-in .3s;
	-moz-animation: cd-slide-in .3s;
	animation: cd-slide-in .3s;
}

.add-content .cd-item-info p {
	-webkit-animation: cd-slide-in .4s;
	-moz-animation: cd-slide-in .4s;
	animation: cd-slide-in .4s;
}

.add-content .cd-item-info .cd-item-action {
	-webkit-animation: cd-slide-in .5s;
	-moz-animation: cd-slide-in .5s;
	animation: cd-slide-in .5s;
}

@-webkit-keyframes cd-slide-in {
	0% {
		-webkit-transform: translate3d(-40px,0,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
	}
}

@-moz-keyframes cd-slide-in {
	0% {
		-moz-transform: translate3d(-40px,0,0);
	}

	100% {
		-moz-transform: translate3d(0,0,0);
	}
}

@keyframes cd-slide-in {
	0% {
		-webkit-transform: translate3d(-40px,0,0);
		-moz-transform: translate3d(-40px,0,0);
		-ms-transform: translate3d(-40px,0,0);
		-o-transform: translate3d(-40px,0,0);
		transform: translate3d(-40px,0,0);
	}

	100% {
		-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);
	}
}

.cd-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s 0s,visibility 0s .3s;
	-moz-transition: -moz-transform .3s 0s,visibility 0s .3s;
	transition: transform .3s 0s,visibility 0s .3s;
}

.cd-close::before,.cd-close::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 5px;
	display: inline-block;
	height: 4px;
	width: 20px;
	background: #47374e;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-close::before {
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-close::after {
	content: '';
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.add-content .cd-close:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.add-content .cd-close {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s 0s,visibility 0s 0s;
	-moz-transition: -moz-transform .3s 0s,visibility 0s 0s;
	transition: transform .3s 0s,visibility 0s 0s;
}

.box-shadow {
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,0.1);
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
}

.item-call-waiter {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	text-align: center;
	width: 100%;
	color: #fff;
	border-radius: 0!important;
}

.lottery-container {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 4px;
	overflow: hidden;
	display: none;
}

.item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform .6s;
	-moz-transition: transform .6s;
	-ms-transition: transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
}

.item img {
	width: 262px;
}

.lottery-container {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.lottery-container canvas {
	position: absolute;
	background-color: transparent;
}

.show-canvas {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.wrapper {
	-webkit-perspective: 4000px;
	-moz-perspective: 4000px;
	-ms-perspective: 4000px;
	perspective: 4000px;
	margin-top: 40px;
}

@keyframes swing3d {
	10% {
		-webkit-transform: rotateX(70deg);
		-moz-transform: rotateX(70deg);
		-ms-transform: rotateX(70deg);
		-o-transform: rotateX(70deg);
		transform: rotateX(70deg);
	}

	20% {
		-webkit-transform: rotateX(20deg);
		-moz-transform: rotateX(20deg);
		-ms-transform: rotateX(20deg);
		-o-transform: rotateX(20deg);
		transform: rotateX(20deg);
	}

	30%,50%,70%,100% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	40% {
		-webkit-transform: rotateX(-40deg);
		-moz-transform: rotateX(-40deg);
		-ms-transform: rotateX(-40deg);
		-o-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
	}

	60% {
		-webkit-transform: rotateX(35deg);
		-moz-transform: rotateX(35deg);
		-ms-transform: rotateX(35deg);
		-o-transform: rotateX(35deg);
		transform: rotateX(35deg);
	}

	80% {
		-webkit-transform: rotateX(-15deg);
		-moz-transform: rotateX(-15deg);
		-ms-transform: rotateX(-15deg);
		-o-transform: rotateX(-15deg);
		transform: rotateX(-15deg);
	}
}

.swing3d {
	-webkit-animation-name: swing3d;
	-moz-animation-name: swing3d;
	-o-animation-name: swing3d;
	animation-name: swing3d;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}