/**********************
 * START NORMALIZE
 **********************/
#menu{justify-content: space-around;display:flex;}
 
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}dfn{font-style:italic;}h1{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input{line-height:normal;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}b,strong,optgroup{font-weight:700;}pre,textarea{overflow:auto;}button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0;}
body>header,
body>#content,
body>footer{background:#f6f6f6; position: relative;}
a{text-decoration: none;}

.wrap{ margin: 0 auto; width:990px; }
footer.wrap{width: 992px}

.side-border{
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.col-top{
padding-right: 0px !important;
 margin-top: 50px;

}

.driv.titl{
    color: #cd1414;
    font-size: 30px;
    margin: 15px 0 10px;
    text-align: center;
}

.text-format{
    padding-right: 25px;
    margin-right: 55px !important;
    margin-bottom: 5px;
    margin-top: 50px;
}

.text-format2{
    padding-right: 25px;
  
    margin-bottom: 5px;
    margin-top: 50px;
}
.box-content{
    background: rgba(237, 237, 237, 0.65);
    padding: 0 20px;
    width: auto;
    border: solid 1px #b2b2b4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.alimg{
    text-align: right;
    
}

.box-content2{
    background: rgba(237, 237, 237, 0.65);
    padding: 0 20px;
    width: auto;
    border: solid 1px #b2b2b4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
}

.subt{
    margin-left: 60px;
    color: #cd1414;
    font-size: 19px;

}



.logo-margin{
    margin-top: 45px;
    margin-left: 140px;
}
.logo{
    
    margin-top: 15px;
    margin-left: 40px;
    float: left;
    position: absolute;
}
.lang_switch, .lang_switch:hover, .lang_switch:link, .lang_switch:visited {
  background: #145bac;
  color: #fff;
  padding: 3px 5px;
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  z-index: 2000;
}

.red{color: #bf2126;}

nav{clear: both;}
nav > ul{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
nav li{ float: left; position: relative;}
h3.img-title{text-indent: -9999px}

#content{color:#2e3192}

/*****************************
 * HEADER
 *****************************/

body>header{
    background: url('../../img/bg_header.jpg') repeat-x;
    height: 185px;
    margin-bottom: 35px;
    /*overflow: hidden;*/
    
}

    body>header h1{
        float: left;
        height:101px;
        left: 53px;
        margin: 0;
        /*padding: 57px 0 0 53px;*/
        position: absolute;
        top:38px;
        width: 330px;
    }

    body>header h1 a{
        background: url('../../img/logo.png') no-repeat;
        display: block;
        height: 100%;
        text-indent: -9999px;
    }

    body>header h2{
        background: url(../../img/bg_cutting-edge.png) no-repeat;
        color: #2e3192;
        float: right;

        /*font: italic 27px 'Myriad Pro' , Arial, Tahoma;*/
        overflow: hidden;
        position: absolute;
        right: 65px;
        /*text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.4);*/
        
        top: 48px;
        text-indent: -9999px;
        width: 376px;
    
    }

            

    /*****************************
     * NAVIGATION
     *****************************/

    body>header nav{
        background: #046fba url(../../img/bg_nav.jpg) repeat-x;
        position: absolute;
        height: 40px;
        border-bottom: 2px solid #c71f27;
        border-top: 2px solid #c71f27;
        bottom: 2px;
        border-right: 2px solid #000;
        width: 988px;
    }

    body>header nav > ul{
        width: 988px;
    }

    body>header nav > ul li{
        z-index: 100;
        width: 110px;
    }

    body>header nav > ul > li:first-child{ width: 110px; }

    body>header nav > ul li a:link,
    body>header nav > ul li a:visited{
        color: #ffffff;
        display: block;
        font-size: 17px;
        padding: 8px 0;
        text-align: center;
        width: 121px;

        text-shadow: -1px 1px 1px #000;
    }

    body>header nav > ul li a{ border-left: 2px solid #76706c;}

    body>header nav > ul li:hover{background: #046fba url(../../img/bg_nav_hover.jpg) repeat-x;}

    body>header nav > ul li#news:hover{background: none;}

    body>header nav > ul > li:first-child a{border-left: 2px solid #000;}


        /*****************************
         * SUB MENU
         *****************************/

        body>header nav > ul li ul {
            display: none;
            margin: -1px 0 0 0;
            padding: 0;
            overflow: hidden;
            position: absolute;
        }

        body>header nav > ul li:hover > ul {display: block;}

            body>header nav > ul li > ul li {
                border-bottom: 1px solid #6776b7;
                border-left: 2px solid #5d748e;
                clear: both;
                display: block;
                height: 100%;
                width: 121px;
            }

            body>header nav > ul li > ul li a:link,
            body>header nav > ul li > ul li a:visited{
                border: 0;
                background: url(../../img/bg_nav.jpg) repeat-x;
                padding-left: 10px;
                text-align:left;
            }

            body>header nav > ul li > ul li a:hover{
                background: #046fba url(../../img/bg_nav_hover.jpg) repeat-x;
            }

        /*****************************
         * SUB MENU - SHARE
         *****************************/
        .share_drop{ position: relative; width: 124px; z-index: 1000 }
        .share_drop li { background-color: none; border: 0 none; height: 40px; margin-left: 2px; }
        .share_drop li:hover { background-color: none;}
        .share_drop li a:link,
        .share_drop li a:visited
        .share_drop li a:hover { display: block; height: 100%; overflow: hidden; width: 124px} 


        .fb:visited,
        .fb:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 0 }
        .fb:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -246px }

        .tw:visited,
        .tw:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -41px; }
        .tw:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -287px }

        .gplus:visited,
        .gplus:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -82px }
        .gplus:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -328px }

        .linkedin:visited,
        .linkedin:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -123px }
        .linkedin:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -369px }

        .email:visited,
        .email:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -164px }
        .email:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -410px }

        .print:visited,
        .print:link{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -205px }
        .print:hover{ background: url(../../img/share_drop_down.jpg) no-repeat 0 -451px }

        /*****************************
         * SUB MENU - PRODUCT
         *****************************/
        header nav .product > ul li,
        header nav .product > ul li a,
        header > nav > ul > li.product li,
        header > nav > ul > li.product li a{width: 160px;}

