* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clear:before,
.clear:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
a {
    text-decoration: none;
}
html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
    border: 11px solid #000;
}
body {
    margin: 0 0 125px;
    padding: 0;
    background: #FFF;
    padding-top: 125px;
}
#maintenance_bar {
    display: none !important;
}
body.custom,
body#catalog,
body#home {
    padding-top: 0;
    padding-bottom: 125px;
}
nav.headernav {
    height: 125px;
    padding: 45px 50px 0px 50px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: Helvetica, 'helvetica neue'
}
nav .left {
    float: left;
}
nav .right {
    float: right;
}
nav.headernav .right a {
    margin-left: 14px;
}
nav.headernav a {
    color: #000;
}
nav.headernav a:hover {
    color: #66583B;
}
nav.mobilenav {
    position: absolute;
    background: #FFF;
    top: 0;
    border-bottom: 2px solid #000;
    width: 100%;
    z-index: 150;
    letter-spacing: .5px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: Helvetica, 'helvetica neue'
}
nav.mobilenav a {
    color: #000;
}
nav.mobilenav .left {
    padding: 15px 0px 15px 15px;
}
nav.mobilenav .right {
    font-size: 14px;
    margin-top: 3px;
    padding: 15px 15px 15px 0px;
}
.mobile_links {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 2px solid #000;
    padding: 6px 0px;
}

.mobile_links li a {
    padding: 15px 15px;
    display: block;
    background: #FFF;
}
.slides-navigation {
    top: 0 !important;
    height: 100%;
}
.slides-navigation a.prev {
    left: 0;
    width: 50%;
    border: none;
    padding: 0;
    height: 100%;
}
.slides-navigation a.next {
    right: 0;
    width: 50%;
    border: none;
    padding: 0;
    height: 100%;
}
#home #hero,
.custom #hero,
#catalog #hero {
    width: 100%;
    height: 800px;
}
#catalog #hero {
    margin-top: 100px;
}
.custom #hero {
    height: auto;
}
.custom .home_slideshow {
    max-height: 800px;
    background-position: center;
    height: 800px;
    background-size: cover;
}
.page_content {
    max-width: 1100px;
    margin: 0 auto;
}
h1.main_title {
    text-transform: uppercase;
    font-size: 35px;
    font-family: "brandon-grotesque";
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 55px;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 4px;
}
h2.main_subtitle {
    margin-top: 0;
    padding-top: 0;
    color: #887c62;
    font-size: 17px;
    font-family: "chaparral-pro";
    margin-bottom: 25px;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 125px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: "chaparral-pro";
    color: #000;
}
footer p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
ul.errors {
    list-style: none;
    margin: 0;
    width: 80%;
    margin: 0 auto;
    font-family: "chaparral-pro";
    background: rgb(252, 245, 246);
    padding: 10px;
    font-size: 20px;
    border: 3px solid rgb(165, 120, 120);
    text-align: center;
    font-weight: lighter;
}
ul.products {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
li.product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    text-align: center;
    width: 33%;
}
@media only screen and (max-width: 990px) {
    li.product {
        width: 48.358585858585855%;
    }
}
li.product a {
    display: block;
    width: 100%;
}
li.product img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
li.product b {
    display: block;
    font-size: 20px;
    margin-top: 15px;
    color: #000;
    font-weight: normal;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    letter-spacing: 3px;
}
li.product i {
    font-size: 20px;
    color: #887c62;
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-family: "chaparral-pro";
    letter-spacing: 0px;
    display: block;
}
body.custom .page_content {
    max-width: 1000px;
    padding: 0 15px;
}
body.custom .page_content img {
    display: block;
    width: 100%;
}
body.custom .page_content p {
    margin-top: 55px;
    font-size: 14px;
    color: #887c62;
    font-family: "chaparral-pro";
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 145%;
}
body.custom .page_content a { 
   color: #b1211a;
}
body.custom .page_content .paragraph1 {
    float: left;
    width: 50%;
    padding-right: 15px;
}
body.custom .page_content .paragraph2 {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.paragraph1,
.paragraph2 {
    font-size: 14px;
    color: #887c62;
    font-family: "chaparral-pro";
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 145%;
    margin-top: 75px;
}
.product_top {
    width: 950px;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 00px;
}
.sold_out_message {
    font-weight: bold;
    margin-top: 25px;
}
.product_images {
    float: left;
    width: 63%;
}
.product_images img {
    display: block;
    max-width: 100%;
}
.product_details {
    padding-top: 100px;
    float: left;
    width: 37%;
    color: #887c62;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: "chaparral-pro";
}
.product_details a {
    color: #b1211a;
}
.product_details h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #887c62;
}
.product_details h3 {
    color: #000;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: "brandon-grotesque";
}
.product_large_images {
    width: 100%;
    clear: both;
    padding-top: 100px;
}
.product_large_images ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_large_images li {
    float: left;
    margin: 0;
    padding: 0;
}
.product_large_images li:nth-child(3) {
    width: 100%;
    float: none;
}
.product_large_images li img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.product_large_images li:nth-child(3) img {
    width: 100%;
    height: auto;
}
a.browse_relics {
    border: 2px solid #887c62;
    padding: 10px 0;
    text-transform: uppercase;
    background: none;
    color: #887c62;
    font-size: 18px;
    font-family: 'brandon-grotesque';
    width: 221px;
    margin: 50px auto;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
}
form button {
    border: 2px solid #887c62;
    padding: 10px 55px;
    text-transform: uppercase;
    background: none;
    color: #887c62;
    font-size: 20px;
    letter-spacing: 1.5px;
}
form button:hover {
    border: 2px solid #9b9387;
    color: #9b9387;
    cursor: pointer;
}
.cart_page {
    margin: 0 auto;
    max-width: 780px;
    margin-top: 60px;
}
.checkout_btn {
    border: 2px solid #887c62;
    padding: 10px 55px;
    text-transform: uppercase;
    background: none;
    color: #887c62;
    font-size: 20px;
    float: right;
    clear: both;
    letter-spacing: 1.5px;
}
.cart_items {
    list-style: none;
    border-top: 2px solid #CCC;
    margin: 0;
    padding: 0;
}
.cart_items input {
    border: 2px solid #887c62;
    width: 50px;
    font-size: 18px;
    padding: 6px;
    text-align: center;
    color: #887c62;
}
.cart_items li {
    display: block;
    border-bottom: 2px solid #CCC;
    padding: 5px 0;
    font-family: 'brandon-grotesque';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}
