html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

details, footer, header, nav, section {
	display: block
}

[hidden] {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

b {
	font-weight: 700
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

code {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}

	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.label {
		border: 1px solid #000
	}

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

img {
	vertical-align: middle
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

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

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}

}

@media (min-width:992px) {
	.container {
		width: 970px
	}

}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled], .form-control[readonly] {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled] {
	cursor: not-allowed
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
		line-height: 46px
	}

}

.form-group {
	margin-bottom: 15px
}

input[type=checkbox][disabled], input[type=radio][disabled] {
	cursor: not-allowed
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.input-group-sm>.form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group .form-control {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group .form-control:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .form-control:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li>a>img {
	max-width: none
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}

}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}

}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}

}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}

}

.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}

}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0
	}

}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand {
		margin-left: -15px
	}

}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}

}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}

}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}

}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}

}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}

}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}

}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}

}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}

}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-right, .media>.pull-right {
	padding-left: 10px
}

.media-left, .media>.pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-bottom {
	vertical-align: bottom
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}

}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}

}

.clearfix:after, .clearfix:before, .container:after, .container:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
	display: table;
	content: " "
}

.clearfix:after, .container:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.show {
	display: block !important
}

.hidden {
	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
	}

}

.lightSlider:after, .lightSlider:before {
	content: " ";
	display: table
}

.lightSlider {
	overflow: hidden;
	margin: 0
}

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

	50% {
		left: -15px
	}

	100% {
		left: 0
	}

}

@keyframes rightEnd {
	0% {
		left: 0
	}

	50% {
		left: -15px
	}

	100% {
		left: 0
	}

}

@-webkit-keyframes topEnd {
	0% {
		top: 0
	}

	50% {
		top: -15px
	}

	100% {
		top: 0
	}

}

@keyframes topEnd {
	0% {
		top: 0
	}

	50% {
		top: -15px
	}

	100% {
		top: 0
	}

}

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

	50% {
		left: 15px
	}

	100% {
		left: 0
	}

}

@keyframes leftEnd {
	0% {
		left: 0
	}

	50% {
		left: 15px
	}

	100% {
		left: 0
	}

}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0
	}

	50% {
		bottom: -15px
	}

	100% {
		bottom: 0
	}

}

@keyframes bottomEnd {
	0% {
		bottom: 0
	}

	50% {
		bottom: -15px
	}

	100% {
		bottom: 0
	}

}

.SocialIcon li, .child-motivated-section, .getstartedBtn, .sliderArea {
	display: inline-block
}

.child-motivated-section, .headerTop, .sliderArea {
	width: 100%
}

@font-face {
	font-family: Bariol-Bold;
	src: url(../fonts/bariol/Bariol-Bold.eot);
	src: url(../fonts/bariol/Bariol-Bold.eot?#iefix) format('embedded-opentype'), 
	url(../fonts/bariol/Bariol-Bold.woff) format('woff'), 
	url(../fonts/bariol/Bariol-Bold.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

body {
	background: #fff;
	font-weight: 400
}

.getstartedBtn {
	font-family: Bariol-Bold, arial, sans-serif
}

#section1 {
	padding-top: 15%;
	clear: both;
	background: url(../images/section1-lossy.jpg) bottom no-repeat;
	background-size: cover;
	height: 100vh
}

#section3 {
	background: url(../images/section5-lossy.jpg) no-repeat fixed;
	background-size: 100%
}

#section8 {
	background: url(../images/section10-lossy.jpg) no-repeat fixed;
	background-size: 100%
}

section {
	padding-top: 100px;
	padding-bottom: 100px
}

* {
	outline: 0 !important
}

.SocialIcon {
	padding: 0;
	margin: 0
}

.SocialIcon li {
	list-style: none;
	margin: 0 1px
}

.SocialIcon a {
	padding: 10px 0;
	font-size: 22px;
	color: grey
}

.navbar-brand {
	padding: 0
}

.SocialIcon a:hover i {
	color: #475993
}

.SocialIcon a:hover i.fa-twitter {
	color: #76a9ea
}

.headerTop {
	padding: 10px 3%;
	background: rgba(255, 255, 255, 0) !important;
	border: none;
	position: absolute
}

.getstartedBtn {
	font-size: 21px
}

.getstartedBtn {
	background: #f70;
	color: #fff;
	padding: 20px 50px;
	border-radius: 40px;
	text-decoration: none;
	margin-top: 20px;
	border: none
}

.getstartedBtn:focus, .getstartedBtn:hover {
	background: #58bbef;
	color: #fff;
	text-decoration: none
}



.getstartedBtn:focus {
	background: #7fcd5e;
	color: #fff;
	text-decoration: none
}

footer {
	padding-top: 60px;
	padding-bottom: 20px
}

