﻿body {
    width:100%;
    text-align:center;
    overflow-x:hidden;
}

.credit_message {
    display:none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    width: 550px;
}

.credit_header {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
}

.credit_text {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 15px;
    margin: 15px 0;
}

.credit_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-family: Montserrat;
    color: #fff;
    background-color: #c7a11a;
    cursor:pointer;
}

.become_member {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    font-size: 18px;
    color: #c7a11a;
    font-family:Montserrat;
    cursor:pointer;
}

.site_opener {
    font-family:'Open Sans';
    font-size: 12px;
    width: 760px;
    height: 350px;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #000;
    display:none;
    position:fixed;
    z-index: 500;
    text-align:left;
}

.member_reg {
    display:none;
    width:490px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 100;
    position: absolute;
    font-family:'Open Sans';
    font-size:13px;
}

.member_reg_check {
    padding: 5px;
    color: #fff;
    width: 60px;
    background-color: #000;
    opacity: 0.3;
}

    .member_reg_check:hover {
        opacity: 1.0;
        cursor: pointer;
        background-color: #0ac93a;
    }

.member_reg_upload {
    padding: 5px;
    color: #fff;
    width: 120px;
    text-align: center;
    background-color: #1972b5;
}

    .member_reg_upload:hover {
        cursor: pointer;
        background-color: #3193de;
    }

.member_reg_check_selected {
    padding: 5px;
    width: 60px;
    color: #fff;
    background-color: #0ac93a;
}

.member_reg input {
    width: 190px;
    height: 25px;
    border: 0;
}

.member_reg_input_wrapper {
    display:inline-block;
    border: 1px solid #cdcdcd;
    padding: 5px;
}

.member_reg_header {
    width: 100%;
    background-color: #c7a11a;
    color: #fff;
    padding: 10px 0;
    text-align:center;
    font-family:Montserrat;
    font-size: 20px;
    font-weight:600;
}

.member_reg_text {
    margin: 20px 0;
    text-align:left;
}

.member_reg_submit {
    padding: 15px 0;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #cba826;
    opacity: 0.6;
    width: 100%;
}

.member_reg_submit:hover {
    opacity: 1.0;
    cursor:pointer;
}

.site_opener a {
    text-decoration:none;
}

.site_opener li {
    margin-left:0;
}

.close_opener {
    float:right;
    margin-top:-12px;
    color: blue;
    cursor:pointer;
}

.message {
    padding: 40px 80px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #fff;
    position: fixed;
    z-index: 7000;
    display: none;
}

.qr_unavailable {
    font-family:Montserrat;
    font-weight: 600;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 20px;
    text-align:center;
    z-index:1000;
    display:none;
}

.content_main {
    max-width:1300px;
    margin: 0 auto;
}

.header {
    margin-bottom:10px;
}

#site_header {
	margin-bottom: 10px !important;
}

.site_top {
    width: 100%;
    text-align: center;
    display: block;
    z-index: 6000;
    background-color: #fff;
    margin: 30px 0 0 0;
}

.site_top_wrapper {
    width: 1300px;
    margin: 0 auto;
    display: block;
}

.repsoffline {
    display:none;
    font-family:Montserrat;
    font-weight: 600;
    font-size: 11px;
    color: red;
    position: absolute;
    z-index: 3000;
    top: 20px;
}

/* TOP BAR */
.topbar.logo_wrapper {
    float:left;
    margin-left:75px;
    cursor:pointer;
}

.topbar.logo {
    height:50px;
}

.topbar.options {
    float:right;
    margin-right:75px;
    margin-top:10px;
}

.topbar.option {
    float:right;
    display:inline-block;
    cursor:pointer;
}

.topbar.icon_wrapper {
    float: left;
    padding-top: 7px;
    margin-right:20px;
}

.topbar.icon {
    height: 20px;
}

.topbar.text {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight:600;
    color: #404549;
    float: left;
    padding-top: 7px;
}
.topbar.text:hover {
    color: #cba826;
}

.topbar.bar {
    width: 1px;
    background-color: #404549;
    height: 35px;
    margin: 0 20px;
    float: right;
}

.topbar.login {
    border: 1px solid #000;
    padding: 25px;
    background-color: #fff;
    position: absolute;
    z-index: 3000;
    display: none;
}

.topbar.logged_in {
    color: #fff;
    background-color: #c7a11a;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size:15px;
    position: absolute;
    top: 0;
    z-index: 1000;
    padding: 5px 50px;
    display: none;
}

.topbar.divider {
    display: block;
    width: 255px;
    height: 1px;
    background-color: #cdcdcd;
    margin: 10px 0;
}

