/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

}

html {height: 100%;}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica, Helvetica Neue, Arial;
    height: 100%;
}

#page {
    height: 100%;
    position: relative;
}

.wrapper {
    width: 90%;
    margin: 0 0 0 5%;
    padding: 0 5% 0 0;
    position: relative;
    z-index: 2;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#masthead {
    position: relative;
    border-bottom: 2px solid #e10000;
}

.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.overlay.o80 {opacity: 0.8;}
.overlay.o70 {opacity: 0.7;}
.overlay.o50 {opacity: 0.5;}

.menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -10000em;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0;
    display: block;
    cursor: pointer;
    background: url(../images/menu-handle.png) no-repeat;
}

h1.site-title {
    margin: 0;
    float: left;
}

h1.site-title a {
    display: block;
    color: #eee;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 26px;
    font-family: 'Alex Brush', cursive;
    
}

/* ==============
    MOBILE: Menu
   ============== */

.main-navigation {
    clear: both;
}

.main-navigation .overlay {
    display: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    padding: 10px;
    font-family: 'gnuolaneregular', Helvetica, Helvetica Neue, Arial;
    text-decoration: none;
    border-bottom: 1px solid #555;
    text-transform: uppercase;
    color: #eee;
    font-size: 22px;
}

nav a:visited {
    color: #eee;
}

nav a:hover {
    color: #E10000;
}

.menu-main-container ul {
    height: 0px;
    overflow: hidden;
    width: 100%;
}

.menu-main-container ul.toggled-on {
    height: 100%;
}

/* ==============
    MOBILE: Main
   ============== */

.main-backer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-container {
    padding-bottom: 30px;
}

.main-container .main {
    padding-top: 50px;
    color: #fff;
}

h2.entry-title {
    margin-top: 0px;
    padding-top: 40px;
    font-family: 'gnuolaneregular', Helvetica, Helvetica Neue, Arial;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.main-container .product_item {
    border-top: 1px solid #4d5052;
    padding: 20px 0;
    overflow: hidden;
}

.main-container .product_item .product_image {
    float: left;
    margin-right: 20px;
}

.main-container .product_item .product_image img {
    width: 100px;
    height: inherit;
}

.main-container .product_item .product_desc {
    float: left;
    width: 59%;
    font-size: 12px;
}

.main-container .product_item .product_desc h3 {
    font-size: 22px;
    font-family: 'gnuolaneregular', Helvetica, Helvetica Neue, Arial;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}

.main-container .product_item .product_price {
    float: right;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
}

form {
    margin-bottom: 50px;
    position: relative;
    padding: 10px;
    border: 1px solid #666;
}

form ul {
    margin: 0;
    padding: 0;
    position: relative;
}

form li {
    list-style: none;
    margin-bottom: 5px;
}

form li.product_item {
    border-top: 0 !important;
    padding: 0 !important;
}

form label {
    width: 150px;
    float: left;
    line-height: 26px;
}

form li.product_item label {
    font-size: 12px;
    width: 330px;
    padding-right: 10px;
}

form h3 {
    clear: left;
}

input[type=text], textarea {
    padding: 4px 5px;
    border: 0;
    width: 97%;
}
textarea {height: 100px;resize: none;}

select {width: 99%;}

form li.product_item input[type=text] {
    width: 50px;
}

input[type=submit] {
    border: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
    padding: 10px 25px;
    cursor: pointer;
    margin-top: 20px;
}

input[type=submit]:hover {
    background: #222;
}

.footer-container {
    display: none;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    
}

/* ==========================================================================
   Wordpress Styling
   ========================================================================== */

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        
    }

    nav li:first-child a {
        
    }

    nav li:last-child a {
        
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
       
    }

    .oldie nav a {
        
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: Structure
   ==================== */

    .header-container {
        width: 230px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        border-left: 10px solid #4d5052;
        border-right: 1px solid #4d5052;
        z-index: 10;
    }
    
    #masthead {
        position: relative;
        z-index: 1;
        height: 100%;
    }
    
    #masthead .top-corner {
        position: absolute;
        top: 0;
        left: -10px;
        width: 34px;
        height: 33px;
        background: url(../images/corner_left.png) no-repeat;
    }
    
    #masthead .bottom-corner {
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 34px;
        height: 33px;
        background: url(../images/corner_left_bottom.png) no-repeat;
    }
    
    #masthead .ribbon {
        position: absolute;
        top: 0;
        right: -19px;
        width: 34px;
        height: 121px;
        background: url(../images/ribbon.png) no-repeat;
        z-index: 10;
    }

