/*
.bold-font
font-family: 'HelveticaNeueW01-77BdCn 692722';

.body-font
font-family: 'HelveticaNeueW01-65Medi';

.title-font
font-family: 'AdobeGaramondW01-Regula';


grey
#b1b1b1
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'HelveticaNeueW01-65Medi';
    overflow: hidden;
    line-height: 1;
}

a {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

object,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.site-wrapper {
    /* border: 1px solid lime; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 100%;
    overflow: hidden;
}

.sound-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 32px;
    height: 32px;
    background: url(../images/audio-off.png) no-repeat;
    cursor: pointer;
}

.sound-on {
    background: url(../images/audio-on.png) no-repeat;
}

.site-nav {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.site-nav-items {
    display: none;
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.6);
    margin-bottom: 2px;
    font-size: 13px;
}

.site-nav-item {
    display: block;
    padding: 15px;
    color: #b1b1b1;
}

.site-nav-item:hover ,
.site-nav-item.selected {
    color: #fff;
}

.site-nav-handle {
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.6);
    padding: 7px;
    text-align: center;
    cursor: pointer;
}

.site-constrained {
    /* border: 1px solid magenta; */
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 10;
}

.header {
    position: absolute;
    top: 10px;
    left: 170px;
    text-align: center;
    z-index: 10;
}

.featured-logo {
    margin-top: 5px;
}

.release-date {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.2;
}

.site-content-wrapper {
    /* border: 1px solid yellow; */
    position: absolute;
    max-width: 960px;
    width: 100%;
    height: 100%;
    left: 140px;
}

.scroll-pane:focus {
    outline: 0;
}

.section-title {
    font-size: 27px;
    letter-spacing: 10px;
}

.section-nav {
    font-size: 20px;
    padding: 15px 0 10px;
    border-bottom: 2px solid white;
}

.section-nav-item {
    display: inline-block;
    text-align: center;
    color: #b1b1b1;
    margin-right: 40px;
}

.section-nav-item:last-child {
    margin-right: 0;
}

.section-nav-item.selected {
    color: #fff;
}

.section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section li {
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}

.bd {
    overflow: hidden;
}

.section li:last-child {
    margin-bottom: 0;
}

.section img {
    float: left;
    margin-right: 20px;
    border: 1px solid #cc9966;
}

/* ================================================================= index/home === */
.touch #index .temp-background {
    background-color: #000;
    background-image: url(../images/video-posters/flame.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lt-ie9 #index .site-content-constrained {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
}

.twitter-feed {
    width: 280px;
    font-size: 16px;
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
    line-height: 1.2;
}

.twitter-user {
    line-height: 20px;
    margin-bottom: 0.5em;
    float: right;
}

.twitter-user.bird {
    text-align: left;
    padding-left: 30px;
    background: url(../images/twitter-feed-icon.png) no-repeat left center;
}

.tweet-content {
    clear: right;
}

.quote {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
}

.quote-content {
    font-size: 1.4em;
}

.quote-author {
    margin-top: 0.5em;
}

/* ================================================================= about === */

.touch #about .temp-background {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/video-posters/noose.jpg);
}

#about .site-content-constrained {
    /* border: 1px solid cyan; */
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.7);
    width: 45%;
    padding: 20px;
    font-size: 13px;
    position: absolute;
    /* bottom: 20px; */
    top: 200px;
    left: 25px;
}

#about .release-date {
    color: #000;
}

#about .section {
    margin-top: 10px;
}

#about .site-content {
    height: 360px;
    overflow: hidden;
}

#about .site-content p {
    line-height: 1.4;
    margin-top: 0;
}

#about .site-content p:last-child {
    margin-bottom: 0;
}

#cast, #filmmakers {
    display: none;
}

#about .section img {
    width: 90px;
    height: 90px;
}

.person-name {
    font-size: 23px;
    font-family: 'HelveticaNeueW01-77BdCn 692722';
}

.person-bio {
    margin: 10px 0;
    font-size: 13px;
}

