@charset "UTF-8";
/* CSS Document */


/* =========================================
   LOCAL FONT
========================================= */

@font-face {
    font-family: "Trade Gothic";
    src: url("fonts/Trade-Gothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/* =========================================
   BODY
========================================= */

body {
    background-color: #000;
    margin: 0 auto;
    padding: 0;
}


/* =========================================
   MAIN WRAPPER
========================================= */

#wrap {
    width: 1000px;
    height: 3120px;

    background-image: url("images/background.png");
    background-repeat: no-repeat;
    background-color: #000;

    margin: 0 auto;
}


/* =========================================
   LINKS
========================================= */

a:link {
    color: #CCC;
    text-decoration: none;
}

a:visited {
    color: #CCC;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}


/* =========================================
   GENERAL TEXT
========================================= */

p {
    color: #FFF;
    font-family: "Trade Gothic", sans-serif;
    font-size: 36px;
    line-height: 36px;
}

p.first-block {
    width: 300px;
}


/* =========================================
   HEADINGS
========================================= */

h1 {
    color: #FFF;
    font-family: "Trade Gothic", sans-serif;
    font-size: 75px;
    line-height: 65px;
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================
   HEADER
========================================= */

#header {
    width: 100%;
    height: 68px;

    color: #FFF;
    font-family: "Trade Gothic", sans-serif;
}


/* =========================================
   STARS
========================================= */

#stars {
    float: right;

    padding-right: 33px;
    padding-top: 30px;
}


/* =========================================
   TOP SECTION
========================================= */

#topcontext {
    padding-top: 66px;

    height: 755px;
    width: 1000px;
}


/* =========================================
   APP ICON
========================================= */

#icon {
    padding-top: 18px;
    border: 0;
}


/* =========================================
   LEFT TOP CONTENT
========================================= */

#lefttop {
    width: 230px;
    float: left;
    height: 400px;
}


/* =========================================
   FLASHLIGHT TEXT / LOGO
========================================= */

#flashtxt {
    float: left;
    padding-left: 40px;
}


/* =========================================
   MAIN FLASHLIGHT IMAGE
========================================= */

#flashlightwrld {
    float: right;

    height: 470px;
    width: 522px;
}


/* =========================================
   FIRST QUOTE
========================================= */

p.qt {
    clear: both;

    width: 302px;
    height: 100px;

    float: right;

    padding-right: 40px;

    font-family: "Trade Gothic", sans-serif;
    color: #FFF;

    font-size: 36px;
}


/* =========================================
   APP STORE BUTTON 1
========================================= */

#aps1 {
    width: auto;
    height: auto;

    padding-left: 40px;

    float: left;
}


/* =========================================
   RESTAURANT SECTION
========================================= */

#menubx {
    width: 100%;

    padding-top: 80px;

    height: 415px;
}


/* =========================================
   SECOND QUOTE
========================================= */

p.qt2 {
    width: 380px;
    height: auto;

    float: left;

    padding-top: 30px;
    padding-left: 40px;

    font-family: "Trade Gothic", sans-serif;
    color: #FFF;
}


/* =========================================
   RESTAURANT IMAGE
========================================= */

#menu {
    width: auto;
    height: auto;

    float: right;
    clear: inherit;

    padding-right: 82px;
}


/* =========================================
   TITLE 1
========================================= */

#title1 {
    padding-left: 40px;
    width: 100%;
}


/* =========================================
   TITLE 1 LEFT PADDING
========================================= */

.paddinfleft {
    padding-left: 170px;
}


/* =========================================
   EMERGENCY / MECHANIC SECTION
========================================= */

#mechanicbx {
    width: auto;
    height: 583px;
}


/* =========================================
   FLAT TIRE IMAGE
========================================= */

#mecimg {
    float: left;
    padding-left: 40px;
}


/* =========================================
   THIRD QUOTE
========================================= */

#qt3 {
    width: 390px;
    height: 250px;

    float: right;

    padding-top: 50px;
    padding-right: 40px;

    font-family: "Trade Gothic", sans-serif;
    color: #FFF;

    font-size: 36px;
}


/* =========================================
   APP STORE BUTTON 2
========================================= */

#aps2 {
    width: auto;
    height: auto;

    padding-top: 192px;
    padding-right: 40px;

    float: right;
}


/* =========================================
   TITLE 2
========================================= */

#title2 {
    text-align: right;

    padding-right: 40px;

    width: 960px;

    padding-top: 15px;
    padding-bottom: 15px;
}


/* =========================================
   TITLE 2 RIGHT PADDING
========================================= */

