/* template stuff */
body {
    background: white;
    margin-top: 50px;
}
h1, h2, h3 {
    font-weight: normal;
}
h3 {
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-top: 4px;
}
h3 a {
    color: #5a5a5a;
}
.blue {
    color: #2C5472;
}
.gray {
    color: #999;
}
a {
    color: #2E6D9D;
}
a:hover {
    color: #222;
}
.pad-wrap {
    margin: 0 20px;
}
.relative {
    position: relative;
}
.wpfooter { 
    background: #e2e2e2;
    padding-top:10px;
}
.pretty-comments .comments .comment-count-primary .count-label,
.pretty-comments .comments .comment-count-primary .count-bubble {
    font-size: 22px !important;
    line-height: 28px !important;
/*     color: #2C5472; */
    font-family:"FranklinITCProBold","Arial",sans-serif !important;
    margin: 0 0 5px;
    text-transform: none;
}
.comments .comment-count-primary {
    padding-top:0 !important;
}
#comments .col {
    min-height: 550px;
}

/* nav */
#nav {
    background: black;
    width: 100%;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index: 10001;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
}
#nav .branding {
    padding:13px 15px;
    float: left;
    display: inline-block;
    max-height: 24px;
    background: black;
    position: relative;
}
#nav .branding img {
    display: block;
    height: 24px;
}
#nav .title {
    float: left;
    margin:13px 0;
    padding-left:15px;
    border-left:2px solid #333;
    font-size: 14px;
    line-height: 24px;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    letter-spacing: 0.05em;
    display: none;
    text-indent: -300px;
}
#nav .title a {
    color: white;
    display: block;
    text-decoration: none;
}
#nav .title a:hover {
    color: #ddd;
    text-decoration: none;
}
#nav .nav {
    position: relative;
    z-index: 2;
    float: right;
    margin:0px;
    padding-right: 10px;
    text-align: center;
}
#nav .nav > li {
    float: left;
    display: inline-block;
    margin:13px 0px;
    padding:0px 5px;
    border-left:2px solid #333;
}
#nav li.share {
    border-left: 0 none;
    margin:0;
    padding: 13px 5px;
}
#nav a:hover {
    background: none;
}
#nav li a {
    display: block;
    line-height: 24px;
    position: relative;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    color: white;
    padding:0px 15px;
    font-size:12px;
}
#nav .share {
    margin-left:10px;
}
#nav .share a {
    padding-right:30px;
}
#nav .share a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#nav .share a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 6px;
    right: 11px;
    top:8px;
}
#nav .comment a {
    padding-left:38px;
}
#nav .comment .icon {
    display: block;
    width:22px;
    height:18px;
    position: absolute;
    left:9px;
    top:-2px;
}
/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0;
  
  border: 0; min-width: 127px; padding: 0; text-align: left;
  
  list-style: none;
  background-color: #111;
  

  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#nav .dropdown-menu li a { line-height: 36px; width: 127px;  }
#nav .dropdown-menu li a:hover { background-color: #2E6D9D; }
#nav .share .dropdown-menu a { padding: 0 0 0 15px; }

.nav > li > a:focus,
.nav > li > a:hover { background-color: #111; color: #555; }
#nav .share .dropdown-menu a::after { border: 0; }
.dropdown-menu .divider { background-color: #e5e5e5; border-bottom: 0; height: 1px; margin:  0; overflow: hidden; }
.dropdown-menu li.divider { background-color: rgb(34, 34, 34); border-top: 1px solid; box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset; color: rgb(34, 34, 34);
height: 1px; line-height: 1px; margin-right: 1px; min-width: 100%; padding: 0; }


/* content */
#main-container {
    background: white;
    width: auto;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    overflow: hidden;
}
#video-wrapper {
    position: relative;
    background: #242424;
    color: #eee;
}
#video-container {
    position: relative;
    -khtml-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.7);
}
.ie8 #video-container .bg,
.ie7 #video-container .bg,
.ie6 #video-container .bg {
    display: none !important;
}
#video {
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin: 0 auto;
    width:100%;
    height: 100%;
    background: #222;
}
.control-overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    cursor: pointer;
}
.control-overlay .bg {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
}
.control-overlay .button {
    display: none;
    position: absolute;
    background: url(../images/play-btn-70.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
}
.control-overlay .tracker {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.3);
    height:3px;
    width:100%;
}
.control-overlay .mouse-bar {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: rgba(255, 255, 255, 0.15);
}
.control-overlay .progress-bar {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: #1272fb;
}
.playing .control-overlay .button {
    background-image: url(../images/pause-btn-70.png);
}
.splash-screen {
    cursor: pointer;
    position: absolute;
/*     background: rgba(0, 0, 0, 0.1); */
    left:0;
    top:0;
    z-index: 10000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.splash-screen.desktop {
    right:0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.splash-screen.tablet {
    padding-left: 20px;
}
.splash-screen .bg {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
}
.splash-screen .container {
    position: relative;
}
.splash-screen .splash-image {
    position: absolute;
    width: 100%;
}
.splash-screen .text {
    margin-top: 5%;
}
h1 {
    position: relative;
    font-size: 109px;
    height: 160px;
    width: 556px;
    margin-bottom: 0;
}
h1 span {
    position: absolute;
    left:0;
    top:0;
}
h1 .small {
    font-size: 40%;
}
h1 .text-swing {
    left: 7%; 
    top: -38%;
}
h1 .text-of {
    left: 24%;
    top: 29%;
}
h1 .text-beauty {
    left: 32.7%;
    top: 19%;
}
p.intro {
    font-family:"FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size:22px;
    line-height: 28px;
}
#start-video {
    margin-top: 10px;
    float: left;
    display: block;
    font-size: 40px;
    line-height: 45px;
    padding-right: 56px;
    background: url(../images/play-btn-45.png) no-repeat 100% 0;
    text-transform: uppercase;
    font-family:"FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    text-decoration: none;
    color: white;
    transition-timing-function: ease-in-out-quad;
    transition: color .4s, padding-right .2s;
    -moz-transition: color .4s, padding-right .2s; /* Firefox 4 */
    -webkit-transition: color .4s, padding-right .2s; /* Safari and Chrome */
    -o-transition: color .4s, padding-right .2s; /* Opera */
}
.hover #start-video {
    color: #1272fb;
    padding-right: 60px;
}