.read-more {
    font-size: 13px;
}

.production-notes-link {
    margin-top: 15px;
    float: left;
    left: 50%;
    position: relative;
}

.production-notes-link a {
    display: block;
    position: relative;
    float: left;
    left: -50%;
    text-align: center;
    padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(38,38,38,.5));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(38,38,38,.5));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(38,38,38,.5));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.5), rgba(38,38,38,.5));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(38,38,38,.5));
}

/* ================================================================= sweeps === */

.touch #sweeps .temp-background {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/video-posters/noose.jpg);
}

#sweeps .site-content-constrained {
    /* border: 1px solid cyan; */
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.7);
    width: auto;
    padding: 20px;
    font-size: 13px;
    position: absolute;
    /* bottom: 20px; */
    top: 200px;
    left: 25px;
}

#sweeps .release-date {
    color: #000;
}

#sweeps .section {
    margin-top: 20px;
    font-size: 20px;
}

#sweeps .site-content {
    height: 360px; /* will need to be changed to a fixed height once there are too many links to fit page */
    overflow: hidden;
}

.sweeps {
    overflow: hidden;
    margin-bottom: 20px;
}

.sweeps-link{
	cursor:pointer;
}
.sweeps:last-child {
    margin-bottom: 0;
}

.sweeps img {
    width: 220px;
    height: 140px;
}

.sweeps a:hover {
    text-decoration: underline;
}

/* ================================================================= soundtrack === */

#soundtrack .sound-toggle {
    display: none;
}

#soundtrack .temp-background {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/soundtrack-bg.jpg);
}

#soundtrack .site-content-constrained {
    /* border: 1px solid cyan; */
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.7);
    width: 45%;
    padding: 20px;
    font-size: 13px;
    position: absolute;
    /* bottom: 20px; */
    top: 200px;
    left: 25px;
}

#soundtrack .section {
    margin-top: 10px;
}

#soundtrack .site-content {
    /* if using multi-track embed
    height: 360px;
    overflow: hidden;
    */
}


/* ================================================================= gallery === */

#gallery .site-constrained {
    max-width: none;
}

#gallery .site-content-wrapper {
    height: auto;
    left: 140px;
}

#gallery .site-content-constrained {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 10;
}

#gallery .header {
    display: none;
}

#gallery .section-title {
    float: left;
    margin-left: 45px;
}

.photos-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    overflow: hidden;
}

/* ================================================================= videos === */

#videos .site-constrained {
    max-width: none;
}

#videos .site-content-wrapper {
    height: auto;
    left: 140px;
}

#videos .site-content-constrained {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 10;
}

#videos .section-nav {
    border: 0;
    font-size: 14px;
    float: left;
    line-height: 25px;
    padding: 0;
}

#videos .section-nav-item {
    position: relative;
    padding-left: 12px;
    margin: 0 0 0 20px;
    width: auto;
    letter-spacing: 5px;
}

#videos .section-nav-item:before {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #b1b1b1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

#videos .section-nav-item.selected:before {
    border-color: transparent transparent transparent #fff;
}

#videos .header {
    display: none;
}

#videos .section-title {
    float: left;
    margin-left: 45px;
}

.videos-wrapper {
   /* position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* ================================================================= downloads === */

.touch #downloads .temp-background {
    background-color: #000;
    background-image: url(../images/video-posters/rocking-chair.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#downloads .site-content-constrained {
    /* border: 1px solid cyan; */
    background: url(../images/black60.png);
    background: rgba(0,0,0,0.7);
    width: 45%;
    padding: 20px;
    position: absolute;
    /* bottom: 20px; */
    top: 200px;
    left: 25px;
}

#downloads .section {
    margin-top: 10px;
    font-size: 20px;
}

#downloads .section-nav {
    font-size: 16px;
    border: 0;
}

#downloads .site-content {
    height: 330px;
    overflow: hidden;
}

#iphone, #facebook, #tablet {
    display: none;
}

.download {
    overflow: hidden;
    margin-bottom: 50px;
}

