/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -120px;
    /* Pad bottom by footer height */
    padding: 0 0 120px;
}
/*
div.container.wrap
{
    max-width: 940px !important;
}
*/
/* Set the fixed height of the footer here */
#footer {
    height: 120px;
    background-color: #f5f5f5;
}

.or-brand-color
{
    color: #ee741d;
}


/**
 * Super-Header
**/
div.divider-black
{
    width: 100%;
    height: 1px;
    background-color: #000;
}

header p
{
    margin-top: 5px;
}

div.logo
{
    margin-top: 30px;
}

div.logo img
{
    margin: 0 auto;
}

ul.top-nav
{
    margin-top: 30px;
    padding-left: 0;
}

ul.top-nav li
{
    list-style-type: none;
    text-align: center;
}

ul.top-nav li a:hover
{
    color: #000;
    text-decoration: none;
}

ul.top-nav li a
{
    text-transform: uppercase;
}
ul.secondary-nav
{
    padding-left: 0;
    margin-top: 5px;
}
ul.secondary-nav li
{
    list-style-type: none;
    display: inline-block;
    padding: 0 2px;
}

ul.secondary-nav li a:hover
{
    text-decoration: none;
}

div.slogan
{
    background-color: #ee741d;
    color: #000;
    padding: 15px;
    font-size: 1.35em;
    display: inline-block;
    margin: 100px 0 50px 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.featured-image-post,
.featured-image-page
{
    margin: 20px 0;
}
.featured-image-page img,
.featured-image-post img
{
    margin: 0 auto;
}

.featured-image-post img
{
    height: 180px;
}

.featured-image-page img
{
    border-radius: 15px;
    border: 1px solid #b3b3b3;

}

div.content h1
{
    font-size: 1.6em;
    text-transform: uppercase;
    color: #ee741d;
}
div.content h2
{
    font-size: 1.3em;
    text-transform: uppercase;
    color: #ee741d;
}


.teamQuote h2
{
    color: #ee741d;
    font-size: 28px;
    text-transform: uppercase;
}

.teamQuote h3
{
    font-size: 18px;
}

/**

**/

article h2.entry-title
{
    text-transform: uppercase;
    font-size: 1.4em;
}

article h2.entry-title a
{
    color: #ee741d;
}

article div.entry-summary
{
    color: #646567;
    font-size: .9em;
}

/**
 * Brands
**/

.brand
{
    width: 100%;
    height: 100px;
    line-height: 100px;
    border: 2px solid #b3b3b3;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 20px auto;
}

.brand:hover
{
    border-color: #ee741d;
}

.btn-or
{
    background-color: #ee741d;
    color: #FFF;
}

/**
 * Products
**/

.product-container
{
    float: left;
    width: 205px;
    margin-right: 20px;
}

.product-container:first-child
{
    margin-left: 0;
}

.product-container:after
{
    content: " ";
    clear: both;
}

img.product-image
{
    border: 2px solid #b3b3b3;
    width: 100%;
    height: auto;
}

.product
{
    display: block;
    position: relative;
    margin-top: 20px;
}

.product .infos
{
    display: none;
}
.product:hover .infos
{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 15px;
}

.product-attr
{
    text-align: right;
    margin: 8px auto;
    color: #FFF;
    line-height: 1;
}

.product-attr-icon
{
    background: url('../img/product-icons.png') no-repeat -5px -107px;

    padding-left: 75px;
    font-size: 12px;
}

.product-attr-icon-socketwidth
{
    background-position: -2px -51px;
}

.product-attr-icon-lenswidth
{
    background-position: -2px -79px;
}

.product-attr-icon-bridgewidth
{
    background-position: -2px -2px;
}

.product-attr-icon-lensheight
{
    background-position: -5px -107px;
}

.product-attr-icon-templelength
{
    background-position: -8px -27px;
}


.product-attr-icon-instock,
.product-attr-icon-outofstock
{
    background: url('../img/stock-icon.png') no-repeat 0 0;
    padding-left: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}

.product-attr-icon-outofstock
{
    background-position: 0 -25px;
}

.global-notice {
	margin: 10px 15px;
    font-size: 14px;
    background-color: #ee741d;
    color: #FFF;
    padding: 10px;
    border-radius: 17px;
	text-align: center;
}