/* article content */
.article {
    color: #222;
}
.article .col {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}
.row.first .col {
    padding-top: 65px;
}
[class*="span"].right {
    float: right;
}
.span8.col {
    width: 550px;
    border-right: 1px solid #d5d5d5;
    padding-right: 40px;
    margin-right: 9px;
}
.module {
    padding: 30px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.module.bylines {
    padding: 20px 0 10px;
}
.module.no-border {
    border:0 none;
}
.drop-cap {
    float: left;
    height: 72px;
    font-size:94px;
    line-height:72px;
    margin-right:5px;
    margin-left:2px;
}
h2 {
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin:0 0 5px;
}
h2.large {
    font-size: 22px;
    line-height: 28px;
}
h2.subhead {
    font-size: 16px;
    line-height: 20px;
}
h2.normal {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
h2.subhead.small {
    font-size: 14px;
    line-height: 18px;
    color: #777;
}
h2.section {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.article p {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.module p {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
p.credit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top:10px;
    color: #6c6c6c;
}
p.credit.small {
    font-size: 11px;
    line-height: 13px;
    color: #aaa;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
p.byline {
    font-size: 18px;
    line-height: 24px;
    color: #777;
    font-family: "FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
p.byline a {
    color: #777;
}
p.byline a:hover {
    text-decoration: underline;
}
p.byline-title {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
}
p.blurb {
    font-size: 15px;
    line-height: 20px;
}
p.blurb .setup {
    margin-top: 7px;
    font-size: 13px;
    line-height: 16px;
    display: block;
    color: #777;
}
p.small-note {
    font-size: 13px;
    line-height: 18px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    color: #828282;
    margin-bottom: 10px;
}

/* viz */
.ie8 .d3,
.ie7 .d3,
.ie6 .d3 {
    display: none;
}
.key p.text {
    margin-top: 1px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 0;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.key p.text.bold {
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-weight: normal;
}
.chart-key p {
    font-size: 13px;
    line-height: 16px;
}
.chart-key p strong {
    font-weight: normal;
    font-family:"FranklinITCProBold","Arial",sans-serif;
}
.pitcher-key {
    width:75%;
    position: absolute;
    text-align: center;
}
.pitcher-key p {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 3px;
    color: #999;
}
.plot {
    max-width: 120px;
    position: relative;
}
.type.plot {
    margin:-20px auto 0 !important;
}
#pitch-location .plot {
    margin: 0 auto;
    max-width: 150px;
/*
    width: 250px;
    height: 310px;
*/
}
#pitch-location .plot {
    margin-top: -10px;
    margin-bottom: 10px;
}
#pitch-types-contact {
    margin-bottom: -15px;
}
.plot-wrap {
    position: relative;
}
.plot-wrap p {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    margin:0;
}
.plot-wrap .title {
    font-family:"FranklinITCProBold","Arial",sans-serif;
}
.plot-wrap .slg {
    text-align: center;
    position: relative;
    width: 100%;
    bottom:38px;
}
.plot-wrap .note {
    color: #828282;
}
#pitch-types .strikezone {
    z-index: 10;
    position: relative;
}
.strikezone rect {
    fill-opacity: 0;
    stroke: black;
    stroke-width: 2.5px;
    stroke-opacity: 0.2;
}
.strikezone line {
    fill-opacity: 0;
    stroke: black;
    stroke-width: 1px;
    stroke-opacity: 0.2;
}
.type.plot .strikezone line {
    stroke-width: 1px;
}
.plot .batter {
    position: absolute;
    width: 66%;
    right: -38%;
    top: -23%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}
#pitch-location {
    overflow: hidden;
}
#pitch-location .viz {
    padding: 10px 0 0;
}
#pitch-location .plot-wrap .title {
    margin-bottom: 40px;
}
.still-video {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.still-video video {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.still-video .play-hint {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: url(../images/play-btn-26.png) 3% 5% no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.hexplot polygon {fill:rgba(0,0,0,0)}
.hexplot .q0{fill:#f9dfe0}
.hexplot .q1{fill:#f0a9ab}
.hexplot .q2{fill:#e5686c}
.hexplot .q3{fill:#ce1141}

#pitch-location .hexplot .q0{fill-opacity:0}
#pitch-location .hexplot .q1{fill:#f9dfe0}
#pitch-location .hexplot .q2{fill:#f0a9ab}
#pitch-location .hexplot .q3{fill:#e5686c}
#pitch-location .hexplot .q4{fill:#da282d}

#pitch-types-contact .hexplot .q0{fill:rgba(0, 70, 144, 0.3);}
#pitch-types-contact .hexplot .q1{fill:rgba(0, 70, 144, 0.5);}
#pitch-types-contact .hexplot .q2{fill:rgba(0, 70, 144, 0.7);}
#pitch-types-contact .hexplot .q3{fill:rgba(0, 70, 144, 1);}

.annotation {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 14px;
    text-align: center;
}
.annotation p {
    position: relative;
    width: 85%;
    font-size: 13px;
    line-height:  15px;
    color: #222;
    margin: 0 auto;
}
#pitch-location .annotation p.hed {
    margin-bottom: 2px;
    color: #999;
}
.pointer {
    position: absolute;
    display: block;
    background: black;
    height:1px;
    -khtml-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    filter: glow(color=white,strength=1);
}
.pointer.vert {
    width: 1px;
}
#swing-sequence {
    position: relative;
}
#swing-sequence.fixed {
    position: fixed;
}
#swing-sequence.bottom {
    position: absolute;
}
#swing-sequence div {
    display: block;
    position: absolute;
}
#swing-sequence img {
    max-width: 114%;
    margin-left: -7%;
}
.chart p {
    line-height: 24px;
}
.chart .labels {
}
.chart .data {
    max-width: 169px;
}
.chart .img {
    padding:2px 0 5px;
}
p.small-caps {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    color: #777;
    position: relative;
    margin-bottom: 2px;
}
p.small-caps.bold {
    font-family:"FranklinITCProBold","Arial",sans-serif;
    font-size: 15px;
}
p.type {
    font-size: 16px;
    line-height: 16px;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    margin-bottom: 4px;
}

/* infobox */
.rollovers {
    position:relative;
    font-family:Arial;
    z-index:2000;
}
#info-box {
    position:absolute;
    padding:7px 9px;
    background:#fff;
    background: rgba(255,255,255,0.9);
    border:1px solid #aaa;
    text-align:left;
    display:none;
    font-family:"FranklinITCStdLight","Franklin Gothic","ITC Franklin Gothic",'Arial',sans-serif;
    -khtml-box-shadow:0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
    box-shadow:0 0 2px rgba(0,0,0,0.3);
}


