/* PORTFOLIO - SLIDESHOW NAVIGATION */

#portfolio_menu {
    background-color: #333333;
    color: #666666;
    margin-top: 185px;
    position: absolute;
    width: 100%;
}

#portfolio_menu_inner_wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#portfolio_menu_bullets {
    margin-top: -20px;
    position: relative;
}

#portfolio_menu_bullets a {
    color: #666666;
    font-size: 80px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#portfolio_menu_bullets a:active, #portfolio_menu_bullets a.active, #portfolio_menu_bullets a:hover {
    color: #FFFFFF;
}

/* ENDOF PORTFOLIO - SLIDESHOW NAVIGATION */



/* PORTFOLIO - BUTTONS */

.portfolio_button a:link, .portfolio_button a:active, .portfolio_button a:visited {
    background-color: #222222;
    border-radius: 10px;
    color: #888888;
    font-family: 'Noto Sans', Verdana;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 75px 15px 75px;
    text-decoration: none;
}

.portfolio_button a:hover {
    background-color: #181818;
}

/* ENDOF PORTFOLIO - BUTTONS */



/* PORTFOLIO - MAIN DIVS */

.portfolio_main {
    background-color: #333333;
    margin-bottom: 50px;
}

.portfolio_inner_wrapper {
    padding-top: 60px;
}

/* ENDOF PORTFOLIO - SNAP DIVS */



/* PORTFOLIO - LISTS */

.portfolio_inner_wrapper ul {
    list-style: circle;
    margin: 0px 0px 0px 40px;
}

.portfolio_inner_wrapper ul li {
    padding: 0px 0px 5px 0px;
}


/* ENDOF PORTFOLIO - LISTS */



/* SHOWCASE */
.showcase {
    background-color: #FFFFFF;
    float: left;
    margin-bottom: 60px;
    padding: 30px 40px 30px 40px;
    position: relative;
    width: 100%;
}

.showcase_heading {
    color: #8DC63F;
    float: left;
    font-family: 'Noto Serif', Georgia;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.showcase_content {
    color: #333333;
    float: left;
    font-family: 'Noto Sans', Verdana;
    font-size: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.showcase_image {
    max-width: 500px;
}

.showcase_image img {
    width: 100%;
}

.showcase_content a:link.portfolio_cta, .showcase_content a:active.portfolio_cta, .showcase_content a:visited.portfolio_cta {
    color: #BB202B;
    line-height: 200%;
}

.showcase_content a:hover.portfolio_cta {
    color: #8DC63F;
}

.showcase_text {
    max-width: 580px;
    position: relative;
}

.showcase_image {
    position: relative;
}

/* ENDOF SHOWCASE */



/* SLIDESHOW */

.slideshow_outer_wrapper {
    border: 1px solid #999999;
    float: right;
    padding: 10px;
    position: relative;
}

#slideshow {
    float: left;
    height: 500px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 450px;
}

.slideshow_inner_wrapper {
    cursor: move;
    height: 500px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 450px;
}

.slideshow_text {
    max-width: 620px;
    position: relative;
}

/* ENDOF SLIDESHOW */













