@font-face {
    font-family: 'futura_otro';
    src: url('fonts/font-webfont.eot');
    src: url('fonts/font-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/font-webfont.woff2') format('woff2'),
         url('fonts/font-webfont.woff') format('woff'),
         url('fonts/font-webfont.ttf') format('truetype'),
         url('fonts/font-webfont.svg#a_futuraortoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/********************************
*        BASIC ELEMENTS         *
********************************/

html
{
    width: 100%;
    height: auto;
}

body
{
    width: 100%;
    height: auto;
    position: relative;
    font-family: futura_otro;
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
}

p
{
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li
{
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}

h1
{
    
}

h2
{
    
}

h3
{
    
}

h4
{
    
}

h5
{
    
}

h6
{
    
}
/********************************
*         BASIC CLASSES         *
********************************/

.no-decoration
{
    text-decoration: none;
    color: inherit;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.red, .error
{
    color: #f00;
}

.arrow-right
{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #51C3C2;
    display: inline-block;
    position: relative;
}

.arrow-left
{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #51C3C2;
    display: inline-block;
    position: relative;
}

#lightbox-image-buttons .arrow-right
{
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 28px solid #fff;
    display: inline-block;
    position: relative;
}

#lightbox-image-buttons .arrow-left
{
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 28px solid #fff;
    display: inline-block;
    position: relative;
}

.no-scroll
{
    overflow: hidden;
    width: calc(100% - 17px);
}

/********************************
*        GENERAL STYLES         *
********************************/

#page-container
{
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 3px 3px 15px #999;
}

#content
{
    width: 90%;
    
    padding: 0px 5%;
}

.spacer.half
{
    height: 22px;
}

.spacer
{
    height: 44px;
    display: block;
}

.spacer.double
{
    height: 5em;
}

.spacer#footer-spacer
{
    height: 50px;
}

.button
{
    -webkit-appearance: none;
    appearance: none;
    background-color: #000A68;
    padding: 10px 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    opacity: .92;
}

.button:hover
{
    opacity: 1;
}

.button:active
{
    background-color: #414fd7;
}

.right-button
{
    float: right;
}

.error-message
{
    left: 50%;
    margin-left: -9px;
    position: absolute;
    bottom: -3px;
    font-size: .75em;
}

#contact-form .error-message
{
    left: 30%;
}

/********************************
*         HEADER STYLES         *
********************************/

#header
{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header-separator
{
    width: 2px;
    height: 99px;
    display: inline-block;
    border-right: 2px solid #000A68;
    opacity: .75;
}

#logo-container
{
    width: 63%;
    margin: 45px 0px 45px 45px;
    display: inline-block;
}

#logo
{
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
}

#cart-button-container
{
    display: inline-block;
    width: auto;
    height: 100%;
    margin-right: 45px;
}

#cart-button
{
    display: block;
    padding: 10px;
    color: #51C3C2;
    background-color: #fff;
    border: 1px solid #51C3C2;
}

#cart-button .arrow-right
{
    border-left-color: #51C3C2;
    margin-left: 3px;
}

#cart-button:hover
{
    color: #fff;
    background-color: #51C3C2;
}

#cart-button:hover .arrow-right
{
    border-left-color: #fff;
}

/** MENU */

#menu-container
{
    width: 100%;
}

#menu
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-flex;
    display: flex;
}

.menu-item
{
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    color: #fff;
    opacity: .95;
}

.menu-item-1
{
    background-color: #0e1342;
}

.menu-item-2
{
    background-color: #171f6b;
}

.menu-item-3
{
    background-color: #1f2a95;
}

.menu-item-4
{
    background-color: #2836be;
}

.menu-item-5
{
    background-color: #414fd7;
}

.menu-item-6
{
    background-color: #6b76df;
}

.menu-item.active .menu-item-anchor
{
    border-bottom: 2px solid #fff;
    padding: 14px 0px 12px;
}

.menu-item-anchor
{
    color: inherit;
    display: block;
    padding: 14px 0px;
}

.menu-item:hover, .menu-item.active
{
    opacity: 1;
}

/* **/

#header-image-container
{
    width: 100%;
    
    height: 400px;
    overflow: hidden;
    position: relative;
}

#header-image
{
    width: 100%;
    position: relative;
    /* top: -77px; */
}

/********************************
*         FOOTER STYLES         *
********************************/

#footer
{
    width: 90%;
    padding: 0px 5%;
    background-color: #000A68;
    display: inline-table;
}

.footer-item
{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 24px 0px;
    line-height: 24px;
    font-size: 14px;
}

#footer #copyright
{
    text-align: left;
}

#footer #address
{
    text-align: right;
}

/********************************
*      GENERAL ELEMENTS         *
********************************/

#contact-bar
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    padding: 0px 5%;
    text-align: center;
    background-color: #ddd;
    color: #333;
}

.contact-bar-item
{
    padding: 24px 0px;
    letter-spacing: 1px;
    line-height: 32px;
}

#contact-bar #address
{
    line-height: 16px;
}

#contact-bar #address span
{
    /* padding-bottom: 6px; */
    display: inline-block;
    line-height: 32px;
}

.content-header
{
    margin-bottom: 16px
}

.content-p
{
    line-height: 24px;
    color: #333;
    text-align: justify;
}

.content-p span.error
{
    color: #f00;
    float: right;
}

.paypal-form
{
    
}

.paypal-form.add-to-cart
{
    
}

.paypal-form.view-cart
{
    
}

/********************************
*           HOME PAGE           *
********************************/

#shop-now-button-container
{
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#shop-now-button
{
    padding: 17px 22px;
    background-color: #000A68;
    color: #fff;
    font-size: 1.25em;
    opacity: .95;
}

#shop-now-button:hover
{
    opacity: 1;
}

/********************************
*           ABOUT PAGE          *
********************************/

#about-containers
{
    margin: 0px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about-container
{
    width: 30%;
}

.about-container.left
{
}

.about-container.middle
{
}

.about-container.right
{
}

.about-header
{
    margin-bottom: 16px;
    text-align: center;
}

.about-content
{
    line-height: 24px;
    color: #333;
    text-align: justify;
}


/********************************
*           SHOP PAGE           *
********************************/

#products-container
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-container
{
    width: 31.5%;
    height: 235px;
    margin-bottom: 44px;
}

.product-image-container
{
    width: 255px;
    height: 185px;
    overflow: hidden;
}

.product-image
{
    width:100%;
    height:100%;
}

.product-info-container
{
    line-height: 1.5em;
}

.product-label
{
    font-size: .8em;
}

.product-number
{
color: #999;display: inline-block;float: right;}

.product-name
{
    
}

.product-price
{
    
}

.product-container:hover
{
    cursor: pointer;
}

.product-container:hover .product-name, .product-container:hover .product-price
{
    color: #3240C1;
}

/********************************
*      PRODUCT LIGHTBOX         *
********************************/

#lightbox-container
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#lightbox
{
    width: 80%;
    padding: 5%;
    max-width: 1024px;
    background-color: #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#lightbox.image-lightbox
{
    width: auto;
}

#lightbox.image-lightbox #image
{
    max-width: 900px;
}

#lightbox #close-button
{
    position: absolute;
    font-size: 1.25em;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    top: 10px;
    right: 10px;
    padding: 10px;
    margin: -10px;
    cursor: pointer;
    opacity: .5;
}

#lightbox #close-button:hover
{
    opacity: 1;
    background-color: #eee;
}

#lightbox-image-container
{
    width: 45%;
    position: relative;
}

#lightbox-image-container #lightbox-image-buttons
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#lightbox-image-container .lightbox-button
{
    opacity: 0;
    padding: 50% 0px;
    width: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 3em;
    background-color: rgba(0,0,0,.1);
    text-align: center;
}

#lightbox-image-container .lightbox-button:hover
{
    opacity: 1;
}

.lightbox-image
{
    width: 100%;
    display: none;
    height: auto;
}

.lightbox-image.active
{
display: block;}

#img1.lightbox-image
{
    
}

#img2.lightbox-image
{
    
}

#img3.lightbox-image
{
    
}

#img4.lightbox-image
{
    
}

#lightbox-info-container
{
    width: 45%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#lightbox-info-container #product
{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 16px;
}

#lightbox-info-container #name
{
    font-size: 1.5em;
}

#lightbox-info-container #number
{
color: #888;min-width: 64px;text-align: right;}

#lightbox-info-container #description
{
    /* padding: 8px 0px; */
    text-align: justify;
    line-height: 1.5em;
}

#lightbox-info-container #extra
{
    font-size: .75em;
    text-align: center;
}

#lightbox-info-container #price-container
{
    text-align: center;
    padding: 12px 0px;
}

#lightbox-info-container #price
{
    font-size: 1.5em;
}

#lightbox-info-container #shipping
{
    font-size: .9em;
    color: #666;
}

#lightbox-info-container #buttons-container
{
    -webkit-align-self: center;
    align-self: center;
}

#lightbox .paypal-form
{
    float: left;
    margin: 0px 8px;
}

#lightbox .paypal-form.add-to-cart
{
    
}

#lightbox .paypal-form.view-cart
{
    
}

#lightbox-info-container #instruction
{
    font-size: .75em;
    color: #777;
    padding-top: 8px;
    text-align: justify;
}

/********************************
*          DEALERS PAGE         *
********************************/

#dealer-form
{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contact-info-group
{

width: 47%;width: calc(50% - 24px);padding-right: 24px;}

.form-group
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 32px;
}

.group-header
{

width: 100%;padding-bottom: 8px;margin-bottom: 8px;border-bottom: 1px solid #aaa;font-size: 1.25em;}

#entry-firstName
{

}

.form-line
{
    display: 
    
    
    
    
    
    
    
    -webkit-flex;
    position: relative;
    display: flex;
    padding: 10px 0px 16px 0px;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.group-entry-label
{

}

.group-entry-number
{
    display:inline-block;
    color: #888;
    font-size: .65em;
}

.group-entry-input
{

height: 24px;padding-left: 7px;width: 50%;border: 1px solid #aaa;}

#entry-lastName
{

}

#entry-email
{

}

#entry-tel
{

}

#company-info-group
{

width: 47%;width: calc(50% - 24px);padding-left: 24px;}

#entry-companyName
{

}

#entry-dealerNumber
{

}

#entry-address
{

}

#entry-city
{

width: 41%;}

#entry-city .group-entry-label
{
    
}

#entry-city .group-entry-input
{
    width: 67%;
}

#entry-state
{

width: 25%;}

#entry-state .group-entry-label
{
    
}

#entry-state .group-entry-input
{
    width: 40%;
}

#entry-zip
{

width: 22%;}

#entry-zip .group-entry-label
{
    
}

#entry-zip .group-entry-input
{
    width: 56%;
}

#entry-shippingNotes
{
    height: 70px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#entry-shippingNotes .group-entry-input
{
    height: 100%;
}

#products-group
{

}

#products-group .group-entry
{
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

#products-group .group-entry-label
{
    width: 250px;
    line-height: 24px;
}

#products-group .product-image-container
{
    width: 75px;
    height: 75px;
    overflow: hidden;
}

#products-group .product-image
{
    width: auto;
    height: 100%;
    opacity: .8;
    cursor: pointer;
    }
    
#products-group .product-image:hover
{
    opacity: 1;
}

#products-group .product-description
{
    width: 320px;
    color: #888;
    line-height: 18px;
    font-size: .8em;
    letter-spacing: .5px;
}

#products-group .group-entry-input
{
    width: 30px;
}

.special-notes-container
{
    display: 
    
    
    
    
    
    -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    height: 46px;
}

.special-notes-container.clicked
{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.special-notes-button
{

font-size: .75em;border: 1px solid #333;padding: 5px;color: #000;opacity: .75;float: right;cursor: pointer;}

.special-notes-button:hover
{
    opacity: 1;
}

.special-notes-button.plus
{
    
}

.special-notes-button.minus
{
    display: none;
    border: none;
    font-size: 1.5em;
}

.special-notes-container.clicked .special-notes-button.plus
{
    display: none;
}

.special-notes-container.clicked .special-notes-button.minus
{
    display: inline-block;
    float: left;
}

.special-notes-container .group-entry-note
{

display: none;height: 100%;width: 400px;float: right;box-sizing: border-box;padding: 7px;}

.special-notes-container.clicked .group-entry-note
{

display: inline-block;}

#review-container
{
    display: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

#review-button
{
    
}

/********************************
*   BLOG PAGE (NOT WORDPRESS)   *
********************************/


/********************************
*         CONTACT PAGE          *
********************************/


/********************************
*             FORM              *
********************************/

.form
{
    width: 65%;
    
    margin: 0px auto;
}

.form-line
{
}

.text-label
{
    width: 127px;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    top: 7px;
    font-weight: 100;
}

.input-container
{
    display: block;
    overflow: hidden;
    height: auto;
    padding: 2px;
    top: 0px;
    position: relative;
}

.text-input
{
    padding: 5px;
    width: 70%;
    border: 1px solid #A0A0A0;
}

#comments-input.text-input
{
    height: 70px;
}

#contact-form-line-comments
{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.required-field-star
{
    position: absolute;
    right: 0px;
}

#required-field-info
{
    position: relative;
    left: 144px;
    top: 3px;
}


/********************************
*         MEDIA QUERIES         *
********************************/

@media only screen and (min-width : 481px) and (max-width : 900px)
{
    #page-container
    {
        width: 100%;
        max-width: auto;
        margin: 0px;
        position: relative;
        display: block;
        background-color: #fff;
        box-shadow: none;
    }
}