.owl-controls,
html {
	-webkit-tap-highlight-color: transparent
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu,
.owl-carousel .owl-item {
	float: left
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
	max-height: 340px
}

@font-face {
	font-family: 'Lato Black';
	src: url('fonts/Lato Black.eot');
	src: url('fonts/Lato Black.eot?#iefix') format('embedded-opentype'), url('fonts/Lato Black.woff2') format('woff2'), url('fonts/Lato Black.woff') format('woff'), url('fonts/Lato Black.svg#Lato Black') format('svg');
	font-display: swap;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC
}

@font-face {
	font-family: Lato;
	src: url('fonts/Lato Bold.eot');
	src: url('fonts/Lato Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Lato Bold.woff2') format('woff2'), url('fonts/Lato Bold.woff') format('woff'), url('fonts/Lato Bold.svg#Lato Bold') format('svg');
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC
}

@font-face {
	font-family: Lato;
	src: url('fonts/Lato Regular.eot');
	src: url('fonts/Lato Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Lato Regular.woff2') format('woff2'), url('fonts/Lato Regular.woff') format('woff'), url('fonts/Lato Regular.svg#Lato Regular') format('svg');
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC
}

@font-face {
	font-family: 'o';
	src: url('fonts/o Light.eot');
	src: url('fonts/o Light.eot?#iefix') format('embedded-opentype'), url('fonts/o Light.woff2') format('woff2'), url('fonts/o Light.woff') format('woff'), url('fonts/o Light.svg#o Light') format('svg');
	font-display: swap;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC
}
.expert-logo-slider .owl-pagination{
    display: none;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel,
.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.grabbing {
	cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-page span.owl-numbers {
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

hr,
img {
	border: 0
}

.owl-theme .owl-controls .owl-buttons div {
	margin: 5px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5;
	padding: 3px 10px
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-controls .owl-page span {
	filter: Alpha(Opacity=50)
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	padding: 2px 10px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) center center no-repeat
}


/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */


/*!
 * 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;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.extraInner,
.logo a,
.radio-inline,
.statInner,
img {
	vertical-align: middle
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

.tooltip,
address {
	font-style: normal
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

#expert-section .item {
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.img-thumbnail,
body {
	background-color: #fff
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

figure {
	margin: 0
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	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;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

.close,
dt,
kbd kbd,
label {
	font-weight: 700
}

address,
dd,
dt,
pre {
	line-height: 1.42857143
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.btn,
.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

dl,
ol,
ul {
	margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

address,
dl,
legend {
	margin-bottom: 20px
}

ol,
ul {
	margin-bottom: 10px
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
	.container {
		width: 750px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

legend,
pre {
	display: block;
	color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

code,
kbd {
	padding: 2px 4px;
	font-size: 90%
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px
}

.pre-scrollable {
	overflow-y: scroll
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

fieldset,
legend {
	padding: 0;
	border: 0
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

fieldset {
	margin: 0;
	min-width: 0
}

legend {
	width: 100%;
	font-size: 21px;
	line-height: inherit;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

.form-control,
output {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: block
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	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
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.btn-block+.btn-block,
.help-block {
	margin-top: 5px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px
}

.input-sm {
	height: 30px;
	line-height: 1.5
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 18px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	line-height: 1.3333333
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	line-height: 1.3333333
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
	position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-control-static,
	.form-inline .form-group {
		display: inline-block
	}
	.form-inline .control-label,
	.form-inline .form-group {
		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,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn.active,
.btn:active,
.dropdown-toggle:focus,
.modal,
.modal-content,
.navbar-toggle:focus,
.open>a {
	outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
	left: auto;
	right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857143;
	white-space: nowrap
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	clear: both;
	font-weight: 400;
	color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	font-size: 12px;
	color: #777
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.modal,
.modal-backdrop {
	bottom: 0;
	right: 0;
	top: 0;
	left: 0
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li,
.navbar {
	position: relative
}

.input-group {
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	display: block
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-justified>li,
.nav-stacked>li {
	float: none
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	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);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
	.navbar-header {
		float: left
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.modal,
.modal-open {
	overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
	.navbar-fixed-bottom,
	.navbar-fixed-top,
	.navbar-static-top {
		border-radius: 0
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
	.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;
	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);
	margin: 8px -15px
}

@media (min-width:768px) {
	.navbar-form .form-control-static,
	.navbar-form .form-group {
		display: inline-block
	}
	.navbar-form .control-label,
	.navbar-form .form-group {
		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,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.breadcrumb>li,
.pagination {
	display: inline-block
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-radius: 4px 4px 0 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
	.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-nav>li>a,
.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.listItems,
.listItems li {
	list-style: none!important
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.modal-title,
.tooltip {
	line-height: 1.42857143
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal {
	display: none;
	position: fixed;
	z-index: 1050;
	-webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.modal-backdrop {
	position: fixed;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		/*width: 600px;*/
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0
}

#result,
#result-header,
#resultblack,
.snippetResult,
.tooltip-inner {
	text-align: center
}

#upperHead,
.PriceRatingbtn a,
.academicBox .title,
.academicBox h3,
.box-1 h2,
.box-1 h4,
.box-2 h2,
.commonBtn.blue-btn,
.commonBtn.red-color,
.disclaimer .title,
.disclaimer h3,
.disclaimer h4,
.introBox h3,
.mainFooter .title,
.mainFooter h3,
.mainFooter h4,
.nav>li>a,
.p-pln,
.p-pln h4,
.packageBox a,
.ratingText .ratingCustom,
.ratingText .ratingTrust,
.ratingValuebox .ratingvalue,
.sliderText,
.teamBox .teamTitle {
	text-transform: uppercase
}

.tooltip.in {
	opacity: .9
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
	left: 5px;
	margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom .tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
	right: 5px;
	margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
	left: 5px;
	margin-top: -5px
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.box-1,
.box-2,
footer {
	float: left
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.affix {
	position: fixed
}

#introWrapper,
#slider,
.call-us,
.nav>li>a,
.owl-item .item,
.upLinks li a {
	position: relative
}

@-ms-viewport {
	width: device-width
}

@media only screen and (max-width:1300px){
    .sliderText ul li {
	display: flex;
	align-items: center;
	padding-left: 83px;
	min-height: 65px;
	line-height: 30px;
	font-size:14px;
    }
    
    .box-1 {
    width: 325px !important;
    height: 315px;
    background: #fff;
    padding: 20px 30px;
    }
    
    .box-1 h2{
        font-size:18px !important;
    }
    
    .box-1 p{
        font-size:13px !important;
    }
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
	.visible-xs-block {
		display: block!important
	}
	.visible-xs-inline {
		display: inline!important
	}
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
	.visible-sm-block {
		display: block!important
	}
	.visible-sm-inline {
		display: inline!important
	}
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
	.visible-md-block {
		display: block!important
	}
	.visible-md-inline {
		display: inline!important
	}
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
	.visible-lg-block {
		display: block!important
	}
	.visible-lg-inline {
		display: inline!important
	}
	.visible-lg-inline-block {
		display: inline-block!important
	}
	.hidden-lg {
		display: none!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
	.hidden-print {
		display: none!important
	}
}

* {
	margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sanns-serif;
	margin: 0
}

body {
	font-size: 15px;
	color: #737373;
	line-height: 24px
}

.fb-contact-page .fb-contact ul,
ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

a {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

.mainFooter ul li span,
b,
strong {
	font-weight: 700;
    color: #474747
}

a:hover {
	text-decoration: none
}

#upperHead {
	background: #003e6f;
	color: #fff
}

.academicBox {
	/*margin-bottom: 25px;*/
	margin-top: 28px;
	background: #DDE9F2;
    padding: 25px 28px 33px;
    border-radius: 3px;
    overflow: hidden;
}
.academicBox .title {
    font-size: 15px;
    color: #003E6F;
    margin-bottom: 12px;
    position: relative;
}
.academicBox .title:before, .academicBox h3:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background: #E88B07;
    bottom: -11px;
}

.call-us {
	height: 35px;
	line-height: 35px;
	font-weight: 500;
	font-size: 12px;
	padding-left: 19px
}

.call-us span {
    font-size: 11px;
    padding-left: 3px;
    color: #fff;
    font-weight: 600;
}
span.emaiAddress {
    padding-left: 50px !important;
    padding-top: 1px;
}
span.emailAddress a:hover{
    text-decoration:none !important;
}

.call-us a {
	color: #fff!important;
	position: relative!important;
}

.call-us a:hover {
	text-decoration: underline
}
#upperHead{
	padding: 5px 0;
}
#upperHead .call-us{
	display: flex;
    flex-wrap: wrap;
}
#upperHead .call-us .header247{
	margin-right: 10px;
}
#upperHead .call-us .header247 .text-247{
	background: #d01414;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    margin-right: 10px;
    text-align: center;
}
#upperHead .call-us .header247 .uk-flag img{
	width: 30px;
}

