div {
    box-sizing: border-box;
}

/*IDs*/
#MAINTITLE {
    max-width: 1000px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}
#HYPE {
    margin-bottom: 20px;
}
#HYPE img {
    margin-left: 20px;
}
#featuredimage {
    max-width: 300px;
    margin: 0 40px 20px 0;
}
#drivehero {
    height: auto;
    max-width: 400px;
    float: left;
    margin: 0 30px 30px 0;
}
#edithero {
    height: auto;
    max-width: 400px;
    margin: 0 0px 30px 30px;
}
@media (max-width: 800px) {
  #LangBox {
    top: 5px!important;
    width:  
  }
    #LangBox img {
        width: 70%;
    }
}

#LangBox {
    position: absolute;
    top: 20px;
    right: 30px;
}
#LangBox img {
    width: 80%;
}


#NABBox {
    position: absolute;
    height: auto;
    bottom: 20px;
    right: 20px;
    border: 1px solid #111;
    max-width: 240px;
    color: #111;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
}
#NABBox img {
    max-width: 100%
}
#NABBox p {
    text-align: center;
}
#grant_type_id {
    max-width: 250px;
    margin: auto;
}
/*Home Page Overlay*/

.video-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    z-index: 5000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

.overlay-back {
    position: relative;
    max-width: 800px;
    background: #fff;
    padding: 50px;
    margin: 30px auto;
    border: 1px solid #111;
}

.video {    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.press-snip{
    position: relative;
    max-width: 800px; 
    margin: 20px auto;
    color: #111;
    font-size: 16px;    
    border-bottom: 1px solid #111;     
}
.press-image {
    max-width: 550px;
    float: left;
    margin: 20px 40px 20px 0px;
}

.close-icon {
    position: absolute;
    top: -5px;
    right: 05px;
    font-size: 32px;
    float: right;
    transition-duration: .2s;
    transition-timing-function: ease;
        
}

.bottom-closer {
    margin: 100px auto 0px auto;
    transition-duration: .2s;
    transition-timing-function: ease;
    display: block;
    border: 1px solid #111;        
}

.close-icon:hover {
    color: red;
        
}

.bottom-closer:hover {
    background: red;
    color: #fff;
    border: 1px solid #fff;
        
}
.eventlogo {
    max-width: 200px;
}
.eventlogo img {
    max-width: 100%;
}
.container-full {
    width: 100%;
}
.gradient {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,98,168,1) 0%, rgba(40,130,195,1) 31%, rgba(128,202,255,0.68) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(0,98,168,1)), color-stop(31%, rgba(40,130,195,1)), color-stop(100%, rgba(128,202,255,0.68)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,98,168,1) 0%, rgba(40,130,195,1) 31%, rgba(128,202,255,0.68) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,98,168,1) 0%, rgba(40,130,195,1) 31%, rgba(128,202,255,0.68) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,98,168,1) 0%, rgba(40,130,195,1) 31%, rgba(128,202,255,0.68) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,98,168,1) 0%, rgba(40,130,195,1) 31%, rgba(128,202,255,0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80caff', GradientType=0 );

    color: #fff;
    text-shadow: 1px 1px 5px #111;
}
.gradient-reverse{
background: rgba(246,246,246,1);
background: -moz-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 13%, rgba(239,239,239,1) 22%, rgba(237,237,237,1) 30%, rgba(31,130,202,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(13%, rgba(242,242,242,1)), color-stop(22%, rgba(239,239,239,1)), color-stop(30%, rgba(237,237,237,1)), color-stop(100%, rgba(31,130,202,1)));
background: -webkit-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 13%, rgba(239,239,239,1) 22%, rgba(237,237,237,1) 30%, rgba(31,130,202,1) 100%);
background: -o-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 13%, rgba(239,239,239,1) 22%, rgba(237,237,237,1) 30%, rgba(31,130,202,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 13%, rgba(239,239,239,1) 22%, rgba(237,237,237,1) 30%, rgba(31,130,202,1) 100%);
background: linear-gradient(135deg, rgba(246,246,246,1) 0%, rgba(242,242,242,1) 13%, rgba(239,239,239,1) 22%, rgba(237,237,237,1) 30%, rgba(31,130,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#1f82ca', GradientType=1 );    
    color: #fff;
    text-shadow: 1px 1px 5px #111;
}
.pointer {
    cursor: pointer;
}
                                /*Sizing*/
.samefontsize {
    font-size: inherit;   
}
.featurerow {
/border-bottom: 1px solid #ccc;
}
.featurecol h3 {
    font-size: 26px;
    margin: 10px;
}
.featurecol p{
    font-size: 22px;
    margin: 10px;
}
.smallerfont
    font-size: 50%;
}
.w300 {
    width: 300px;
}
.tinycol {
    max-width: 400px;
}
.tinydiv {
    max-width: 550px;
}
.meddiv {
    max-width: 800px;
}
.jumbotext {
 font-size: 4.5em;   
}
.morelh {
    line-height: 1.3em;
}
.medheight {
    height: 170px;
}
.selectorgap {
    height: 200px;
}
.smallfont {
    font-size: 1em;
    line-height: .8em;
}
@media (min-width: 771px) {
    #navbuffer {
        height: 57px;
    }
}
@media (max-width: 770px) {
    #navbuffer {
        height: 0px;
    }
}
.kern-widrm {
    letter-spacing: -1.3px;
}
.kern-widr {
    letter-spacing: -1.9px;
}
.kern-maintitle {
    letter-spacing: -2.3px;
}
.kern-1 {
    letter-spacing: -1px;
}
.kern-2 {
    letter-spacing: -2px;
}
.kern-3 {
    letter-spacing: -3px;
}
.kern-4 {
    letter-spacing: -4px;
}
.ag-adjust {
    letter-spacing: -1px;
}
.fp-block-adjust {
    letter-spacing: -1.8px;
}
.urn-adjust {
    letter-spacing: -.5px;
}
                                /*Images*/

