/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
}

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

progress {
	display: inline-block;
	vertical-align: baseline
}

[hidden] {
	display: none
}

a {
	background-color: transparent
}

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

b, strong {
	font-weight: 700
}

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

sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

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

button, input, textarea {
	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
}

textarea {
	overflow: auto
}

/*! 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
	}

}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
	-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-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

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

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

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

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

img {
	vertical-align: middle
}

.img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

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

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

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

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

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

}

.row {
	margin-right: -15px;
	margin-left: -15px
}

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

}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

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
}

textarea.form-control {
	height: auto
}

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

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

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

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

}

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

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
}

textarea.input-sm {
	height: auto
}

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

.form-group-sm textarea.form-control {
	height: auto
}

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

textarea.input-lg {
	height: auto
}

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

.form-group-lg textarea.form-control {
	height: auto
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

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

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

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

}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

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

textarea.input-group-lg>.form-control {
	height: auto
}

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

textarea.input-group-sm>.form-control {
	height: auto
}

.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 {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

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

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

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

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

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

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

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

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

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

	to {
		background-position: 0 0
	}

}

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

	to {
		background-position: 0 0
	}

}

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

	to {
		background-position: 0 0
	}

}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-bar-info {
	background-color: #5bc0de
}

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

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-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 {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.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-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.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.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

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

.modal-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, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

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

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

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.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 css */
.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

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

