
body {
    color: #292828;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    line-height: 18px;

    background-color: #ffffff;
    }

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

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

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

#contentContainer h1 {
    color: #000000;
    font-family: inherit;
    font-size: 30px;
    font-weight: bold;
    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: #000000 !important;
}

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

.menuItem {
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 2em;
    position: absolute !important;
}

.menuItem a:link,
.menuItem a:visited {
    color: #3b3b3b;
    text-decoration: none;
}

.menuItem a:hover,
.menuItem a:active {
    color: #000000;
    text-decoration: underline;
}

.menuItemSelected > a,
.menuItemSelected > span {
    color: #000000 !important;
    text-decoration: line-through !important;
}

.menuItem ul {
    left: 0;
    top: 0;
}

.menuItem li {
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: ;
    line-height: 1.5em;
}

.menuItem li a:link,
.menuItem li a:visited {
    color: #000000;
    text-decoration: none;
}

.menuItem li a:hover,
.menuItem li a:active {
    color: #000000;
    text-decoration: underline;
}

.menuItem li.selected > a {
    color: #000000 !important;
    text-decoration: underline !important;
}

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

#pageEntries .xEntry h2 {
    color: #363636;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.8em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    margin: 5px 5px 5px 5px;
}

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

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

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

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

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

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

#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
    color: #000000;
    text-decoration: line-through;
}

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

#xBackground .visual-caption {
    width: 1000px;
    margin-left: -500px;
}

#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: inherit;
    font-size: 30px;
    font-weight: bold;
    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: 30%;
    right: 30%;
    width: 40%;
}

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

.portfolioThumbnailsWrap {
    margin: 0px 0 70px 0px;
}

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

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

.bt-responsive nav {
    margin: 0px 0 70px 0px;
}

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

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

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

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

    .bt-auto-responsive nav {
        margin: 0px 0 70px 0px;
    }

}