.download:last-child {
    margin-bottom: 0;
}

#downloads .section img {
    width: 220px;
    height: 140px;
}

.download-link {
    display: block;
    margin-bottom: 20px;
}

.download-links a:last-child {
    margin-bottom: 0;
}

/* ================================================================= footer === */
.footer {
    background: #000;
    padding: 10px;
    z-index: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif;
    height: 70px;
}

.left {
   float: left;
    position: absolute;
    width: 600px;
}

.social-links {
    float: left;
    margin-bottom: 5px;
}

.social-links > div {
    float: left;
    line-height: 22px;
    margin-right: 5px;
}

.share-text {
    float: left;
    line-height: 22px;
    cursor: pointer;
    padding-right: 10px;
    background: url(../images/arrow-right.png) no-repeat right center;
}

.share-text.open {
    background: url(../images/arrow-left.png) no-repeat right center;
}

.share-wrapper {
    position: absolute;
    top: 28px;
}

.share-widgets {
    position: relative;
    top: 0;
    left: -100%;
    white-space: nowrap;
    text-align: left;
}
.share-widgets div{
	padding-left:10px;
	padding-top:0px;
	margin:0 0 0 0;
	
}
.share-widgets > div {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.right {
    float: right;
    line-height: 1.5;
    position: absolute;
    right: 5px;
    text-align: right;
    width: 500px;
}

.credits {
   /* cursor: pointer;*/
    padding-right: 15px;
    background: url(../images/arrow-up.png) no-repeat right center;
}

.right .legal a {
    padding-left: 10px;
}

.legal {
    position: absolute;
    white-space: nowrap;
    top: 15px;
    right: 0;
}

.copyright-alt {
    position: absolute;
    white-space: nowrap;
    top: 35px;
    right: 0;
}

.middle {
    /* overflow: hidden; */
    text-align: center;
    padding: 0 10px;
}

.logos {
    white-space: nowrap;
}

.logos div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.logo-text {
    font-size: 15px;
    font-family: 'AdobeGaramondW01-Regula';
    line-height: 1.1;
    white-space: normal;
}

/* ================================================================= billing block === */

.billing-block {
    padding: 15px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 1000;
    font-family: arial, sans-serif;
}

.billing-block .close {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    float: right;
    /*margin-bottom: 15px;*/
}

.billing-block img {
    display: block;
    margin: 0 auto;
    clear: both;
    height: auto;
    max-width: 100%;
}

.billing-block .rating {
    font-size: 12px;
    margin-top: 5px;
    color: #000;
}

/* ================================================================= tablet stuff === */

.activate-background {
    display: none;
    position: absolute;
    top: 0;
    right: 42px;
    background: rgba(0,0,0,0.7);
    z-index: 500;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}

/* ================================================================= overlay === */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    background: url(../images/black90.png);
    background: rgba(0,0,0,0.9);
    display: none;
    z-index: 100;
}

.overlay-close {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 285px;
    cursor: pointer;
}

.overlay .bio {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    z-index: 20;
}

.overlay .flexslider {
    background: transparent;
}

.overlay .person-bio {
    height: 242px;
    overflow: hidden;
    margin: 10px 20px 0 0;

}

.overlay p {
    line-height: 1.4;
    margin-top: 0;
}

.overlay p:last-child {
    margin-bottom: 0;
}