.lightSlider {
	overflow: hidden;
	margin: 0
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.lSSlideWrapper>.lightSlider:after {
	clear: both
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade {
	position: relative
}

.lSSlideWrapper .lSFade>* {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade>.active {
	z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #333;
	border-radius: 30px;
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -999em;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #f70
}

.lSSlideOuter .media {
	opacity: .8
}

.lSSlideOuter .media.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius .12s linear 0s .35s linear 0s;
	transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both
}

.lSSlideOuter.vertical {
	position: relative
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100% !important;
	max-width: none !important
}

.lSSlideOuter.lSrtl {
	direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none outside none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
	float: left;
	text-align: center
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider>* {
	float: right !important
}

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

}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd .3s;
	animation: topEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd .3s;
	animation: bottomEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lightSlider.lsGrab>* {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

/* End LightSlider css */

/* Custom styles css */
.OuterMainDiv, .SocialIcon li, .child-help-section, .child-motivated-section, .childBoxHeading, .getstartedBtn, .headerInnerArea, .rewardRightSec span, .rewardpointsSec, .sectionHeading, .sliderArea {
	display: inline-block
}

.OuterMainDiv, .child-motivated-section, .headerInnerArea, .sectionHeading, .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
}

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

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

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

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

.bgdark {
	background: #f6f6f6
}

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

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


.headerInnerRight h1 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px
}

.getstartedBtn, .headerInnerRight p {
	font-size: 21px
}



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

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

.lighSliderdText h3, .sectionHeading {
	font-size: 40px;
	font-family: Bariol-Bold, arial, sans-serif
}

.sectionHeading {
	text-align: center;
	padding-bottom: 50px
}

.sliderArea {
	background: url(../images/lego-lossy.jpg) bottom no-repeat;
	background-size: cover
}

.lighSliderdText h3 {
	font-weight: 400;
	color: #F70;
	margin-bottom: 30px
}

.lighSliderdText p {
	font-size: 18px
}

.lighSliderdText img {
	width: auto
}

.lighSliderdText .content {
	background: #fff;
	height: 400px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 50px
}

.child-help-section {
	width: 100%
}

.childHelpInnerBox {
	padding: 15px 30px 30px;
	border-radius: 10px
}

.childBoxHeading {
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	color: #F70
}

.childHelpInnerBox p {
	font-size: 22px;
	margin-bottom: 20px
}

.caption h3, .rewardRightSec span {
	font-family: Bariol-Bold, arial, sans-serif
}

.caption h3 {
	font-weight: 400;
	text-align: center
}

.tickLInes {
	padding: 0
}

.tickLInes li {
	font-size: 22px;
	list-style: none;
	padding: 0 0 10px;
	margin-bottom: 8px
}

.tickLInes li i {
	margin-right: 20px;
	color: #F70
}

.mar-t30 {
	margin-top: 30px
}

.rewardpointsSec {
	width: 100%
}

.rewardRightSec span {
	font-style: bold;
	font-size: 35px;
	color: #F70;
	margin: 30px 0 20px
}

.rewardRightSec p {
	font-size: 18px;
}

.demovdImg {
	max-width: 80%
}

.gamification-panel {
	width: 100%;
	margin: auto
}

.gami-col-section-1 {
	background: #ffdad8;
	padding: 25px;
	text-align: center;
	border-radius: 5px;
	min-height: 232px;
	margin: 0 0 15px
}

.gami-col-section-2 {
	background: #c9f1fd
}

.gami-col-section-3 {
	background: #fef8a0
}

.gami-col-section-1 h4, .gami-col-section-2 h4, .gami-col-section-3 h4 {
	color: #000;
	font-size: 24px;
	font-family: Bariol-Bold, arial, sans-serif
}

.gami-col-section-1 p, .gami-col-section-2 p, .gami-col-section-3 p {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	text-align: left;
}

.inspired_kidsHeading, .subjectHelpInnerBox span {
	font-size: 40px;
	font-family: Bariol-Bold, arial, sans-serif;
	font-weight: 400
}

.gamin-img {
	margin: 0 0 40px
}

.gamification-panel .getstartedBtn {
	margin: 60px 0
}

.inspired_kidsHeading {
	padding: 10px 0
}

.gamification-panel .sectionHeading {
	padding-bottom: 50px
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 10px solid #ddd;
	border-radius: 20px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.inspired_kidsHeading, .inspired_kids_section, .subjectArea, .subjectHelpInnerBox span {
	display: inline-block;
	width: 100%
}

.inspired_kids_section {
	background: #f7f6f6
}

.inspired_kidsHeading {
	text-align: left;
	padding-bottom: 15px
}

.paddingBottom0 {
	padding-bottom: 0 !important
}

.subjectArea {
	margin: auto
}

.subjectHelpInnerBox {
	padding: 0
}

.subjectHelpInnerBox span {
	color: #F70;
	text-align: center;
	padding: 20px 0
}

.subjectHelpInnerBox p {
	font-size: 18px;
}

.parentsHelpInnerBox span, .questionBtn {
	font-family: Bariol-Bold, arial, sans-serif;
	display: inline-block
}

.questionBtn {
	background: #72bb53;
	color: #fff;
	font-size: 21px;
	padding: 20px 30px;
	border-radius: 40px;
	text-decoration: none;
	margin-top: 60px
}

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

.parentsArea {
	background: #f7f6f6;
	width: 100%;
	display: inline-block
}

.parentsHelpInnerBox span {
	padding: 20px 0
}

.arrangeBtn:focus, .arrangeBtn:hover {
	border: 1px solid #fee1c3
}

.parentsHelpInnerBox {
	padding: 15px 30px
}

.parentsHelpInnerBox span {
	width: 100%;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	padding-bottom: 20px
}

.parentsHelpInnerBox p {
	font-size: 18px;
}

.arrangeBtn {
	background: #fff;
	color: #F70;
	font-family: Bariol-Bold, arial, sans-serif;
	font-size: 24px;
	padding: 15px 30px;
	border: 2px solid #F70;
	border-radius: 40px;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px
}

.arrangeBtn:focus, .arrangeBtn:hover {
	background: #F70;
	color: #fff;
	text-decoration: none
}

.arrangeBtn i {
	padding-right: 10px
}

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
}

.childHelpInnerBox1 p, .copyRight {
	}

#section5 .rewardRightSec h2, .Newsletter h5, .left-cal h2 {
	font-family: Bariol-Bold, arial, sans-serif
}

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

.bg-trans {
	background: rgba(255, 255, 255, .8);
	border-radius: 10px;
	padding: 30px 30px 50px
}

.childHelpInnerBox1 {
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px
}

.childHelpInnerBox1 p {
	font-size: 18px
}

#section10 .parentsHelpInnerBox {
	padding: 0 30px
}

#section10 .arrangeBtn i {
	margin-right: 5px;
	position: relative;
	top: 1px
}

.square-box {
	margin-right: 19px;
	height: 110px;
	padding-top: 26px
}

.square-box i {
	font-size: 60px;
	color: #F70
}

.Newsletter {
	position: relative
}

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

.square-box img {
	width: 60px
}

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

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

