html, body
{
    margin: 0 !important;
    padding: 0 !important;
}

.row, .col
{
    margin: 0 !important;
    padding: 0 !important;
}

#sys_wrapper
{
    padding: 0;
    transition: margin .5s;
}

#sys_primaryHeader
{
    background-color: #263238;
    padding: 0.5em;
}

#sys_headLogo
{
    height: 40px;
}

.sys_mainNavSlide
{
    margin-left: -400px;
    margin-right: 400px;
}

#sys_wrapContainer
{
    width: 100%;
    padding: 0;
    padding-bottom: 5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.sys_clearFix
{
    clear: both;
}

#sys_primaryMasterHD
{
    width: 100%;
}

#sys_photographyNavLogo
{
    margin: 0 auto;
    text-align: left;
}

#sys_photographyNavSiteName
{
    font-family: 'Arimo', 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: #000000;
    transition: width .5s;
    margin-bottom: 0;
}

#sys_photographyNavMainCnt
{
    display: none;
    padding: 5px;
}

#sys_photographyNavMain a
{
    color: #ffffff;
    padding: 0;
    display: inline-block;
}

#sys_socialheader
{
    float: left;
    padding: 1rem 0;
    font-size: 1.3em;
}

#sys_socialheader a
{
    margin: 0 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;
    font-weight: 100;
    color: #ffffff;
}

#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: 'Arimo', 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;
}

#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: 'Arimo', 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;
    margin-top: 5em;
}

#sys_bottomNav
{
    margin: 1em auto 3em;
    text-align: center;
}

#sys_bottomNav .nav-item
{
    float: none;
    display: inline-block;
    font-size: 2em;
}

#sys_bottomNav .nav-item a
{
    color: #263238;
}

#sys_bottomNav .nav-item:not(:first-child)
{
    margin-left: 2em;
}

#sys_mailList {
    background: #151515;
    padding: 4rem;
    margin: 2rem auto;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#sys_baseLinks
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #263238;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    z-index: 1000;
}

#sys_baseLinks img
{
    max-width: 1em;
    max-height: 1em;
}

#sys_baseLinks a
{
    color: #efefef;
    font-size: 1em;
    padding: 0.2em 0.5em;
    transition: background-color 0.5s ease;
}

#sys_baseLinks a:hover
{
    background-color: rgba(255, 255, 255, 0.5);
}

#sys_subscribeGlobalWrap, #sys_instagramGlobalWrap
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sys_subscribeGlobal, #sys_instagramGlobal
{
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url('../images/sys_global_subscribe_bg.jpg');
    background-position: top center;
    background-size: cover;
    border: solid 1px rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    color: #efefef;
    padding: 1em;
    max-width: 90%;
    max-height: 75%;
    overflow: auto;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 5px rgba(255,255,255,1);
}

#sys_subscribeGlobal h2, #sys_instagramGlobal h2
{
    font-size: 1.5em;
    font-weight: 200;
}

#sys_subscribeGlobalPic, #sys_instagramGlobalPic
{
    border: solid 2px rgba(255, 255, 255, 0.8);
}

#sys_subscribeGlobal form, #sys_instagramGlobal form
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/***
Blog Overrides
***/
.sys_blogRightMenuTitle
{
    background-color: #263238 !important;
    border: solid 1px #000 !important;
    color: #ffffff !important;
}

.sys_blogRightMenuTitle .fa
{
    color: #F0F0F0 !important;
}

#sys_blogWrapper h1, .sys_articleTitle
{
    font-family: 'Arimo', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

#sys_blogWrapper h1
{
    margin-top: 1em;
}

.sys_articlecategories a, .sys_articleTagsList li, .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover
{
    background-color: #263238 !important;
}

/***
End Blog Overrides
***/

@media only screen and (min-width: 767px)
{
    .smHd
    {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    #sys_baseLinks
    {
        font-size: 2em;
    }
}

@media only screen and (max-width: 767px)
{
    #sys_primaryHeader
    {
        padding: 0.3em;
    }

    #sys_headLogo
    {
        height: 30px;
    }

    #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;
    }

    #sys_bottomNav .nav-item
    {
        font-size: 1.3em;
        display: block;
        margin-left: 0 !important;
    }
}