/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
    color: #993a00;
    text-decoration: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: "Droid Sans";
    font-size: 15px;
    background-color: #000;
}

/*** Header ***/

header {
    background: #000000 url('../img/bg-header.png') repeat-x top left;
    height: 95px;
    padding-top: 16px;
}

header .logo h1 {
    margin: 0;
}

header .logo a {
    background: url('../img/logo.png') no-repeat top left;
    display: block;
    padding-top: 42px;
    overflow: hidden;
    height: 0;
    width: 265px;
}

header .logo a:hover {
    background: url('../img/logo.png') no-repeat bottom left;
}

header .links {
    margin-top: 8px;
margin-bottom:12px;
}

header .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .links ul li {
    border-top: 1px solid #a59481;
    border-bottom: 1px solid #a59481;
    border-right: 1px solid #a59481;
    float: left;
    padding: 4px 20px;
}

header .links ul li:first-child {
    border-left: 1px solid #a59481;
}

header .links ul li a {
    font-size: 13px;
    color: #d4c4b2;
}

header .links ul li a:hover {
    opacity: .5;
}

/*** Main ***/

#main {
    background: url('../img/bg-main.jpg') top center;
    padding-top: 48px;
    padding-bottom: 28px;
}

/*** Left Column ***/

#main .left-column {
    margin-top: 1px;
}

#main .left-column h2 {
    margin-top: 0;
    color: #c6baad;
    text-transform: uppercase;
    font-size: 31px;
    margin-left: 15px;
    margin-bottom: 0px;
}

#main .left-column h1 {
    font-size: 61px;
    line-height: 55px;
    margin-top: 0;
    color: #e7e0d8;
    text-transform: uppercase;
    letter-spacing: -5px;
padding-bottom:0px;
}

#main .left-column h1 span {
    display: block;
    margin-left: 30px;
}

#main .left-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main .left-column ul li {
    background: url('../img/small-logo.png') no-repeat center left;
    width: 290px;
    padding-left: 50px;
    margin-bottom: 5px;
}

#main .left-column ul li.link-1 {
    background-color: #b65e17;
}

#main .left-column ul li.link-2 {
    background-color: #7f4428;
}

#main .left-column ul li.link-3 {
    background-color: #621f03;
}

#main .left-column ul li.link-4 {
    background-color: #947650;
}

#main .left-column ul li a {
    color: #fff;
    font-size: 16px;
    border-left: 2px solid #2e180d;
    padding-left: 16px;
    display: block;
    line-height: 45px;
}

#main .left-column ul li:hover,
#main .left-column ul li a:hover {
    opacity: .5;
}

/*** Slider ***/

#main #slider img {
    border: 1px solid #d5b990;
}

#main #slider .slide {
    display: none;
}

#main #slider .slide:first-child {
    display: block;
}

#main #slide-pager {
    margin-top: 6px;
}

#main #slide-pager img {
    float: left;
    cursor: pointer;
    margin-left: 6px;
}

#main #slide-pager img:hover {
    opacity: .5;
}

#main #slider a.view-more {
    color: #ad9274;
    font-size: 12px;
    margin-top: 14px;
}

#main #slider a.view-more:hover {
    opacity: .5;
}

#main #slide-pager img:first-child {
    margin-left: 0;
}

/*** Bottom ***/

#bottom {
    background: url('../img/bg-bottom.jpg') top left;
    color: #e6c7af;
    text-align: center;
    padding: 30px 0 20px;
}

#bottom .col {
    width: 288px;
    display: inline-block;
    vertical-align: top;
    margin-left: 92px;
}

#bottom .col:first-child {
    margin-left: 0;
}

#bottom h1 {
    padding: 0 3px;
    display: inline-block;
    color: #c6baad;
    font-size: 39px;
    margin-top: 0;
    margin-bottom: 28px;
    border-bottom: 3px solid #c6baad;
    text-transform: uppercase;
}

#bottom p {
    margin-top: 0;
}

/*** Content ***/
#content {
    background-color: #fff;
    padding-bottom: 40px;
}

#content.catalog {
    padding-bottom: 0;
    overflow-x: hidden;
}

#content .post-title {
    padding-top: 28px;
    padding-bottom: 22px;
    background: url('../img/bg-post-title.jpg') repeat-x top center;
}

#content .post-title h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 33px;
}

#content .post-title .search input {
    background-color: transparent;
    border: 1px solid #d5b990;
    color: #fff;
    font-size: 12px;
    padding: 4px 3px;
    width: 174px;
}


#main .searchnew input {
    background-color: transparent;
    border: 1px solid #d5b990;
    color: #fff;
    font-size: 12px;
    padding: 4px 3px;
    width: 174px;
}

#main .searchnew button, #content .post-title .search button {
    background-color: transparent;
border: 0;
margin-left:-5px;
}



#content .sidebar {
    margin-top: 45px;
    width: 186px;
    margin-right: 110px;
}

#content .sidebar.sidebar-filters {
    margin-right: 64px;
}

#content .sidebar .menu-widget {
    margin-bottom: 90px;
}