.Knowledge .left, .Knowledge .right {
	background: #ffe6d0;
	position: absolute;
	bottom: 0
}

.Incentives .left, .Incentives .right {
	background: #d3f3dc;
	bottom: 0;
	position: absolute
}

.navbar {
	margin-bottom: 0
}

.level-img {
	padding-top: 50px;
	margin: auto
}

.Knowledge .left {
	width: 70px;
	height: 70px;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Knowledge .right {
	width: 120px;
	height: 120px;
	right: 0;
	border-radius: 144px 0 26px
}

.Incentives h3 {
	color: #08b140
}

.Incentives .left {
	width: 70px;
	height: 70px;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Incentives .right {
	width: 120px;
	height: 120px;
	right: 0;
	border-radius: 144px 0 26px
}

.Diamonds .left, .Diamonds .right {
	background: #f4d1d1;
	bottom: 0;
	position: absolute
}

.Diamonds h3 {
	color: #d00100
}

.Diamonds .left {
	width: 70px;
	height: 70px;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Diamonds .right {
	width: 120px;
	height: 120px;
	right: 0;
	border-radius: 144px 0 26px
}

.Self-learning h3 {
	color: #0943b7
}

.Self-learning .left {
	background: #d1dcf1;
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	border-radius: 0 88px 0 26px
}

.Self-learning .right {
	background: #d1dcf1;
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 144px 0 26px
}

.Math .left, .Math .right {
	background: #f8f4d7;
	bottom: 0
}

.Math h3 {
	color: #cfb504
}

.Math .left {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Math .right {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 0;
	border-radius: 144px 0 26px
}

.Attractive .left, .Attractive .right {
	background: #e8d8ea;
	position: absolute
}

.Attractive h3 {
	color: #a100b5
}

.Attractive .left {
	width: 70px;
	height: 70px;
	bottom: -1px;
	left: -1px;
	border-radius: 0 88px 0 26px
}

.Attractive .right {
	width: 120px;
	height: 120px;
	bottom: 0;
	right: 0;
	border-radius: 144px 0 26px
}

.Explanations h3 {
	color: #0096d4
}

.Explanations .left {
	background: #d3eaf3;
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Explanations .right {
	background: #d3eaf3;
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 144px 0 26px
}

.Oxford .left, .Oxford .right {
	background: #e0f3d3;
	bottom: 0;
	position: absolute
}

.Oxford h3 {
	color: #46ae00
}

.Oxford .left {
	width: 70px;
	height: 70px;
	left: 0;
	border-radius: 0 88px 0 26px
}

.Oxford .right {
	width: 120px;
	height: 120px;
	right: 0;
	border-radius: 144px 0 26px
}

.left-cal h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 24px
}

.left-cal div {
	min-height: 120px
}

.left-cal p {
	margin-top: 0;
	font-size: 18px;
	color: #616161;
	font-weight: 400
}

.p-0 {
	padding: 10px
}

#phone-content, .mobile-btn {
	display: none
}

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

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

#section10 .parentsHelpInnerBox h3, #section9 .subjectHelpInnerBox h3 {
	width: 100%;
	font-weight: 400;
	font-size: 40px;
	font-family: Bariol-Bold, arial, sans-serif;
	display: inline-block;
	text-align: center
}

#section9 .subjectHelpInnerBox h3 {
	color: #F70;
	padding: 20px 0
}

#section10 .parentsHelpInnerBox h3 {
	padding-bottom: 20px
}

#section5 .rewardRightSec h2 {
	font-style: bold;
	font-size: 35px;
	color: #F70;
	margin: 30px 0 20px;
	display: inline-block
}

.caption p {
	font-size: 18px
}

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

#newsletterForm {
	}


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

.ui-timepicker-wrapper {
	width: 14.7em !important;
	font-size: 18px;
	border-top: 1px solid #000 !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
}

.newsletterForm label.error {
	width: 175px
}

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

#school-list {
	float: left;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	margin-bottom: 0;
	border-left: 1px solid #bbb9b9;
	border-right: 1px solid #bbb9b9;
	box-shadow: 0 5px 10px -1px #ccc
}

#school-list li {
	line-height: 25px;
	padding: 4px 10px;
	background: #fff;
	border-bottom: #bbb9b9 1px solid
}