.cart_items li a {
    color: #000;
}
.cart_items li > div {
    float: left;
}

.cart_image a {
    display: block;
}
.cart_items li > div.cart_name {
    width: 420px;
    margin-top: 10px;
    margin-left: 20px;
}
.cart_items li > div.cart_price {
    text-align: right;
    width: 110px;
    margin-top: 10px;
}
.cart_items li > div.cart_qty {
    width: 85px;
    margin-top: 7px
}
.cart_items li > div.cart_remove {
    margin-top: 9px;
    float: right;
    padding-right: 2px;
}
.cart_remove a:hover {
    color: #887c62;
}
.cart_items img {
    display: block;
    width: 100%
}
.cart_items p {
    float: left;
    margin-top: 12px;
}
.cart_summary {
    float: right;
    font-size: 23px;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
}
.cart_summary span {
    margin-left: 6px;
}
p.cart_empty {
    font-family: "chaparral-pro"
}
@media screen and (max-width: 850px) {
    .cart_items li > div.cart_name {
        width: 330px;
    }
    .product_top {
        width: 100%;
    }
    .page_content {
        padding: 0 20px;
    }
    .product_large_images li {
        width: 100%;
        float: none;
    }
    .product_images {
        width: 50%;
    }
    .product_details {
        width: 50%;
    }
    #home #hero,
    #catalog #hero {
        max-height: 600px;
    }
    #about .home_slideshow {
        max-height: 600px;
        height: 600px;
    }
}
@media screen and (min-width: 651px) {
    .mobilenav {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    html {
        border: none;
    }
    body {
        padding-top: 50px;
    }
    .headernav {
        display: none;
    }
    .product_top {
        width: 100%;
    }
    .product_images,
    .product_details {
        float: none;
        width: 100%
    }
    .product_details {
        padding-top: 0px;
        text-align: center;
    }
    .product_large_images li {
        width: 100%;
        float: none;
    }
    ul.products {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    li.product {
        max-width: 100%;
        margin-bottom: 0px;
        width: 100%;
        padding: 0;
    }
    footer p {
        width: 270px;
        margin: 0 auto;
        line-height: 1.5em;
    }
    .product_details h2,
    .product_details h3 {
        text-align: center;
        float: none;
    }
    .product_details button {
        width: 201px;
        margin: 0 auto;
        display: block;
        margin-top: 40px;
    }
    body.custom .page_content .paragraph1,
    body.custom .page_content .paragraph2 {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        margin-bottom: 50px;
    }
    body.custom .page_content .paragraph2 {
        margin-bottom: 10px;
    }
    #home #hero,
    #catalog #hero {
        height: auto;
        max-height: 400px;
        margin-top: 48px;
    }
    body.custom #hero {
        margin-top: 48px;
    }
    body.custom .home_slideshow {
        max-height: 400px;
        height: 400px;
    }
    body.custom .page_content {
        margin-top: 20px;
    }
    .cart_items li > div.cart_image {
        width: 20%
    }
    .cart_items li > div.cart_name {
        width: 130px;
        margin-top: 4px;
        margin-left: 0;
        padding-right: 0px;
        padding-left: 5px;
        width: 80%
    }
    .cart_items input {
        border: 2px solid #887c62;
        width: 41px;
        font-size: 18px;
        padding: 4px 2px;
        text-align: center;
        color: #887c62;
        margin-left: 6px;
    }
    .cart_items li > div.cart_qty {
        width: 63px;
        margin-top: 7px;
    }
    .cart_items li > div.cart_price {
        width: 82px;
        margin-top: 10px;
        text-align: left;
    }
    .cart_summary {
        float: none;
        font-size: 23px;
        font-family: 'brandon-grotesque';
        text-transform: uppercase;
        text-align: center;
    }
    .checkout_btn {
        float: none;
        width: auto;
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}
#curio .page_content div.paragraph1, #curio .page_content div.paragraph2 { 
  margin: 0;
  margin-top: 55px;
    padding: 0;
}
#curio .page_content div.paragraph1 p, #curio .page_content div.paragraph2 p { 
  margin: .05em;
    padding: 0;
}
.product_details h3 { line-height: 30px; 
}
.product_details form button { margin-top: 20px; 
}