.tb-full-screen{
	background: url('../media/images/software-ft.jpg');
	height: 100vh;
	width: 100%;
	z-index: 10;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tb-top-wrapper{
    padding: 50px;
    margin-top: 90px;
    display: table-cell;
    vertical-align: middle;
}
.tb-top-section{
	  background-color: #000;
	  text-align: center;
	  display: table;
}
.tb-wrapper{
	position: relative;
    text-align: center;
    padding: 0;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.tb-img-logo{
	content: '';
	width: 80px;
    height: 80px;
    display: block;
    margin: 30px auto;
    border-radius: 100%;
    border: 2px solid #eee;
    opacity: .8;
}
.tb-produt-top-title{
	    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
.tb-wrapp-hd{
	font-size: 35px;
    color: #4AA6E5;
    font-family: 'Y2K', Helvetica, Arial;
}
.tb-product-dtl{
	    color: #f2f2f2;
}

.tbscroll-menu{
	position: relative;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
}
.tb-scroll-menu span{
	position: relative;
    display: block;
    margin: 0 auto 15px auto;
    width: 30px;
    height: 50px;
    border: solid 2px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
}
.tb-product-menu{
	position: absolute;
    width: 100%;
    bottom: 30px;
    line-height: normal;
    text-align: center;
    z-index: 99999;
}
.tb-product-menu ul,li{
	list-style: none;
}
.tb-product-menu li{
     list-style: none;
    max-width: 250px;
    min-width: 150px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 0 15px;
    padding: 16px 10px;
    overflow: hidden;
    transition: border-color .2s ease-out;
}
.tb-product-menu li a{
	color: #fff;
    padding: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
} 
.nav a{
	text-decoration: none;
}
.tb-product-menu-hover:hover,.active{
	border-color: #29a0ec !important;
}
.tb-detail-section{
	position: relative;
    z-index: 1;
}
.tb-content-section{
	position: relative;
    height: 840px;
    line-height: 640px;
    text-align: left;
    color: #fff;
    background: #000;
    z-index: 0;
}
.tb-detail-section .tb-wrapper{
	text-align: left;
	padding: 100px 0;
	z-index: 1;
	display: block;
}
.tb-detail-section:nth-of-type(odd) figure {
    /*left: 56%;*/
    text-align: left;
}
.lb-sty{
	font-family: 'Y2K', Helvetica, Arial;
	font-weight: 700;
}
.tb-detail-section figure{
	position: absolute;
    height: 310px;
    line-height: 310px;
    opacity: 1;
    will-change: transform;
    width: 95%;
    min-width: 95%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: normal;
}
.tb-detail-section article {
     width: 95%;
    min-width: 95%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: normal;
}
.tb-ttle{
	position: relative;
    font-size: 2.250em;
    font-weight: 300;
    line-height: 1.2em;
}
.tb-ttle .tb-baseline {
    display: block;
    margin-top: 0.2em;
    font-size: 0.55em;
    line-height: 1em;
}
.tb-ttle:after {
    margin: 20px auto 30px auto;
}

.tb-ttle:after, .tb-ttle:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    margin: 30px auto;
}
.feature-list ul,li{
	list-style: none;
}
.feature-list li{
	list-style: none;
    display: inline-block;
    padding: 14px 28px;
    margin: 4px 2px;
    font-weight: 300;
    cursor: help;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    outline: 1px solid transparent;
    border-color: #29a0ec;
}
.tb-cnt-2{
	background: #fff;
}
.tb-feature-list-2 li{
	color: #333;
}
.boder-black{
    border-right: 1px solid #333;
}
.boder-white{
    border-right: 1px solid #fff;
}
.popover {
    color: #333;
    font-size: 14px;
    text-align:center;
    border-radius: 3px !important;
    border: 1px solid #eee;
    box-shadow: none;
}
 .popover-content {
      background-color: #fff;
      color: #333;
      padding: 15px;
      top: 0;
  }
  .tb-f-nav{ z-index: 9999;
  		 position: fixed; 
  		 left: 0; 
  		 top: 70px;
  		 width: 100%;
  		 background: url('../media/images/bg-noir50.png');
	     background: rgba(0, 0, 0, 0.5);
	    -webkit-transform: translate3d(0,0,0);
	    -webkit-transition: background-color 0.3s;
	    -moz-transition: background-color 0.3s;
	    -ms-transition: background-color 0.3s;
	    -o-transition: background-color 0.3s;
	    transition: background-color 0.3s;
	     height: 70px;
  		
  		}
 .tb-f-nav:hover{
 	 height: 70px;
 	 background: url('../media/images/bg-noir50.png');
 	background: rgba(0, 0, 0, 0.8);
 }