a:hover {
    text-decoration: none;
    color: none;
}
.editsize {
    max-width: 400px;
}
                                /*Colors*/
.whitetext {
    color: #fff;   
}
.goldtext {
    color: #FFF00D;
}
.silvertext {
    color: #ddd;
}
.blacktext {
    color: #111;
}
.bluetext {
    color:  #2572c3;  
}
.highlight {
    background-color: #2572c3;
    color: #fff;
}
.bluehr {
    border-color: #2572c3;   
}
.bordered {
    border: 1px solid black;
    display: block;
    margin: auto;
        
}

/*Alignment*/
.righttext {
    text-align: right;
}
.lefttext {
    text-align: left;
}

                                /*Placement*/
#screenbanner {    
    background-color: #111;
}
.w300 {
    max-width: 300px;
}
#videobox {
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#headline {
    position: absolute;
    top: 30px;
    left: 50px;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    line-height: 1.2;
}
.fontbold {
    font-weight: 600;
    font-size: 58px;
}
.fontlight {
    font-weight: 200;
    font-size:  40px;
}
.cam {
    font-family: 'Source Sans Pro', 'Helvetica', sans-serif !important;
    font-size: 42px;
}
.cam a {
    color: #111!important;
    border-bottom: 1px solid #fff;
    transition: border .8s ease;
}
.cam a:hover {
    border-bottom: 1px solid #111;
}
@media (max-width: 990px) {
.cam {
    font-size: 30px; 
}
    
}
.camdate {
    font-size: 16px;
}
.weight700 {
    font-weight: 700;
}
.weight200 {
    font-weight: 200;
}
.productrow{
    margin: 0;
    padding: 0;
}
#producttray {
    position: relative;
    top: -7px;
    left: 0px;  
}
.productcard {
    display: inline-block;
    height: 110px;
    width: 100px;
    margin: -30px 30px 0 30px;
    text-align: center;
}
.productcard p{
    position: relative;
    bottom: 0px;
    color: #111;
    font-size: 16px;
    font-weight: 300;
}
.greytext {
    color: #777;
}
.editbuffer {
    height: 160px;
}
@media (min-width: 771px) {
    #buydrive {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #111;
    font-size: 23px;
    }
}
@media (max-width: 990px) {
    #buydrive {
    position: static;
    color: #111;
    font-size: 23px;
    }
}
.drivesize {
    height: auto;
    max-width: 300px;
}
.absolute {
    position: absolute;   
}
.centereddiv {
    margin: 0 auto;   
}
.logomargin {
   margin-top: 8px;
}
.moveup {
    margin-top: 40px;
}
.tinymargin-t {
 margin-top: 4px;    
}
.margin-t-minus {       /** czc **/
    margin-top: -5px;
}
.minus-margin-t{       /** czc **/
    margin-top: -5px;
}
.minus-medmargin-t{       /** czc **/
    margin-top: -10px;
}
.narrowh4 h4 {
    margin: 0px!important;
}
.margin-t {
    margin-top: 10px;   
}
.medmargin-t {
    margin-top: 20px;
}
.bigmargin-t {
    margin-top: 30px;
}
.giantermargin-t {    /*czc*/
    margin-top: 100px;
}
.giantmargin-t {    /*czc*/
    margin-top: 50px;
}
.giantmargin-b {    /*czc*/
    margin-bottom: 50px;
}
.bigmargin-b {
    margin-bottom: 30px;
}
.medmargin-b {
    margin-bottom: 20px;
}
.margin-b {
    margin-bottom: 10px;   
}
.tinymargin-l {
    margin-left: 5px;
}
.smmargin-l {
    margin-left: 10px;
}
.margin-l {
    margin-left: 15px;
}
.medmargin-l {
    margin-left: 25px;
}    
.bigmargin-l {
    margin-left: 50px;
}
.drivemargin {
    list-style:disc inside url("img/axleDrive2.png");
    text-indent: 20px;
}
.navmargin-l {
    margin-left: 49px;
}
.centered {
    display: block;
    margin: auto;
}
.margin-r {
    margin-right: 0px;
}
.navmargin-r {
    margin-right: 16px;
}
.margin-u {
 margin-top: 5px;   
}
.allmargin {
    margin-right: 20px;
    margin-bottom: 20px;
}
.floatright {
    float: right;   
}
.floatleft {
 float: left;   
}
.alignright {
    text-align: right;
}
@media (min-width: 768px) {
.toprow {
    margin-top: 40px;
}
}
@media (max-width: 768px) {
.toprow {
    margin-top: -20px !important;
}
}
@media (max-width: 768px) {
.buttonbreak {
    margin-top: 10px;   
}
}
.top {
    z-index: 1;   
}
.bottom {
    z-index: 10;   
}
.relative {
    position: relative;
}
@media (min-width: 768px) {
.bigtoprow {
    margin-top: 80px;
}
}
@media (max-width: 768px) {
.bigtoprow {
    margin-top: -20px !important;
}
}