/* repsonsive stuff */
/* PHONES */
@media (max-width: 767px) {
    body {
        margin-top:32px;
    }
    #main-container {
        overflow: visible;
    }
    #video-container {
        margin-left:-20px;
        margin-right:-20px;
    }
    .col.swing-sequence {
        padding-top:0px;
    }
    #swing-sequence {
        top: auto !important;
        position: relative !important;
    }
    #swing-sequence div {
        position: relative;
        opacity: 1 !important;
    }
    .mobile-header {
        padding-top: 50px;
        overflow: hidden;
    }
    h1 {
        font-size: 65px;
        height: 97px;
        width: 332px;
    }
    .dropdown-menu {
        left: auto;
        right:0;
    }
    .span8.col {
        width: 100%;
        margin:0;
        padding-right:0;
        border-right:0;
    }
    .type-charts {
        padding-top:0;
    }
    .chart .span6 {
        float: left;
        width: 48.93617021276595%;
    }
    .pitcher-key {
        width:77%;
    }
}
/* > PHONES */
@media (min-width: 768px) {}
/* TABLETS */
@media (min-width: 768px) and (max-width: 979px) {
    h1 {
        font-size: 84px;
        height: 123px;
        width: 430px;
        margin-bottom: 10px;
    }
    .dropdown-menu {
        left: auto;
        right:0;
    }
    .span8.col {
        width: 426px;
        padding-right: 30px;
        margin-right: 9px;
    }
    .pitcher-key {
        width:85%;
    }
    .pitcher-key p {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 17px;
        margin-bottom: 3px;
    }
    #start-video {
        position: absolute;
        top: 223px;
        left: 287px;
    }
}
/* BIG SCREENS */
@media (min-width: 1200px) {
    h1 {
        font-size: 138px;
        height: 201px;
        width: 715px;
    }
    .span8.col {
        width: 700px;
    }
}
/* EVEN BIGGER SCREENS */
@media (min-width: 1500px) {
}
@media (max-width: 480px) {

}
@media (max-width: 767px) {

}
@media (max-width: 979px) {

}
@media (min-width: 980px) {

}