#content .sidebar .menu-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content .sidebar .menu-widget ul li {
    background: #621f03 url('../img/small-logo.png') no-repeat center left;
    display: block;
    padding-left: 50px;
    margin-bottom: 6px;
}

#content .sidebar .menu-widget ul li a {
    color: #fff;
    font-size: 13px;
    border-left: 2px solid #fff;
    padding-left: 16px;
    display: block;
    line-height: 45px;
    font-weight: normal;
    letter-spacing: -1px;
}

#content .sidebar .menu-widget ul li:hover,
#content .sidebar .menu-widget ul li.active,
#content .sidebar .menu-widget ul li.current-menu-item,
#content .sidebar .menu-widget ul li.current_page_item {
    background-color: #7f4428;
}

#content .sidebar .image-widget,
#content .sidebar .widget_sp_image {
    margin-bottom: 22px;
}

#content .sidebar .image-widget + .image-widget,
#content .sidebar .widget_sp_image + .widget_sp_image {
    margin-top: 60px;
}

#content .sidebar .left-menu ul {
    padding: 0;
    margin: 0 0 36px 22px;
    list-style: none;
}

#content .sidebar .left-menu ul li {
    position: relative;
}

#content .sidebar .left-menu ul li a {
    font-size: 13px;
    color: #674928;
}

#content .sidebar .left-menu ul li:hover {
    opacity: .5;
}

#content .sidebar .left-menu ul li.active:before,
#content .sidebar .left-menu ul li.current-menu-item:before,
#content .sidebar .left-menu ul li.current_page_item:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #993a00;
    content: ' ';
    left: -12px;
    top: 6px;
}

#content .post-content {
    font-size: 13px;
    margin-top: 45px;
    width: 780px;
    color: #482e12;
    line-height: 25px;
}

.search-results #content .post-content {
    margin-top: 0;
}

#content .post-content ul {
    padding-left: 10px;
    margin: 0;
}

#content .post-content h1,
#content .post-content h2,
#content .post-content h3,
#content .post-content h4,
#content .post-content h5 {
    margin-top: 0;
    color: #482e12;
    margin-bottom: 0;
}

#content .post-content h4 {
    font-size: 14px;
}

#content .post-content a {
    color: #993a00;
    font-weight: bold;
}

#content .post-content a:hover {
    opacity: .5;
}

#content .post-content ul {
    margin: 13px 0;
}



/*! - added by RC for wider template */

#content .post-content-wider {
    font-size: 13px;
    margin-top: 45px;
    width: 1140px;
    color: #482e12;
    line-height: 25px;
}

.search-results #content .post-content-wider {
    margin-top: 0;
}

#content .post-content ul {
    padding-left: 10px;
    margin: 0;
}

#content .post-content-wider h1,
#content .post-content-wider h2,
#content .post-content-wider h3,
#content .post-content-wider h4,
#content .post-content-wider h5 {
    margin-top: 0;
    color: #482e12;
    margin-bottom: 0;
}

#content .post-content-wider h4 {
    font-size: 14px;
}

#content .post-content-wider a {
    color: #993a00;
    font-weight: bold;
}

#content .post-content-wider a:hover {
    opacity: .5;
}

#content .post-content-wider ul {
    margin: 13px 0;
}


/*! - End added by RC  */



#content .sidebar h1 {
    font-size: 31px;
    margin-top: 15px;
    line-height: 31px;
    position: relative;
}

#content .sidebar h1:before {
    content: ' ';
    height: 34px;
    width: 34px;
    background: url('../img/small-logo.png') no-repeat scroll left center / 100% 100% #9f3b24;
    position: absolute;
    top: 0;
    left: -48px;
}

#content .sidebar .sidebar-filter h2 {
    color: #9f3b24;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    line-height: 17px;
    font-family: "Droid Serif";
}

#content .sidebar .sidebar-filter ul {
    padding-left: 14px;
    list-style: none;
    margin-top: 5px !important;
}

#content .sidebar .sidebar-filter ul li {
    position: relative;
}

#content .sidebar .sidebar-filter ul li.active:before {
    content: ' ';
    width: 8px;
    height: 8px;
    background-color: #993a00;
    position: absolute;
    top: 6px;
    left: -14px;
}

#content .sidebar .sidebar-filter ul li a {
    color: #674928;
    font-size: 13px;
}

#content .sidebar .sidebar-filter ul li a:hover {
    opacity: .5;
}

#content .collections {
    margin-bottom: 45px;
}

/*** Products ***/
#products {
    float: left;
    border-left: 1px solid #631f03;
    padding-bottom: 36px;
    width: 888px;
}

#products #slider-container {
    color: #fff;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #943721;
    width: 150%;
    font-size: 13px;
}

#products #slider-container .inner-wrapper {
    width: 886px;
    padding-top: 14px;
}

#products #slider-container .inner-wrapper .search {
    margin-bottom: 15px;
}

#products #slider-container h1 {
    margin-top: 0;
    font-size: 19px;
    font-weight: normal;
    font-family: "Droid Serif";
}

#products #slider-container .text-caption {
    width: 366px;
    float: left;
    margin-left: 32px;
}

