
body {
	color: #000000;
	font-family: Muli;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;

	background-color: #ffffff;
	}

a:link {
	color: rgb(250,128,114);
	text-decoration: underline;
}

a:visited {
	color: rgb(250,128,114);
	text-decoration: none;
}

a:hover {
	color: #cc316c;
	text-decoration: underline;
}

a:active {
	color: #00bbff;
	text-decoration: underline;
}

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

#allContainer.xCentered {
    max-width: 1260px;
}

#sideColumn {
    left: ;
    width: 460px;
    }

#sideColumn.xCentered {
    margin-left: -630px;
}

#sideColumnTop {
    padding-top: 50px;
}

#sideColumnTop h1 {
    color: #363636;
    font-family: Muli;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    margin-bottom: 5px;
}

#sideColumnTop h1 a {
    color: #363636 !important;
}

#sideColumnTop ul li {
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 22px;
}

#sideColumnTop li a:link,
#sideColumnTop li a:visited {
    color: rgb(0,0,0);
    text-decoration: none;
}

#sideColumnTop li a:hover {
    color: rgb(251,153,142);
    text-decoration: none;
}

#sideColumnTop li a:active,
#sideColumnTop li.selected > a,
#sideColumnTop li.selected > span {
    color: rgb(250,128,114);
    text-decoration: underline;
}

#sideColumnTop .bt-sections-menu .subMenu li {
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
}

#sideColumnTop .bt-sections-menu .subMenu li a:link,
#sideColumnTop .bt-sections-menu .subMenu li a:visited {
    color: #242323;
    text-decoration: none;
}

#sideColumnTop .bt-sections-menu .subMenu li a:hover {
    color: #0cc4a6;
    text-decoration: none;
}

#sideColumnTop .bt-sections-menu .subMenu li a:active,
#sideColumnTop .bt-sections-menu .subMenu li.selected > a {
    color: #039da8;
    text-decoration: underline;
}

#firstPageMarkedEntries .xEntry {
    max-width: 700px;
}


#mainColumnContainer {
    padding-left: ;
}

#mainColumn {
    margin-left: 460px;
    padding-top: 100px;
    padding-left: 100;
    padding-right: 100;
    max-width: 700px;
}

#mainColumn.xCentered {
    margin-left: -170px;
}

.xNarrow #mainColumn.xCentered {
    margin-left: 460px;
}

#pageEntries li.xEntry {
    margin-bottom: 15px;
}

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

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

.xGalleryType-column div.xGalleryItem {
    padding-bottom: 1em;
}

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

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

#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
    color: rgb(251,153,142);
    text-decoration: none;
}

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

.floating-banners {
    margin-left: 460px;
    padding-left: 100;
}

.xSectionType-portfolio #pageEntries li.xEntry .xGalleryType-row:not(.bt-gallery-has-one-item) .xGallery .xGalleryItem {
    padding-bottom: 1em;
}

.bt-responsive .firstPagePic {
    margin-bottom: 100;
}

.bt-responsive #firstPageMarkedEntries .xEntry {
    max-width: 150%;
}

/* tablet */
@media (max-width: 767px)  {
    .bt-responsive #sideColumnTop {
        padding-left: 100;
    }

    .bt-responsive #sideColumnBottom {
        padding-left: 100;
    }

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