.seperator {
	font-size: 18px;
	padding: 0 10px
}

.social {
	font-size: 18px!important
}

.upLinks {
	text-align: right
}

.upLinks li,
.upLinks li a {
	display: inline-block
}

.upLinks li a {
	width: 125px;
	height: 35px;
	line-height: 34px;
	text-align: left;
	color: #fff;
	background: #00457b;
	padding-left: 22px;
	font-size: 12px;
	font-weight: 600
}

.box-2 a,
.commonBtn,
.extraInner,
.packageBox a,
.sliderText .btn-block,
.statInner {
	text-align: center
}

.upLinks li:first-child a {
	margin-right: -2px
}

.upLinks li a:hover {
	background: #34393d;
	text-decoration: none
}

ul.upLinks li i.fa {
	font-size: 16px;
	padding-right: 5px
}

.upLinks li a:before {
	display: none
}

.upLinks li.headOrder a:before {
	background-position: -24px 3px!important
}

.upLinks li.headChat a:before {
	background-position: -64px 3px!important
}

.logo {
	height: 83px;
	line-height: 83px
}

.logo a {
	display: inline-block
}

.navbar-default {
	background-color: transparent;
	border: 0;
	margin: 20px 0 0;
	min-height: auto
}

.navbar-collapse {
	padding: 0
}

.nav>li {
	padding-right: 20px
}

.nav>li>a {
	display: block;
	padding: 0;
	height: 32px;
	line-height: 30px;
	color: #34393d!important;
	font-weight: 600;
	transition: none;
    font-size:14px;
}

.nav>li>a:hover,
.navbar-default .navbar-nav>.active>a {
	background: 0 0!important;
	border-bottom: 2px solid #499df5
}

div#slider {
	min-height: 990px;
	background-color: #1d507e
}

.owl-buttons {
	display: none
}

.owl-pagination {
	position: absolute;
	bottom: 56px;
	left: calc(50% - 552px)
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 11px 0 0;
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #fff
}

/*.owl-item .item {*/
/*	height: 1000px*/
/*}*/

#slider{
    min-height:800px;
    background:#1d507e;
}
.sliderText {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -570px;
	color: #fff;
	width: 35%;
	line-height: 54px
}

.sliderText h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 60px;
	font-family: 'Lato Black'
}

.sliderText p {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 100!important;
	line-height: 36px;
	font-family: 'o'
}

.sliderText p span {
	font-weight: 700
}

.sliderText ul li {
	display: flex;
	align-items: center;
	padding-left: 83px;
	min-height: 65px;
	line-height: 30px
}

.sliderText ul li:nth-child(1) {
    background: url(../images/bicon1.png) no-repeat left top
}

.sliderText ul li:nth-child(2) {
    background: url(../images/bicon2.png) no-repeat left top
}

.sliderText ul li:nth-child(3) {
    background: url(../images/bicon3.png) no-repeat left top
}

.sliderText ul li:nth-child(4) {
    background: url(../images/bicon4.png) no-repeat left top
}

.sliderText ul li {
    display: flex;
    align-items: center;
    padding-left: 83px;
    min-height: 65px;
    line-height: 30px;
    margin-bottom: 10px;
}
.sliderText .btn-block {
	text-align: left
}

.sliderText ul {
	margin-top: 30px
}

.first-line,
.second-line {
	display: block;
	letter-spacing: 3px
}

.first-line {
	-moz-user-select: text!important;
	-khtml-user-select: text!important;
	-webkit-user-select: text!important;
	-o-user-select: text!important;
	font-family: 'o';
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 25px;
	line-height: 30px;
	padding: 10px
}