#school-list li:hover {
	background: #ece3d2;
	cursor: pointer
}

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

#pricing-page h1 {
	font-size: 48px;
	line-height: 60px;
	font-family: Bariol-Bold, arial, sans-serif
}

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

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

#pricing-page h4.strike {
	color: #f30404;
}

#pricing-page h4.strike span {
	font-size: 16px;
}

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

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

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

.pricing-header {
	z-index: 999;
}


#banner {
	background: url(../images/banner-bg.jpg) bottom no-repeat;
	background-size: cover;
	height: 570px
}

.card {
	background: #fff;
	padding: 20px;
	border: 1px solid #ebebeb
}

.price {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	color: #999
}

.price sup {
	position: absolute;
	top: -2px;/*left:-15px*/
}

.price span {
	font-size: 72px;
	font-weight: 700;
	color: #22bced;
	left: 12px;
	position: relative;
}

.card hr {
	margin: 8px auto;
	width: 70%
}

.card a {
	text-decoration: none
}

.card-text {
	font-size: 18px !important
}

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

.plan-btn {
	background: #22bced;
	color: #fff
}

.plan-btn:hover {
	background: #0d94bf;
	color: #fff
}

.price-school span {
	color: #94bd0c
}

.price-tutors span {
	color: #01a69f
}

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

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

.plan-tutors {
	background: #02a7a0;
	color: #fff
}

#FAQ, #features {
	padding: 50px 0
}

.plan-tutors:hover {
	background: #00918b;
	color: #fff
}

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

#FAQ h4 {
	margin-bottom: 0
}

#FAQ {
	background: #f7f6f6
}

#privacy .privacy-bg, .privacy-bg {
	padding: 25px;
	margin-top: -260px
}

#privacy .privacy-bg {
	background: #fff
}

#contact .card {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px
}

#contact .privacy-bg {
	border: none;
	background: 0 0
}

#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, #parentRegisterEmail.error~label.form-control-placeholder, #schoolRegisterEmail.error~label.form-control-placeholder, #txtArrangeEmail.error~label.form-control-placeholder, #txtDemoEmail.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 textarea {
	height: 150px !important
}

.banner-text {
	text-align: center;
	margin: 120px 0 0 !important
}

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

#contact-form .card {
	border-bottom: 1px solid #ebebeb
}

#contact-form .card-block form h3 {
	line-height: 62px;
	border-bottom: none
}

form select {
	line-height: 65px !important;
	border: none !important;
	height: 65px !important
}

.select {
	padding-left: 40px !important;
	display: inline-block;
	background: #fff;
	width: 100%;
	border: 1px solid #ccc
}

select {
	padding-left: 10px !important
}

.modal form {
	margin-top: 15px
}

.modal a {
	margin-top: 0
}

#newsletterForm label.error {
	width: 170px
}

@media screen and (max-width:767px) {
	.lighSliderdText p {
		position: relative;
		z-index: 111
	}

	.gamification-panel {
		width: 100%;
		margin: auto
	}

	.mobileView .navbar-collapse {
		display: block;
		width: auto;
		float: right;
		position: relative;
		top: -50px;
		right: -20px
	}

	.subjectArea {
		width: 100%
	}

	#section1, #section10, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
		height: auto
	}
	.getstartedBtn {
		background: #F70;
		color: #fff;
		border-radius: 40px;
		text-decoration: none;
		border: none;
		text-align: center;
	} 

}

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

	#section2 .lighSliderdText img {
		width: 40%
	}

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

	#section3 .sectionHeading {
		padding-bottom: 20px
	}

	.banner-text {
		margin-top: 50px !important
	}

	.privacy-bg {

		/*margin-top:-385px*/
	}

}

@media screen and (max-width:1366px) {
	.privacy-bg {
		margin-top: -330px
	}

	.contact-card-bg {
		margin-top: -250px
	}

}

