
body {
    color: rgb(107,107,107);
    font-family: Ubuntu Mono;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 18px;

    background-color: #ffffff;
	}

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

a:link {
    color: #cc0000;
    text-decoration: none;
}
a:visited {
    color: #9c0000;
    text-decoration: none;
}
a:hover {
    color: #0000cc;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}

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

#contentContainer h1 {
    color: rgb(151,151,151);
    font-family: Ubuntu Mono;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    position: absolute !important;
}

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

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

.bt-sections-menu > ul > li {
    font-family: Ubuntu Mono;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    position: absolute !important;
}

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

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

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

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

.bt-sections-menu .subMenu li {
    font-family: Ubuntu Mono;
    font-size: 14px;
    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: #999999;
    text-decoration: none;
}

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

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

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

#pageEntries .xEntry h2 {
    color: #363636;
    font-family: Ubuntu Mono;
    font-size: 1.8em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    margin: 15px 0 15px 0;
}

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

#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: #999999;
    text-decoration: none;
}

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

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

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

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

#xBackground .visual-caption {
    width: 860px;
    margin-left: -430px;
}

#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: rgb(151,151,151);
    font-family: Ubuntu Mono;
    font-size: 28px;
    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: 20px 10px;
}

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

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

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

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

@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: 920px;
    }

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

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

}