.box-1 h2,
.box-1 h4,
.box-2 h2,
.introBox h3,
.mainHeading {
	font-weight: 900;
	font-family: 'Lato Black'
}

.second-line {
	font-size: 35px;
	padding: 7px;
	line-height: 40px
}

.sliderBox {
	position: absolute;
	z-index: 98;
	bottom: 0;
	right: 0
}

.box-1 {
	width: 410px;
	height: 315px;
	background: #fff;
	padding: 20px 30px
}

.box-1 h2,
.box-1 h4 {
	color: #2b2b2b;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 0
}

.box-1 h4 {
	font-size: 13px;
	color: #003e6f;
	margin-top: 6px;
	margin-bottom: 21px
}

.box-2 p {
	color: #fff
}

.commonBtn {
	display: inline-block;
	width: 126px;
	height: 43px;
	line-height: 43px;
	background: #003e6f;
	color: #fff;
	font-size: 13px
}

.commonBtn.blue-btn,
.commonBtn.red-color {
	color: #fff;
	width: 180px
}

.commonBtn.red-color {
	background: #d01414;
	margin: 20px 5px 0 0
}

.commonBtn.blue-btn {
	background: #003e6f;
	margin: 20px 0 0
}

.sliderText .commonBtn.red-color {
	width: 200px;
	margin-top: 40px
}

.navbar .tooltip.top {
	position: absolute;
	display: block;
	margin: 0;
	opacity: 1;
	top: -33px;
	left: 5px
}

.navbar .tooltip-inner {
	background-color: #000;
	width: 75px;
	border-radius: 4px;
	padding: 4px 0 2px
}

.navbar .tooltip.top .tooltip-arrow {
	border-top-color: #000;
	transform: translateX(-50%);
	margin-left: 0;
	left: 50%
}

.commonBtn:focus,
.commonBtn:hover {
	background: #34393d;
	color: #fff;
	text-decoration: none
}

.box-1 a {
	margin-top: 10px
}

.box-2 {
	width: 391px;
	height: 315px;
	background: url(../images/box-2-back.webp) center no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	position: relative
}

.box-2 a,
.statBox {
	position: absolute
}

.box-2 h2 {
	margin-top: 15px;
	margin-bottom: 0;
	color: #fff;
	font-size: 22px
}

.box-2 a {
    bottom: 24px;
    left: 28px;
    background: #fff;
    color: #003E6F;
    transition: ease .5s;
    height: 32px;
    width: 111px;
    font-size: 12px;
    border: 2px solid #fff;
}
.box-2 a:hover {
    background: #0000 !important;
    color: #fff !important;
}

.box-2 a:hover,
.packageBox a:hover {
	background: #fff;
	color: #333
}

#introWrapper p,
.box-2 a {
	line-height: 30px
}

.introHead {
	padding-right: 40px
}

.mainHeading {
	font-size: 32px!important;
	color: #2b2b2b;
		margin-top: 20px;
	margin-bottom: 20px;
	display: block
}

.introBox {
	margin-top: 45px
}

.introHead h1 {
	margin: 51px 0 35px
}

.introBox h3 {
	font-size: 18px;
	color: #2b2b2b;
	margin: 0 0 27px
}

.introBox p {
	margin: 20px 0
}

.introBox a {
	margin-top: 6px
}

.statBox {
	width: 391px;
	right: 0;
	top: 0;
	z-index: 99;
	background: #003e6f;
	color: #fff;
	height: 250px;
	display: table;
	border-bottom: 1px solid #002f53
}

.statInner {
	display: table-cell;
	font-size: 78px;
	font-weight: 700;
	line-height: 1
}

.statInner span {
	display: block;
	font-size: 16px;
	font-weight: 300
}

.statInner sup {
	font-size: 38px;
	top: -27px
}

.stat1 {
	top: -10px
}

.stat2 {
	top: 240px
}

.stat3 {
	top: 490px
}

#academicWrapper {
	padding: 20px 0 40px;
	overflow-x: hidden
}

.academicHead h2 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #27272f
}

.academicBox h3,
.disclaimer h3,
.packageBox a,
.teamBox .teamTitle {
	font-size: 15px
}

.academicBox h3 {
	font-weight: 900;
	font-family: 'Lato Black';
	position: relative;
	color: #27272f;
	margin-bottom: 12px
}

.academicBox .title:before,
.academicBox h3:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background: #E88B07;
    bottom: -11px;
}



.no-pad {
	padding: 0
}

.teamHead h2 {
	margin-bottom: 16px
}

.teamHead p {
	font-size: 22px;
	color: #003e6f;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px
}

.teamBox {
	height: 470px;
	position: relative;
	overflow: hidden
}

.teamBox img {
	width: 100%;
	height: 101%;
	object-fit: cover
}

.teamBox .teamTitle {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 2
}

.teamBox>.teamTitle {
	position: absolute;
	bottom: 23px
}

.teamBox:hover>.teamTitle {
	display: none
}

.teamTitle span {
	display: block;
	font-size: 13px
}

