body {
    color: black;
    font-family: Arial;
    line-height: 1.5em;
}

footer {
    
}

footer p {
    margin: 1em 4%;
    text-align: center;
    color: rgb(121, 121, 121);
    text-transform: uppercase;
}

.container {
    max-width: 1050px !important;
}

img {
    width: 100%;
}

h1, h2 {
    letter-spacing: -2px;
}

h3 {
    letter-spacing: -1px;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    line-height: 1em;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em
}
h4 {
    font-size: 1.3em;
}

a {
    color: black;
    text-shadow: 1px 1px 1px 1px white;
}

    a:hover {
        color: #ed1c24;
        text-shadow: 1px 1px #3e393a;
    }
.noMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.noPadding {
    padding: 0 !important;
}

.indent {
    padding-left: 4em !important;
}

.sectionHeader {
    margin: .8em 0;
}

    .sectionHeader h2,.sectionHeader h3,.sectionHeader h4, .sectionHeader h5 {
        margin: 0;
    }

    .sectionHeader h5 {
        font-size: 1em;
        font-weight: bold;
    }

#mainContent > div {
    border-bottom: 1px dotted black;
}

.mainRow {
    padding: 20px 0 30px 0 !important;
}

/*
    Header  
**********************/
#header {
    background-color: black;
}    

#header img {
    max-width: 220px;
    margin: 10px;
}

/*
    Main Title  
**********************/
#mainTitle {
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
}
#mainTitle .container {
    background-color: #010303;
    background-image: url('../images/image-TopArt-NoText-Short.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: auto;
}
#mainTitle h3 {
    font-size: 1.6em;
}
#mainTitle a h3 {
    margin-top: 10px;
    font-size: 2.2em;
}

.mainSubtext {
    margin-left: 8.33333333%;
    width: 83.33333333%;
}

.mainText {
    font-size: 1.5em;
    margin-bottom: 50%;
}

.mainText h2 {
    font-family: 'Oswald', sans-serif;
}

.mainText h4 {
    font-size: .7em;
}

    .mainText h3 {
        margin: 0;
    }
.mainFirst {

}
.mainSecond {
    margin-bottom: 5px;
    color: #ec1c24;
}
.toplink {
    display: inline-block;
}

.toplink p {
    font-size: 1.2em;
}
#motorText {
}

.learnMore img {
    width: auto;
    width: initial;
    max-width: 100%;
    margin-bottom: 10px;
}

/*
    Diagrams 
**********************/
.featureRow {
    margin: .5em 0;
}


#motor-on-bottom .lineDrawing {
    padding: 0;
    margin-top: -30px;
    max-width: 354px;
    padding-right: 30px;
}

#smart-pulse .lineDrawing {
    padding: 0 2em 2em 2em;
    max-width: 392px;
}

.dicon {
    width: 100%;
    max-width: 66px;
}

#smart-pulse .dicon {
    margin-left: 0;
    margin-right: 14px;
}
#motor-on-bottom p, #smart-pulse p {
    font-size: 1em;
    line-height: 1.3em;
}

#smart-pulse .learnMore {
    margin-top: 16px;
}

.chart {
    max-width: 502px;
}

.playFeatureButton {
    margin-left: 20px;    
}

/*
    Product Grid
**********************/
#productGrid h2 {
    font-size: 2.3em;
}

.productTile {
    border: 1px solid black;
    background-position: 0 -50%;
    background-repeat: no-repeat;
    background-size: 150%;
    margin: 15px 0 !important;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
}
    
    .productTile .header {
        padding: 10px 0 0 10px;
        height: 64px;
    }

    .productTile h5 {
        display: inline;
        background-color: rgba(256, 256, 256, .5);
    }

.tileOverlay {
    display: none;
    background-color: rgb(33, 33, 33);
    background-color: rgba(0, 0, 0, .7);
    background-clip: content-box;
    color: white;
    margin-top: 15px;
    /*padding-right: 32px;*/
    padding-bottom: 47px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
    .tileOverlay p {
        margin-left: 15px;
        margin-top: 10px;
    }
    .tileOverlay a {
        cursor: pointer;
        color:white;
    }
    .tileOverlay a:hover {
        cursor: pointer;
        color: #ed1c24;
    }

    .videoButton {
        display: none;
        color: white;
        background: #d91616; /* Old browsers */
	    background: -moz-linear-gradient(top,  #d91616 0%, #d91616 48%, #c20404 51%, #c20404 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91616), color-stop(48%,#d91616), color-stop(51%,#c20404), color-stop(100%,#c20404)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #d91616 0%,#d91616 48%,#c20404 51%,#c20404 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #d91616 0%,#d91616 48%,#c20404 51%,#c20404 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #d91616 0%,#d91616 48%,#c20404 51%,#c20404 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #d91616 0%,#d91616 48%,#c20404 51%,#c20404 100%); /* W3C */
        box-shadow: 0 3px #3c3c3c;
        box-sizing: border-box;
        border-width: 0;
        border-radius: 3px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        /*font-size: 1.8em;*/
        zoom: 1;
        /*padding: .25em .75em;*/
        line-height: normal;
        vertical-align: baseline;
        padding: .5em;
    }

    .video-container {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(31, 31, 31, 0.7);
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .video-holder {
        overflow: visible;
        max-height: 315px;
        height: 315px;
        width: 100%;
        position: fixed !important;
        top: 30px;
        z-index: 1000;
    }
    .video-holder iframe {
        height: 315px !important;
        max-width: 560px;
        margin: auto;
        position: absolute;
        left: 1% !important;
        right: 1% !important;
    }
     .closeBar {
         max-width: 560px;
         margin: auto;
         margin-top: -20px;
         background: #1b1b1b;
         text-align: right;
     }
     .closeBar a {
         color: white;
         font-size: 1.2em;
         padding-right: 1em;
         cursor: pointer;
     }
 /*
    Info Sections 
**********************/
 #what-pros-want, #power {
     padding-bottom: 15px;
 }

 #what-pros-want img {
     max-width: 236px;
 }

 .proWant h2 {
     margin: .6em 0;
 }

/* 
    RESPONSIVE     
*******************************/
.center-to-left-sm, .center-to-right-sm {
    text-align: center;
}
@media (max-width:310px) {
    .mainText h2 {
        line-height: .9em;
    }
    .mainSecond {
        margin-top: 0;
    }
}
/*
    MEDIA QUERIES Custom smaller
*******************************/
@media (min-width: 540px) {
    .mainSubtext{
        margin-left: 0;
        width: 100%;
    }
    .video-holder {
        max-height: 390px;
        height: 390px;
    }
    .video-holder iframe {
        height: 390px !important;
        max-width: 640px;
    }
    .closeBar {
        max-width: 640px;
    }
}
@media (min-width: 540px) and (max-width: 767px) {
    .col-smlr-4 {
        width: 33.3%;
    }
    .mainText {
        font-size: 2em;
        margin-bottom: 55%;
    }
    #motor-on-bottom, #smart-pulse {
        padding: 1em;
    }
    #motor-on-bottom p, #smart-pulse p {
        font-size: 1.2em;
    }
     .videoButton {
        margin-top: .2em;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .dicon {
        width: 62px;
    }
}

