@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body, html {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #474747;
}
::-webkit-scrollbar {
	width: 2px;
}
/* for vertical scrollbars */

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}
h1 {
	font-weight: 900;
	text-transform: uppercase;
}
h1 small {
	text-transform: lowercase
}
h2 {
	line-height: 24px;
	font-weight: 300;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 14px;
}
a {
	color: inherit;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ffcc33;
}
.highlight {
	color: #3c6fb2;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* Navigation */
#menu {
	margin-bottom: 0;
	background-color: #ffffff;
	padding: 10px 0;
	height: auto;
}
.navbar-brand img {
	height: 30px;
	width: auto;
}
.navbar-brand {
	padding: 12px 15px;
}
.navbar-nav>li>a {
	font-size: 13px;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	padding: 5px 5px;
	margin: 8px 10px;
	text-transform: uppercase;
	transition: all 0.5s;
}
.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	border-bottom: 4px solid #3c6fb2;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar {
	color: #FFCC33;
}
/* Header Page */

#tf-header {
	padding: 20px 0;
	background: #ffcc33;
	margin-top: 70px;
	color: #ffffff;
}
#tf-header .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	margin-left: -10px;
	margin-top: -10px;
}
#tf-header .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #FFF;
	content: "/\00a0";
}
#tf-header .breadcrumb>li a {
	color: #ffffff
}

/***** Home *****/
#home {
	background: url(../img/bg/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}
#home .overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
	/* W3C */
	padding: 18% 0;
	background-attachment: fixed;
}
#home h1 {
	color: #ffcc33;
}
.content-heading p.lead {
	font-size: 35px;
	font-weight: 400;
}

/****** Intro Section ******/
#intro {
	background-color: #3c6fb2;
	padding: 4% 0;
	color: #ffffff;
	text-align: center;
}
#intro img.intro-logo {
	margin: 0 auto;
	margin-bottom: 30px;
}

#intro p {
	font-size: 18px;
}

/****** Service Section ******/
#services {
	padding: 60px 0;
}
.section-header {
	padding: 40px 0;
	text-align: center;
}
.section-header h2 {
	text-transform: uppercase;
    padding-bottom: 10px;
}
.section-header h5 {
	letter-spacing: 1px;
    line-height: 1.5;
}
.fancy {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #f1f1f1;
	top: 8px;
	width: 400px;
}
.fancy span:before {
	right: 100%;
	margin-right: 10px;
}
.fancy span:after {
	left: 100%;
	margin-left: 10px;
}

/* service lists */
.service {
	margin-bottom: 20px
}

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

.rf-services {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin: 0;
}

.rf-services h4 {
	color: #292929;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 27px;
}

.rf-services p, .rf-services ul li {
	text-align: left;
}

.rf-services ul {
	-webkit-margin-before: 0;
	padding-left: 20px;
}

.rf-services ul li {
	list-style: none;
}

.rf-services ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	position: absolute;
	margin: 0 0 0 -20px;
	color: #3c6fb2;
	float: left;
	padding: 0;
}


.riskfactors-icon img {
	width: 65px;
	height: 65px;
	padding: 10px;
	border-radius: 3px;
	background: #3c6fb2;
	transition: background-color 0.3s;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: initial;
	transition-delay: initial;
}

.riskfactors-icon img:hover {
	background-color: #c8c8c8;
}

.process:hover i.fa, .service:hover i.fa {
	background-color: #3c6fb2;
}
h4.media-heading {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	line-height: 20px;
}

/****** About Us ******/
#about {
	padding: 40px 0;
}
.gray-bg {
	background-color: #f3f3f3
}
.img-wrap .profile-img {
	position: relative;
	margin-bottom: 40px;
}
.profile-img .social {
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 50px;
}
.about-right-content {
	padding: 40px 0 0 0;
}
.about-left-content {
	padding: 40px 0;
}
.about-left-content h2, .about-left-content h2 small {
	color: #333;
}
.about-left-content h2 small {
	font-weight: 300;
}

/* Skills Progress Bar */
.progress {
	height: 12px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #3c6fb2;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.skills, .whoweare {
	padding: 20px 0;
}

.whoweare p {
	font-size: 16px;
}

.skillset p {
	font-size: 14px;
	margin-bottom: 5px;
}

/* Team Section */
#team {
	padding: 0 0 60px 0;
}

#team .media-right, .media > .pull-right {
	padding-left: 0;
}

#team p em {
	font-size: 15px;
	color: #656565;
	text-transform: none;
}

#about-team {
	padding: 20px 0;
}

.rf-team {
	background: #f3f3f3;
	margin-bottom: 20px;
}

.rf-team img, .rf-team .media-middle {
	vertical-align: top;
}

.rf-team .media-body {
	padding: 10px 15px;
}

.rf-team p {
	font-size: 16px;
}

/****** Online Solutions Section ******/
.panel {
	border-radius: 0;
}
#online-solutions {
	padding: 60px 0;
}
.price h1 {
	font-size: 50px;
}
.price {
	text-align: left;
}
.price.panel-default {
	border-color: #f1f1f1;
}
.price.panel-default>.panel-heading {
	font-size: 20px;
	font-weight: 600;
	border-color: inherit;
}
.price .panel-heading {
	padding: 10px 15px;
	border-radius: 0;
}
.price .panel-body {
    text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
    color: #fff;
}

.price .management {
	background: #A9C1D0;
}

.price .module {
	background: #758556;
}

.price .planning {
	background: #C65135;
}

.price .training {
	background: #3A3230;
}

.price ul.list-unstyled {
	padding: 20px;
    margin-bottom: 0;
}
.price ul.list-unstyled li {
	padding: 10px 0;
}

.price ul.list-unstyled li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #3c6fb2;
    font-size: 14px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}

.price p {
    margin-top: -15px;
    padding: 20px;
}

/* Contact Section */

/*********************************
/* Map Section
**********************************/
#contact {
	padding: 0;
}

#contact p {
	line-height: 1.2;
    font-size: 15px;
}

#map {
	position: relative;
	width: 100%;
	height: 400px;
}
.contact-detail {
	text-align: center;
	margin: 0 0 60px 0;
}
.contact-detail i.fa {
	text-align: center;
	font-size: 30px;
	background-color: #3c6fb2;
	color: #ffffff;
	padding: 15px 0;
	border-radius: 50px;
	margin: 0 10px 20px 10px;
	width: 60px;
	height: 60px;
	transition: background-color 0.5s;
}
.contact-detail:hover i.fa {
	background-color: #333333
}

/* Footer */

#footer {
	padding: 20px 0 8px 0;
	background-color: #3c6fb2;
	color: #ffffff;
}

#footer {
	line-height: 2.4;
}

ul.social li a i {
	font-size: 18px;
	background: transparent;
	width: 32px;
	height: 32px;
	padding: 7px 0;
	text-align: center;
	border: 1px solid transparent;
	color: #ffffff;
	transition: all 0.5s;
}
ul.social li a i:hover {
	border-color: #c8c7c7;
}