.teamExtra {
	position: absolute;
	top: 0;
	width: 101%;
	height: 100%;
	background: url(../images/commas.png) no-repeat rgba(0, 62, 111, .82);
	background-position: 94% 92%;
	display: table;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

.extraInner {
	display: table-cell;
	height: 100%;
	border: 1px solid #011b30
}

.no-border {
	border: 0
}

.no-border-topBottom {
	border-top: 0;
	border-bottom: 0
}

.teamQuote {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	width: 80%;
	margin: 0 auto 44px
}

.disclaimer h3,
.mainFooter h3,
.packageBox .sub-title,
.packageBox .title,
h3.secondHeading {
	font-weight: 900;
	font-family: 'Lato Black'
}

.packageWrapper {
	float: left;
	width: 100%;
	min-height: 798px;
	padding-top: 125px;
	padding-bottom: 60px;
	background: #edf0f3
}

.packageHead h2 {
	margin-bottom: 140px
}

.carouselOuter {
	perspective: 2000px;
	margin: 0 auto;
	width: 380px;
	height: 380px;
	position: relative
}

.carousel {
	height: 100%;
	width: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 1s
}

.carousel .item {
	display: block;
	position: absolute;
	width: 380px;
	height: 380px;
	color: #fff;
	background: #003e6f;
	padding: 0 30px
}

.a {
	transform: rotateY(0) translateZ(380px)
}

.b {
	transform: rotateY(60deg) translateZ(380px)
}

.c {
	transform: rotateY(120deg) translateZ(380px)
}

.d {
	transform: rotateY(180deg) translateZ(380px)
}

.e {
	transform: rotateY(240deg) translateZ(380px)
}

.f {
	transform: rotateY(300deg) translateZ(380px)
}

.next,
.prev {
	color: #444;
	position: absolute;
	top: 63%;
	padding: 1em 2em;
	cursor: pointer;
	background: #ccc;
	border-radius: 5px;
	border-top: 1px solid #fff;
	box-shadow: 0 5px 0 #999;
	transition: box-shadow .1s, top .1s
}

.next:hover,
.prev:hover,
strong {
	color: #000
}

.next:active,
.prev:active {
	box-shadow: 0 1px 0 #999
}

.next {
	right: 0
}

.packageBox .title {
	margin-top: 90px;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 31px
}

.packageBox .sub-title {
	font-size: 70px;
	margin: 20px 0
}

.packageBox .sub-title span {
	color: #2e8ad3;
	font-size: 36px
}

.packageBox a {
	display: inline-block;
	width: 125px;
	height: 43px;
	line-height: 39px;
	color: #fff;
	font-size: 12px;
	border: 2px solid #fff;
	margin-right: 20px;
	margin-top: 10px
}

.banner,
.copyrightText {
	text-align: right
}

.ptr {
	position: relative;
	padding: 30px 0;
	background: #f4f4f4
}

.ptr:after,
.ptr:before {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #f4f4f4;
	content: '';
	width: 100%
}

.ptr:before {
	left: -100%
}

.ptr:after {
	right: -100%
}

footer {
	width: 100%
}

.disclaimer {
	background: #212121;
	padding: 40px 0 25px
}

.disclaimer h3 {
	color: #777;
	margin-bottom: 7px
}

.disclaimer p {
	color: #ffffff;
	font-size: 15px
}

.mainFooter {
	background: #272727;
	padding-top: 58px;
	padding-bottom: 37px
}

.mainFooter h3 {
	padding-bottom: 22px;
	color: #838383;
	font-size: 18px
}

.mainFooter ul li {
	margin-bottom: 4px
}

.mainFooter p,
.mainFooter ul li a {
	color: #ffffff
}

#f-result p,
.mainFooter ul li a:hover {
	color: #fff
}

.footerInfo li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 11px!important
}

.footerInfo li,
.footerInfo li a,
.footerInfo li span {
	color: #ffffff!important
}

.footerInfo li a:hover {
	color: #fff!important
}

.footerInfo li:before {
	content: '';
	position: absolute;
	background: url(../images/footer-sprite.png) no-repeat;
	width: 18px;
	height: 18px;
	left: 0;
	top: 5px
}

li.footerAddress:before {
	background-position: 0 -31px!important
}

li.footerMail:before {
	background-position: 0 -62px!important
}

.copyright {
	background: #171717;
	padding-top: 18px;
	padding-bottom: 17px
}

h3.secondHeading {
	font-size: 32px;
	color: #2b2b2b;
	margin-top: 30px;
	margin-bottom: 35px
}

.listItems {
	padding: 0!important;
	margin: 25px 0;
	font-weight:400 !important;
}

.listItems li {
	padding-left: 30px;
	margin: 0 0 20px!important;
	background: url(../images/bullet-c.jpg) 0 7px no-repeat
}

.title2,
.title3 {
	margin: 0 0 7px!important;
	padding: 0!important
}

.listItems li strong {
	color: #0e497a;
	font-weight: 700
}

.title3 {
	font-size: 26px;
	font-weight: 600
}

.title2,
.title3,
.title4 {
	color: #000;
	display: block
}

.title2 {
	font-size: 30px
}

.title4 {
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3
}

.paragraphStyle {
	margin: 20px 0 40px;
	line-height: 30px
}

.page-content,
.page-content h3 {
	padding-bottom: 0
}

.page-content span {
	font-size: 22px;
	font-weight: 700
}

.page-content p span {
	font-size: 15px
}

.page-content a {
	color: #013f6f;
	font-weight: 700
}

.cnfRigh ul li a,
.cnfRigh ul li i.fa,
.cnfRigh ul li span,
.sitemap ul li a {
	color: #333
}

.cnfRigh ul li span i.fa {
	padding-right: 10px
}

.cnfRigh ul li a:hover,
.cnfRigh ul li span:hover {
	color: #003e6f
}

.page-content ul li {
	/*list-style: outside*/
}

.page-content p {
	margin-top: 10px;
	font-weight:400;
}

.page-content h1,
.page-content h4 {
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	font-size: 18px;
	line-height: 1.3
}

.banner {
	margin-bottom: 40px;
	padding-top: 20px
}

.p-pln,
.ratingText,
.ratingValuebox {
	text-align: center
}

.bannerSpace {
	margin-bottom: 60px
}

.inner-page {
	margin-bottom: 30px
}

.new-main-heading {
	font-size: 32px!important;
	display: block;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
	line-height: 32px
}

.inner-page ul {
	padding-left: 40px;
	margin-bottom: 25px
}

.panel-heading {
	padding: 10px 0
}