.footerArea {
	width: 100%;
	float: left;
	background: #fff
}

.footerMenu {
	margin: auto
}

.footerMenu ul {
	margin: 0;
	padding: 0
}

.footerMenu ul li {
	list-style: none;
	color: #3d8af7;
	float: left;
	width: 100%
}

.footerMenu ul li a {
	color: #333;
	font-size: 14px;
}

.footerMenu ul li a:hover {
	color: #000;
	font-size: 14px;
	text-decoration: underline
}

.footerMenu ul li i {
	margin-right: 20px;
	color: #f70
}

.footerMenu h5 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Bariol-Bold, arial, sans-serif
}

.copyRight {
	
}

.Newsletter h5 {
	font-family: Bariol-Bold, arial, sans-serif
}

.copyRight {
	color: #888;
	display: inline-block;
	margin-top: 20px
}

.Newsletter {
	position: relative
}

.Newsletter h5 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 22px
}

.Newsletter button {
	padding: 6px 30px;
	background: #72bb53;
	border: 1px solid #72bb53
}

.Newsletter button:hover {
	background: #60b33d;
	border: 1px solid #60b33d
}

.navbar {
	margin-bottom: 0
}

.p-0 {
	padding: 10px
}

.navbar-brand>img {
	width: 180px;
	display: inline-block
}

#section10 h3, #section5 h2 {
	font-weight: 700
}

.modal h4 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700
}

.modal-body {
	padding: 15px 20px
}

#contact-form .getstartedBtn {
	padding: 13px 40px
}

.Newsletter p {
	font-size: 14px !important;
	line-height: 1.42857143 !important
}

.modal-header .close {
	font-size: 40px !important;
	margin-top: -6px !important
}

label.error {
	font-weight: 400 !important;
	font-size: 14px;
	color: red
}

#pricing-page h2, #pricing-page h3, #pricing-page h4 {
	font-weight: 700;
	font-family: Bariol-Bold, arial, sans-serif
}

#pricing-page .SocialIcon a i img {
	margin-left: -10px
}

.social-footer {
	margin-top: 5px !important
}

.social-footer li {
	float: left !important;
	width: auto !important
}

.social-footer li a i img {
	width: 30px
}

.social-footer li a i {
	margin-right: 5px !important
}

.margin {
	margin: 0 0 50px
}

@media screen and (min-width: 767px){
	#pricing-page h1 {
		font-size: 48px;
		line-height: 1;
		font-family: Bariol-Bold, arial, sans-serif
	}
}
@media screen and (max-width: 767px){
	#pricing-page h1 {
	font-size: 35px;
	line-height: 1;
	font-family: Bariol-Bold, arial, sans-serif
	}
}

#pricing-page h2 {
	font-size: 36px;
	line-height: 1
}

#pricing-page h3 {
	font-size: 30px;
	line-height: 1
}

#pricing-page #features h3 {
	font-size: 24px
}

#pricing-page h4 {
	font-size: 24px;
	line-height: 1;
	left: 15px
}

#pricing-page p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400
}

.pricing-header {
	z-index: 999
}

#pricing-page .navbar-right li {
	margin-left: 15px;
	line-height: 44px;
}

#pricing-page .navbar-right li a {
	font-size: 18px;
	text-decoration: none;
	color: #000
}

.plan-school {
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 20px
}

.plan-school {
	background: #94bd0c;
	color: #fff
}

.plan-school:hover {
	background: #7ea206;
	color: #fff
}

#features {
	padding: 50px 0
}

#features p {
	line-height: 24px;
	color: #616161
}

#features i {
	margin: 15px 8px;
	font-size: 42px
}

#contact-form .form-control-placeholder, address {
	font-size: 18px;
}

.media {
	margin-bottom: 50px
}

.media a img {
	width: 50px
}

#contact-form h3 {
	border-bottom: 5px solid #f70;
	display: initial;
	padding-bottom: 15px
}

#contact-form p {
	margin-top: 25px
}

address {
	margin-top: 20px
}

address img {
	margin-right: 10px
}

#contact-form {
	padding-top: 0
}

#contact-form .form-group {
	position: relative;
	margin-bottom: 1.5rem
}

#contact-form .form-control-placeholder {
	position: absolute;
	top: 0;
	padding: 21px 0 0 50px;
	transition: all .2s;
	-webkit-transition: all .2s;
	opacity: .5;
	font-weight: 400;
	color: #666;
	left: 0
}

#contact-form .form-control.error .form-control-placeholder, #contact-form .form-control:focus+.form-control-placeholder {
	font-size: 80%;
	transform: translate3d(0, -35%, 0);
	opacity: 1;
	left: 0;
	padding: 10px 0 0 50px
}

