
body {
    color: rgba(57,38,33,0.89);
    font-family: Work Sans;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 15px;

    background-color: rgba(192,187,182,0.4);
	}

body:not(.bt-responsive):not(.bt-auto-responsive) #contentContainer.xCentered {
    width: 960px;
}

a:link {
    color: rgb(123,120,115);
    text-decoration: none;
}
a:visited {
    color: rgb(86,83,81);
    text-decoration: underline;
}
a:hover {
    color: rgb(68,59,42);
    text-decoration: underline;
}
a:active {
    color: rgb(135,128,118);
    text-decoration: underline;
}

.xCenteringGuide {
            background-color: rgba(0,0,0,0.5);
        width: 960px;
}

#contentContainer h1 {
    color: rgb(98,87,66);
    font-family: Work Sans;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    line-height: 5em;
    position: absolute !important;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
    color: rgb(98,87,66) !important;
}

.social-icon path {
    fill: #000000;
}

.bt-sections-menu > ul > li {
    font-family: "Comic Sans MS", cursive;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 5em;
    position: absolute !important;
}

.bt-sections-menu > ul > li a:link,
.bt-sections-menu > ul > li a:visited {
    color: rgb(115,94,71);
    text-decoration: none;
}

.bt-sections-menu > ul > li a:hover,
.bt-sections-menu > ul > li a:active {
    color: rgb(141,56,2);
    text-decoration: underline;
}

.bt-sections-menu > ul > li.selected > a {
    color: rgb(163,54,5) !important;
    text-decoration: line-through !important;
}

.bt-sections-menu .subMenu {
    left: 10;
    top: 10;
}

.bt-sections-menu .subMenu li {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
}

.bt-sections-menu .subMenu li a:link,
.bt-sections-menu .subMenu li a:visited {
    color: rgb(74,64,64);
    text-decoration: none;
}

.bt-sections-menu .subMenu li a:hover,
.bt-sections-menu .subMenu li a:active {
    color: rgb(221,206,206);
    text-decoration: underline;
}

.bt-sections-menu .subMenu li.selected > a {
    color: rgb(89,72,72) !important;
    text-decoration: underline !important;
}

#pageEntries .xEntry {
    max-width: 970px;
}

#pageEntries .xEntry h2 {
    color: rgb(82,65,49);
    font-family: Arial, sans-serif;
    font-size: 3.5em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    margin: 15px 0 15px 0;
}

#pageEntries .xEntry .xGalleryContainer {
    margin-bottom: 5;
}

#pageEntries .xEntry .xGalleryType-slideshow .xGallery {
    margin-bottom: 3;
}

#pageEntries .xEntry .xGalleryType-column .xGalleryItem {
    padding-bottom: 4;
}

#pageEntries .xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGalleryItem {
    margin-right: 4;
}

#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav a {
    color: rgb(115,94,71);
    text-decoration: none;
}

#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
    color: rgb(141,56,2);
    text-decoration: underline;
}

#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
    color: rgb(163,54,5);
    text-decoration: line-through;
}

#additionalText {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

#xBackground #xBackgroundLoader {
    background: url(layout/loader_bright.gif) no-repeat;
}

#xBackground .visual-caption {
    width: 970px;
    margin-left: -485px;
}

#xBackground #xBackgroundRight {
            cursor: url(layout/arrow_right_bright.gif), pointer;
    }

#xBackground #xBackgroundLeft {
            cursor: url(layout/arrow_left_bright.gif), pointer;
    }

#xBackground #xBackgroundRightCounter,
#xBackground #xBackgroundLeftCounter {
    color: rgb(98,87,66);
    font-family: Work Sans;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    line-height: 5em;
}

#xBackground #xBackgroundRightCounter .counterContent {
            cursor: url(layout/arrow_right_bright.gif), pointer;
    }

#xBackground #xBackgroundLeftCounter .counterContent {
            cursor: url(layout/arrow_left_bright.gif), pointer;
    }

#xBackgroundNext a,
#xBackgroundPrevious a {
    background: url(layout/bg_nav_buttons_bright.png);
}

#xGridView {
    left: 40%;
    right: 40%;
    width: 20%;
}

#xGridViewTriggerContainer a {
    background: url('layout/bg_nav_buttons_bright.png');
}

.portfolioThumbnailsWrap {
    margin: 20px 10px;
}

.bt-responsive #contentContainer {
    max-width: 960px;
}

.bt-responsive #contentContainer h1 {
    margin: 20px 10px;
}

.bt-responsive .bt-sections-menu {
    margin: 20px 10px;
}

.bt-auto-responsive #contentContainer.xCentered {
    max-width: 960px;
}

@media (max-width: 767px) {

    .bt-responsive #pageEntries .xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGallery .xGalleryItem,
    .bt-auto-responsive #pageEntries .xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGallery .xGalleryItem {
        padding-bottom: 4;
    }

    .bt-auto-responsive #contentContainer {
        max-width: 960px;
    }

    .bt-auto-responsive #contentContainer h1 {
        margin: 20px 10px;
    }

    .bt-auto-responsive .bt-sections-menu {
        margin: 20px 10px;
    }

}