.panel-title {
	font-weight: 700;
	color: #000;
	padding: 0
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.faqpage .panel-group .panel .panel-heading {
	background: #003e6f;
	padding: 10px
}

.faqpage .panel-group .panel-heading .panel-title div {
	color: #fff;
	font-size: 17px
}

.faqpage .panel-group .panel-heading .panel-title a:focus {
	text-decoration: none
}

.faqpage .panel-group .panel-body {
	padding: 8px 12px;
	border: 1px solid #003e6f
}

.contactpage h2 {
	font-size: 28px;
	color: #707070
}

.contactpage p {
	color: #666;
	font-size: 14px
}

.contactpage .InputTxt,
.contactpage .TextArea {
	width: 100%;
	color: #817f7f;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	border-radius: 1px;
	margin-top: 20px;
	box-sizing: border-box
}

.contactpage .TextArea {
	resize: none;
	min-height: 220px
}

.contactpage .dSubButton {
	font-size: 20px;
	width: 100%;
	padding: 10px 0;
	background-color: #003e6f;
	border-radius: 0;
	float: right;
	border: 0;
	color: #fff;
	margin-top: 10px
}

.fb-contact-page .fb-contact {
	margin-top: 95px;
	margin-left: 0!important
}

.fb-contact-page .fb-contact li {
	list-style-type: none;
	color: #00478e;
	font-size: 15px;
	padding-top: 10px
}

.cnfRigh li a:hover,
.fb-contact-page .fb-contact li a:link {
	list-style-type: none;
	color: #00478e;
	font-size: 15px;
	text-decoration: none
}

.fb-contact-page .fb-contactul li a {
	list-style-type: none;
	color: #444;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 10px;
	transition: ease all .5s
}

.fb-contact-page .fb-contact ul li {
	transition: ease all .6s;
	padding-bottom: 5px
}

.fb-contact li:hover,
.fb-contact-page .fb-contact li:hover {
	padding-left: 10px
}

.fb-contact-page .fb-contact-page-logo {
	margin-top: 10px
}

.fb-contact-page .fb-contact li:hover i.fa.fa-phone {
	color: #018f99;
	font-size: 16px
}

.fb-contact-page .fb-contact li:hover i.fa.fa-envelope {
	color: #a4cc37;
	font-size: 16px
}

.fb-contact-page .fb-contact li:hover i.fa.fa-weixin {
	color: #7f3e98;
	font-size: 16px
}

.fb-contact-page .fb-contact li:hover i.fa.fa-facebook-official {
	color: #3b5998;
	font-size: 16px
}

.fb-contact-page .fb-contactli:hover i.fa.fa-twitter {
	color: #00b5f1;
	font-size: 16px
}

.fb-contact-page .fb-contact li:hover i.fa.fa-google-plus {
	color: #dc4a38;
	font-size: 16px
}

.fb-contact-page .fb-contactPageLogoImg {
	margin-top: 15px;
	margin-bottom: 23px
}

.contactpage .cnfRigh {
	margin-top: 110px;
	margin-left: 0
}

.contactpage .cnfRigh ul {
	margin: 0;
	padding: 0
}

.p-pln {
	font-size: 14px;
	margin: 40px 0
}

.box-1 h2 {
	margin-top: 8px!important
}

.box-1 p,
.box-2 p {
	line-height: 20px;
	margin-top: 10px
}

.box-2 p {
	padding-top: 114px;
	line-height: 22px!important
}

.box-2 a {
	bottom: 24px;
	right: 28px
}

.p-pln h4 {
	background: #003e6f;
	font-size: 18px;
	margin: 0;
	display: table;
	width: 100%;
	padding: 13px 0
}

.p-pln h4 span {
	background: #003e6f;
	color: #fff;
	margin: 16px 0
}

.p-pln span.paperStatnders {
	font-weight: 100
}

.p-pln ul,
.p-pln ul li {
	padding: 0;
	list-style: none
}

.p-pln ul li {
	background: #d2d2db;
	border-bottom: 2px solid #fff;
	padding: 14px 0;
	color: #003
}

.p-pln ul li:last-child {
	border-bottom: 0!important
}

.p-pln-item {
	transition: .3s all ease-in-out
}

.p-pln-item:hover {
	margin-top: 20px
}

.p-pln.p-pln-item li:last-child a {
	margin-top: 0
}

.p-pln.p-pln-item li span {
	display: block
}

.inner-page.PricePlan {
	margin-bottom: 0
}

.TrustedRatingSection {
	background: #003e6f;
	min-height: 165px;
	position: relative
}

p.text-center.RatingText a,
p.text-center.RatingText span {
	color: #d01414;
	font-weight: 700;
	padding-bottom: 50px;
	display: inline-block
}

p.text-center.RatingText {
	color: #525d63;
	font-size: 16px
}

.TrustedRatingSection:before {
	content: "";
	background: url(../images/trustedd.png) no-repeat;
	height: 100%;
	width: 60%;
	position: absolute;
	background-size: 100% 100%
}

.PriceRatingbtn a {
	background: #d01414;
	color: #fff;
	padding: 17px 70px;
	font-size: 15px;
	display: inline-block
}

.PriceRatingbtn {
	margin-top: 55px
}

.ratingText .ratingCustom,
.ratingText .ratingwr {
	font-size: 28px;
	color: #fff;
	line-height: 30px
}

.ratingText .ratingTrust {
	font-size: 37px;
	line-height: 30px;
	color: #fff;
	font-weight: 700
}

.ratingText {
	padding-top: 30px
}

.ratingValuebox .ratingvalue {
	color: #cf142b;
	font-size: 18px;
	font-weight: 700;
	display: block
}

.ratingnum {
	font-size: 20px;
	color: #0c2f58
}

.ratingnum span {
	font-size: 30px;
	color: #0c2f58;
	font-weight: 700
}

.ratingValuebox {
	background: #fff;
	padding: 28px 39px;
	display: inline-block;
	margin-top: 20px
}

.ratingValuebox img {
	display: inline-block;
	margin-top: 0
}

.pricehead {
	background: #0f1923;
	position: relative;
	z-index: 1;
	padding: 0 25px
}

.formcal {
	padding-top: 0!important
}

.sitemap ul {
	padding: 0 0 0 10px;
	list-style: none;
	line-height: 1.6
}

.sitemap ul li {
	/*position: relative;*/
	/*padding-left: 16px;*/
	/*list-style: outside*/
}

.sitemap ul li:before {
	/*position: absolute;*/
	/*content: "\e013";*/
	/*font-family: 'Glyphicons Halflings';*/
	/*left: -8px;*/
	/*color: #003e6f*/
}

.sitemap ul li a:hover {
	color: #003e6f;
	text-decoration: none
}

.sf-t2 .sf-nav li.sf-active,
.sf-t2.sf-nomob .sf-nav li.sf-nav-link:not(.sf-nav-step-disabled):not(.sf-nav-unlink):hover {
	background: #0e497a!important
}

.sf-t2 .sf-nav-top .sf-nav-step.sf-active:after {
	border-color: transparent #0e497a #0e497a transparent!important
}

.sf-t2 .sf-nav li {
	background: #343a3d!important
}

.sf-t2 .sf-content .nocsript-sf-btn,
.sf-t2.sf-wizard .sf-btn,
.sf-t2.sf-wizard .sf-btn.sf-btn-next,
.sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-prev {
	background-color: #0e497a!important
}

#invoivePrint .logo {
	height: auto;
	margin-bottom: 16px
}