.nospacing{
    margin: 0px !important;
    padding: 0px !important;
}
.smspacing {
    padding: 0px !important;
    margin-top: 8px !important;
    margin-bottom: 3px !important;
}
.absoluteleft {
        position: absolute;
        left: 0;
}
.fixed {
 position: fixed;   
}
.centeredimg {
    display: block;
    margin: auto;
}

                                /*Padding*/
.smpadding-all{
    padding: 10px;
}
.medpadding-all{
    padding: 20px;
}
.padding-r {
    padding-right: 10px;
}
.padding-t {
    padding-top: 10px;   
}
.padding-restore {
    padding-left: 30px;   
}
.bigpadding-b {
    padding-bottom: 30px;   
}
.padding-l {
    padding-left: 20px;
}
.padding-r {
    padding-right: 20px;
}

.padding-b {
    padding-bottom: 20px; 
}


                                /*Backgrounds*/
.bgvideo {
    width: 100%;
    height: 100%;
}
.bigimage {
    /background-image: url(../img/2015back.jpg);
    background-size: cover;
}
.snowimage {
       background-image: url(../img/wet_snow.png);
    background-size: cover;
}
.bluebackground {
    //background-color: #1BA5CC;
    background-color: #1f93ca;
}   
.mintbackground {                   /*czc*/
    background-color: #c9f0da;
}   
.ltgraybackground {                 /* czc */
    background-color: #eeeeee;
}   
.medgraybackground {                 /* czc */
    background-color: #bbbbbb;
} 
.caveimage {
     background-image: url(../img/smallcave.png);
    background-size: cover;  
}
.buyimage {
 background-image: url(../img/buya.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slow {
 -webkit-animation-duration: 20s;
}
.shaded {
   background-color: rgba(0,0,0,.7); 
}

@media (max-width: 700px) {
.smallhide {
       display: none;
}
}

@media (max-width: 768px) {
.smallflush {
       margin-right: -25px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}
}




#axlespan {
    color: #20C2F0;   
}

.centeredtext{
    text-align: center;
}

.fullscreen{
    width: 100%;
    overflow: hidden;
}

.band{                  /*czc*/
    width: 100%;
    height: 200px;
}
.mdpadding{
    padding: 25px 80px 25px 80px;
}
.smpadding {
    padding: 10px;
}
.tablerow {
    display:table;
}
.vcenter {
    display: table-cell;
    vertical-align:middle;
    float:none;   
}
.v-middle {
    margin: 0;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-90%);
    transform: translateY(-50%);
}
.whitetext a {
 color:#fff !important;   
}