/* ============
    WIDE: Menu
   ============ */

    .menu-toggle {
        display: none;
    }
    
    h1.site-title {
        margin-top: 0;
        width: 100%;
    }

    h1.site-title a {
/*        text-indent: -10000em;
        overflow: hidden;*/
        display: block;
        width: 165px;
        height: 173px;
        margin: 0px auto;
        padding: 20px 0;
        font-family: 'Alex Brush', cursive;
        font-size: 50px;
        line-height: 1.2;
        text-align: center;
/*        background: url(../images/logo.png) no-repeat;*/
    }
    
    .menu-main-container ul {
        height: auto;
    }

    #site-navigation {
        padding: 0 18px;
    }
    
    input[type=text], textarea {
        width: 60%;
    }
    
    select {width: auto;}

/* ============
    WIDE: Main
   ============ */

    .main-backer {
        width: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
        overflow: hidden;
        margin-left: 241px;
        position: fixed;
        height: 100%;
    }

    .main-backer.open {
        width: 40%;
        color: #f5f5f5;
        min-width: 450px;
/*        border-right: 10px solid #4d5052;*/
    }
    
    .main-backer.open .right-edge {
        height: 100%;
        width: 10px;
        position: absolute;
        right:0;
        top: 0;
        z-index: 5;
        background: #4d5052;
    }
    
    .main-backer.open .top-corner {
        position: absolute;
        top: 0;
        right: 0px;
        width: 34px;
        height: 33px;
        background: url(../images/corner_right.png) no-repeat;
        z-index: 10;
    }
    
    .main-backer.open .bottom-corner {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 34px;
        height: 33px;
        background: url(../images/corner_right_bottom.png) no-repeat;
        z-index: 10;
    }
    
    .main-container {
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
        overflow: hidden;
        margin-left: 241px;
        position: relative;
        z-index: 100;
        width: 40%;
        
    }
    
    .main-container.open {
        opacity: 1;
        min-width: 450px;
        color: #f5f5f5;
    }
    
    .main-container #content {
/*        min-width: 450px;*/
    }
    
    .main-container .product_item {
        border-top: 1px solid #4d5052;
        padding: 20px 0;
        overflow: hidden;
    }
    
    .main-container .product_item .product_image {
        float: left;
        margin-right: 20px;
    }
    
    .main-container .product_item .product_image img {
        width: 100px;
        height: inherit;
    }
    
    .main-container .product_item .product_desc {
        float: left;
        width: 59%;
        font-size: 12px;
    }
    
    .main-container .product_item .product_desc h3 {
        font-size: 22px;
        font-family: 'gnuolaneregular', Helvetica, Helvetica Neue, Arial;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1;
    }
    
    .main-container .product_item .product_price {
        float: right;
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        font-family: Georgia, Arial, sans-serif;
    }

    h2.entry-title {
        margin-top: 0px;
        padding-top: 50px;
        font-family: 'gnuolaneregular', Helvetica, Helvetica Neue, Arial;
        font-size: 120px;
        line-height: 110px;
        margin-bottom: 50px;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    .footer-container {
        position: fixed;
        left: 0;
        bottom: 10px;
        font-size: 12px;
        color: #fff;
        width: 241px;
        text-align: center;
        z-index: 20;
        display: block;
    }
    
    .footer-container a {
        color: #fff;
        text-decoration: none;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}