@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);


@font-face {
  font-family: 'Denmark';
  src: url('../fonts/Denmark.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 

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

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 32px;
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 14px;
	margin: 12px 0 0;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #c00;}
a:hover,
a:focus{
	text-decoration: none;
	color: #f37d7d;
	outline: none;
}

.section-title hr{
	border-color: #C00;
	border-width: 4px;
	width: 60px;
	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(25, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

.navbar-brand>img {
  height: 40px;
  margin-top:-10px;
  width: auto;
}


#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000; /*#818181*/
	font-size: 12px;
	letter-spacing: 1px;
}

.on {
	background-color: #fff !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: #C00 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #C00;
	border-color: #C00;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
	
	
	
 /*Navigation for Other Pages */
#tf-menu2.navbar-default {
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}	

#tf-menu2 a.navbar-brand {
font-size: 22px;
color: #c00;
font-weight: 100;
font-family: Denmark;
}
#tf-menu2.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #5a5a5a;
	font-size: 12px;
	letter-spacing: 1px;
}
	
	
/* Home Style */
#tf-home{
	width:100%;
	height:750px;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-attachment: scroll;
	background-repeat: no-repeat;
	color: #505050;
}
	

#tf-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 */
	/* background-color: rgba(255, 255, 255, 0.5); */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #505050;
	padding: 5px 150px 0 150px;
}

.content{
	position: relative;
	padding: 20% 0 0;
}

.color{
	color: #505050;
}


/* About Section */
#tf-about{
	padding: 121px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

#tf-about .section-title hr{
	float: left;
}

/* Products Section 
==============================*/
#tf-products{
	padding: 70px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-products li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 10px;
	
}
.portfolio-item .hover-bg{
	height: 220px;
	overflow: hidden;
	position: relative;
	left: 25px;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.81);
	padding: 35px 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h3{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
	font-size: 16px;
	margin-top: -15px;
}
.hover-bg:hover .hover-text>h3{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
	padding-left: 10px;
	padding-right: 20px;
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-products i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}

/* Products Page - submenu 2 */
#tf-ProdP2{
	padding: 10px 0 40px 0;
	text-align: left;	
}

#tf-ProdP2 .container{
	min-height: 140px;
	
}

.space{
	margin-top: 40px;
}

#tf-ProdP2 i.fa {
	font-size: 40px;
	border: 4px solid #C00;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-ProdP2 i.fa.fa-mobile {
	font-size: 50px;
	padding: 20px 25px;
}

#tf-ProdP2 .service:hover i.fa {
	background: #C00;
	color: #FFF;
}

/* Products Page - submenu 3 */
#tf-ProdP3{
	padding: 10px 0 152px 0;
}


/* Services Section */
#tf-services{

}

#tf-services .overlay{
	background: linear-gradient(rgba(245, 243, 243, 0.6), rgba(132, 130, 130, 0.48)), rgba(255, 255, 255, 0.6) 
	url('../img/02.jpg') no-repeat center;
    background-size: cover;
    color: #2d2d2d;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 45px 10px 15px;
    min-height: 640px;
	background-attachment: fixed;
}

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #C00;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #C00;
	color: #FFF;
}



/* Clients Section */
#tf-clients{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*color: #C00;*/
	background-color: #ececec

}

#tf-clients .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 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	 background-color: rgba(255, 255, 255, 0.5); 
	padding: 105px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 60px;
    margin: 1px;
    color: #c00;
    text-align: center;
}

#tf-clients a{ color: #5a5a5a;}
#tf-clients a:hover,
#tf-clients a:focus{
	text-decoration: none;
	color: #ff6e6e;
}

.client-logo{
	margin-bottom: 25px;
	

/* Clients page 2 */
#tf-clientP2{
padding: 20px 0 20px 0;
}

#tf-clientP2 .Img-Header {
    background: url(../img/03.jpg) no-repeat center 20% scroll !important;
}

#tf-clientP2 .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #8D7F7F;
	transition: all 0.5s;
}

#tf-clientP2 .owl-theme .owl-controls .owl-page.active span, 
#tf-clientP2.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #C00;
}
#tf-clientP2 .owl-theme .owl-controls .owl-page.active span{
	background: #C00;
}
	
	
	
	
	
}
/* Careers Section */
#tf-careers{
	padding: 87px 0;
	text-align: left;	
}
#tf-careers i.fa {
	font-size: 40px;
	border: 4px solid #C00;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-careers i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-careers .service:hover i.fa{
	background: #C00;
	color: #fff;
}

#tf-careers .h4 .p{
text-align: left;		
			
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/* Careers Page 2 */
#tf-CareersP2 .Img-Header {
    background: url(../img/06.jpg) no-repeat center 85% scroll !important;
}

/* partners Section */

#tf-partners{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*color: #C00;*/
	background-color: #ececec
}

#tf-partners .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 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color: rgba(255, 255, 255, 0.5); 
	height: auto;
	padding: 92px 0;
	background-attachment: fixed;
}
#partners {
	padding: 10px 0;
}
#partners .item{
    padding: 40px;
    margin: 1px;
    color: #FFF;
    text-align: center;
	
}

#partners .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}



/* Downloads */
#tf-downloads{
	padding: 130px 0;
	min-height:550px;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

#tf-downloads .btn-default {
	color: #C00;
    background: #fff;
    border: 2px solid #C00;
    font-size: 17px;
    padding: 7px 12px;
    font-weight: normal;
    margin: 6px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    min-width: 120px;
}

#tf-downloads .btn-default:hover, .btn-default:active {
  color:#fff;
  background:#C00;
}


/* Footer */
nav#footer{
	background: #3E3636;
	color: #FFF;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}

#footer a{ color: #fff;}
#footer a:hover,
#footer a:focus{
	text-decoration: none;
	color: #ff6e6e;
}

/*-------------- CSS For Other pages     -----------------

/* Contact Us page */
#ContactUs{
	padding: 10px 0 60px 0;
}

#ContactUs .Img-Header {
    background: url(../img/05.jpg) no-repeat center 20% scroll !important;
}

/* Page Image Header */

.Img-Header {
	position:relative;
    display: table;
    width: 100%;
    height: 300px;
    color: #fff;
    background: url(../img/01.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center, .title-overlay {
	position:absolute;
	bottom:30px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
	padding: 10px 0 0 80px;
	z-index:2;

	}


.title-overlay{
	background:#FFF;
	opacity:0.3;
	z-index:1 !important;
	height:110px;
	display:none;
}

.text-vertical-center h1 {
    margin: 0;
    font-size: 3em;
    font-weight: 700;
	text-shadow: 1px 1px #000;
}

.text-vertical-center h4 {
	color: #c00;
	font-weight: 700;

}


/*Site Map */

#tf-sitemapP2{
	padding: 10px 0 40px 35px;
	text-align: left;	
}

#tf-sitemapP2 li
{
	text-indent: 115px;
	list-style-position: inside;
}

#tf-sitemapP2 li>a
{
     color:#5a5a5a;
}

#tf-sitemapP2 h4 
{
	text-indent: 105px;
	font-size: 12px;
	
}


#tf-sitemapP2 h5 
{
	text-indent: 100px;
}