/*     body>header nav > ul li:last-child a{
    width:125px;
} */

/*****************************
 * NAV ICONS
 *****************************/
#nav_icon{
    border-bottom: 1px solid #304cb4;
    display: block; 
    overflow: hidden;
    margin:0 0 0 -50px;
    padding: 0 0 15px 0;
    width: 990px;
}
#nav_icon li{display: inline; float: left}
#nav_icon li a{
    background: url(../../img/bg_nav_icons.jpg) no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block; 
    height: 80px; 
    width: 100px; 
    margin-right: 13px;
    font-size: 12px;
    position: relative;
}
#nav_icon li a span{position: absolute; bottom: -3px; display: block; text-align: center; width: 100%}

#nav_icon li a.ni_main{background-position: 22px 7px; margin-left: 135px; margin-top: 2px}
#nav_icon li a.ni_key_benefits{background-position: -485px 7px; margin-top: 2px}
#nav_icon li a.ni_clinicians{background-position: -78px 7px; margin-top: 2px}
#nav_icon li a.ni_researchers{background-position: -178px 7px; margin-top: 2px}
#nav_icon li a.ni_clinical_testing{background-position: -277px 7px; margin-top: 2px}
#nav_icon li a.ni_requirements{background-position: -380px 7px; margin-top: 2px}
#nav_icon li a.ni_buynow{background: none; margin-left: 10px; height: 82px}

/*****************************
 * FOOTER
 *****************************/

body>footer{
    background-color: #F6F6F6;
    background: url(../../img/bg_footer.jpg) repeat-x top center;
    clear: both;
    overflow: hidden;
    z-index: 0;
}

body>footer p{
    background: #046fba url(../../img/bg_footer_p.jpg) repeat-x;
    border-top: 2px solid #d62931;
    border-bottom: 1px solid #d62a32;
    color: #fff;
    display: block;
    height: auto;
    padding: 10px 0;
    text-align:center;
    margin: 0;
}
    
    body>footer p a:link,
    body>footer p a:hover,
    body>footer p a:visited{
        color: #fff;
    }

/*****************************
 * SUB-NAV 
 *****************************/
#sub-nav{
    height: 112px;
    padding-left:40px;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #304cb4;
}
#sub-nav ul{margin: 10px 0 10px 195px}
#sub-nav a,
#sub-nav a:visited,
#sub-nav a:link{
    color: #2e3192;
    background: url(../img/bg-sub-nav.jpg) no-repeat;
    display: block; 
    padding-top: 65px;
    width: 100px;
    text-align: center;
}
#sub-nav a.main{background-position: 3px 0;}
#sub-nav a.clinical-version{background-position: -108px 0;}
#sub-nav a.peak-performance{background-position: -216px 0;}
#sub-nav a.standard-features{background-position: -322px 0;}
#sub-nav a.requirements{background-position: -428px 0;}
#sub-nav a.buy-now{background-position: -525px 0;}

