
body {
    color: rgb(0,0,0);
    font-family: Geist;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 48px;

    background-color: rgb(249,255,254);
					background-repeat: repeat;
        background-position: top left;
                    background-size: cover;
            background-attachment: fixed;
        }

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

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

#contentContainer h1 {
    color: rgb(0,0,0);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    position: absolute !important;
}

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

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

.bt-sections-menu > ul > li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 40px;
    position: absolute !important;
}

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

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

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

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

.bt-sections-menu .subMenu li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    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: underline;
}

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

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

#pageEntries .xEntry h2 {
    color: rgb(160,120,170);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 35px;
    margin: 10px 0 100px 0;
}

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

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

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

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

#pageEntries .xEntry .xGalleryContainer ul.xGalleryNav a {
    color: #000000;
    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: none;
}

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

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

#xBackground .visual-caption {
    width: 3000px;
    margin-left: -1500px;
}

#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(0,0,0);
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
}

#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: 35%;
    right: 35%;
    width: 30%;
}

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

.portfolioThumbnailsWrap {
    margin: 4px 4px;
}

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

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

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

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

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

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

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

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

}

