#header_details {
	background: #000;
	color:#fff;
	z-index: 99!important;
	top: 0;
	width:100%; 
	padding:4px 0;
	position: fixed;
	font-size:0.9rem;
}

#header_details a {
    color:#fff;
    font-weight: initial;
    margin-right: 10px;
}


#porter_left {
    top:26px;
    left:0;
    position: fixed;
    z-index: 99999!important;

}

#porter_right {
    top:26px;
    right:0;
    position: fixed;
    z-index: 99999!important;
}

#porter_left img, #porter_right img {
    height:100px;
    width:auto;
    -webkit-transition: all 1s ease;
}

.porter_nav {
    height: 70px !important;
    width:auto;
}

.logo {
    -webkit-transition: all 1s ease;
    margin-top:0.5rem;
    max-width: 100px;
    filter:brightness(0) invert(1);
}

.porter_logo_scroll {
    max-width: 80px !important;
    filter: brightness(1) invert(0);
}













/*********************
NAVIGATION STYLES
*********************/


/* Sweep To Right */

.nav li a,
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 800;
}

.nav li a:before,
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #ffffff;*/
    /*background: #1784ea;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: 1px solid #fff;
}

.nav li a:hover,
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff !important;
    text-decoration: none !important;
}

.nav li a:hover:before,
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav {
    /*text-align: center;*/
    margin-left:1rem;
}

.nav {
    display: none;
    border-bottom: 0;
    margin: 90px;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
}

.nav li {}

.nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.25em 0.35em 0.25em 0.35em;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway", "futura-pt-condensed", arial, verdana;



font-style: normal;
    font-weight: 700 !important;
    border: 0
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}



/** nav on scroll **/

.navScroll li a:before,
.hvr-sweep-to-right:before {

    border-bottom: 1px solid #3c7a89 !important;
}

.navScroll li a, .navScroll li a:hover {
    display: block;
    color: #3c7a89 !important;

}

/* end .nav */


/*********************
POSTS & CONTENT STYLES
*********************/

.newsImage {
    width: 100%;
    height: auto;
}

#content {
    margin-top: 20px;
}

.hentry {
    border-radius: 3px;
    margin-bottom: 1.5em;
}

.hentry header {
    padding: 1.5em;
    text-align: center;
}

.hentry footer {
    padding: 1.5em;
}

.hentry footer p {
    margin: 0;
}


/* end .hentry */

.single-title,
.entry-title {
    margin: 0;
    background: #000;
    color: #ffffff !important;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 15px
}

.marty_content .article-header .page-title {
    font-size: 2.5em;
    padding-top: 50px;
    text-shadow: 2px 2px #ffffff;
    color: #fff;
}

.marty_content .article-header {
    height: 200px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    /*background:url('http://martystrength.com/wp-content/uploads/2016/08/inner_image2.jpg') no-repeat bottom left;*/
}

.headerBlack {
    background-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.35);
}


.nav a:link, .nav a:visited:link {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 1);
}






#top_nav {
        z-index: 11;
        top:00px;
        left:0;
        height:100%;
        width:100%;
        background: #2e4754;
        background: rgba(60,122,137,0.9);
        position: fixed;
        color:#fff;
        overflow: scroll;
        padding-bottom:50px;
        text-transform: uppercase;

    }
    #top_nav ul {
        margin:0;
    }

    #top_nav li {
        padding:10px;
    }

    #top_nav a {
        color:#fff;
        font-size:2rem;
    }