.trp {
	padding-left: 15px;
	padding-right: 15px
}

label[for=captcha] {
	position: absolute;
	top: 42px;
	left: 149px
}

div#wrap {
	margin-bottom: 30px;
	margin-top: 30px
}

i.faIcon {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.p-pln.p-pln-item li {
	margin-bottom: 10px!important
}

#upperHead .link{
    position: absolute;
    left: 185px;
    top: 3px;
}

@media (min-width:992px) and (max-width:1400px) {
	.sliderText {
		top: 130px;
		text-align: left;
		left: 7%;
		right: auto;
		margin: 0 auto;
		width: 700px
	}
    .sliderText ul li:nth-child(1) {
    background: url(../images/bicon1.png) no-repeat left top
    }

    .sliderText ul li:nth-child(2) {
    background: url(../images/bicon2.png) no-repeat left top
    }

    .sliderText ul li:nth-child(3) {
    background: url(../images/bicon3.png) no-repeat left top
    }

    .sliderText ul li:nth-child(4) {
    background: url(../images/bicon4.png) no-repeat left top
    }
}

@media (min-width:992px) and (max-width:1200px) {
	.sliderText h4 {
		font-size: 44px;
		font-family: 'Lato Black'
	}
	.sliderText {
		top: 44px!important
	}
	.sliderText ul li:nth-child(1) {
		font-size: 14px!important
	}
	.sliderText ul li:nth-child(2) {
		font-size: 14px
	}
	.sliderText ul li:nth-child(3) {
		font-size: 14px
	}
	.sliderText ul li:nth-child(4) {
		font-size: 14px
	}
}

@media (min-width:1200px) and (max-width:1280px) {
	.introHead {
		padding-right: 179px
	}
	.sliderText {
		font-size: 47px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.navbar .tooltip.top {
		left: 2px
	}
	.sliderText {
		left: calc(50% - 514px);
		width: 50%
	}
	.nav>li {
		padding-right: 10px;
		font-size: 14px
	}
	.owl-pagination {
		left: calc(50% - 457px)
	}
	.stat1 {
		top: 305px
	}
	.stat2 {
		top: 555px
	}
	.stat3 {
		top: 804px
	}
}

@media (max-width:1030px) {
	.carousel .item,
	.carouselOuter {
		width: 280px;
		height: 280px
	}
	.a {
		transform: rotateY(0) translateZ(280px)
	}
	.b {
		transform: rotateY(60deg) translateZ(280px)
	}
	.c {
		transform: rotateY(120deg) translateZ(280px)
	}
	.d {
		transform: rotateY(180deg) translateZ(280px)
	}
	.e {
		transform: rotateY(240deg) translateZ(280px)
	}
	.f {
		transform: rotateY(300deg) translateZ(280px)
	}
	.packageBox .title {
		margin-top: 60px;
		font-size: 21px
	}
	.packageBox .sub-title {
		font-size: 55px;
		margin-bottom: 0
	}
	.packageBox .sub-title span {
		font-size: 20px
	}
	.packageBox a {
		width: 100px;
		margin-right: 9px;
		margin-top: 30px
	}
	.sliderBox {
		bottom: 0;
		left: 0
	}
	.box-1,
	.box-2 {
		width: 50%
	}
	.owl-item .item {
		height: 700px
	}
	.sliderText {
		top: 130px;
		text-align: left;
		left: 0;
		right: auto;
		margin: 0 auto;
		padding-left: 15px
	}
	.first-line {
		font-size: 22px
	}
	.second-line {
		font-size: 27px;
		line-height: 35px
	}
}

@media (min-width:768px) {
	div#slider {
		background-image: url(../images/slider.webp)
	}
	.SignUp-form-block {
		background: #1c5280
	}
	.navbar-nav {
		float: right
	}
	.academicBox p {
		padding-right: 70px
	}
	.footLogo {
		display: inline-block;
		border-right: 1px solid #2a2a2a;
		padding-right: 9px;
		padding-bottom: 3px
	}
}

@media (min-width:991px) {
	.ratingContent {
		display: none
	}
}

@media (max-width:991px) and (min-width:768px) {
	.sliderText h4 {
		font-size: 38px;
		font-family: 'Lato Black'
	}
	.sliderText p {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 22px;
		font-family: 'o'
	}
	.sliderText ul li {
		line-height: 26px
	}
}

@media (max-width:991px) {
	.PriceRatingbtn {
		margin-top: 55px;
		text-align: center
	}
	.TrustedRatingSection:before {
		display: none
	}
	.PriceRatingbtn a {
		margin-bottom: 25px
	}
	.ratingValuebox img {
		padding: 18px 0
	}
	.ratingText .ratingTrust {
		line-height: 60px
	}
	label[for=captcha] {
		top: 52px
	}
	.mainFooter .col-sm-3:first-child .mainFooter .title {
		margin-top: 0
	}
	.mainFooter .title {
		margin-top: 20px;
		padding-bottom: 15px!important
	}
	.mainFooter .col-sm-6:nth-child(2) {
		margin-bottom: 30px
	}
	.footerInfo li:before {
		position: relative;
		left: 0;
		display: inline-block;
		margin-right: 5px
	}
	.navbar .tooltip.top {
		left: -7px
	}
	.nav>li:last-child {
		padding-right: 0
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 10px;
		text-align: center
	}
	.nav>li {
		padding-right: 8px
	}
	.sliderText {
		width: 50%!important;
		top: 80px;
		max-width: auto
	}
	.first-line {
		font-size: 20px;
		line-height: 25px
	}
	.second-line {
		font-size: 21px;
		line-height: 28px
	}
	.owl-pagination {
		left: calc(50% - 357px)
	}
	.box-1 h2 {
		margin-top: 0
	}
	.statBox {
		position: relative;
		top: -10px!important;
		float: left;
		width: 33.3333333%!important;
		border-right: 1px solid #002f53
	}
	.packageWrapper {
		min-height: auto;
		padding-top: 65px;
		padding-bottom: 75px
	}
	.packageHead h2 {
		margin-bottom: 80px
	}
	.stat3 {
		margin-bottom: 30px
	}
	.cnfRigh {
		margin-left: 0
	}
	.cnfRigh ul {
		padding-left: 0
	}
}