.paddinright {
    padding-right: 110px;
}


/* =========================================
   FINAL QUOTE SECTION
========================================= */

#finqt {
    width: 100%;
    height: 400px;
}


/* =========================================
   EMPTY / CONTENT BOX
========================================= */

#emptybx {
    width: 1000px;
    height: 362px;
}


/* =========================================
   FOURTH QUOTE
========================================= */

#qt4 {
    width: 400px;

    float: left;

    padding-left: 40px;
    padding-top: 40px;

    font-family: "Trade Gothic", sans-serif;
    color: #FFF;

    font-size: 30px;
}


/* =========================================
   OPTIONAL BATTERY IMAGE
========================================= */

#img4 {
    padding-top: 90px;

    float: right;

    width: 500px;
}


/* =========================================
   APP STORE BUTTON 3
========================================= */

#aps3 {
    width: auto;
    height: auto;

    padding-left: 40px;
    padding-bottom: 55px;

    float: left;
}


/* =========================================
   FOOTER
========================================= */

#footer {
    width: 100%;
    height: 243px;

    padding-left: 40px;

    clear: both;
}


/* =========================================
   I4 SOFTWARE LOGO
========================================= */

#i4softwarelogo {
    width: 100%;
    height: auto;

    float: left;

    padding-bottom: 20px;
}


/* =========================================
   APP ICONS
========================================= */

#appicons {
    float: left;
}


/* =========================================
   IMAGES
========================================= */

img {
    border: 0;
    max-width: 100%;
}


/* =========================================
   TABLE
========================================= */

#appicons table {
    border-collapse: separate;
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    #wrap {
        width: 100%;
        height: auto;

        background-size: cover;
    }

    #topcontext {
        width: 100%;
        height: auto;

        padding-bottom: 60px;
    }

    #header {
        width: 100%;
    }

    #lefttop {
        width: 100%;
        height: auto;
    }

    #flashtxt {
        padding-left: 40px;
    }

    #flashlightwrld {
        float: none;

        width: 100%;
        height: auto;

        text-align: center;

        margin-top: 30px;
    }

    #flashlightwrld img {
        max-width: 90%;
    }

    p.qt {
        float: none;

        width: auto;
        height: auto;

        padding: 20px 40px;

        text-align: center;
    }

    #aps1 {
        float: none;
        text-align: center;
    }

    #menubx {
        height: auto;
        padding-bottom: 60px;
    }

    p.qt2 {
        float: none;

        width: auto;

        padding: 30px 40px;

        text-align: center;
    }

    #menu {
        float: none;

        padding-right: 0;

        text-align: center;
    }

    #menu img {
        max-width: 90%;
    }

    #title1 {
        width: auto;
        padding: 40px;
    }

    #mechanicbx {
        height: auto;
        padding-bottom: 60px;
    }

    #mecimg {
        float: none;

        padding-left: 0;

        text-align: center;
    }

    #mecimg img {
        max-width: 90%;
    }

    #qt3 {
        float: none;

        width: auto;
        height: auto;

        padding: 40px;

        text-align: center;
    }

    #aps2 {
        float: none;

        padding: 20px;

        text-align: center;
    }

    #title2 {
        width: auto;

        padding: 40px;

        text-align: center;
    }

    #finqt {
        height: auto;

        padding-bottom: 50px;
    }

    #emptybx {
        width: 100%;
        height: auto;
    }

    #qt4 {
        float: none;

        width: auto;

        padding: 40px;

        text-align: center;
    }

    #img4 {
        float: none;

        width: 100%;

        text-align: center;
    }

    #aps3 {
        float: none;

        padding: 20px;

        text-align: center;
    }

    #footer {
        width: auto;
        height: auto;

        padding: 40px;

        text-align: center;
    }

    #i4softwarelogo {
        float: none;
    }

    #appicons {
        float: none;

        overflow-x: auto;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 600px) {

    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    p {
        font-size: 24px;
        line-height: 28px;
    }

    p.first-block {
        width: auto;
    }

    #stars {
        float: none;

        padding-right: 0;

        text-align: center;
    }

    #flashtxt {
        float: none;

        padding-left: 20px;
        padding-right: 20px;

        text-align: center;
    }

    #flashtxt img {
        max-width: 80%;
    }

    .paddinfleft {
        padding-left: 0;
    }

    .paddinright {
        padding-right: 0;
    }

    #title1,
    #title2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #qt3,
    #qt4 {
        font-size: 24px;
        line-height: 28px;
    }

    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}