@media screen and (max-width:740px) {
	.bg-trans, .sectionHeading {
		padding-bottom: 25px
	}

	.bg-trans, .childHelpInnerBox {
		padding-left: 0;
		padding-right: 0
	}

	#section1 {
		height: 75vh;
		padding-top: 0;
		clear: both;
	}	

	.SocialIcon {
		display: none
	}

	.lSAction>a {
		top: 50%
	}

	.sectionHeading {
		font-size: 30px
	}

	#section3 .childBoxHeading {
		padding: 5px 0;
		font-size: 27px
	}

	#section3 .childHelpInnerBox {
		padding: 0;
		margin-top: 0
	}

	#section3 .childHelpInnerBox p {
		font-size: 16px;
		margin-bottom: 7px
	}

	#section3 .tickLInes li {
		font-size: 14px
	}

	#section8 .childHelpInnerBox1 {
		background: rgba(255, 255, 255, .8);
		height: auto
	}

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

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

	.lighSliderdText h3 {
		font-size: 28px;
		margin-bottom: 15px
	}

	.lighSliderdText p {
		font-size: 16px
	}

	.collapse {
		display: block;
		float: right
	}

	.navbar-brand {
		float: none
	}

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

	#phone-content, #phone-content .headerInnerRight p, #section1 .headerInnerRight, .mobile-btn {
		display: block
	}

	#phone-content .headerInnerRight a {
		display: block;
		float: left
	}

	.headerInnerRight h1 {
		line-height: 40px !important;
		margin-top: 0px
	}

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

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

	.rewardRightSec span {
		font-size: 30px;
		line-height: 33px
	}

	.rewardRightSec p {
		font-size: 16px
	}

	.lighSliderdText .content {
		padding: 10px 25px
	}

	.mobile-btn {
		text-align: center
	}

	.square-box,.desktoponly {
		display: none
	}	

	.mobile-btn a {
		font-size: 20px !important
	}

	.mobile-btn a i {
		font-size: 20px;
		margin-right: 5px
	}

	.level-img {
		padding-top: 0
	}

	#section8 .childHelpInnerBox1 p {
		font-size: 20px
	}

	.arrangeBtn {
		margin-top: 0;
		margin-bottom: 20px
	}

	#privacy .privacy-bg, .privacy-bg {
		margin-top: -130px
	}

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

	.inspired_kidsHeading {
		font-size: 32px;
		padding-bottom: 10px
	}

	#section3 .sectionHeading {
		padding-bottom: 0
	}

	#section9 .subjectHelpInnerBox span {
		font-size: 30px
	}

	#section10 .parentsHelpInnerBox {
		padding: 0
	}

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

	#section10 .parentsHelpInnerBox span {
		font-size: 36px
	}

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

	.card {
		margin-bottom: 15px
	}

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

	.getstartedBtn {
		padding: 20px 40px
		text-align:center;
	}

	#contact .privacy-bg .card img {
		width: 100%
	}

	.getstartedBtn {
		background: #F70;
		color: #fff;
		border-radius: 40px;
		text-decoration: none;
		border: none;
		text-align: center;
	} 

}

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

	#section {
		padding: 50px 0
	}

	.SocialIcon {
		margin-top: 15px
	}

	#section3 .childHelpInnerBox {
		padding-left: 25px;
		color: #000
	}

	#section3 .childHelpInnerBox p, #section3 .childHelpInnerBox ul li {
		font-size: 18px
	}

	#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%
	}

	.gami-col-section-1 {
		min-height: 353px
	}

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

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

	#section10 .arrangeBtn {
		margin: 0 0 20px
	}

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

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

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

	#privacy .privacy-bg {
		margin-top: -250px
	}

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

	.square-box {
		display: none
	}

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

	.ipad-thum {
		margin-top: 30px
	}

	.privacy-bg div .col-sm-4 {
		width: 50%
	}

}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.lighSliderdText .content {
		padding: 20px 50px 50px
	}

}

input.agree-to-texts {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: 35px;
	height: 35px;
}

.price-cards-detsls {
	float: right;
	margin-left: 15px;
}

.full-weight-div {
	width: 100%;
}

label.form-control-placeholder.full-weight-div {
	font-size: 20px;
	text-align: right;
	float: right;
	width: 100%;
}

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

.rign-check-icon >img {
	width: 50px;
	background-color: #fff;
	border-radius: 50%;
}

.rign-check-icon {
	margin: -48px 0 30px;
}

#tnc-error {
	display: inline-block;
	position: absolute;
	left: 0;
}

.stepNumberMob {
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #2baf2a;    /* margin-bottom: 0 !important; */
}

.subMenuBtns {
	padding: 0px;
	display: inline-block;
	margin: 0; /*border-top: 1px solid #edecec;*/
	padding-top: 8px;
	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;
}

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

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