@media (min-width:480px) and (max-width:767px) {
	.container,
	.sliderBox {
		margin: 0 auto
	}
	.owl-pagination {
		left: calc(50% - 240px)
	}
	.statInner {
		font-size: 54px
	}
	.statInner sup {
		font-size: 26px
	}
	.statInner span {
		font-size: 14px
	}
	.box-1 {
		border: 1px solid #ddd;
		margin: 10px 0;
		height: auto
	}
}

@media (max-width:767px) {
	.copyrightText p,
	.disclaimer,
	.disclaimer p,
	.logo,
	.mainFooter,
	.mainFooter p,
	.mainFooter ul,
	.upLinks {
		text-align: center
	}
	.mainFooter {
		padding-top: 35px;
		padding-bottom: 20px
	}
	.navbar .tooltip.top {
		display: none
	}
	.box-1,
	.box-2 {
		width: 100%;
		height: auto
	}
	.owl-pagination {
		bottom: 10px
	}
	.call-us {
		width: 185px;
		margin: 0 auto 10px
	}
	#upperHead{
    	text-align: center;
    }
    #upperHead .call-us{
	    width: auto;
	    padding: 0;
	    display: inline-block;
    }
	.pull-right {
		float: none!important
	}
	.upLinks {
		margin-bottom: 15px
	}
	.navbar-nav {
		margin: 0
	}
	.navbar-collapse {
		text-align: left;
		background: #fff;
		padding: 15px
	}
	.navbar-default {
		position: absolute;
		top: -65px;
		right: 0;
		width: 100%;
		z-index: 9999;
		margin-top: 0
	}
	.box-2 a,
	.carousel,
	.carousel .item {
		position: relative
	}
	.packageHead h2 {
		margin-bottom: 40px
	}
	.carousel .item {
		display: block;
		transform: none!important;
		overflow: hidden;
		margin-bottom: 25px
	}
	.next,
	.prev {
		display: none
	}
	.carouselOuter {
		height: auto
	}
	.mainFooter h3 {
		padding-bottom: 12px;
		padding-top: 30px
	}
	.mainFooter .col-sm-4:first-child h3 {
		padding-top: 0
	}
	.footLogo {
		margin-bottom: 15px
	}
	.copyrightText,
	.footLogo,
	.p-pln ul li {
		text-align: center
	}
	.packageBox .title {
		margin-top: 30px
	}
	.packageBox .sub-title {
		margin: 20px 0 0
	}
	.packageBox .sub-title span {
		display: block;
		margin-top: 11px
	}
	.box-2 a {
		bottom: 0;
		right: 0;
		float: right;
		margin-top: 60px
	}
	ol,
	p,
	ul {
		text-align: justify
	}
	.table>tbody>tr>td {
		word-break: normal
	}
	.banner {
		margin-right: auto;
		margin-left: auto
	}
	.carousel .item {
		height: auto;
		padding-bottom: 15px
	}
	.first-line {
		font-size: 18px;
		line-height: 20px
	}
	.second-line {
		font-size: 20px;
		line-height: 25px
	}
	.owl-item .item {
		height: 360px;
		background-size: 100% 100%
	}
	.sliderText {
		top: 17%!important
	}
	div#slider {
		min-height: 1000px!important;
		background-color: #1d507e
	}
	.sliderText h4 {
		font-size: 32px
	}
	.sliderText p {
		font-size: 16px;
		text-align: center
	}
	.sliderText li {
		font-size: 16px;
		text-align: left
	}
	.sliderText .btn-block {
		text-align: center
	}
	a.social svg{
	    position: relative;
	    left:0;
	    top:2px;
	}
}

.col-md-6.fieldBox,
.disclaimer .title,
.mainFooter .title {
	display: block
}

@media (max-width:480px) {
	.ratingText .ratingTrust {
		font-size: 27px;
		line-height: 55px
	}
	.owl-pagination {
		left: 10px;
		bottom: 10px
	}
	.sliderText {
		left: 10px;
		top: 25%;
		font-size: 20px;
		width: 90%
	}
	.statBox {
		width: 100%!important
	}
}

label.error {
	color: red!important;
	font-weight: 400;
	font-size: 14px!important;
	line-height: 1;
	margin-bottom: 0
}

#contact-form label.error {
	position: absolute;
	left: 16px;
	bottom: -17px
}

.red {
	color: red
}

.hm-tabs ul li,
.page-content ul li {
	margin-bottom: 20px
}

.disclaimer .title,
.disclaimer h4 {
	font-size: 15px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 7px
}

.mainFooter .title,
.mainFooter h4 {
	padding-bottom: 22px;
	color: #ffffff;
	font-size: 18px
}

.academicBox .title,
.mainFooter .title,
.mainFooter h4 {
	font-weight: 900
}

.academicBox .title {
	font-size: 15px;
    color: #003E6F;
    margin-bottom: 12px;
    position: relative;
}

@media (max-width:767px) and (min-width:480px) {
	.sliderText {
		width: auto;
		font-size: 28px;
		text-align: center
	}
}

.packageHead .title {
	font-weight: 900;
	font-size: 32px;
	color: #2b2b2b;
	margin-bottom: 140px;
	display: block
}

@media (max-width:767px) {
	.academicBox,
	.mainHeading,
	.ptr {
		text-align: center
	}
	.academicBox .title:before,
	.academicBox h3:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.sliderText {
		width: 100%!important;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		top: 0!important
	}
	.signup-block .dSubButton {
		margin: 27px 0 30px
	}
	.mainHeading {
		font-size: 25px
	}
	.new-main-heading {
		font-size: 22px!important
	}
	.title2,
	.title3 {
		font-size: 20px
	}
	.title4 {
		font-size: 16px;
		font-weight: 700
	}
	.listItems li {
		text-align: left
	}
	.owl-item .item {
		height: 360px;
		background-size: 100% 100%;
		background-position: -100px -67px!important
	}
	.packageHead .title {
		margin-bottom: 40px;
		line-height: 40px
	}
}

