h2 {margin:0 0 40px 0;}

.tabs {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	width: 100%;
	max-width: 1080px;
	height: auto;
	position: relative;
	min-height: 400px;
}

ul.tabs-menu {
clear:both;
display:table;
table-layout:fixed;
margin:0;
padding:0;
width:100%;
}

.tabs-menu li {
display:table-cell;
text-align:center;
border-radius:1px;
color:#fff;
vertical-align: bottom;
	-webkit-transition:0.2s all cubic-bezier(.215, .61, .355, 1);
	-moz-transition:0.2s all cubic-bezier(.215, .61, .355, 1);
	-ms-transition:0.2s all cubic-bezier(.215, .61, .355, 1);
	-o-transition:0.2s all cubic-bezier(.215, .61, .355, 1);
	transition:0.2s all cubic-bezier(.215, .61, .355, 1);
position: relative;
margin:0;
padding:0;
}


.tabs-menu li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 25px 0;
	color: #fff;
	border: thin solid rgba(197,255,253,0.50);
}
.tabs-menu li a:hover {
	background-color: rgba(0,202,187,0.17);
}
.tabs-menu li.active a {
	position: relative;
	box-shadow: 0 1px 22px rgba(0,0,0,0.79);
	/*	-webkit-transform:scaleY(1.2) translateY(-5px);
	-moz-transform:scaleY(1.2) translateY(-5px);
	-ms-transform:scaleY(1.2) translateY(-5px);
	-o-transform:scaleY(1.2) translateY(-5px);
	transform:scaleY(1.2) translateY(-5px);*/
	z-index: 20;
	-webkit-box-shadow: 0 1px 22px rgba(0,0,0,0.79);
}

.tabs-menu li.active a {
	color: #fff;
}


/******************/
/******************/

.tabs-content {height:auto;}
.tabs-content .text2 {
	line-height: 34px;
}
.tabs-content .text7 {
	text-align: left;
}
.tabs-content [class*=grid-] {
padding: 50px 0;
	-webkit-animation:none;
	-moz-animation:none;
	-ms-animation:none;
	-o-animation:none;
	animation:none;
}

.tabs-item {
	/* [disabled]background:#070606; */
	width: 100%;
	color: #fff;
	max-width: 1080px;
	padding: 0;
	display: none;
}

.tabs-item .box {
	padding: 40px 20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	max-width: 1080px;
	background-image: url(../img/cyberframe1.png), url(../img/cyberframe3.png), url(../img/cyberframe2.png);
	background-position: top center, bottom center, top center;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-color: rgba(12,56,0,0.23);
}

.tabs-item .table-grid {
text-align: center;
}

.tabs-item .table-grid:nth-child(2n+1) [class*=grid-]:nth-child(2n+2),
.tabs-item .table-grid:nth-child(2n+2) [class*=grid-]:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, .1)
}

.tabs-item.active {
opacity: 1;
display: block
}

.tabs-item.velocity-animating {
    z-index: 2 !important
}

.tabs-content .hljs {
    background: 0 0
}


.feature-item {
    margin-top: 20px;
    font-size: 14px
}
.right-text {
	width: 500px;
	display: block;
	text-align: left;
	background-repeat: repeat;
	float: right;
}
.left-text {
	width: 500px;
	display: block;
	clear:both;
	float:left;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

@media(min-width:320px) {
	
    .table-grid {
	display: block;
	width: 100%;
	table-layout: fixed
    }

    [class*="grid-"] {
        display: table-cell
    }

    .grid-1 {
        width: 8.333333%
    }

    .grid-2 {
        width: 16.666667%
    }

    .grid-3 {
        width: 25%
    }

    .grid-4 {
        width: 33.333333%
    }

    .grid-5 {
        width: 41.666667%
    }

    .grid-6 {
        width: 50%
    }

    .grid-7 {
        width: 58.333333%
    }

    .grid-8 {
        width: 66.666667%
    }

    .grid-9 {
        width: 75%
    }

    .grid-10 {
        width: 83.333333%
    }

    .grid-11 {
        width: 91.666667%
    }

    .grid-12 {
        width: 100%
    }

    .grid-padded {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .grid-padded .grid {
        border-spacing: 1rem 0
    }
}

@media(max-width:1085px) {
    .wrapper {
        padding-left: 1.4705882353em;
        padding-right: 1.4705882353em
    }
}
@media(max-width: 767px) {
	.tabs .tabs-content .box img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.tabs-item .box {
	background-image: url(../img/cyberframe1.png), url(../img/cyberframe3.png), url(../img/cyberframe2.png);
	background-position: top center, bottom center, top center;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: 100% auto,100% auto, 100% auto; 
	background-color: rgba(12,56,0,0.23);	
}
.tabs {
	margin-bottom: 400px; 
}

}
@-webkit-keyframes reveal {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes reveal {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
