body
{
    background: #ffffff url('/resources/views/themes/photography/res/images/global-background.jpg') no-repeat fixed center center / cover;
}

#sys_wrapper
{
    padding: 1rem;
    transition: margin .5s;
}

.sys_mainNavSlide
{
    margin-left: -400px;
    margin-right: 400px;
}

#sys_wrapContainer
{
    border: solid 2px #e2e2e2;
    width: 95%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);

    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}

.sys_clearFix
{
    clear: both;
}

#sys_primaryMasterHD
{
    width: 100%;
}

#sys_photographyNavLogo
{
    margin: 0 auto;
    text-align: left;
}

#sys_photographyNavSiteName
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 1rem 0;
    color: #5f6163;
    font-size: 2em;
}

#sys_photographyNavSiteName a
{
    color: inherit;
    text-decoration: none;
}

#sys_photographyNavMain
{
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.8);
    transition: width .5s;
    margin-bottom: 0;
}

#sys_photographyNavMainCnt
{
    display: none;
    padding: 5px;
}

#sys_photographyNavMain a
{
    color: #ffffff;
}

#sys_socialheader
{
    float: left;
    padding: 1rem;
    font-size: 1.3em;
}

#sys_socialheader a
{
    margin: 1em;
}

#sys_photographyNavCloseBtn
{
    text-align: right;
    padding: 1em;
}

.sys_MainNavShown
{
    width: 400px !important;
}

#sys_mainNavBtn
{
    text-align: right;
}

#sys_photographyNavMainBtn
{
    display: inline-block;
    text-align: center;
    margin-top: 1em;
    font-weight: 100;
}

#sys_photographyNavMainBtn .sys_photographyNavMainBtnSwitch
{
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3em 0;
}

#sys_photographyNavMainBtn .fa-bars
{
    font-size: 2em;
    opacity: 0.8;
}

#sys_photographyNavMainBtn .fa-bars:hover
{
    opacity: 1;
}

#sys_photographyPrimaryMenu .nav-item
{
    margin: 0.4em auto;
    font-size: 1.4em;
}

#sys_photographyNavMain .nav-item .dropdown-menu, #sys_photographyNavMain .nav-item .dropdown-item:focus, #sys_photographyNavMain .nav-item .dropdown-item:hover
{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border-radius: 0;
    background-color: rgba(45, 45, 45, 0.9);
}

#sys_photographyNavMain .nav-item .dropdown-item
{
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
}

.sys_checkNotificationsCount
{
    display: inline-block;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    background: #ff4b4b;
    border: 1px solid #ff4b4b;
    color: #fff;
    text-align: center;
    font-weight: bold !important;
    font: 12px Arial, sans-serif;
}

#sys_content
{
    padding: 1rem 0;
}

#sys_contentCoverImage
{
    height: 250px;
    background-position: center;
    background-size: cover;
    border: solid 1px #9E9E9E;
    margin: -1.5rem -0.5rem 1rem 0;
}

#sys_content h1
{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 0 1rem 0.2rem 0;
    background-color: transparent;
    color: #000000;
}

#sys_footer
{
    color: #bbbbbb;
    font-size: 0.8em;
    font-weight: 600;
}

#sys_bottomNav
{
    margin: 1em auto 3em;
    text-align: center;
}

#sys_bottomNav .nav-item
{
    float: none;
    display: inline-block;
}

#sys_bottomNav .nav-item:not(:first-child)
{
    margin-left: 2em;
}

@media only screen and (max-width: 767px)
{
    #sys_wrapContainer
    {
        width: 99%;
    }

    #sys_mainNavBtn
    {
        text-align: center;
    }

    #sys_photographyNavMainBtn
    {
        width: 100%;
    }


    #sys_photographyNavMainBtn .fa-bars
    {
        font-size: 1.5em;
    }

    #sys_contentCoverImage
    {
        margin: 0 0 1rem 0;
    }

    #sys_content
    {
        text-align: center;
    }

    #sys_content h1
    {
        padding: 0 0.2rem;
    }
}