.stealthlink{
    text-decoration: none !important;
}
#narrowtext {
    max-width: 800px;
    margin: 20px auto;
}

.narrowdiv {
    max-width: 900px;   
}

.largertext {
    font-size: .8em !important;
}


.border-b {
    border-bottom: 1px solid #AAA;
}

.flatlist {
    display: inline;
}
.red {
    color: #f00;
}
                           /*Buttons*/
@media (max-width: 768px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:67%;
    line-height: 1.2;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}
.btn-wid {
    width: 150px;
}

                                /*Buy page monstrosity*/
.vanish {
    display: none;   
}
@media screen and (min-width: 800px) {

.buya {
    position: absolute;
    display: inline !important;
    left: 150px;
    top: 50px;
}

.capps {
    position: absolute;
    left: 40px;
    top: 25px;
    font-size: 12px;
}
.tier1 {
     position: absolute;
    left: -10px;
    top: 125px;
    font-size: 12px;
}
.tier2 {
    position: absolute;
    left: -30px;
    top: 230px;
    font-size: 12px;
}
.tier3 {
    position: absolute;
    left: 0px;
    top: 310px;
    font-size: 12px;
}
.trans {
    position: absolute;
    left: 40px;
    top: 375px;
    font-size: 12px;
}
.emea {
    position: absolute;
    left: 500px;
    top: 75px;
    font-size: 12px;
}
.us {
    position: absolute;
    left: 710px;
    top: 75px;
    font-size: 12px;
}
.asia-pacific {
    position: absolute;
    left: 500px;
    top: 600px;
    font-size: 12px;
}
.buybox {
    position: relative;
    width:  800px;
    height: 750px;
    margin: auto;
    line-height: 6px;
}

.deflated {
    position: absolute !important;
    height: 700px;
    width: 900px;  
}
}

@media (max-width: 768px) {
.unstick {
    position: static !important;   
}
}

/*Overwrites*/
.btn {
    border-radius: 0px!important;
}
.navbar-nav {
 font-size: 1.2em !important;
 padding-top: 5px !important;
}
.jumbotron {
    padding-top: 0px !important;
    padding-bottom: 0px !important;    
}
.navbar-header {
 margin: 0 !important;
    padding: 0 !important;
}
.btn-primary {
    background-color: #1f93ca;
    border-color: #1f93ca;
    transition: background-color .5s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f82ca;
    //background-color: #147C99;
  border-color: #1f82ca;
}

body a {
    color: #1BA5CC;
}
.navbar-nav > li{
    margin: 0 -10px 0 0;
}

@media screen and (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 52px !important;
  }
}

/* New Support Page */
.frame {
    max-width: 800px;
    margin: 20px auto;
    padding: 15px;
}
.support-headline {
    font-family: 'Lato', 'Helvetica', sans-serif;
    font-size: 32px;
}
.support-form {
    
}
.support-form input,textarea,select {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    outline: none;
    font-family: 'Lato', 'Helvetica', sans-serif;
    font-size: 18px;
    transition: all .5s ease;
    border: 1px solid #aaa;
    padding: 5px;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.support-form input:focus,textarea:focus {
    border-color: #111;
    /background-color: #cff2ff;
}
.support-textarea {
    height: 200px;
}
#support-send {
    width: 200px;
    border-radius: 3px;
    border: 1px solid #1f93ca;
    background-color: #fff;

    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#support-send:hover {
    background-color: #1f93ca;
    color: #fff;
}

/*AXLE CAM*/
.canvas {
    background-color: #fff;
}
@media (max-width: 768px) {
.canvas {
    background-color: #ddd;
}
}