.applyPromoCodeInput {
	padding-right: 95px !important;
}

.getstartedBtn.applyPromoCodeBtn {
	position: absolute;
	right: 0px;
	border-radius: 0px;
	top: 0;
	height: 67px;
	width: auto !important;
	margin-top: 0px;
	padding: 13px 20px !important;
	background: #72bb53;
	line-height: 38px;
}

.applyPromoCodeBtn:hover {
	background: #60b33d;
}

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

@media screen and (max-width:767px) {	

	.SocialIcon.navbar-right li.trial {
		display: none;
	}
    .dropdown ul.dropdown-menu{
    	position:relative;
    }
    #pricing-page .navbar-right li{
    	margin-left:0;
    }
	.side-plan-footer.stepInmobile {
		padding: 10px 20px;
	}

	#progressbar {
		display: none;
	}

	.hideInMobile {
		display: none;
	}

	.priceDetail .banner-text {
		margin-top: 0px !important;
	}

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

	.mobile-btn.pull-right {
		display: none;
	}

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

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

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

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

	footer {
		padding-top: 10px;
	}

	section {
		padding-bottom: 20px;
	}

	#privacy .privacy-bg, .privacy-bg {
		padding: 15px !important;
	}

	.privacy-bg .col-md-6 + .col-md-6 .privacy-bg {
		margin-top: 10px !important;
		padding-top: 0px !important;
	}

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

	.priceDetail.paymentPage {
		height: auto !important;
	}

	/** 21-01-2018 */
	.banner-text {
		margin-top: 0px !important;
	}

	section#banner {
		padding-top: 0px;
		min-height: 460px;
		height: auto;
	}

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

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

	#pricing-page h1 {
		font-size: 38px;
	}

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

}

#privacy.plan-deatils-box.privacy-bg {
	margin-top: 0px !important;
}

span.plan-price-tag-div label.form-control-placeholder.full-weight-div {
	font-size: 30px;
	text-align: center;
	float: none;
	width: 100%;
	margin: 20px 0 0;
}

.plan-price-tag-div .form-control-placeholder.full-weight-div .price-cards-detsls {
	float: none;
	margin-left: 15px;
}

.pnans-name-tag {
	font-size: 30px;
	text-align: center;
}

.plans-detal-outer {
	background-color: #fff;
	margin-top: -170px;
	padding: 50px;
}

.thanku-outer-box .head-masge-outer {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 25px;
}

.thanku-outer-box .order-outer-bxo {
	border-radius: 20px;
	background-color: #efefef;
	padding: 5px 15px;
	text-align: center;
	text-transform: capitalize;
	display: table;
	margin: 0 auto;
}

.thanku-outer-box .thanky-text {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	width: 50%;
	color: #666;
	margin: 40px auto;
}

.right-outrer-bxo {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.right-outrer-bxo > span {
	display: block;
	font-size: 15px;
	margin: 3px 0 0;
	color: #666;
	font-style: italic;
}

.social-icons {
	text-align: center;
}

.pay-press-outer .outer-pay-head {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.oter-box-divs > h5 {
	font-size: 18px;
	color: #000;
	text-align: center;
	text-transform: uppercase
}

.oter-box-divs > p.sub-texts-divs {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

.pay-press-outer .oter-box-divs > span {
	background-color: #eaeaea;
	height: 3px;
	width: 60px;
	margin: 30px auto;
	display: table;
}

.pay-press-outer {
	margin: 50px 0 0;
}

.oter-box-divs {
	margin: 40px 0;
}

.right-icons {
	text-align: center;
	margin: 0 0 25px;
}

.right-icons > img {
	width: 80px;
	text-align: center;
}

.pay-btn-theme > a {
	background: #F70;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 40px;
	text-decoration: none;
	margin: 20px auto;
	border: none;
	font-size: 20px;
	display: table;
	min-width: 150px;
	text-align: center;
	text-transform: uppercase;
}

.pay-btn-theme > a:hover {
	background: #58bbef;
	color: #fff;
	text-decoration: none;
}

.plans-detal-outer.plans-top-margin-outer {
	margin-top: -430px;
}

.mt-t5 {
	margin-top: 5px !important;
}

.padd-l5 {
	padding-left: 5px;
}
