@charset "utf-8";
/* CSS terracentric */

body {
	margin:0;
	padding:0;
	height:100%;
    background-image: url("../images/tcwatermark-t.png");
	background-size: 100%;
	background-repeat:no-repeat;
}
.headmain {
    background: url(../images/tcent-header-bkg.jpg) no-repeat;
	background-size: cover;
	width:100%;
	display:inline-block;
	position:relative;
}
.headlogo {
	margin:auto;
	padding: 24px;
	display:block;
	width:100%;
	text-align:center;
}
.headlogo img {
	width: 400px;
}
.tchome H1 {
	/* padding-top: 4%; */
	font-size: 60px;
	font-weight:300;
	color:#FFF;
	text-align:center;
	font-family: 'Hind Siliguri';
}
.tchome span {
	font-weight:700;
	color:#e8a638;
	border-left: thin solid #ccc;
	margin-left: 4px;
	padding-left: 6px;
}
.tchome {
	text-align:center;
	width:100%;
	position: static;
	background-color: rgba(24,34,52,0.5); 
	/* background-color: rgba(116,104,90,0.3); */
}
.tchome-prm1 {
	text-align:center;
	width:100%;
	position: static;
	background-color: rgba(14,56,36,0.6); 
	/* background-color: rgba(116,104,90,0.3); */
}
.banner-mid {
	display: inline-block;
	margin:auto;
	max-width:460px;
	width:100%;
}
/* suspended class
.banner-left {
	display:inline-block;
	float:left;
	margin:0;
}
.banner-right {
	display:inline-block;
	float:right;
	margin:0;
}
suspened end */

.tchome p{
	color:#FFF;
	text-align:center;
	font-family:'Hind Siliguri';
	font-weight:300;
	font-size: 18px;
	letter-spacing: 8px;
}
.tc-columns {
	width:80%;
}
.tchome-col {
	text-align:center;
	margin: 0;
	width: 100%;
}
.lowpadding {
	padding: 2px 1px 0 1px;
}
.tcgrad {	
	/* For browsers that do not support gradients */
	background: rgba(108,121,146,0.5); 
	/*Safari 5.1-6*/
	background: -webkit-linear-gradient(rgba(108,121,146,0.5),rgba(108,121,146,0)); 
	/*Opera 11.1-12*/
	background: -o-linear-gradient(rgba(108,121,146,0.5),rgba(108,121,146,0)); 
	/*Fx 3.6-15*/
	background: -moz-linear-gradient(rgba(108,121,146,0.5),rgba(108,121,146,0)); 	/*Standard*/
	background: linear-gradient(rgba(108,121,146,0.5),rgba(108,121,146,0)); 

}
.tchome-col p{
	margin: 24px;
	font-family: 'Hind Siliguri';
	font-weight:300;
	font-size: 18px;
	color:#666;
	text-align:left;
}
.prodcol {
	/* margin-right:3em; */
	color:#fff;
	font-family: 'Hind Siliguri';
	padding-top: 1em;
	text-align:left;
}
.prodcol p {
	font-weight:400;
	font-size: 15px;
	text-align:left;
	color:#fff;
	font-family: 'Hind Siliguri';
}
.prodcol h1 {
	display:inline-block;
	font-size: 24px;
	text-align:left;
	padding-left: 18px;
	vertical-align:middle;
}
.prodcolicon {
	display:inline-block;
	margin:auto;
	padding: 8px;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background: rgba(255,255,255,0.3);
    color: #fff;
    text-align: center;
}
.prodcollogo {
	display:inline-block;
	width:75%;
}
.tciconcircle {
	padding-top: 20px;
	padding-bottom: 100%;
}
.tciconcircle span{
	display:block;
	margin:auto;
	padding: 8px;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background: rgba(255,255,255,0.3);
    border: 1px solid #d6cfbf;
    color: #fff;
    text-align: center;
}
.tciconcircle span:hover {
	background: #fff;
	border: 1px solid #fff;
	transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -ms-transition: 0.8s all;

}
.titleshow {
	width: 100%;
	max-width: 250px;
	display:inline-block;
	padding-top: 12px;
	/* visibility:hidden; */
}
ul.social-ic-icons{
	text-align: center;
	float: right;
}
ul.social-ic-icons li{
	display:inline-block;
}
ul.social-ic-icons li a span{
	background: url(../images/img-sprite.png) -180px -16px;
	width: 25px;
	height: 25px;
	display: block;
}
ul.social-ic-icons li.twitter a span{
	background-position: -212px -16px;
}
ul.social-ic-icons li.inline a span{
	background-position:-249px -16px;
}
ul.social-ic-icons li.camera a span{
	background-position: -285px -15px;
}
ul.social-ic-icons li.been a span{
	background-position: -326px -12px;
}
ul.social-ic-icons li.print a span{
	background-position: -369px -14px;
}
ul.social-ic-icons li.skype a span{
	background-position: -404px -13px;
}
ul.social-ic-icons li.gmail a span{
	background-position: -445px -16px;
}
.navbar, .navbar-inverse, .navbar-static-top {
	background: #444; 
	border: none;
}
.navbar .nav > li {
	color: #000;
	font-family: 'Hind Siliguri', sans-serif;
}
.navbar {
    margin-bottom: 0;
}
/* added to highlight blocks in menu */
.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #333; 
    color: #fff;
  transition: 0.8s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;

}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-nav li {
	margin-left: 24px;
	margin-right: 24px;
}
.navbar .navbar-collapse {
  text-align: center;
}
.centerDropdown {
	/* width:350px;
    left: auto !important;
    right: auto !important; */
	margin:auto;
}
.centerDropdown:after {
   left: auto !important;
   right: auto !important;
}
.dropdown-menu > li > a{
	color: #999;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
}
.footz {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;   /* Height of the footer */
}
.footz p{
	color:#fff;
	font-size:11px;
	text-align:center;
	letter-spacing: 2px;
	font-family: 'Questrial', sans-serif;
	padding: 0 15px 0 15px;
}