.welcome {
    width: 100%;
    height: auto;
    background: url(../img/camimage2.jpg);
    background-size: cover;
    overflow: hidden;
    padding: 15px 0px 0px 50px;
    font-family: 'Source Sans Pro', sans-serif;
    
}
@media (max-width: 768px) {
.welcome {
    padding-left: 20px;
    }
}
.welcome img {
    display: block;
    width: 100%;
    margin: auto;
    z-index: -1;
}
.camheader {
    color: #fff;
    font-size: 88px;
    max-width: 800px;
    margin-top: 5%;
    line-height: 1.0;
    
}
.cambuttons {
    margin-top: 20px;
}
@media (max-width: 768px) {
.cambuttons {
   text-align: center;
}
}
.cambuttons span {
    background-color: #1f93ca;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding: 10px;
    cursor: pointer;
    transition: background-color .3s ease;
}
.cambuttons span:hover {
    background-color: #1f82ca;
}
.playlinkholder {
    width: 105px;
    margin: 80px auto;
}
.linku  {
    text-decoration: underline;
}
.camplay {
    top: 10%;
    border-radius: 50%;
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 46px;
    text-align: center;
    width: 105px;
    margin: 80px auto;
    cursor: pointer;
    transition: all .6s ease;
}
.camplay a {
    color: inherit;
}
.camplay a:hover {
    color: 
}
.camplay i {
    margin-left: 5px;
}
.camplay:hover {
    color: #1f93ca;
    /color: #111;
    background-color: rgba(255,255,255,1);
    
}
@media (max-width: 768px) {
.camplay {
    display: none;
    }
}

.camsub {
    font-size: 66px;
    
}
.cambutton {
    display: inline-block;
    padding: 5px;
    font-size: 22px;
    vertical-align: bottom;
}
.buttontray {
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #fff;
    bottom: 0px;
    text-align: center;
}
.camrelease {
    padding: 0px 10px 10px 10px;
    /background: url(../img/fabric.png);
}
.releasetext {
    max-width: 800px;
    margin: 0px auto;
    font-size: 18px;
    background-color: #fff;
    padding: 40px 15px 15px 15px;
    
}
@media (max-width: 768px) {
.releasetext {
    box-shadow: 1px 1px 3px 3px #aaa;
    margin-top: 10px;
}
}
.camtitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}
.camsubtitle {
    font-size: 26px;
    line-height: 1.1;
}
.fluidbox {
    margin: 30px auto 30px auto;
    
}
.fluidbox iframe {
    width: 100%;
}
.axlehomevideo {
    position: relative;
    background: url(../img/axlehomevideo5.png) no-repeat center; 
    background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.panelhomevideo {
    background: url(../img/axlepanelvideo.png);  /** czc-less blue **/
    background-size: cover;
    width: 100%;
    height: 300px;
}

.sergiohomevideo {
    background: url(../img/sergio.png);  /** czc-less blue **/
    background-size: cover;
    width: 100%;
    height: 300px;
}
.edithomevideo {
    background: url(../img/edithomevideo2.png); /**czc **/
    background-size: cover;
    width: 100%;
    height: 300px;
}
.inline-image {
    display:inline;
    align: bottom;
}
.fluidimg {
    width: 100%;
}

.play {
    position: relative;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    font-size: 44px;
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(31, 147, 202, 0.4);
    padding: 5px 0 0 5px;
    cursor: pointer;
    transition: background-color .4s ease-out;
}
.play:hover {
    background-color: rgba(31, 147, 202, 1);
}
.video-screen {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,.8);
    z-index: 5000;
}

.video-container {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 840px;
    max-height: 540px;
}
.video-container iframe {
    display: none;
    width: 100%;
}
.nicetext {
    font-family: 'Lato', sans-serif; 
    font-weight: 400; 
    font-size: 20px;
}
.mednicetext {
    font-family: 'Lato', sans-serif; 
    font-weight: 350; 
    font-size: 22px;
}
.smnicetext {
    font-family: 'Lato', sans-serif; 
    font-weight: 300; 
    font-size: 18px;
}
.font-80p {
    font-size: 80%;
}
.lowtext {
    position: relative;
    vertical-align: bottom;
    bottom: -5px;
}
.ibcbox {
    max-width: 600px;
    font-family: 'Lato', sans-serif; 
    font-weight: 300; 
    font-size: 20px;
    font-weight: 700;
}
.ibcbox-text {
    max-width: 600px;
    font-family: 'Lato', sans-serif; 
    font-weight: 700; 
    font-size: 20px;
}
.ibcbox-smtext {
    font-family: 'Lato', sans-serif; 
    font-weight: 700; 
    font-size:14;
}
.ibcbox img {
    max-width:75px; 
    float:left; 
    padding-right: 15px;
}
#logoticker {
    position: static;
    bottom: 0;
    left: 0px;
    height: 100px;
    opacity: 1;
}