.overlay .bio .flex-direction-nav .flex-prev ,
.overlay .bio .prev {
    width: 31px;
    height: 57px;
    background: url(../images/prev.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -60px;
    text-indent: -999em;
    display: block;
}

.overlay .bio .flex-direction-nav .flex-next ,
.overlay .bio .next {
    width: 31px;
    height: 57px;
    background: url(../images/next.png) no-repeat;
    position: absolute;
    top: 50%%;
    margin-top: -28px;
    right: -60px;
    text-indent: -999em;
    display: block;
}

.overlay .bio .flexslider .slides img {
    width: auto;
    display: block;
    float: left; 
    margin-right: 20px;
    width: 275px;
    height: 275px;
    border: 1px solid #cc9966;
}

/* ================================================================= misc === */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ================================================================= background videos === */
.vjs-text-track-display,
.vjs-loading-spinner,
.vjs-big-play-button,
.vjs-control-bar
{
    display: none !important;
}

.video-background {
    /* border: 1px solid green; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.temp-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}

.video-wrapper {
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video1 {
    z-index: 5;
}

.video2 {
    z-index: 4;
}


.video3 {
    z-index: 3;
}

#video1, #video2, #video3 {
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 auto;
}

object,
video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.no-touch #about video ,
.no-touch #sweeps video {
    top: auto;
}

.touch #about video ,
.touch #sweeps video {
    width: 1280px;
    height: 720px;
    left: -200px;
    top: -150px;
}

.lt-ie9 #about .site-content ,
.lt-ie9 #sweeps .site-content ,
.lt-ie9 #downloads .site-content {
    height: 140px;
}

.lt-ie9 #downloads .section-nav {
    font-size: 14px;
}

/*#flashdiv object, #flashdiv video, #flashdiv iframe{
	        height: 768px;
    margin: auto;
    min-height: 600px;
    min-width: 800px;
    text-align: center;
    top: 0;
    width: 1024px;
}*/

#ipadflashdiv div{
	        height: 80%;
    margin: 20px auto;
    min-height: 600px;
    min-width: 800px;
    text-align: center;
    top: 0;
    width: 80%;
	vertical-align:middle;
}

#ipadVideo video{
	position: absolute;
    top: 40px;
    left: 120px;
    bottom: 0;
    right: auto;
    min-width: 80%;
    min-height: 80%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

/* ================================================================= media queries === */

@media only screen and (max-width: 1100px) {
    .site-nav-items ,
    .site-nav-handle {
        background: url(../images/black90.png);
        background: rgba(0,0,0,0.9);
    }

    .site-content-wrapper {
        left: auto;
        right: 0;
    }

    .section-title {
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 950px) {
    .section-nav-item {
        margin-bottom: 10px;
    }

    #downloads .section .bd {
        clear: left;
    }

    .download-links {
    }

    .download-link {
        font-size: 16px;
        margin: 5px 0;
    }

    .download {
        text-align: center;
    }

    #downloads .section img {
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .twitter-feed {
        top: 325px;
        right: auto;
        left: 10px;
    }
}

@media only screen and (max-height: 790px) {
    #about .site-content ,
    #sweeps .site-content ,
    #downloads .site-content {
        height: 260px;
    }

}

@media only screen and (max-height: 768px) {
    .no-touch #downloads video {
        top: -80px;
    }

}

@media only screen and (max-height: 690px) {
    #about .site-content ,
    #sweeps .site-content ,
    #downloads .site-content {
        height: 140px;
    }
}

@media only screen and (max-height: 675px) {

    .header img {
        height: 120px;
        width: auto;
    }

    .release-date {
        font-size: 16px;
    }

    #videos .section-nav {
        /* float: none; */
    }

    #videos .section-nav-item {
        /* margin: 10px 0; */
        /* float: left; */
        /* clear: left; */
    }
}

/* ================================================================= debug === */

video {
    /* border: 5px solid green; */
}
#portrait {
	height: 1024px;
	background: url(../images/portrait.jpg) center top no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

	#portrait .portraitreleasedate {
		/*width: 222px;*/
		color: #FFF;
		font-size: 35px;
		text-align: center;
		display: block;
		top: 730px;
		font-family:  Arial, Verdana, sans-serif;
		margin:0 0 0 0;
	}


@media only screen and (orientation:portrait){
	body{
		overflow-x: hidden;
	}

	/*#portrait{
		display:block;
		width:786px;
		height: 1024px;
		background: url(../images/portrait.jpg) center top no-repeat;
		z-index: 1001;
	}
.site-wrapper,.video-background,.footer{
	display:none;
    
	
}

.activate-background {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0 10px;
    height: 32px;
}*/

}


