﻿@font-face {
    font-family: 'AlternateGotNo3D-Regular';
    src: url('/assets/AlternateGotNo3D-Regular.ttf');
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    margin: 0 0 180px;
}
input[type=button], input[type=submit] {
    -webkit-appearance: none;
}
.clear { clear:both;
}
.mobile { display:none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
img { max-width:100%;
}
/*header*/
.header {
    padding: 20px 20px 0px 20px;
}
.logo {
    width: 280px;
    float: left;
   
}
.utilitynav {
    width: 280px;
    float: right;
}
    .utilitynav a, .utilitynav span {
        display: inline-block;
        float: right;
    }
        .utilitynav a:hover {
            color: #F28C1D;
        }
.login { margin:8px 10px 0px 0px;
}


.pipe {
    margin: 6px 10px 0px 0px;
    font-size: 16px;
    color: #F28C1D;
    font-family: Arial;
}
.ncart { width:42px; height:42px;
}
/*header*/

/*Hornav*/
.hornav {
    background: #414142;
    margin:20px 0px 0px 0px;
}
.hornav ul li {
    margin: 0px 0px 0px 0px;
    padding: 10px 16px 0px 16px;
    text-align: center;
     
}
.hornav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "AlternateGotNo3D-Regular";
    font-size: 20px;
   
}
    .hornav ul li a:hover {
        background: #F28C1D;
    }
  /*Hornav*/

  /*footer*/
.footer {
    background-color: #333;
    color: #FFF;
    position: relative;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 160px;
    width: 100%;
    overflow: hidden;
}
.footercopy {
    padding: 30px;
    text-align: center;
   
}
    .footercopy img { width:42px;
    }
    .footercopy p {
        margin: 0px;
        font-family: 'Helvetica-Condensed';
        font-weight: normal;
        font-size: 18px;
    }
        /*footer*/
        /*body*/
        .divbody {
            margin: 0px auto 30px auto; 
            width:98%; max-width:960px;
        }
h1 {
    font-family: "AlternateGotNo3D-Regular";
    font-size: 30px;
    font-weight: normal;
   
}
h2 {
    font-family: "AlternateGotNo3D-Regular";
    font-size: 25px;
    font-weight: normal;
}
h3 {
    font-family: "AlternateGotNo3D-Regular";
    font-size: 20px;
    font-weight: normal;
}
.price, .lbls {
    font-family: "AlternateGotNo3D-Regular";
    font-size: 25px;
    font-weight: normal;
}
/*body*/
@media screen and (max-width: 500px) {
    .mobile {
        display: block;
    }
    .header {
        padding: 10px 0px 0px 0px;
    }
    .logo {
        width: 280px;
        float: none;
        margin: auto auto 10px 70px;
    }
    .utilitynav {
        width: 280px;
        float: none;
        margin: auto;
    }
        .utilitynav a, .utilitynav span {
            display: inline-block;
             
        }

    .hamburger {
        display:block; width:42px; height:36px; position:absolute;
        margin:5px 0px 0px 5px;
        z-index:5;
    }
        .hamburger .icon-bar {
            display: block;
            width: 42px;
            height: 6px;
            border-radius: 1px;
            background-color: #c2c2c2
        }
            .hamburger .icon-bar + .icon-bar {
                margin-top: 6px;
            }


    .hornav {
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
        z-index: 1;
        padding-bottom: 20px;
    }

}
