
body {
    color: rgb(255,255,255);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 18px;

    background-color: rgba(0,0,0,0);
	}

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

a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}

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

#contentContainer h1 {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    position: fixed !important;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
    color: #000000 !important;
}

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

.bt-sections-menu > ul > li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    position: fixed !important;
}

.bt-sections-menu > ul > li a:link,
.bt-sections-menu > ul > li a:visited {
    color: #969696;
    text-decoration: none;
}

.bt-sections-menu > ul > li a:hover,
.bt-sections-menu > ul > li a:active {
    color: #969696;
    text-decoration: none;
}

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

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

.bt-sections-menu .subMenu li {
    font-family: "Arial black", Gadget;
    font-size: 16px;
    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: #000000;
    text-decoration: none;
}

.bt-sections-menu .subMenu li a:hover,
.bt-sections-menu .subMenu li a:active {
    color: #000000;
    text-decoration: none;
}

.bt-sections-menu .subMenu li.selected > a {
    color: #000000 !important;
    text-decoration: none !important;
}

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

#pageEntries .xEntry h2 {
    color: #363636;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 115%;
    margin: 0 0 30px 0px;
}

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

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

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

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

#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav a {
    color: #969696;
    text-decoration: none;
}

#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
    color: #969696;
    text-decoration: none;
}

#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
    color: rgb(150,150,150);
    text-decoration: underline;
}

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

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

#xBackground .visual-caption {
    width: 400px;
    margin-left: -200px;
}

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

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

#xBackground #xBackgroundRightCounter,
#xBackground #xBackgroundLeftCounter {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
}

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

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

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

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

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

.portfolioThumbnailsWrap {
    margin: 30px 10px;
}

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

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

.bt-responsive .bt-sections-menu {
    margin: 30px 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: 1em;
    }

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

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

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

}