/*****************************
 * INDEX / HOME  
 *****************************/
#index #sub-nav{ border-bottom: 1px solid #304cb4;}
#index #content{padding-bottom: 20px;}
#index #home-zukor-carnival{margin: 15px 0 0 115px}
#index #desc{margin:30px 65px 0 65px;  }
#index #box-content-shadow {display:block; margin: 0 auto -87px;}
#index #box-content-shadow2 {display:block; margin: 0 auto -74px; width: 100%;}
#clinical-version #box-content-shadow2 {display:block; margin: 0 auto -74px; width: 100%;}
#peak-performance #box-content-shadow2 {display:block; margin: 0 auto -74px; width: 100%;}
#index #home-tagline{float: right; margin: 30px 60px 50px 0;}

#index #banner{
    background: url(../img/home-banner.jpg) no-repeat;
    height: 280px;
    margin: 20px 0 0 45px;
    position: relative;
    text-align: center;
}

#index #banner2{
    
    height: 150px;
    margin: 20px 0 0 45px;
   
    text-align: center;
}

#index #headd{
    height: 280px;
    margin: 20px 0 0 45px;
    position: relative;
}
    #index blockquote{
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        line-height: 28px;
        width: 390px;
        margin: 0 20px 0 20px;
        clear: right;
        position: absolute;
        right: 30px;
        bottom: 0;
    }

   

    #index blockquote footer{
        font-size: 14px;
        font-weight: 100;
        font-style: normal;
        text-align: right;
        margin-right: 14px;
        line-height: 20px;
    }
    #index blockquote cite{font-style: normal;}

#index h3{ 
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top:26px;
}

#index h4{
    text-align: center;
    color: #cd1414;
    font-size: 24px;
    clear: both;
    display: block
}

#index h5{
    text-align: right;
    color: #cd1414;
    font-size: 19px;
    clear: both;
    display: block;
    margin-right: 15px;
}



#index h4.watch{
    margin: 0;
    padding-top: 40px
}

#index #screen_grab{
    display: block;
    margin:40px auto 0;
    clear: both
}
#index #home-10-hq-games{margin: 0 auto 0 75px;}
#index #world-class-systems{margin: 0 0 0 150px}

#index .screen_grab_link{
    display: block;
    clear: both;
    overflow: hidden;
    width: 556px;
    height: 325px;
    margin: 0 215px;
    padding: 10px 0 0 0;
}


/*****************************
 * CLINICAL VERSION
 *****************************/
#clinical-version h4{
    font-size: 30px;
    margin: 15px 0 10px;
    text-align: center;
}


#clinical-version h5{
    text-align: right;
    color: #cd1414;
    font-size: 19px;
    clear: both;
    display: block;
    margin-right: 15px;
}

#peak-performance h5{
    text-align: right;
    color: #cd1414;
    font-size: 19px;
    clear: both;
    display: block;
    margin-right: 15px;
}



#clinical-version #title{color: #cd1414; }
#peak-performance #title{color: #cd1414; }

#clinical-version #features{
    background: url(../img/clinical-version-screenshot.jpg) no-repeat bottom right;
    height: 1000px;
    width: 940px;
    font-size:19px;
    margin: 0 auto;
}

    #clinical-version #features ul li:first-child {
        list-style-type: none;
        margin-left: -23px;
        font-weight: bold;
    }

    #clinical-version #features .col1,
    #clinical-version #features .col2
    {
        display: inline-block;
        vertical-align: top;
    }

#clinical-version #awesome-vehicles{
    margin: 15px 0 25px;
}

#clinical-version #cars{display: block; margin: 0 auto 45px}

/*****************************
 * PEAK PERFORMANCE
 *****************************/

#peak-performance h4{
    font-size: 30px;
    margin: 15px 0 10px;
    text-align: center;

}

#peak-performance #features{
    background: url(../img/peak-performance-bg.jpg) no-repeat 0 0;
    height: 941px;
    width: 935px;
    font-size:20px;
    margin: 40px auto 0;
}

    #peak-performance #features ul li:first-child {
        list-style-type: none;
        margin-left: -23px;
        font-weight: bold;
    }

    #peak-performance #features .col1,
    #peak-performance #features .col2
    {
        display: inline-block;
        vertical-align: top;
    }

