#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;
}


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

}

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

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

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

.logo {
    -webkit-transition: all 0.1s ease !important;
    margin-top:1rem;
    max-width: 300px;
    margin-left:2rem;
}

.kyle_logo_scroll {
    max-width: 180px !important;
    width:100% !important;
    margin-bottom:0rem;
    opacity: 1;
}




/*********************
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: 1.115em 0.75em 1.3em 0.75em;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "adobe-garamond-pro", "futura-pt-condensed", arial, verdana;
    font-weight: 400;
    border: 0;
}

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


/* 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: transparent;
    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;
   
}

.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);
}



