body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h2{
	text-transform: uppercase;
}
h3{
	font-size: 18px;
	font-weight: 900;
}
h4{
	text-transform: uppercase;
}
p{
	font-family: 'Open Sans', sans-serif;
}
a{ color: #D7B714;}
a:hover,
a:focus{
	text-decoration: none;
	color: #D7B714;
}

.section-title hr{
	border-color: #D7B714;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.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; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/* Navigation */
#tf-menu {
	padding: 20px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #53AFEA !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #D7B714;
	border-color: #D7B714;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/* Home Style */
#tf-home{
	background: url(../img/home-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#tf-home .overlay{
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}

#tf-home h1.title{
	color: #FFF;
	font-size: 60px;
}

@media (max-width: 991px) {
	#tf-home h1.title{
		font-size: 30px;
	}
}

.content{
	position: relative;
	padding: 180px 0 0 0;
}

.color{
	color: #D7B714;
}

a.fa.fa-angle-down {
	display: inline-block;
	padding: 10px 14px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 18px;
	margin-top: 100px;
	transition: all 0.5s;
}
a.fa.fa-angle-down.on-white {
	color: #D7B714;
}
a.fa.fa-angle-down:hover{
	background: #D7B714;
	color: #ffffff;
	border: 2px solid #D7B714;
}

/* About Section */
#tf-about{
	padding: 40px 0;
}

/* Customers section */
#tf-customers{
	padding: 40px 0;
	background: #F6F6F6;
}

/* Offers section */
#tf-offers{
	padding: 40px 0;
	background: #F6F6F6;
}

/* Services section */
#tf-services{
	padding: 40px 0;
}

/* Services section */
#tf-system{
	padding: 40px 0;
}

/* Employee section */
#tf-employee{
	padding: 40px 0;
	background: #F6F6F6;
}

/* Jobs section */
#tf-jobs{
	padding: 40px 0;
}

/* Contact Section */
#tf-contact{
	padding: 40px 0;
	background: #F6F6F6;
}

#tf-contact a {
	color: #000;
}
#tf-contact a:hover,
#tf-contact a:focus{
	text-decoration: none;
	color: #53AFEA;
}

/* ******** */
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #D7B714;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
.space{
	margin-top: 40px;
}

img.client-sign {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

div.client-sign {
	float:left;
}
div.client-sign p {
	padding: 15px 0 0 10px;
}


/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 5px 0 5px 0;
}
nav#footer .fnav{
	vertical-align: middle;
}
nav#footer p{
	font-size: 10px;
	color: #888;
	margin-top: 10px;
}

.featherlight-close-icon{
	font-size: 25px;
}

.blue {
  color: #53AFEA;
}

.green {
  color: rgb(69,198,86);
}

.orange {
  color: rgb(252,162,87);
}

.gray {
  color: rgb(128,128,128);
}

.video-container {
	margin-top: 25px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container, .video-container iframe {
    max-width: 1280px;
    max-height: 720px;
}
.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

/* fix transparent menu on mobile */
.navbar-collapse.collapse.in {
	background: #000;
}
.navbar-collapse.collapsing {
    background: #000;
}


/*Modal List style*/

.modal-body ul  {padding-left: 20px;}
.modal-topic{
	font-size: 20px;
}
.job-curser{
	cursor: pointer;
}