/* Menu and Header */
}
@media (max-width: 991px) {
	body {
		padding-top: 80px;
	}
    .navbar-header {
        float: none;
		height:80px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /* margin: 7.5px -15px; */
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-toggle .icon-bar {
		display: block;
		width: 32px;
		height: 4px;
		margin:6px;
		border-radius: 6px;
	}
	.navbar li{
		font-size: 2.5em;
		text-align:center;
		padding:20px;
		border-bottom: solid 2px #555;
	}
	.navbar ul{
		width: 100%;
		margin:auto;
		padding:20px;
	}
}
@media (max-width: 480px) {
.tchome H1 {
	font-size:24px;
}
.tchome img {
	max-width: 180px;
}
.headlogo img {
	width: 250px;
}

}
/* End Menu and Header */


.containment {
	min-height:100%;
	/* position:relative; */
}
.homelogo {
	text-align:center;
	margin-right: 9%;
}
.homelogo img{
	margin-top: 20%;
}
.tcentmain {
	padding:10px;
	padding-bottom:60px;
}
.construction p {
	/* margin-left: 7%; */
	text-align:center;
	font-family: 'Hind Siliguri', sans-serif;
	text-transform: uppercase;
	font-size:18px;
	font-weight:800;
	letter-spacing: 0.5em;
	color:#726759;
}
.contact-temp {
	font-family: 'Hind Siliguri', sans-serif;
	margin:auto;
	margin-top: 2em;
	text-align:center;
	width:150px;
}
.contact-temp a{
	text-decoration:none;
	display:block;
	padding: 6px;
	color:#FFF;
	border:solid thin #FFF;
}
.contact-temp a:hover{
	text-decoration:none;
	color:#726759;
	background:#fff;
	border:solid thin #726759;
}
@media (max-width: 600px) {
.homelogo img {
    width: 75%;
	margin-right:0;
}
.construction p {
	margin:auto;
	font-size:14px;
}
.footz {
	position: relative;
}
}
@media (max-width: 800px) {
.tciconcircle {
	padding-top: 5px;
	padding-bottom: 5px !important;
}
}