/* VIDEO PLAYER STYLE */
.tdk-vid {
	height: 100%;
}

.vjs-spinner {
	visibility: hidden;
}

.tdk-vid .vjs-controls {
	color: #FFF;
	background: #000;
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #404346;
}
.tdk-vid.video-js-box.vjs-controls-below .vjs-controls {
	background: #000;
}

.tdk-vid .vjs-controls > div {
	top: 0;
	background: none;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

/* Top Level Items */
.tdk-vid .vjs-controls > div.vjs-play-control,
.tdk-vid .vjs-controls > div.vjs-volume-control {
	top: 15px; height: 27px;
}
/* Bottom Level Items */
.tdk-vid .vjs-controls > div.vjs-progress-control, .tdk-vid .vjs-controls > div.vjs-time-control {
	margin-top: 20px; height: 14px;
}

/* Placement of Control Items */
.tdk-vid .vjs-controls > div.vjs-play-control       { width: 33px; left: 0px; }
.tdk-vid .vjs-controls > div.vjs-progress-control   { left: 40px; right: 95px; }
.tdk-vid .vjs-controls > div.vjs-time-control       { display: none; }
.tdk-vid .vjs-controls > div.vjs-volume-control     { width: 43px; right: 45px; }
.tdk-vid .vjs-controls > div.vjs-fullscreen-control {
	top:17px;
	right: 10px;
	background: url(../images/fullscreen.gif) left top no-repeat;
	width: 33px;
	height: 20px;
}
.tdk-vid .vjs-controls > div.vjs-fullscreen-control div { display: none; }

/* Play/Pause */
.tdk-vid.vjs-paused .vjs-play-control span { margin: 9px 0 0 12px; }
.tdk-vid.vjs-playing .vjs-play-control span { margin: 9px 0 0 12px; }

/* Progress */
.tdk-vid .vjs-progress-holder {
	height: 14px; border: none;
	margin: 0px 0px 0 0px;
	background: #000;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	border: 1px solid #59606B;
}
.tdk-vid .vjs-progress-holder div {
	height: 14px; 
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}
.tdk-vid .vjs-play-progress {
	background: #767F83;
}
.tdk-vid .vjs-load-progress { background: #24282A; }

/* Time Display */
.tdk-vid .vjs-controls .vjs-time-control { font-size: 11px; background: #000; }
.tdk-vid .vjs-controls .vjs-time-control span { line-height: 19px; /* Centering vertically */ }

/* Volume */
.tdk-vid .vjs-volume-control div { margin: 0 5px 0 5px; padding: 2px 0 0 0; }
.tdk-vid .vjs-volume-control div span {
	background: #24282A;
	margin: 0 2px 0 0;
	width: 3px; height: 0px;
	border-bottom: 20px solid #24282A;
}



.tdk-vid .vjs-volume-control div span.vjs-volume-level-on { border-color: #FFF; }
.tdk-vid .vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 18px; }
.tdk-vid .vjs-volume-control div span:nth-child(2) { border-bottom-width: 6px; height: 14px; }
.tdk-vid .vjs-volume-control div span:nth-child(3) { border-bottom-width: 10px; height: 10px; }
.tdk-vid .vjs-volume-control div span:nth-child(4) { border-bottom-width: 14px; height: 6px; }
.tdk-vid .vjs-volume-control div span:nth-child(5) { border-bottom-width: 18px; height: 2px; }

/* Start Button */
.tdk-vid div.vjs-big-play-button {
	width: 76px;
	height: 70px;
	margin: -35px 0 0 -38px;
	border: 1px solid #ccc; opacity: 0.8;
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	background: rgba(50,50,50,0.8);
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.tdk-vid div.vjs-big-play-button:hover {
	box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
}
.tdk-vid div.vjs-big-play-button span {
	margin: 16px 0 0 21px;
	border-left: 40px solid #fff;
	border-top: 20px solid rgba(0,0,0,0); border-bottom: 20px solid rgba(0,0,0,0);
}
