body {
	padding-top: 140px;
	background-color:#FFF;
	/*margin-bottom: 90px;*/
	font-family:'Roboto Slab', arial, sans-serif;
	color:#8D8D8D;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto Slab', arial, sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1.1;
}
p {
	font-family:'Roboto Slab', arial, sans-serif;
	font-size: 15px;
}
.navbar {
	min-height: 80px;
	font-size: 15px;
	font-weight:bold;
	background-color: #53565a;
	color:#8D8D8D;
}
.nav li {
	margin-left:-5px;
}
.titleBar {
	background:#53565a;
}
.titleBar h2 {
	font:bold 25px/30px 'Roboto Slab', arial, sans-serif;
	color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	width:100%;
}
.titleBar h2 small {
	font:bold 20px/25px 'Roboto Slab', arial, sans-serif;
	color:#ffffff;
	text-align:center;
	padding:25px 0;
}
.titleBarArrow {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #53565a;
	margin:0 auto;
}
.panel, .panel-primary {
	border:8px solid #E1E2E4;
}
.panel .panel-heading {
	text-align:center;
	background-color:#53565A;
	color:#FFF;
	padding:-20px;
}
.panel .panel-footer {
	text-align:center;
	background-color:#53565A;
	color:#FFF;
}
.list-group li a {
	color:#1B8DBF;
}
.footer {
	background-color: #53565a;
	color:#fff;
	height:90px;
	border-top:1px solid #ffffff;
	font-family:Arial, sans-serif;
	font-size: 15px;
	line-height:16px;
	font-weight: normal;
	text-decoration: none;
}
.copyrights, .copyrights a {
	color: #bbbbbb;
}
.copyrights a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
}
.btn {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	border: none;
	/*font: normal 10px/15 "Open Sans", Helvetica, sans-serif;*/
  font:normal 15px/20px 'Roboto Slab', arial, sans-serif;
	color: rgba(255, 255, 255, 0.9);
	text-transform: capitalize;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(36, 82, 152, 1);
	-webkit-box-shadow: 0 5px 0 0 rgba(24, 54, 101, 1);
	box-shadow: 0 5px 0 0 rgba(24, 54, 101, 1);
	text-shadow: 0 1px 1px rgba(87, 151, 180, 0.36);
	-webkit-transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: top 20ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: top 50ms cubic-bezier(0.42, 0, 0.58, 1);
	min-width:220px;
	min-height:25px;
}
.btn:hover {
	/* background: rgba(78,182,216,1);*/
  background: rgba(24, 54, 101, 1);
	-webkit-box-shadow: 0 5px 0 0 rgba(36, 82, 152, 1);
	box-shadow: 0 5px 0 0 rgba(36, 82, 152, 1);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.btn:active {
	top: 2px;
	background: rgb(105,192,223);
	-webkit-box-shadow: 0 3px 0 0 rgba(78, 136, 160, 1);
	box-shadow: 0 3px 0 0 rgba(78, 136, 160, 1);
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
}
.silder-section {
	padding-bottom:10px;
	background-color:#FFF;
}
.silder-section .container {
	margin-top:30px;
}
.reports-section {
	padding-bottom:10px;
	background-color:#E9E9E9;
}
.reports-section .container {
	margin-top:20px;
}
.course-section {
	padding-bottom:20px;
	background-color:#E9E9E9;
}
.course-section .container {
	margin-top:20px;
}
.consulting-section {
	padding-bottom:10px;
	background-color:#FFF;
}
.consulting-section .container {
	margin-top:30px;
}
.testimonial-section {
	padding-bottom:10px;
}
.testimonial-section .container {
	margin-top:20px;
}
.top-header {
	height: 30px;
	background:#000;
	border-bottom: 1px solid #000;
}
ul.social-top {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
ul.social-top>li {
	float: left;
	margin-left: 1px;
}
ul.social-top>li a {
	display: block;
	text-align: center;
}
ul.social-top>li a i {
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 30px;
	color:#FFF;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-list li {
	float: left;
}
.social-list li+li {
	margin-left: 8px;
}
.social-list a {
	display: block;
	color:#FFF;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.social-list a:hover {
	color:#FFF;
}
.top-header-inner {
	position: relative;
}
.top-header-content {
	float: right;
	padding-right: 30px;
}
.top-header-content .content-item {
	float: left;
	border-right: 1px solid #f3f3f3;
	padding: 3px 20px;
}
.top-header-content .content-item:last-child {
	border-right: 0 none;
}
.top-header-content .content-item a {
	font-size: 15px;
	color:#FFF;
	font-weight:bold;
}
.top-header-content .content-item a .fa {
	font-size: 15px;
}
p.error, p.e {
	display:block;
	text-align:center;
	color:#F00;
	font-size:15px;
}
p.e {
	text-align:left;
}
.loading-indicator {
	background:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:80px;
	width:80px;
}
.loading-indicator-overlay {
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.price-block {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(36, 82, 152, 1);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.page-container{
	min-height:320px;	
}




.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}