@media (max-width:500px) {
        img.lazyloaded.mob-logo {
        height: 39px;
    }
	div#slider {
		min-height: 1000px
	}
	.sliderText {
		top: 15px!important
	}
	.sliderText .commonBtn.red-color {
		margin-top: 20px
	}
}

@media (max-width:330px) {
	.second-line {
		line-height: 23px
	}
	.first-line,
	.second-line {
		font-size: 16px
	}
}

.col-md-6.fieldBox {
	position: relative
}

.signup-block-inner label.error,
.signup-block-inner2 label.error {
	font-size: 13px!important;
	position: absolute;
	left: 15px;
	bottom: -17px
}

#innerres1 p,
#innerres2 p {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 75px 15px
}

.payment-icon {
	background-color: #003e6f!important
}

.payment-icon .pay-icon span {
	color: #fff
}

.testimonialsPage blockquote {
	font-size: 15px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	padding-left: 10px
}

.testimonialsName {
	padding-left: 10px
}

.testimonialsName b,
strong {
	font-weight: 500;
	color: #27272f;
	font-size: 14px
}

.testimonialsName span.des {
	color: #003e6f!important;
	font-size: 14px
}
span.blink-wrapper {
    height: 25px;
    background: #36414E;
    border: 1.5px solid #E88B07;
    margin-left: 14px;
     margin-top: 5px;
    line-height: 2;
    font-size: 10px;
    border-radius: 20px;
    width: 80px;
    position: relative;
    padding-left: 10px !important;
}

span.blink-wrapper span.blink {
    position: absolute;
    right: -4px;
    height: 35px;
    width: 35px;
    background: #E88B07;
    top: -7px;
    /* right: 0px !important; */
    border-radius: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    line-height: 3;
    text-align: center;
    padding-left: 0px !important;
}
span.blink.bgwhitecolor{
	background:#fff !important;
	color:#E88B07 !important;
}
.commonBtn.red-color {
    background: #E88B07;
    margin: 20px 5px 0 0;
    color: #fff;
    width: 180px;
}
.commonBtn.blue-btn {
    background: #003e6f;
    margin: 20px 0 0;
    color: #fff;
    width: 180px;
}
.academicBox.nobg-with-line-top {
    background: #fff;
}
.academicBox.nobg-with-line-top .title:before {
    top: 20px;
    bottom: 0;
    background: #003e6f;
}
.academicBox.nobg-with-line-top .title {
    color: #000 !important;
}
section#expert-section {
    background: #EDF0F3;
    padding: 80px 0px;
    margin-top: 50px;
}
.expert-slider-area {
    margin: 40px auto 0px;
}
#expert-section .item img {
    filter: grayscale(1);
    cursor: pointer;
    transition: ease .5s;
}
section#expert-section img {
    /* max-width: -webkit-fill-available; */
    text-align: center;
    height: 60px;
    object-fit: contain;
}


div#slidesssr .packageHead .title {
    margin-bottom: 70px;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Lato Black';
}
.packageHead .title {
    color: #2b2b2b;
    display: block;
}
.new-updated-slider .owl-stage-outer {
    padding: 0px 0px 40px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.new-updated-slider .item {
    border: 2px solid #0000;
    border-radius: 3px;
}
.new-updated-slider .item {
    background: #E6E6E6;
    height: 340px !important;
    overflow: hidden;
    padding: 30px 39px 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    transition: ease .5s;
    border: 2px solid #0000;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.new-updated-slider .item .slider-title {
    color: #073D6B;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato';
    line-height: 1.1;
}
.new-updated-slider .sub-title {
    font-size: 40px;
    font-family: 'Lato Black';
    color: #073D6B;
}
.new-updated-slider .sub-title span {
    font-family: 'Lato';
    color: #16629F;
    font-weight: 500;
    font-size: 31px;
}
.new-updated-slider .slider-links {
    display: flex;
    flex-direction: row;
    justify-content: inherit;
}
.new-updated-slider .slider-links a.order-now-btn {
    background: #E88B07;
    /*text-align: center;*/
    /*line-height: 3.5;*/
    /*color: #fff;*/
    font-weight: 700;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
}
.new-updated-slider .slider-links>a {
    margin: 0px 10px 0px 0px;
}
.slider-links a {
    height: 47px;
    text-align: center !important;
    /* line-height: 3.5 !important; */
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 4px 0px !important;
    font-size: 11px !important;
    line-height: 3.5 !important;
    width: 124px;
}
.new-updated-slider .slider-links a.quote-now-btn {
    background: #073D6B;
}
#packagesliderbox .owl-item.center .item {
    border: 2px solid #16629F;
    box-shadow: 0px 15px 25px rgb(0 0 0 / 24%) !important;
}
div#packagesliderbox button span {
    background: #9d9a9a;
}
div#packagesliderbox button.active span {
    background: #16629F;
}
div#slidesssr {
    padding: 100px 0px 40px;
}
div#slidesssr {
    background: #EDF0F3;
}
.new-heading.text-center {
    color: #414157;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 900;
    font-family: 'Lato Black';
}
.new-heading.text-center h3 {
    color: #414157;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 900;
    font-family: 'Lato Black';
}
owl-carousel, .owl-carousel .owl-wrapper {
    position: relative;
}
.owl-carousel {
    width: 100%;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
/*.owl-item .item {*/
/*    height: 1000px;*/
/*}*/
#expert-section .item img {
    filter: grayscale(1);
    cursor: pointer;
    transition: ease .5s;
}
section#expert-section img {
    /* max-width: -webkit-fill-available; */
    text-align: center;
    height: 60px;
    object-fit: contain;
}
.teamHead {
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 0 0;
}
#expert-section .item:hover img {
    filter: none;
}

@media (max-width: 767px){
    .call-us span{
        font-size: 11px!important;
    }
    #upperHead {
        text-align: center;
    }
    #upperHead .call-us {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
    }
    .call-us {
    /*width: 185px;*/
    margin: 0 auto 10px;
    }
    span.blink-wrapper {
    text-align: left !important;
    }
}

@media (max-width: 991px){
    span.emaiAddress {
        padding-left: 10px !important;
        padding-top: 1px;
    }
}

@media (max-width: 375px){
    #packagesliderbox .owl-stage-outer{
            overflow: visible !important;
      }
}