#contact-form .form-control:focus+.error+.form-control-placeholder, #contact-form .form-control:valid+.error+.form-control-placeholder {
	font-size: 100%;
	transform: translate3d(0, -35%, 0);
	opacity: 1;
	left: 0;
	padding: 10px 0 0 50px !important
}

#getInTouchEmail.error~label.form-control-placeholder, #getInTouchName.error~label.form-control-placeholder {
	font-size: 13px !important;
	padding-top: 0 !important
}

#contact-form .form-control {
	padding: 25px 15px 15px 50px;
	height: auto;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	border: 1px solid #ccc;
	left: 0;
	background: #fff
}

#contact-form .fa {
	position: absolute;
	top: 0;
	padding: 20px 0 0 15px;
	transition: all .2s;
	opacity: .5;
	font-size: 24px;
	left: 0
}

#contact-form .form-control:focus+.fa, #contact-form .form-control:valid+.fa {
	font-size: 90%;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	left: 0
}

#contact-form .form-control:focus {
	border: 1px solid #000;
	box-shadow: none;
	left: 0
}

#contact-form .form-control:focus+label+.fa, #contact-form .form-control:focus+label+label+.fa {
	color: #000 !important;
	opacity: 1;
	left: 0
}

#contact-form .container {
	background: #f6f6f6;
	padding: 50px 25px
}

.modal form {
	margin-top: 15px
}

.modal a {
	margin-top: 0
}

#section2 {
	background: url(/images/pixel.gif) bottom no-repeat;
	background-color: #f6f6f6
}

@media screen and (max-width:767px) {
	#section1, #section10, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
		height: auto
	}

}

@media screen and (max-width:1440px) {
	#section1 {
		height: 100%;
		height: 100vh;
		padding-top: 15%;
		clear: both;
		background: url(../images/section1-lossy.jpg) bottom no-repeat;
		background-size: cover
	}

}

@media screen and (max-width:740px) {
	#section1 {
		height: 100vh;
		padding-top: 15%;
		clear: both;
		background: url(../images/kids-lossy.jpg) bottom no-repeat orange;
		background-size: 100%
	}

	.headerTop {
		height: 65px;
		padding-top: 15px
	}

	.SocialIcon {
		display: none
	}

	#section11 .Newsletter {
		width: 100%;
		margin-top: 30px
	}

	#section11 .footer-part {
		width: 100%;
		text-align: left;
		margin-top: 20px
	}

	.collapse {
		display: block;
		float: right
	}

	.navbar-brand {
		float: none
	}

	.navbar-brand img {
		margin: 5px auto auto 12px;
		width: 40%;
		float: left
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		display: none
	}

	section {
		padding-top: 30px;
		padding-bottom: 50px
	}

	#section4>div>div>div {
		margin-bottom: 35px
	}

	.headerTop .getstartedBtn {
		padding: 10px 20px;
		font-size: 15px;
		margin-top: 0
	}

	#section3 .col-md-6 {
		padding-left: 0
	}

	#section3, #section8 {
		position: relative;
		min-height: 100%;
		padding-top: auto;
		width: 100%
	}

	#section3 {
		background: url(../images/need-help-lossy.jpg) bottom no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}

	#section8 {
		background: url(../images/kids-bg-lossy.jpg) bottom no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}

	#contact-form .pull-right {
		float: none !important
	}

	.getstartedBtn {
		padding: 20px 40px
	}

}

@media only screen and (min-width:768px) and (max-width:1366px) {
	#contact, #pricing, #privacy {
		padding-bottom: 0
	}

	#section {
		padding: 50px 0
	}

	.SocialIcon {
		margin-top: 15px
	}

	#section3 {
		background: url(../images/kids5-lossy.jpg) initial;
		background-size: auto 100%
	}

	#section8 {
		background: url(../images/section10-lossy.jpg) no-repeat initial;
		background-size: 100%
	}

	.Newsletter span:first-child {
		width: 40%
	}

	.Newsletter span:last-child {
		width: 30%
	}

	#features .col-sm-4, #pricing-page .navbar-header {
		width: 50%
	}

	#pricing-page .navbar-header a {
		padding-top: 10px
	}

	#pricing-page .SocialIcon {
		margin-top: 10px
	}

	#contact .col-sm-4 {
		margin-bottom: 15px
	}

}

@media only screen and (min-width:768px) and (max-width:900px) {
	#section1 {
		background: url(../images/ipad-portrait.jpg) no-repeat initial;
		background-size: 100%
	}

	#section1 .getstartedBtn {
		float: right
	}

	.Newsletter span:first-child {
		width: 60%
	}

	#section8 {
		background: url(../images/kids-bg-ipad-lossy.jpg) no-repeat initial;
		background-size: 100%
	}

	#section3 {
		background: url(../images/need-help-ipad-lossy.jpg) no-repeat initial;
		background-size: 100%
	}

}