#products #slider-container .text-caption a {
    font-weight: bold;
    color: #fff;
}

#products #slider-container .text-caption a:hover {
    opacity: .5;
}

#products #slider-container #slider {
    margin-bottom: 28px;
}

#products #slider-container #slider a {
    color: #c8b8a7;
}

#products #slider-container #slider img {
    border: 1px solid #d5b990;
}

#products #slider-container .search input {
    background-color: transparent;
    border: 1px solid #D5B990;
    color: #FFF;
    font-size: 9px;
    padding: 10px 8px;
    width: 174px;
}

#products .products {
    width: 854px;
    margin-left: 32px;
}

#products .products .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

#products .products .pagination ul li {
    float: left;
    margin-left: 3px;
}

#products .products .pagination ul li.prev {
    margin-right: 24px;
}

#products .products .pagination ul li.next {
    margin-left: 24px;
}

#products .products .pagination ul li.prev a {
    background: url('../img/arrow-prev.png') no-repeat center left;
    padding-left: 23px;
}

#products .products .pagination ul li.next a {
    background: url('../img/arrow-next.png') no-repeat center right;
    padding-right: 23px;
}

#products .products .pagination ul li a {
    font-size: 12px;
    color: #bc8346;
    border: 1px solid #f7f0e9;
    padding: 2px 4px;
}

#products .products .pagination ul li.active a {
    color: #ca1e03;
    font-weight: bold;
}

#products .products .category-title h1 {
    font-size: 18px;
    color: #674928;
    margin: 0;
}

#products .products .category-title {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d1c8be;
    margin-bottom: 30px;
}

#products .product {
    float: left;
}

#products .product {
    margin-left: 44px;
    margin-bottom: 30px;
    position: relative;
}

#products .product:nth-child(3n+1) {
    margin-left: 0;
}

#products .product .collection-name,
#products .product .species-name,
#products .product .color-name {
    font-size: 12px;
    font-weight: bold;
}

#products .product .collection-name {
    color: #ca1e03;
    margin-top: 12px;
    font-size: 11px;
    cursor: pointer;
}

#products .product .species-name {
    color: #967537;
    cursor: pointer;
}

#products .product .color-name {
    color: #8e8e8e;
    cursor: pointer;
}

#products .zoom {
    background: url('../img/zoom.png') no-repeat top left;
    width: 17px;
    height: 0;
    padding-top: 14px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 22px;
}

/*** Popups ***/
.popup {
    display: none;
    cursor: default !important;
    position: relative;
        width: 100%;
        height: 100%;
}

.popup .image {
    padding: 25px 28px 45px;
    background-color: #fff;
}

.popup .image a {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background: url('../img/view.png') no-repeat left center;
    padding-left: 26px;
    margin-top: 28px;
}

.popup .desc {
    text-align: left;
}

.popup .desc h1 {
    color: #9f3b24;
    font-size: 28px;
    margin-left: 34px;
}

.popup .desc h2 {
    margin-left: 52px;
    color: #878787;
    font-size: 16px;
}

.popup .desc h2 span {
    color: #000;
    margin-right: 20px;
}

.popup .desc-content {
    margin-left: 52px;
    line-height: 26px;
    font-size: 14px;
}

.popup .close-popup {
    position: absolute;
    color: #5a5959;
    width: 30px;
    border: 1px solid #6c4a2f;
    padding: 4px;
    top: 12px;
    right: 12px;
}

.popup .roomscene-close {
    /*background: rgba(255, 255, 255, 0.6);*/
        background: #fff;
    position: absolute;
    color: #5a5959;
    width: 30px;
    border: 1px solid #6c4a2f;
    padding: 4px;
    top: 12px;
    right: 12px;
}

.popup .roomscene-popup .desc { float: right; width: 100%; text-align: right; }
.popup .roomscene-popup .desc h1 {
    font-size: 26px;
    margin: 10;
    float: right;
    margin-right: 20px;
    line-height: 30px; 
margin-left: 20px; 
 margin-top: 0px;
padding-top:0px;
}
.popup .roomscene-popup .desc h2 {
    float: right;
    margin-left: 0px;
    margin-top: 7px;
}

/*** Footer ***/
footer {
    background: url('../img/bg-footer.png') repeat-x top left;
    color: #a59481;
    font-size: 12px;
    padding: 22px 0px 21px
}

footer .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .links ul li {
    float: right;
    margin-left: 40px;
}

footer .links ul li a {
    color: #a59481;
}

footer .links ul li a:hover {
    color: #8d7f6e;
}

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

.wrapper {
    width: 1138px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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

#rocaille-link{
clear:both;
float:left;
padding-top:6px;
text-align:left; 
padding-left:15px;
width:650px;
}

#woodart-link{
text-align:right;
padding-right:5px;
padding-top:0px!important; margin-bottom:9px!important; width:800px; margin-top:-7px!important;
float:right;
}

#rocaille-link a, #woodart-link a{
font-size: 13px;
color: #d4c4b2;
}

#rocaille-link a:hover, #woodart-link a:hover {
    opacity: .5;
}