/* Home Page Header */
#header {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}

.cinematic #header {
    height: auto;
}

.cinematic .content.top {
    margin-top: 0;
}

.default #header {
    background-color: #f9f9f9;
    border-top:5px solid #f45900;
}

#header #dateline {
    height: 30px;
    z-index: 101;
    text-align: center;
    width: 970px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 10px;
    text-transform: uppercase;
    zoom: 1;
}

.cinematic #header #dateline {
    font-family: 'Knockout 49 A','Knockout 49 B', Helvetica;
    font-size: 15px;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%,-2%);
    -ms-transform: translate(-50%,-2%);
    -webkit-transform: translate(-50%,-2%);
}

.default #header #dateline {
    display: none;
}

#header #dateline .date {
    width: 50%;
    float: left;
    text-align: left;
}

.cinematic #header #dateline .date a {
    color: #ffffff;
}

#header #dateline .date a {
    color: #999;
}

#header #dateline .date a:hover {
    color: #f45900;
}

#header #dateline .currently {
    color: #000;
    width: 50%;
    float: right;
    text-align: right;
}

.cinematic #header #dateline .currently a {
    color: #ffffff;
}

#header #dateline .currently a {
    color: #999;
}

#header #dateline .currently a:hover {
    color: #f45900;
}

#header .full-width-media {
/* 	margin: 0 auto -25px auto; */
    margin: 0 auto;
	max-width: none;
	max-height: none;
	position: relative;
	overflow: hidden;
	height: auto;
/*
    min-height: 720px;
    min-width: 970px;
*/
}

#header .full-width-media.ken-burns {
    height: 850px;
}

#header .full-width-media > img {
    width: 100%;
    height: 100%;
/*     height: 100vh; */
    top: 0;
/*     min-height: 720px; */
    min-width: 970px;
/*     overflow: hidden; */
}

#header .full-width-media.ken-burns > img {
	animation: move 15s ease infinite; /* Change this to alternate to stop the loop. */
	-ms-animation: move 15s ease;
	-webkit-animation: move 15s ease;
	-o-animation: move 15s ease;
	-moz-animation: move 15s ease;
/* 	overflow: hidden; */
}

#header .full-width-media > div {
    margin: 0 auto;
}

@-webkit-keyframes move {
  from {
  	transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    -moz-transform: scale(1.2); /* Firefox */
  }
  to {
  	transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    -moz-transform: scale(1); /* Firefox */
  }
}

#header .full-width-media > .video-js {
    width: 100%;
}

#header .full-width-media .video-js,
#header .full-width-media .royalSlider {
    margin: 0 auto;
}

.cinematic #header .full-width-media .text {
    position: absolute;
    margin-top: 40px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #ffffff;
	width: 700px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.cinematic #header .full-width-media .text.bottom {
    top: 75%;
    left: 50%;
    transform: translate(-50%,-75%);
    -ms-transform: translate(-50%,-75%);
    -webkit-transform: translate(-50%,-75%);
}

.cinematic #header .full-width-media .text.top {
    top: 25%;
    left: 50%;
    transform: translate(-50%,-25%);
    -ms-transform: translate(-50%,-25%);
    -webkit-transform: translate(-50%,-25%);
}

#header .full-width-media .text .caption,
#header .full-width-media .text .intro,
#header .full-width-media .text .preface,
#header #dateline,
#header .credits {
    font-family: 'Gotham A', 'Gotham B', Helvetica;
}

#header .full-width-media .text .intro {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

#header .full-width-media .text .preface {
	font-size: 12px;
	line-height: 18px;
	width: 420px;
	margin: 25px auto 10px auto;
	text-align: center;
	    color: rgba(255,255,255,0.7);
}

#header .full-width-media .text .caption {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 13px;
    color: #fff;
    text-align: center;
}

.home #header .full-width-media .text .caption {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    width: 600px;
    margin: 10px auto 0;
}

#header .full-width-media .text .credits  {
    display: inline-block;
    color: #ffffff;
    border-top: #ffffff 1px solid;
    padding-top: 20px;
    width: auto;
    margin: 0 auto;
    font-size: 14px;
}

#header .credits {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    margin: -25px 0 0 0;
    padding: 15px 0;
    background: #f7f7f7;

}

#header .full-width-media .by-author {
    display: inline-block;
    color: rgba(255,255,255,0.8);
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
}

#header .media-footer {
    width: 970px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    margin-bottom: 30px;
}