.margin-30px {
	margin: 30px 0
}

.subMenuBtns {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%
}

.subMenuBtns li {
	list-style: none;
	display: inline-block
}

.subMenuBtns li a {
	font-size: 18px;
	text-decoration: none;
	color: #000;
	padding: 0 10px
}

li.trial a {
	background: #f70;
	color: #fff !important;
	padding: 8px 25px;
	border-radius: 40px;
	line-height: 16px;
	font-size: 16px !important;
	display: inline-block
}

@media screen and (min-width:768px) {
	.subMenuBtns {
		display: none
	}

}

@media screen and (max-width:767px) {
	.headerTop {
		background: rgba(255, 255, 255, ) !important
	}

	header.headerTop.navbar.navbar-default.pricing-header {
		background: rgba(255, 255, 255) !important;
		border: none !important
	}

	.SocialIcon.navbar-right li.trial {
		display: none
	}

	.navbar-default.pricing-header {
		height: auto;
	}

	.navbar-default.pricing-header .navbar-right li {
		margin-left: 6px;
		line-height: 33px
	}

	.navbar-default.pricing-header .navbar-right li a {
		font-size: 18px;
		text-decoration: none;
		color: #000
	}

	.navbar-collapse.in, .navbar-collapse.in .SocialIcon {
		display: block;
		width: 100%;
		float: left;
		margin-left: 5px;
		overflow: hidden
	}

	.navbar-collapse.in .SocialIcon {
		padding: 0 0
	}

	.navbar-default.pricing-header .navbar-right li {
		margin-left: 0;
		line-height: 40px;
		width: 100%
	}

	.navbar-default.pricing-header .navbar-right li a:hover {
		color: #02a1e3
	}

	footer {
		padding-top: 10px
	}

	section {
		padding-bottom: 20px
	}

	#contact-form .form-control-placeholder+.form-control-placeholder {
		display: none
	}

	.subMenuBtns li a {
		font-size: 14px;
		padding: 0 5px
	}

	li.trial a {
		padding: 8px 12px;
		font-size: 14px !important
	}

	#section1 {
		background-color: #fff
	}

}

@media screen and (max-width:573px) {
	#contact-form .form-control-placeholder {
		padding: 24px 0 0 50px !important;
		font-size: 13px
	}

	#pricing-page p {
		line-height: 20px
	}

	#contact-form .getstartedBtn {
		width: 100%
	}

	.getstartedBtn {
		padding: 10px 40px !important;
		width: 100% !important
	}

}

ul.infoboxes {
  text-align: left;
  list-style-type: none;
}
.infoboxes li i {
    background: #4CAF50;
    color: #fff !important;
    border-radius: 100%;
    padding: 3px;
    font-size: 10px;
    vertical-align: text-top;

}
.infoboxes li .fa{
  
  margin-right: 5px;
}
.infoboxes li{
  padding: 5px;
  background: transparent;
  font-weight: normal!important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#banner{
  background: url(../images/banner-bg.webp) bottom no-repeat;
  background-size: cover;
}
video {
  width: 100%;
  height: auto;
}
.childHelpInnerBox1 {
  background: rgba(255,255,255,.7);
  border-radius: 10px;
  padding:30px;
  
}
.questionBtn {
    background: #72bb53;
    color: #fff;
    font-size: 21px;
    padding: 20px 30px;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 60px!important;
}
.paper-title-section{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.paperlinkbtn {
    background: #f70;
    color: #fff;
    padding: 5px 30px;
    border-radius: 40px;
    text-decoration: none;
    border: none;
}

h1,h2,h3,h4,h5 { font-family: Bariol-Bold, arial, sans-serif }
a:hover, button:hover {cursor: pointer;}

.downloadbtn{
  background: #72bb53;
  color: #fff !important;
  padding: 8px 25px;
  border-radius: 40px;
  line-height: 16px;
  font-size: 16px !important;
  display: inline-block;

}


/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

span.subscription-trial {
    color: #1dbf73;
    line-height: 120%;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #1dbf73;
    text-align: center;
}
span.subscription-inactive {
    color: red;
    line-height: 120%;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid red;
    text-align: center;
}
.search-control {
    padding: 15px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    box-shadow: none;
    border: 1px solid #ccc;
    left: 0;
    background: #fff;
    width: 100%;
  outline: none;
}

.table-area-section table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
.table-area-section table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: unset;
    color: #000;
}
.table-area-section table tr:nth-child(even) {
    background: white;
}
.radiocontainer {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiocontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radiocontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.bg-grey {background: #fafafa;}
.bg-white {background: #fff;}