/*
    MEDIA QUERIES small
**********************/
@media (min-width: 768px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.8em
    }
    h4 {
        font-size: 1.3em;
    }    
    .sectionHeader {
        font-size: 1.4em;
    }
    .sectionHeader h5 {
        font-size: .8em;
    }
    .center-to-left-sm {
        text-align: left;
    }
    .center-to-right-sm {
        text-align: right;
    }
    .indent-sm {
        padding-left: 4em !important;
    }
    /*
        Header  
    **********************/

    /*
        Main Title  
    **********************/
    #mainTitle {
        background-color: black;
    }
    #mainTitle .container {
        height: 660px;
    }
    #mainTitle a h3 {
        font-size: 1.6em;
    }
    .mainText {
        font-size: 3em;
        margin-bottom: 330px;
    }
    .toplink {
        margin: 1em 1em 0 1em;   
    }
    #motorText {
        padding-left: 85px;
        padding-top: 10px;
    }
    /*
        Diagrams 
    **********************/
    #motor-on-bottom {
        padding: 2em;
    }
    #motor-on-bottom p, #smart-pulse p {
        font-size: 1.2em;
    }
    #smart-pulse .lineDrawing {
        margin-left: 15px;
        padding: 0 0 0 4px;
    }
    #smart-pulse .features {
        margin-right: -30px;
    }

    /*
        Product Grid
    **********************/


    /*
        Info Sections 
    **********************/

}

/*
    MEDIA QUERIES medium
**********************/
@media (min-width: 992px) {    
    .sectionHeader {
        font-size: 1.8em;
    }
    /*
        Info Sections 
    **********************/


    /*
        Header  
    **********************/

    /*
        Main Title  
    **********************/
    #mainTitle .container {
        height: 850px;
    }
    .mainText {
        font-size: 4em;
        margin-bottom: 7.25em;
    }
    #mainTitle a h3 {
        margin-top: 20px;
        font-size: 2.4em;
    }
    #motorText {
        padding-left: 30px;
    }
    .toplink {
        margin: 2em 2em 1em 2em;   
    }

    /*
        Diagrams 
    **********************/
    #motor-on-bottom p, #smart-pulse p {
        font-size: 1.2em;
    }
    #motor-on-bottom .lineDrawing {
        margin-top: -50px;
    }
    #smart-pulse .lineDrawing {
        margin-left: 15px;
        padding: 0 0 0 15px;
    }
    .featureRow {
        margin: 1.5em 0;
    }
    .featureRow h3 {
        font-size: 1.9em;
    }
    /*
        Product Grid
    **********************/
    .productTile {
        background-position: -50% -100%;
        background-size: 250px;
    }
    .videoButton {
        margin-top: 2em;
        padding: .5em;
    }
    .video-holder {
        max-height: 510px;
        height: 510px;
    }
     .video-holder iframe {
        height: 510px !important;
        max-width: 850px;
    }
    .closeBar {
        max-width: 850px;
    }
    /*
        Info Sections 
    **********************/

}

/*
    MEDIA QUERIES large
**********************/
@media (min-width: 1200px) {    
    .sectionHeader {
        font-size: 2.1em;
    }
    /*
        Info Sections 
    **********************/


    /*
        Header  
    **********************/

    /*
        Main Title  
    **********************/
    #mainTitle .container {
        height: 924px;
    }
    .mainText {
        margin-bottom: 8.4em;
    }
    #mainTitle a h3 {
        margin-top: 20px;
        font-size: 2.6em;
    }
    #motorText {
        padding-left: 10px;
    }
    .toplink {
        margin: 2em 2em 1em 2em;   
    }
    /*
        Diagrams 
    **********************/
    #smart-pulse .featureRow {
        margin: .5em 0;
    }

    /*
        Product Grid
    **********************/    
    .productTile {
        background-position: -100% -100%;
        background-size: 270px;
    }
     .videoButton {
        margin-top: 3em;
    }

    /*
        Info Sections 
    **********************/

}