/*****************************
 * SYSTEM REQUIREMENTS
 *****************************/
#system-req #content{
    background: #f6f6f6 url(../../img/bg_system_requirements.jpg) no-repeat right 115px;
    background-size: 100%;
    padding-bottom: 20px;
}
#system-req .center{text-align: center}
#system-req .red{color: #c82027;}
#system-req .bigger-title{font-size: 18px;}
#system-req .bigger-note{font-size: 16px;}
#system-req #sub-nav{ border-bottom: 1px solid #304cb4;}



#system-req .box-content{
    width: 878px;
    margin: 15px 0 0 35px;
    font-size: 14px;
    line-height: 20px;
    
}
#system-req h3.img-title{
    background: url(../../img/h3_system_requirements.png);
    height: 80px;
    margin: 20px 0 0  35px;
    width: 621px;
}

#system-req .dl-specs-detector {
    background: url(../../img/btn_specs_detector.png) no-repeat;
    display: block;
    height: 37px;
    margin:0 0 15px 275px;
    width: 264px;
}
#system-req .dl-specs-detector:hover{background-position: 0 -37px;}

/*****************************
 * STANDARD FEATURES
 *****************************/
#standard-features #content p strong{font-size: 18px; margin-top: 14px; display: block;}

#standard-features #content p{
    font-size: 14px;
    margin: 0 auto;
}

#standard-features #content{
    padding-bottom: 40px
}

#standard-features .box-content{
    width: 915px;
    display: block;
    margin: 0 auto 20px;
}

#standard-features #sub-header{
    display: block;
    padding: 10px 5px 5px; 
    border-bottom: 1px solid #304cb4;
    margin: 0 auto;
}

#standard-features #sub-nav{border-bottom: 0 none}

#standard-features .img-title{
    background: url(../img/h3_standard_features.png) no-repeat;
    height: 83px;
    width: 553px;
    margin-left: 20px
}

#standard-features .img-title2{
    background: url(/img/basicf.png) no-repeat;
    height: 83px;
    width: 553px;
    margin-left: 20px
}


#standard-features .box-content{position: relative;}

#standard-features #patient-period{
    background: url(../img/sf-patient-period.jpg) #ededed no-repeat 20px 15px;
    height: 350px;
}

    #standard-features #patient-period #patient{
        width: 570px;
        position: absolute;
        left: 280px;
    }

    #standard-features #patient-period #period{
        width: 350px;
        position: absolute;
        right: 40px;
        top: 155px;
    }

#standard-features #meter-options{
    background: url(../img/sf-meter-options.jpg) #ededed no-repeat 30px 85px;
    height: 390px;
}

    #standard-features #meter-options p {
        width: 525px;
        margin: 0 auto
    }


#standard-features #game-options{
    background: url(../img/sf-game-options.jpg) #ededed no-repeat 380px 10px;
    height: 400px
}

    #standard-features #game-options p{
        margin: 0 0 0 10px;
        width: 260px;
    }

#standard-features #modality-presets-feedback-options{
    background: url(../img/sf-modality-presets-feedback-options.jpg) #ededed no-repeat 50px 30px;
    height: 490px;
    position: relative;
}

    #standard-features #modality-presets-feedback-options
    #modality-presets{
        position: absolute;
        width: 335px;
        top: 300px;
        left: 70px
    }

    #standard-features #modality-presets-feedback-options 
    #feedback-options{
        position: absolute;
        width: 370px;
        top: 300px;
        left: 470px;
    }

#standard-features #modality-editor{
    background: url(../img/sf-modality-editor.jpg) #ededed no-repeat 50px 15px;
    height: 335px;
    padding-top: 10px;
}

    #standard-features #modality-editor p{
        margin-left: 560px;
        width: 290px;
    }

#standard-features #audio-feedback-options{
    background: url(../img/sf-audio-feedback.jpg) #ededed no-repeat 50px 15px;
    height: 335px;
    padding-top: 10px;
}

    #standard-features #audio-feedback-options p{
        margin-left: 430px;
        width: 420px;
    }

#standard-features #points-scores{
    background: url(../img/sf-score.jpg) #ededed no-repeat 50px 15px;
    height: 450px;
    position: relative;
    margin-bottom: 20px;
}

    #standard-features #points{
        top: 235px;
        position: absolute;
        width: 345px;
    }

    #standard-features #scores{
        top: 300px;
        position: absolute;
        width: 370px;
        left: 405px;
    }

    #html5-watermark{
    display: none !important;
}