.topbar.input_wrapper {
    float: left;
    border: 1px solid #cdcdcd;
    padding: 5px;
}

.topbar.input {
    width: 190px;
    height:25px;
    border: 0;
}

.topbar.login_btn_wrapper {
    display: block;
    width: 255px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.topbar.login_btn, .topbar.login_btn_cancel {
    padding: 15px 0;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #cba826;
    opacity: 0.6;
    width: 100%;
}

.topbar.login_btn_cancel {
    background-color: #555c61;
}

.topbar.login_btn:hover {
    opacity: 1.0;
}

.topbar.login_btn_cancel:hover {
    opacity: 1.0;
}

.topbar.login_text {
    font-family: 'Open Sans';
    font-size: 15px;
    /*color: #545b61;*/
    display: block;
    text-align: left;
    float:left;
}

.topbar.login_text:hover {
    color: #cba826;
    cursor: pointer;
}


.topbar.login_close {
    width: 100%;
    height: 100%;
    z-index: 2900;
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}

/* REGISTRATION */
.registration_wrapper {
    display:none;
    padding: 15px;
    border: 1px solid #000;
    background-color: #fff;
    position: absolute;
    z-index:3000;
    width:500px;
}

.registration_header {
    width: 100%;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #404549;
}

.registration_input {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #dedee6;
    border-radius: 3px;
    float:left;
}

    .registration_input input {
        border: 0;
        height: 25px;
        width: 215px;
        background-color: #dedee6;
        float:left;
    }

.registration_submit, .registration_cancel {
    width: 100%;
    text-align:center;
    padding:10px 0;
    font-family:'Open Sans';
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    opacity: 0.6;
    margin: 0 auto;
}

.registration_submit {
    background-color: #cba828;
    margin-bottom: 10px;
}

.registration_cancel {
    background-color: #555c61;
}

.registration_submit:hover {
    opacity: 1.0;
}

.registration_cancel:hover {
    opacity: 1.0;
}

/* END REGISTRATION */

/* NAVIGATION */
.navigation.wrapper {
    background-color: #555c61;
    padding: 5px 0;
    /*margin-bottom: 60px;*/
}

.navigation.text {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    float:left;
    display:inline-block;
    margin: 10px 20px 10px 0;
}
.navigation.text:hover {
    /*color: #cba826;*/
}

.navigation.search {
    margin-top:10px;
}

.navigation.option {
    float:left;
    display:inline-block;
    cursor:pointer;
}

.navigation.option_left {
    margin-left:75px;
}

.navigation.option_right {
    margin-right: 75px;
}

.navigation.inner_option {
    margin-left:20px;
}

.navigation.search_option {
    float:right;
    display:inline-block;
    margin-top:4px /* <- why is that necessary? */
}

.navigation.icon {
    float:left;
    display:inline-block;
    margin-top: 15px;
    width:13px;
}

.navigation.search_icon_wrapper {
    float: left;
    display: inline-block;
    margin-top: 13px;
    margin-right:10px;
    cursor: pointer;
}

.navigation.search_icon {
    height: 15px;
}

.navigation.chevron {
    height:13px;
    width:8px;
}

.navigation.search {
    font-size:15px;
    float:left;
    display:inline-block;
    cursor:pointer;
}
.navigation.search:hover {
    color:#fff;
}

.navigation.search_input_wrapper {
    float:left;
    display:inline-block;
    background-color:#fff;
}

.navigation.search_input {
    height:30px;
    width:240px;
    border-radius: 3px;
    border: 0;
}

.navigation.clear_search {
    float: left;
    display: inline-block;
    font-size: 15px;
    color: #cecece;
    padding: 7px 5px;
    background-color: #fff;
    font-family: 'Open Sans';
    cursor: pointer;
}

.navigation.menu_overlay {
    background-color: #dbdbdb;
    opacity: 0.7;
    z-index: 2000;
    position:fixed;
    display: none;
}

.navigation.menu_close {
    width:100%;
    height:100%;
    z-index:50;
    display:none;
    top:0;
    left:0;
    position:absolute;
}

.navigation.menu {
    z-index: 2000;
    margin: 0 auto;
    text-align: left;
}

.navigation.menu_link {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    width: 260px;
    padding: 15px 0 15px 15px;
    float: left;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
    cursor: pointer;
}
.navigation.menu_link:hover {
    background-color: #cba826;
    color: #fff;
}

.navigation.goldbar {
    height: 5px;
    background-color: #cba826;
    z-index: 100;
    position: absolute;
    display: none;
}

.navigation.selected_goldbar {
    height: 5px;
    background-color: #cba826;
    z-index: 100;
    position: absolute;
    display: none;
}

/* CAROUSEL */
.carousel_meta {
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: right;
    position:relative;
    background-color:#fff;
}

.carousel.wrapper {
    width:100%;
    height: 600px;
    display:block;
    position: relative;
    overflow: hidden;
}

.product_carousel.wrapper {
    width: 100%;
    height: 395px;
    display: block;
    position: relative;
    overflow: hidden;
}

.carousel.mini {
    width: 600px;
}

.carousel.thumbnails {
    width: 100%;
    height: 77px;
    display: block;
    text-align:left;
    margin-bottom: 35px;
}

.carousel.thumbnails_wrapper {
    display:inline-block;
    margin: 25px auto 0 auto;
}

.carousel.thumbnail, .carousel.thumbnail_selected {
    width: 86px;
    height: 59px;
    overflow-y: hidden;
    border: 2px solid #fff;
    float: left;
}

.carousel.thumbnail_selected {
    border-color: #be9f35;
}

.carousel.thumbnail:hover {
    cursor: pointer;
    border-color: #be9f35;
}

.carousel.button_wrapper {
    z-index: 150;
    margin: 0 auto;
    position:absolute;
    bottom: 30px;
    left: 40%;
}

.carousel.button, .carousel.button_selected {
    float: left;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel.button_selected {
    background-color: #fff;
}

.carousel.button_offset {
    margin-left: 20px;
}

.carousel.button:hover {
    background-color:#fff;
    cursor:pointer;
}

.carousel.chevron_left {
    left:20px;
}

.carousel.chevron_right {
    right: 20px;
}

.carousel.chevron {
    cursor: pointer;
    position: absolute;
    z-index: 150;
}

.carousel.pause {
    z-index:150;
    position:absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.carousel.center_box {
    width: 200px;
    height: 200px;
    background-color: #fff;
    z-index:150;
    position:absolute;
}

.carousel.main_image_wrapper {
    display:block;
    left: 0;
    position:absolute;
}

.carousel.main_image_wrapper::after {
    clear:both;
}

.carousel.scene_image {
    float: left;
    display: inline-block;
    cursor: pointer;
}

    .carousel.scene_image img {
        width: 1300px;
        z-index: 1
    }

.carousel.scene_image_text {
    width: 100%;
    top: -750px;
    left: 0;
    z-index: 100;
    text-align: right;
    position: relative;
}

    .carousel.scene_image_text div {
        font-family: 'Montserrat';
        font-size: 20px;
        font-weight: bold;
        color: #525151;
        margin-right: 30px;
        padding:10px;
        background-image: URL("/Images/partial_white.png");
        display:inline-block;
        /*
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #9b9b9b;
        */
    }

/* LEFT SIDE */
.leftside.wrapper {
    width:275px;
    margin-top: 10px;
}

.leftside.product {
    width: 100%;
    margin-bottom: 50px;
    /*display: none;*/
}

.leftside.supplier {
    width: 100%;
    text-align:center;
    margin-bottom:15px;
}

.leftside.supplier div {
    display: inline-block;
    margin: 0 auto;
}

.leftside.supplier_header, .leftside.supplier_name {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #545b61;
}

.leftside.supplier_header {
    font-weight:bold;
}

.leftside.product_image {
    width: 100%;
    height: 210px;
    text-align:center;
    position:relative;
    margin-bottom: 10px;
}

.leftside.product_image_triangle {
    top:-1px;
    left: 112px;
    position:absolute;
}

.leftside.product_series, .leftside.product_item, .leftside.product_catalog {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-family: 'Montserrat';
    color: #fff;
}

.leftside.product_series {
    font-weight: bold;
    background-color: #c1a13a;
}

.leftside.product_item {
    background-color: #53585c;
    margin: 10px 0;
}

.leftside.product_catalog {
    color: #545b61;
    background-color: #e6e7e9;
}

.leftside.product_catalog:hover {
    cursor: pointer;
    color: #fff;
    background-color: #c1a13a;
}

.leftside.view {
    width: 100%;
    margin-bottom:50px;
}

.leftside.view_header {
    color: #545b61;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.leftside.view_option {
    width: 100%;
    color: #545b61;
    background-color: #e6e7e9;
    padding: 15px 0;
    margin-top: 10px;
    cursor: pointer;
}

.leftside.view_option_text {
    font-family: 'Montserrat';
    font-size: 20px;
    /*margin-left: 15px;*/
    /*float: left;*/
}

.leftside.view_option_icon {
    float: right;
    margin-right: 34px; /* 15 */
}

/*
.leftside.goto, .leftside.filter {
    width:100%;
    margin-bottom: 50px;
}
*/
.leftside.filter {
    display:none;
    width: 180px;
}


.leftside.goto_header, .leftside.filter_header {
    color: #545b61;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.leftside.goto_option, .leftside.filter_option {
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    border-bottom: 1px solid #545b61;
}

/*.leftside.filter_links*/
.leftside.goto_links {
    height: 0;
    overflow: hidden;
}

.leftside.filter_option_header {
    font-family: 'Montserrat';
    font-size: 12px;
    text-align: left;
    color: #545b61;
    float: left;
    font-weight: 600;
    display:inline-block;
}

.leftside.goto_option_text, .leftside.filter_option_text {
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: right;
    color: #545b61;
    float: left;
}

.leftside.goto_option_chevron, .leftside.filter_option_chevron {
    float:right;
    margin-right: 20px;
}

.leftside.filter_item {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.leftside.filter_text {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    font-size: 12px;
    font-family: 'Open Sans';
}

.leftside.filter_box {
    float: right;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
}

.leftside.filter_option_chevron {
    display:none;
}

.leftside.filter_box_option {
    width: 16px;
    height: 16px;
    /*background-color: #000;*/
    border:1px solid #fff;
}

.leftside.search {
    width: 100%;
    margin-bottom: 50px;
}

.leftside.search_button {
    float: right;
    padding: 18px;
    border: 1px solid #545b61;
    color: #545b61;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight:bold;
    cursor:pointer;
}

.leftside.search_button:hover {
    color: #fff;
    background-color: #caa926;
}

.leftside.filter_info_option {
    float: left;
    margin-left: 5px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    background-color: #cba828;
    text-align: center;
    font-weight: bold;
    margin-top: -2px;
    cursor: pointer;
}

.leftside.info_box {
    background-color: #fff;
    border:1px solid #404549;
    padding: 20px;
    width: 250px;
    text-align: left;
    font-family: 'Open Sans';
    display:none;
}

.leftside.info_box_header {
    font-weight:600;
    font-size: 15px;
}

.leftside.info_box_section {
    font-weight:600;
    font-size: 12px;
    margin-top: 10px;
}

.leftside.info_box_section_text {
    font-size: 12px;
}

/* TILE ROW THREE */
.tile_row_three.header {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: bold;
    display: block;
    margin: 30px 0;
}

.tile_row_three.tile_wrapper {
    width: 100%;
    display: block;
}

.tile_row_three.overlay {
    width: 378px;
    height: 378px;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
}

.tile_row_three.hover {
    width: 378px;
    height: 378px;
    cursor: pointer;
    z-index: 1500;
    position: absolute;
}

.tile_row_three.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
    display: block;
}

.tile_row_three.tile {
    width: 378px;
    margin-left: 45px;
    float: left;
    display: inline-block;
}

.tile_row_three.tile_left {
    /* margin-left: 0; */
}

.tile_row_three.tile_image {
    width: 378px;
}

.tile_row_three.tile_arrow_up {
    width: 100%;
    text-align: center;
    opacity: 0.7;
    top: 283px;
    position: absolute;
}

.tile_row_three.tile_title_back {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../Images/space_opacity_70.png');
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: bold;
    color: #404549;
    top: 328px;
    position: absolute;
}

.tile_row_three.tile_gold_bar {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #cba826;
    top: 378px;
    position: absolute;
}

/* TILE ROW FOUR */
.tile_row_four.wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    display: block;
}

.tile_row_four.header {
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    color: #404549;
}

.tile_row_four.item_overlay {
    width: 290px;
    height: 290px;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
}

.tile_row_four.item_hover {
    width: 290px;
    height: 290px;
    cursor: pointer;
    z-index: 1500;
    position: absolute;
}

.tile_row_four.item_wrapper {
    max-width: 1300px;
    margin:0 auto;
    text-align: left;
    display: inline-block;
    overflow:hidden;
}

.tile_row_four.item {
    width: 290px;
    margin-left: 20px;
    float:left;
    display:inline-block;
}

.tile_row_four.item_left {
    margin-left: 0;
}

.tile_row_four.item_image {
    width: 290px;
}

.tile_row_four.arrow_up {
    width: 100%;
    text-align: center;
    opacity: 0.7;
    top: 200px;
    position:absolute;
}

.tile_row_four.title_back {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../Images/space_opacity_70.png');
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: bold;
    color: #404549;
    top: 240px;
    position: absolute;
}

.tile_row_four.gold_bar {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #cba826;
    top: 290px;
    position:absolute;
}

/* TILES LEFT BLOCK */
.tiles_left_block.wrapper {
    width: 100%;
    text-align: center;
    margin: 60px auto;
    display: block;
}

.tiles_left_block.header {
    font-family: 'Montserrat';
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    color: #404549;
}

.tiles_left_block.left_block_header {
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    top: 10px;
    left: 10px;
    display: inline-block;
    position: absolute;
}

.tiles_left_block.left_block_text {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #fff;
    top: 40px;
    left: 10px;
    width: 585px;
    text-align:left;
    position: absolute;
}


.tiles_left_block.left_block {
    width: 605px;
    height: 605px;
    float:left;
}

.tiles_left_block.right_block {
    width: 605px;
    margin-left: 20px;
    float:left;
}

.tiles_left_block.left_block_overlay {
    width: 605px;
    height: 605px;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
}

.tiles_left_block.left_block_hover {
    width: 605px;
    height: 605px;
    cursor: pointer;
    z-index: 1500;
    position: absolute;
}

.tiles_left_block.item_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}

.tile_row_four.left_block_arrow_up {
    width: 100%;
    text-align: center;
    opacity: 0.7;
    top: 430px;
    position: absolute;
}

.tile_row_four.left_block_title_back {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../Images/space_opacity_70.png');
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: bold;
    color: #404549;
    top: 575px;
    position: absolute;
}

.tile_row_four.left_block_gold_bar {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #cba826;
    top: 605px;
    position: absolute;
}

/* GALLERIES */
.galleries.more_tiles, .galleries.more_details {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 0 0 30px 0;
    background-color: #fff;
    z-index: 500;
    cursor: pointer;
}

.galleries.more_subsection {
    width: 100%;
    display: block;
    text-align: center;
    /*margin-top: -80px;*/
    background-color: #fff;
    padding-bottom: 50px;
    cursor: pointer;
}

.galleries.more_tiles div {
    display: inline-block;
    margin: 0 auto;
}

.galleries.more_tiles_text {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #e6e7e9;
}

/* FOOTER */
.signup_wrapper {
    width: 400px;
    height: 190px;
    text-align: center !important; /* override footer link block */
    font-family: 'Open Sans';
    color: #545b61;
    cursor: pointer;
}

.signup {
    font-size:16px;
    display: inline-block;
}
.signup:hover {
    color: #cba828;
}

.signup_email {
    display: none;
    width: 340px;
    padding: 30px;
    z-index: 100;
    background-color: #fff;
    position: absolute;
    border: 1px solid #404549;
    border-radius: 5px;
}

.signup_send {
    width: 258px;
    text-align: center;
    border-radius: 3px;
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    background-color: #b5b5b6;
    margin: 0 auto;
    font-family: 'Open Sans';
    cursor:pointer;
}
.signup_send:hover {
    background-color: #cba828;
}

.signup_check {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}

.signup_email_back {
    display:none;
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    z-index:50;
}

.footer.wrapper {
    /* these values seem too precise to be reliable */
    width:94%;
    background-color: #f2f2f2;
    padding: 30px 39px;
    margin-top: 100px;
}

.footer.content_left {
    float:left;
    display:inline-block;
}

.footer.link_block {
    float:left;
    display:inline-block;
    text-align:left;
}
.footer.link_block_middle {
    margin-left:65px;
}

.footer.content_right {
    float:right;
    display:inline-block;
    /*margin-top:-190px;  <- change this? */
}

.footer.content_bottom {
    float:left;
    display:block;
    margin-top:-10px;
}

.footer.text {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #545b61;
    display: block;
    text-align:left;
}

.footer.small {
    font-size:12px;
}

.footer.header {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #545b61;
    display:block;
    font-weight:600;
    margin-bottom:0;
}

.footer.link {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #545b61;
    display: block;
    cursor:pointer;
    margin: 10px 0;
}
.footer.link:hover {
    color: #000;
}

.footer.chat_link {
    margin-top:25px;
}

.footer.chat_link_text {
    font-family: 'Open Sans';
    float: right;
    font-size: 15px;
    color: #545b61;
    margin-left: 15px;
    margin-top:10px;
}

.close_chat {
    width: 400px;
    display: block;
    margin-top: 20px;
    background-color: #555c61;
    padding: 15px 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    opacity:0.6;
}

.close_chat:hover {
    opacity:1.0;
}

.footer.icon_right {
    float:left;
    display:inline-block;
    margin-right:5px;
    cursor:pointer;
}

/* OBJECTS */
.chevron {
    display: inline-block;
}

.charcoal {
    border: solid #b5b5b6;
}

.grey {
    border: solid #b5b5b6;
}

.dark_grey {
    border: solid #555c61;
}

.light_grey {
    border: solid #e6e7e9;
}

.white {
    border: solid #fff;
}

.xsmall {
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.small {
    border-width: 0 5px 5px 0;
    padding: 5px;
}

.medium {
    border-width: 0 10px 10px 0;
    padding: 10px;
}

.large {
    border-width: 0 15px 15px 0;
    padding: 15px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* CHAT */
.chat_wrapper {
    position: fixed;
    padding: 40px;
    border: 1px solid #cecece;
    background-color: #fff;
    z-index: 5000;
    display: none;
}

.conversation {
    width: 400px;
    height: 400px;
    border: 1px solid #cecece;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat {
    width: 400px;
    margin-top: 10px;
}

.chat_input {
    float: left;
    border: 1px solid #cecece;
    border-radius: 3px;
}

    .chat_input input {
        width: 300px;
        height: 40px;
        border:0;
    }

.chat_send {
    font-family: 'Open Sans';
    font-size: 15px;
    float: right;
    padding: 10px;
    background-color: #cecece;
    cursor: pointer;
    border-radius: 3px;
}

    .chat_send:hover {
        background-color: #12c723;
        color: #fff;
    }

.chat_option {
    width: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.chat_option_text {
    font-family: 'Open Sans';
    font-size: 15px;
    float: left;
    margin-top: 10px;
}

.chat_option_select {
    float: right;
    display: inline-block;
}

.chat_option_button, .chat_option_button_selected, .chat_option_button_disabled {
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 10px;
    margin-left: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.chat_option_button {
    background-color: #cecece;
}

.chat_option_button_selected {
    float: right;
    background-color: #156de4;
    color: #fff;
}

.chat_option_button_disabled {
    background-color: #cecece;
    opacity: 0.7;
}

.chat_option_button:hover {
    background-color: #156de4;
    color: #fff;
}

.chat_information {
    width: 100%;
    display: none;
    text-align: center;
}

.chat_info {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.drop_back {
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    z-index: 1000;
    display: none;
}

.drop_layer {
    display: none;
    position: absolute;
    z-index: 2000;
}

.drop {
    text-align: center;
    z-index: 1500;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #4287f5;
    display: none;
}

.modal_close {
    z-index: 5001;
    display: none;
    position: fixed;
    cursor: pointer;
}

.online_options_wrapper, .user_options_wrapper {
    display:none;
    padding: 20px;
    border: 1px solid #555c61;
    z-index: 3500;
    background-color: #fff;
    position: absolute;
}

.user_options_wrapper {
    width: 220px;
}

.online_option_button {
    display: block;
    padding: 15px 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    text-wrap: none;
    background-color: #cba828;
    color: #fff;
    opacity: 0.6;
}

.option_button_logout {
    background-color: #555c61;
}

.online_option_button:hover {
    opacity: 1.0;
}

.pl_email_wrapper {
    display: none;
    padding: 10px;
    border: 1px solid #555c61;
    z-index: 3500;
    background-color: #fff;
    z-index: 3500;
}

.pl_email_header {
    font-family:Montserrat;
    width: 100%;
    text-align:center;
    margin-bottom:20px;
    font-weight: 600;
}

.pl_email_input {
    display:block;
    border:1px solid #000;
    padding: 0 3px;
}

.pl_email_input_header {
    float: left;
    font-family: 'Open Sans';
    font-size: 15px;
    width: 200px;
    text-align:left;
}

.pl_email_input_txt {
    float:left;
}

.pl_email_input_txt input {
    height: 25px;
    border:0;
}

.pl_email_button, .pl_email_cancel {
    display: block;
    padding: 15px 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.pl_email_button:hover {
    color: #cba828;
}

.pl_email_cancel:hover {
    color: #555c61;
}

.pl_email_dealer, .pl_email_user {
    display: block;
    padding: 15px 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    border: 1px solid #555c61;
    margin-bottom: 10px;
    cursor:pointer;
}

    .pl_email_dealer:hover {
        background-color: #cba828;
        color: #fff;
    }

    .pl_email_user:hover {
        background-color: #cba828;
        color: #fff;
    }

/* HOSTED PAYMENTS FORM */
.hosted_payments_wrapper {
    display:inline-block;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 2000;
}

.hosted_payments_header {
    font-family:Montserrat;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.hosted_payments_subheader {
    font-family:'Open Sans';
    width: 100%;
    text-align:center;
    font-size: 12px;
    margin-bottom: 10px;
}

.hosted_payments_options {
    display:block;
}

.hosted_payments_button, .hosted_payment_button_selected {
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    background-color: #cba828;
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
}

.hosted_payments_button {
    margin-bottom: 10px;
}

    .hosted_payments_button:hover {
        opacity: 1.0;
    }

.hosted_payment_button_selected {
    opacity: 1.0;
}

.hosted_payments_form {
    display:block;
    margin-top: 10px;
}

.hosted_payments_check_input {
    display:none;
}

.hosted_payments_input_field {
    padding: 10px;
    background-color: #dedee6;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: left;
    float:left;
}

    .hosted_payments_input_field input {
        border: 0;
        width: 200px;
        height: 25px;
        background-color: #dedee6;
    }

.hosted_payments_proceed {
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #04c256;
    opacity: 0.6;
    cursor: pointer;
}

    .hosted_payments_proceed:hover {
        opacity: 1.0;
    }

.hosted_payments_iframe {
    display:none;
    width: 600px;
    overflow-x:hidden;
}

.hosted_payments_iframe iframe {
    width: 100%;
    border: 0;
    height: 600px;
}

.inventory_wrapper, .clearance_wrapper {
    background-color: #fff;
    padding: 20px;
    height: 770px;
    border-radius: 5px;
    border: 1px solid #e6e7e9;
    z-index: 100;
    display: none;
    max-width:780px;
}

.clearance_wrapper {
    width: 1100px;
    height: 720px;
    max-width:none;
}

.inventory_search_wrapper {
    width: 100%;
    display: block;
    background-color: #fff;
}

.inventory_search_input {
    background-color: #e6e7e9;
    float: left;
    padding: 10px;
    margin-bottom: 3px;
}

.inventory_search_input input {
    height: 27px;
    border: 0;
    background-color: #e6e7e9;
    width: 300px;
}

.inventory_search_samples {
    float:left;
    margin-left:20px;
    font-family: 'Open Sans';
}

.sample_search_select {
    float:left;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 3px;
}

.clearance_search_clear {
    float: left;
    margin-left: 10px;
    padding: 12px;
    background-color: #cecece;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans';
    cursor: pointer;
}

    .clearance_search_clear:hover {
        background-color: #ababab;
    }

.inventory_search_btn {
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
    width: 220px;
    background-color: #cba828;
    opacity: 0.6;
    display: inline-block;
    margin-left: 50px;
    float: right;
}

    .inventory_search_btn::after {
        clear: both;
    }

    .inventory_search_btn:hover {
        cursor: pointer;
        opacity: 1.0;
    }

.inventory_search_headers {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: left;
    padding: 5px 0;
    background-color: #555c61;
    color: #fff;
}

.inventory_search_list, .clearance_list {
    display: block;
    height: 630px;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-align: left;
}

    .inventory_search_list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.clearance_list {
    height: 530px;
}

.inventory_item, .clearance_item, .clearance_item_selected {
    display: block;
    padding: 10px 0;
    border: 1px solid #e6e7e9;
    color: #000;
    margin-bottom: 3px;
}

.clearance_item, .clearance_item_selected {
    font-family: 'Open Sans';
    font-size: 12px;
    text-align: left;
}

.clearance_item_selected {
    background-color: #f5e3a2;
}

.inventory_item_id {
    font-family: 'Open Sans';
    font-size: 12px;
    padding-left: 10px;
    width: 275px;
    float: left;
}

.inventory_item_desc {
    font-family: 'Open Sans';
    float: left;
    margin-left: 20px;
    padding-right: 10px;
    width: 275px;
    font-size: 12px;
}

.inventory_item_cost {
    float: right;
    font-family: 'Open Sans';
    font-size: 12px;
    margin-right: 20px;
    width: 70px;
}

.inventory_item_cost {
    float: right;
    font-family: 'Open Sans';
    font-size: 12px;
    margin-right: 20px;
    width: 70px;
}

.inventory_item:hover, .clearance_item:hover {
    cursor:pointer;
    background-color: #d9efff;
}

.inventory_item_selected {
    display: block;
    padding: 10px 0;
    border: 1px solid #e6e7e9;
    margin-bottom: 3px;
    color: #fff;
    background-color: #3495eb;
}

.inventory_item_detail {
    display: block;
    overflow: hidden;
    height: 0;
    background-color: #ededed;
}

#inventory_detail {
    display:none;
}

.inventory_detail_description {
    font-family: 'Open Sans';
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    padding: 0 10px;
}

.inventory_detail_info {
    display: block;
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 0 10px;
}

.inventory_detail_price {
    font-family: 'Open Sans';
    float: left;
    display: inline-block;
}

.inventory_detail_portland, .inventory_detail_seattle, .inventory_detail_anaheim, .inventory_detail_livermore {
    font-family: 'Open Sans';
    float: left;
    display: inline-block;
}

.inventory_detail_eta {
    font-family: 'Open Sans';
    float:left;
    display:inline-block;
}

.inventory_detail_carton {
    font-family: 'Open Sans';
    float: left;
    display: inline-block;
}

.inventory_detail_stock {
    font-family: 'Open Sans';
    float: right;
    display: inline-block;
    padding: 7px;
    background-color: #e6e7e9;
    color: #fff;
    border-radius: 3px;
}

.inventory_detail_freight {
    font-family: 'Open Sans';
    float: right;
    display: inline-block;
    padding: 7px;
    background-color: #e6e7e9;
    color: #fff;
    border-radius: 3px;
}

.inventory_detail_image {
    font-family: 'Open Sans';
    float: right;
    display: inline-block;
    padding: 7px;
    background-color: #3495eb;
    color: #fff;
    border-radius: 3px;
    font-size:12px;
    margin:10px 10px 0 0;
    cursor:pointer;
}

.inventory_detail_close {
    display:block;
    margin-top: 10px;
    background-color: #555c61;
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    cursor:pointer;
    opacity: 0.6;
}

.inventory_detail_close:hover {
    opacity: 1.0;
}

/* CONTACT FORM */
.contact_us_form {
    display: none;
    padding: 20px;
    width: 700px;
    border: 1px solid #b5b5b6;
    position: absolute;
    z-index: 3000;
    background-color: #fff;
}

.contact_header {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 35px;
    width: 100%;
    text-align: center;
}

.contact_subheader {
    font-family: 'Open Sans';
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.contact_wrapper {
    width: 100%;
    background-color: #dedee6;
    text-align: center;
    padding: 30px 0;
}

.contact_content_wrapper {

}

.contact_content_left {
    float: left;
    width: 45%;
    margin-right: 20px;
}

.contact_content_right {
    float: left;
}

.contact_content {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 0;
}

    .contact_content input {
        width: 250px;
        height: 25px;
    }
    .contact_content select {
        width: 260px;
        height: 25px;
    }

.contact_send {
    width: 250px;
    padding: 15px 0;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b6b6b8;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px auto;
    float:left;
}

.contact_us_link:hover {
    cursor:pointer;
    color: #000;
}

/* RIGHT CLICK MENU */
.rcmenu {
    position: absolute;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #cecece;
    z-index: 2000;
    display:none;
}

.rcmenu_item {
    display: block;
    width: 170px;
    cursor:pointer;
}

.rcmenu_item div {
    padding: 5px 15px 5px 15px;
    font-family: Montserrat;
    font-size:11px;
    color: #000;
}

.rcmenu_item:hover {
    background-color: #c8c8c9;
}

.pdflist_wrapper {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 5000;
    text-align: left;
    padding:20px;
    border: 1px solid #000;
    font-family: 'Open Sans';
}

.pdflist_header {
    display:block;
    text-align:center;
    padding:5px;
    font-size:12px;
}

.pdflist {
    width: 400px;
    height: 400px;
    overflow-y: auto;
    display:block;
}

.pdflist_item {
    display:block;
    padding:5px 0;
    border-bottom:1px solid #e8e8e8;
}

.pdflist_item:hover {
    cursor: pointer;
    background-color: #afd2fa;
}

.pdflist_close {
    margin-top:10px;
    width: 400px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #555c61;
    opacity: 0.6;
    display:block;
    padding:10px 0;
}

.pdflist_close:hover {
    cursor:pointer;
    opacity: 1.0;
}

.password_recovery_bkgrnd {
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3100;
    display: none;
}

.password_recovery_wrapper {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 3150;
    width: 530px;
    position: absolute;
    display: none;
    font-family: 'Open Sans';
}

.password_recovery {
    display: block;
    text-align: center;
    padding: 15px 0;
}

.password_recovery_close {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    background-color: #b5b5b6;
    font-family: Montserrat;
}

    .password_recovery_close:hover {
        background-color: #cba828;
        cursor: pointer;
        color: #fff;
    }

.sample_limit {
    display: none;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #000;
}

.sample_limit div {
    font-family: Montserrat;
}

.btn_sample_limit {
    display: inline-block;
    width: 150px;
    padding: 15px 0;
    border: 1px solid #000;
    margin: 20px auto 0 auto;
}

    .btn_sample_limit:hover {
        cursor: pointer;
        background-color: #c7a11a;
        color: #fff;
    }

.imgview {
    display: none;
    border: 1px solid #000;
    padding: 20px;
    z-index: 500;
    top: 200px;
    background-color: #fff;
    position: absolute;
}

.imgview_bkgrnd {
    display: none;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
    position: absolute;
    background-color:#fff;
    opacity:0.4;
    z-index: 450;
}