#logoticker2 {
    position: absolute;
    bottom: 0;
    height: 100px;
    opacity: .7;
}

#tickerback {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .2;
    background-color: #fff;
    height: 100px;
}

#tickerholder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.grabber {
    text-align: center;
    font-family: "Lato", sans-serif;
    color: #666;
    font-size: 24px;
    padding: 20px 10px 20px 10px;
    font-weight: 300;
    
}
.grabber p:first-child {
    font-size: 54px;
    color: #111;
    font-weight: 700;
    line-height: 1;
}
.grabberLeft {
    font-family: "Lato", sans-serif;
    color: #666;
    font-size: 24px;
    /padding: 0px 10px 0px 10px;
    font-weight: 300;
    
}
.grabberLeft p:first-child {
    font-size: 48px;
    color: #111;
    font-weight: 700;
    line-height: 1;
}
#demo-form, #news-form {
    padding 10px 15px 10px 10px 
}
#demo-form input, #news-form input {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #aaa;
    transition: border .5s ease-out;
    -webkit-transition: border .5s ease-out;
    -moz-transition: border .5s ease-out;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

#demo-form input[type="submit"], #news-form input[type="submit"] {
    background-color: #fff;
    width: 80px;
    cursor: pointer;
    margin: 10px auto;
}
#demo-form input[type="submit"]:hover, #news-form input [type="submit"]:hover {
    border: 1px solid #111;
}
#demo-form input:focus, #news-form input:focus {
    border: 1px solid #111;
    outline: none;
}
#demo-request-button {
    cursor: pointer;
}
@media (min-width:720px) {
    #demo-form input, #news-form input {
        display: inline-block;
        width: 250px;
        margin-left: 10px;
    }
    #demo-form input[type="submit"], #news-form input[type="submit"] {
        margin-left: 10px;
    }
}
.headcard {
    font-family: "Lato", sans-serif;
    font-size: 24px!important;
    font-weight: 300;
}
.headcard p:first-child {
    font-weight: 700!important;
}

#megquote, #rettquote, #mikequote, #craigquote {
}
#craigquote h3 {
    font-size: 22px;
}
#craigquote p {
    font-size: 20px;
}
#megquote, #rettquote, #mikequote {
    display: none;
    
}

.quotebox {
}

.trapfield {
    visibility: hidden;
    position: absolute;
}

.iconsiz{
    max-height: 150px;
    max-width: 150px;
}

.social {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background-color: #1f93ca;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: background-color .5s ease-out;
}
.social:hover {
    background-color: #1f82ca;
}
.social{
    margin-left: 15px;
}
.social i{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    vertical-align: top;
}

/* axle 2015 splash page */
@media (max-width: 767px) {
    .splashback {
        margin-top: -20px;
    }
}
@media (min-width: 768px) {
    .splashback {
        margin-top: 56px;
    }
}
.splashback {
    height: 300px;
    width: 100%;
    color: #fff;
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 28px;
}

.blackback {
    background-color: #111;
}

