/* 
    Document   : new-age
    Created on : Dec 11, 2015, 10:06:09 AM
    Author     : moorandras
    Description:
        Purpose of the stylesheet follows.
*/

/* Benchmark */

.benchmark {
    font-size: 16px;
    line-height:23px;
}

.benchmark section {
    position: relative;
    width: 100%;
}

.benchmark .row {
    margin-bottom: 0;
}

.tests {
    padding: 46px 0;
}

.apis {
    padding: 46px 0;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.power {
    padding: 46px 0;
    
}

.ui {
    padding: 46px 0;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.apis img {
    margin: 0 auto;
}

.ui img {
    margin-top: -14px;
}

.benchmark h1 {
    font-size: 37px;
    line-height: 1.25em;
    margin-bottom:10px;
    color: #444;
    text-align: center;
}

.benchmark h2 {
    font-size: 23px;
    line-height: 1.33;
    margin-bottom: 23px;
    color: #444;
}

.benchmark .hero {
    background: url(/images/benchmark/benchmark-hero.jpg) center center no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
}

.benchmark .hero h1,
.benchmark .hero p {
    color: #fff;
}

.benchmark .hero-logo,
.benchmark .hero-heading,
.benchmark .hero-txt {
    margin-left: auto;
    margin-right: auto;
}

.benchmark .hero-heading,
.benchmark .hero-txt {
   display: block;
   /*width: 840px;*/
   text-align: center;
}

.benchmark .hero-logo {
    margin-top: 54px;
    margin-bottom: 23px;
}

.benchmark h3 {
    text-align: center;
    color: #54abe8;
    font-size: 23px;
    margin: 1em 0;
}

.benchmark .tests-hero {
    width: 200px;
    height: 200px;
    background: url(/images/benchmark/tests-hero-sprite.png) left center no-repeat;
    margin: 0 auto;
}

.tests-hero.one {
    background-position: 0 0;
}

.tests-hero.two {
    background-position: -200px 0;
}

.tests-hero.three {
    background-position: -400px 0;
}

.tests-hero.four {
    background-position: -600px 0;
}

.tests-separator {
    text-align: center;
    height: 23px;
    position: relative;
    margin: 13px;
}

.benchmark hr {
    margin: 11px 0 12px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.tests-separator .label {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 0 1em;
}

.shadow {
   background: url(/images/benchmark/shadow.png) no-repeat bottom center;
    height: 24px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.shadow.top {
    top: 0;
}

.shadow.bottom {
    background-position: top center;
    bottom: 0;
}

#benchmark-tab-control {
    position: relative;
    border-top: 1px solid #ccc;
}

.benchmark .tabs-nav {
    display: block;
    margin: 23px auto 0 auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.benchmark .tabs-nav li {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 2px;
    margin: 0 0 -1px 0;
}

.benchmark .tabs-nav li.ui-tabs-active {
    border-bottom: 2px solid #54abe8;
    padding: 0;
}

.benchmark .tabs-nav li a,
.benchmark .tabs-nav li a:visited,
.benchmark .tabs-nav li a:focus {
    display: block;
    line-height: 23px;
    padding: 6px 1em;
    text-decoration: none;
    color: #444;
}

.benchmark .tabs-nav li a:hover {
    color: #54abe8;
}

.benchmark .tabs-nav li.ui-tabs-active a {
    color: #54abe8;
}

#download-licensing-tab {
    margin-top: 46px;
}

.licensing {
    margin-top: 46px;
}

.bussines-press-hero {
    width: 144px;
    height: 144px;
    background: url(/images/benchmark/bussines-press-hero-sprite.png) left center no-repeat;
    margin: 0 auto;
}

.bussines-press-hero.two {
    background-position: right top;
}

.licensing {
    padding: 46px 0;
}

/* Benchmark end*/

.test-short-explanation-container {
    margin: 0 0 20px 0;
}

.test-short-explanation-container strong {
    color: #005797;
}

.test-explanation h1 {
    font-size: 37px;
    line-height: 1.33;
    margin-bottom: 23px;
    color: #444;
}

.test-explanation h2 {
    font-size: 23px;
    line-height: 1.33;
    margin-bottom: 23px;
    color: #444;
}

.test-explanation section {
    padding: 46px 0;
}