article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background: 0 0;
}
a:active,a:hover
{
	outline: 0;
}
abbr[title]
{
	border-bottom: 1px dotted;
}
b,strong
{
	font-weight: 700;
}
dfn
{
	font-style: italic;
}
h1
{
	font-size: 2em;
	margin: .67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -.5em;
}
sub
{
	bottom: -.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
figure
{
	margin: 1em 40px;
}
hr
{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input
{
	line-height: normal;
}
input[type=checkbox],input[type=radio]
{
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
input[type=search]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
	webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: 700;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
input,button,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.alert
{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4
{
	color: inherit;
	margin-top: 0;
}
.alert .alert-link
{
	font-weight: 700;
}
.alert>p,.alert>ul
{
	margin-bottom: 0;
}
.alert>p+p
{
	margin-top: 5px;
}
.alert-dismissable
{
	padding-right: 35px;
}
.alert-dismissable .close
{
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr
{
	border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
	color: #2b542c;
}
.alert-info
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr
{
	border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
	color: #245269;
}
.alert-warning
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr
{
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
	color: #66512c;
}
.alert-danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr
{
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes
{
	from
	{
		background-position: 40px 0;
	}
	to
	{
		background-position: 0 0;
	}
}
.progress
{
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar
{
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	transition: width .6s ease;
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	webkit-transition: width .6s ease;
	width: 0;
}
.progress-striped .progress-bar
{
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar
{
	animation: progress-bar-stripes 2s linear infinite;
	webkit-animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success
{
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-info
{
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info
{
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning
{
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning
{
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger
{
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.panel
{
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
	webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body
{
	padding: 15px;
}
.panel-heading
{
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle
{
	color: inherit;
}
.panel-title
{
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel-title>a
{
	color: inherit;
}
.panel-footer
{
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ddd;
	padding: 10px 15px;
}
.panel>.list-group
{
	margin-bottom: 0;
}
.panel>.list-group .list-group-item
{
	border-radius: 0;
	border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child
{
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child
{
	border-bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child
{
	border-top-width: 0;
}
.panel>.table,.panel>.table-responsive>.table
{
	margin-bottom: 0;
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
	border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
	border-top-right-radius: 3px;
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
	border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
	border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive
{
	border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td
{
	border-top: 0;
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered
{
	border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-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:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
	border-bottom: 0;
}
.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,.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
{
	border-bottom: 0;
}
.panel>.table-responsive
{
	border: 0;
	margin-bottom: 0;
}
.panel-group
{
	margin-bottom: 20px;
}
.panel-group .panel
{
	border-radius: 4px;
	margin-bottom: 0;
	overflow: hidden;
}
.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
{
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}
.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: #428bca;
}
.panel-primary>.panel-heading
{
	background-color: #428bca;
	border-color: #428bca;
	color: #fff;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body
{
	border-top-color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color: #428bca;
}
.panel-success
{
	border-color: #d6e9c6;
}
.panel-success>.panel-heading
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.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-info
{
	border-color: #bce8f1;
}
.panel-info>.panel-heading
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse .panel-body
{
	border-top-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color: #bce8f1;
}
.panel-warning
{
	border-color: #faebcc;
}
.panel-warning>.panel-heading
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body
{
	border-top-color: #faebcc;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color: #faebcc;
}
.panel-danger
{
	border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body
{
	border-top-color: #ebccd1;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color: #ebccd1;
}
.well
{
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well blockquote
{
	border-color: #ddd;
	border-color: rgba(0,0,0,.15);
}
.well-lg
{
	border-radius: 6px;
	padding: 24px;
}
.well-sm
{
	border-radius: 3px;
	padding: 9px;
}
.close
{
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff;
}
.close:hover,.close:focus
{
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
	text-decoration: none;
}
button.close
{
	background: 0 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1050;
}
.modal.fade .modal-dialog
{
	moz-transition: -moz-transform .3s ease-out;
	ms-transform: translate(0,-25%);
	o-transition: -o-transform .3s ease-out;
	transform: translate(0,-25%);
	transition: transform .3s ease-out;
	webkit-transform: translate(0,-25%);
	webkit-transition: -webkit-transform .3s ease-out;
}
.modal.in .modal-dialog
{
	ms-transform: translate(0,0);
	transform: translate(0,0);
	webkit-transform: translate(0,0);
}
.modal-dialog
{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	position: relative;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-backdrop
{
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade
{
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in
{
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header
{
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
	padding: 15px;
}
.modal-header .close
{
	margin-top: -2px;
}
.modal-title
{
	line-height: 1.42857143;
	margin: 0;
}
.modal-body
{
	padding: 20px;
	position: relative;
}
.modal-footer
{
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
}
.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 (min-width:768px)
{
	.modal-dialog
	{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content
	{
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
	.modal-sm
	{
		width: 300px;
	}
}
@media (min-width:992px)
{
	.modal-lg
	{
		width: 900px;
	}
}
.tooltip
{
	display: block;
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1030;
}
.tooltip.in
{
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top
{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right
{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom
{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left
{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner
{
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow
{
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}
.tooltip.top-right .tooltip-arrow
{
	border-top-color: #000;
	border-width: 5px 5px 0;
	bottom: 0;
	right: 5px;
}
.tooltip.right .tooltip-arrow
{
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow
{
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow
{
	border-bottom-color: #000;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}
.popover
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	display: none;
	left: 0;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal;
	z-index: 1010;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover>.arrow
{
	border-width: 11px;
}
.popover>.arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow
{
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after
{
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.right>.arrow
{
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after
{
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom>.arrow
{
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after
{
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow
{
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after
{
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}
.carousel
{
	position: relative;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	position: relative;
	transition: .6s ease-in-out left;
	webkit-transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img
{
	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
{
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right
{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:hover,.carousel-control:focus
{
	color: #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.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
{
	font-family: serif;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width:768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next
	{
		font-size: 30px;
		height: 30px;
		margin-left: -15px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators
	{
		bottom: 20px;
	}
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after
{
	content: " ";
	display: table;
}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right!important;
}
.pull-left
{
	float: left!important;
}
.hide
{
	display: none!important;
}
.show
{
	display: block!important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden
{
	display: none!important;
	visibility: hidden!important;
}
.affix
{
	position: fixed;
}
@-ms-viewport
{
	width: device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg
{
	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-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-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-lg
	{
		display: block!important;
	}
	table.visible-lg
	{
		display: table;
	}
	tr.visible-lg
	{
		display: table-row!important;
	}
	th.visible-lg,td.visible-lg
	{
		display: table-cell!important;
	}
}
@media (max-width:767px)
{
	.hidden-xs
	{
		display: none!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.hidden-sm
	{
		display: none!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.hidden-md
	{
		display: none!important;
	}
}
@media (min-width:1200px)
{
	.hidden-lg
	{
		display: none!important;
	}
}
.visible-print
{
	display: none!important;
}
@media print
{
	.visible-print
	{
		display: block!important;
	}
	table.visible-print
	{
		display: table;
	}
	tr.visible-print
	{
		display: table-row!important;
	}
	th.visible-print,td.visible-print
	{
		display: table-cell!important;
	}
}
@media print
{
	.hidden-print
	{
		display: none!important;
	}
}