#header .media-footer .media-caption {
    font-size: 10px;
    font-family: 'gotham a','gotham b', helvetica;
    text-align: right;
}

#header .media-footer .social {
    float: left;
    width: 50%;
}

#header .text h2 {
    font-family: 'Knockout 49 A', 'Knockout 49 B', Arial Narrow;
    color: #ffffff;
    font-size: 100px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 85px;
    margin: 0 0 15px 0;
    text-align: center;
}

.cinematic #header .text h2 {
    font-family: 'Knockout 48 A', 'Knockout 48 B', Arial Narrow;
    font-size: 100px;
    line-height: 85px;
    margin: 0 0 11px 0;
    text-align: center;
    text-transform: uppercase;
}

.home #header .text h2 {
    font-family: 'Gotham A','Gotham B', Helvetica;
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 11px 0;
    text-transform: uppercase;
    font-weight: 300;
}

#header .text h2 a {
    color: #ffffff;
}

#header .text h2 a:hover {
    color: #f45900;
    text-decoration: none;
}


#header #pagination {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    position: relative;
}

#header #pagination a {
    color: #777;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 40%;
    box-sizing: border-box;
    font-size: 9px;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 15px;
    padding: 0px 0 30px 0;
}

.cinematic #header #pagination a {
    color: #ffffff;
}

#header #pagination a:hover {
    color: #f45900;
    text-decoration: none;
}

#header #pagination a.prev-link {
    text-align: left;
}

#header #pagination a.next-link {
    text-align: right;
}

#header #pagination .leftarrow,
#header #pagination .rightarrow {
    font-size: 40px;
    font-family: 'Sentinel A', 'Sentinel B';
    font-weight: 400;
    font-style: normal;
    position: relative;
    top: 5px;
    color: #cdcdcd;
}

.cinematic #header #pagination .leftarrow,
.cinematic #header #pagination .rightarrow {
    color: rgba(255, 255, 255, .5);
}

#header #pagination .leftarrow {
    margin-right: 3px;
}

#header #pagination .rightarrow {
    margin-left: 3px;
}

#header #pagination .prev,
#header #pagination .next {
    font-weight: bold;
    color: #777;
}

.cinematic #header #pagination .prev,
.cinematic #header #pagination .next {
    color: #ffffff;
}

#header #pagination .prev {
    padding-right: 6px;
    margin-right: 6px;
    border-right: solid 1px #000000;
}

#header #pagination .next {
    padding-left: 6px;
    margin-left: 6px;
    border-left: solid 1px #000000;
}

.cinematic #header #pagination .prev {
    border-right: solid 1px #ffffff;
}

.cinematic #header #pagination .next {
    border-left: solid 1px #ffffff;
}

/*
@media (max-width: 992px) {

    #header .full-width-media {
        padding-bottom: 171px;
        background-position: 50% -1%;
        background-attachment: scroll;
    }

    .cinematic #header .full-width-media .text {
        top: 10%;
    }

}
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #header h1 a {
        background-image: url(../images/gearpatrol-logo-bk-2x.png);
        background-size: 258px 46px;
    }
    .cinematic #header h1 a {
        background-image: url(../images/gearpatrol-logo-white-2x.png);
        background-size: 258px 46px;
    }
    #header h1 a:hover {
        background-image: url(../images/gearpatrol-logo-orange-2x.png);
        background-size: 258px 46px;
    }
}

#tag-header {
 	height: 24px;
}

#cat-header {
 	font-size: 36px;
 	font-weight: bold;
 	letter-spacing: -1px;
 	padding-bottom: 20px;
 	margin: 0px 0 0px 0;
 	border-bottom: 1px solid #efefef;
}

#cat-header .cat-subs {
    font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #333;
}

#cat-header .cat-subs a {
	color: #333;
	text-decoration: none;
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear, ease;
	-moz-transition-property: background color;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease;
	-o-transition-property: background color;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease;
}

#cat-header .cat-subs a:hover {
	color: #F45900;
}

#cat-header .cat-subs ul {
    margin: 0;
    padding: 0;
}

#cat-header .cat-subs ul li {
    display: inline;
    float: left;
    padding-right: 15px;
}

#above-header {
    background-color: #fafafa;
    margin-bottom: 10px;
    border-top: 3px solid #f45900;
}

#above-header .widgets {
    width: 970px;
    height: 60px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 5px;
}