.video-page {
    max-width: 450px;
}
.teamimg {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.clearfloat {
    clear: both;
}
.nudge-right {
    position: relative;
    left: 15px;
}
.frontpage {
    width: 400px;
}
#newticker {
    background-color: #e3e3e3;
}
.fptitle {
    font-size: 64px;
    font-family: sans-serif;
    font-weight: 600;
    color:  #1f93ca;
    margin-bottom: -21px;
}
.greybordered {
    border: 1px solid #e3e3e3;
    
}
.fp-canvas {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.fp-frame {
    position: relative;
    overflow: hidden;
}
.fp-image {
    width: 100%;
}
.fp-zoom {
    transition: all 3s;
    backface-visibility: hidden;
}
.fp-zoom:hover {
}
.fp-clip {
    overflow: hidden;
}
.fp-block {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}
.fp-block-title {
    margin-left: 15px;
}
.fp-block-imageleft {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fp-drivesa.jpg) no-repeat top;
    background-size: cover;
    z-index: 9;
}
.fp-block-imageleftb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url(../img/fp-drivesb.jpg) no-repeat top;
    background-size: cover;
    z-index: 8;
}
.fp-block-imageleftc {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../img/fp-drivesc.jpg) no-repeat top;
    background-size: cover;
    z-index: 7;
}
.fp-block-imageright {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fp-axleinterfacea.png) no-repeat top;
    background-size: cover;
    z-index: 9;
}
.fp-block-imagerightb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fp-axleinterfaceb.png) no-repeat top;
    background-size: cover;
    z-index: 8;
}
.fp-block-imagerightc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fp-axleinterfacec.png) no-repeat top;
    background-size: cover;
    z-index: 7;
}
.fp-overlay {
    background-color: rgba(255,255,255,.9);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 30px 0 30px 0;
    text-align: center;
    z-index: 10;
}
.fp-button {
    padding: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    width: 160px;
    height: 60px;
    font-family: "lato", sans-serif;
    background-color: #1f93ca;
    margin: auto;
    cursor: pointer;
    transition: all .5s ease;
}
.fp-button p {
    text-align: center;
}

.fp-button:hover {
    background-color: #1f7bca
}
#contact-popup {
  box-sizing: border-box;
  transform: scale(0.8);
  padding: 60px;
  border: 3px solid #fff;
  border-radius: 3px;
  color: #111;
  background-color: #fff;
}

.popup_visible #contact-popup {
  transform: scale(1);
}
#contact-form input[type="text"]{
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}

#contact-form input[type="tel"] {
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}

#contact-form input[type="email"] {
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}
#contact-form {
    margin: auto;
}
#contact-form input:focus {
    outline: none;
    border: 1px solid #111;
}
.custom-textarea {
    height: 100px;
}
.checkunit {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 30%;
}
.checkunit ~ div {
    margin-left: 10px; 
}
#contact-form input[type="submit"] {
}
#contact-submit {
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #aaa;
    width: 160px;
   
}
.check-holder {
    margin-left: 20px;
}
.contact-popup_open {
}


#contact-form input[type="text"]{
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}

#contact-form input[type="tel"] {
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}

#contact-form input[type="email"] {
    display: block;
    padding: 5px;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    color: #111;
    margin: 15px 0 15px 0;
    width: 100%;
}
#contact-form {
    margin: auto;
}
#contact-form input:focus {
    outline: none;
    border: 1px solid #111;
}
.checkunit {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 30%;
}
.checkunit ~ div {
    margin-left: 10px; 
}
#contact-form input[type="submit"] {
}

.starter-form {
    background-color: #eee;
    border: 1px solid #aaa;
    max-width: 700px;
    margin: auto;
    padding: 10px;
    border-radius: 3px;
}
.starter-form i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 20px;
    color: #FFF;
    
}
.starter-i {
    box-sizing:border-box;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #1f93ca;
    top: -7px;
    -webkit-top: -6px;
}
.starter-form input:focus {
    outline: none;
    background-color: #1f93ca;
    color: #fff;
}

.starter-form input[type="text"], .starter-form input[type="email"], .starter-form input[type="tel"]  {
    padding: 7px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    transition: all .5s ease;
    margin: 12px 2px 12px 0px;
    border: 1px solid #1f93ca;
    width: 500px;
    height: 35px;
    
}

#starter-fname, #starter-lname {
    width: 249px;
}

#starter-send {
    width: 200px;
    border: 1px solid #1f93ca;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-top: 5px;
}
#starter-send:hover {
    background-color: #1f93ca;
    color: #fff;
}
.buy-option {
    border: 1px solid #1f93ca;
    border-top: 4px solid #1f93ca;
    border-bottom: 4px solid #1f93ca;
    border-radius: 3px;
    min-height: 25px;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #464646;
    height: 470px;
    
}
.animated-shadow {
    box-shadow: 0px 0px 0px #7b7b7b;
}
.animated-shadow:hover {
    box-shadow: 1px 4px 9px #7b7b7b;
    transition: all .4s;
}
.video-button {
    border: 1px solid #1f93ca;
    width: 300px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    background-color: #1f93ca;
}