/**
 * The page wrapper to hide the scroll for content wider than 1000px
 */
.page {
    position: relative;
    overflow-x: hidden;
}
/*@media screen and (max-width: 1000px) {
    .page {
        width: 1000px;
    }
}*/

/**
 * The main container for the product content
 */
.main {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    border-top: solid 1px #cecece;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0 auto;
    background-color: #fff;
}
.main img {
    display: block;
}
.product-section {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    margin-top: 39px;
    margin-left: -1px;
}
.product-intro {
    margin-top: -1px;
}
.action {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 50;
}
.next-page {
    margin: 30px 29px 0;
    padding: 25px 15px 25px 0;
    border-top: 1px solid #ededed;
    text-align: right;
}

/**
 * The product grid partial at the bottom of the pages
 * Same as in products-v2.css
 */
section.product-grid {
    margin-top: 0;
    background: #f7f7f7 url('https://images.blackmagicdesign.com/css/images2/bg-product-grid-grad.png?_v=1419207070') repeat-x top;
}
.product-grid > h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px 13px 44px;
}
.product-grid > h1:first-child {
    padding-top: 35px;
}
.pg-row {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
    width: 970px;
    height: 100%;
    margin: 0 auto 32px;
}
.pg-row:last-child {
    padding-bottom: 46px;
    margin-bottom: 0;
}
.pg-product {
    height: 100%;
    position: relative;
    display: table-cell;
    padding-bottom: 48px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.pg-product:first-child:nth-last-child(2),
.pg-product:first-child:nth-last-child(2) ~ div {
    width: 50%;
}
.pg-product:first-child:nth-last-child(3),
.pg-product:first-child:nth-last-child(3) ~ div {
    width: 33.3%;
}
.pg-product:first-child:nth-last-child(4),
.pg-product:first-child:nth-last-child(4) ~ div {
    width: 25%;
}
.pg-product img {
    display: block;
    margin: 0 auto;
}
.pg-description {
    position: relative;
    padding: 30px 35px 48px;
    text-align: left;
}
.pg-description h1 {
    font-size: 16px;
    font-weight: 600;
}
.main .pg-description p,
.pg-description p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    font-weight: 400;
}
.pg-price {
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    bottom: 60px;
    right: 38px;
    color: #333;
}
.jp .pg-price {
    font-size: 22px;
}
.jp .pg-price span {
    font-size: 67%;
    font-weight: 300;
}
.pg-technology {
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 8px;
}
.pg-technology.-right {
    left: auto;
    right: 8px;
    margin: 0;
}
.pg-buy img {
    position: relative;
    top: 6px;
    float: left;
}
.pg-buy {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 10px 35px;
    background-color: #f0f0f0;
    border-top: 1px solid #d7d7d7;
    width: 100%;
}
.jp .pg-description div {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    margin-top: 2px;
}
.jp .pg-product.three .pg-buy {
    padding: 10px 5px;
}
.jp .pg-product.three .pg-buy div {
    float: none;
}
.pg-buy a.button {
    white-space: nowrap;
    float: right;
}
.pg-buy a.button.primary {
    margin-left: 10px;
}

/**
 * Product Grid Partial used with older (v2) pages
 * To be phased out eventually
 */

.product-list {
    padding: 0 29px 29px;
    background: url('https://images.blackmagicdesign.com/css/images2/bg-product-table-grad.png?_v=1419207070') repeat-x top;
}
.pl-title {
    font-size: 24px;
    font-weight: 600;
    padding: 35px 15px 9px;
    border-bottom: 1px #ededed solid;
}
.pl-row {
    display: table-row;
    width: 940px;
    height: 75px;
    margin: 0 auto;
}
.pl-row > div {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
}
.pl-info {
    width: 696px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.pli-desc {
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.pl-price {
    width: 110px;
    padding-left: 15px;
    font-size: 24px;
}
.pl-buy {
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}
.cn .pl-info {
    width: 646px;
}
.de .pl-info {
    width: 634px;
}
.jp .pl-info {
    width: 523px;
}
.kr .pl-info {
    width: 606px;
}
.cn .pl-price,
.kr .pl-price,
.ru .pl-price {
    width: 150px;
}
.jp .pl-price {
    width: 254px;
}


/**
 * Building blocks for the product pages
 * .columns, .column, .heading, .block, .caption, .label
 **
 * And the options
 * .left, .right, .center, .edge, .auto, .reverse
 */

/* Primary component */
.column {
    position: relative;
    box-sizing: border-box;
    width: 430px;
}
.columns .column {
    float: left;
    margin-left: 50px;
}
.columns .column.edge {
    margin-left: 0;
}
.columns .column:first-child {
    margin-left: 45px;
}
.columns .column.edge:first-child {
    margin-left: 0;
}
.columns .column.center {
    float: none;
    margin-left: auto;
}
.columns .column.right {
    float: right;
    margin-left: 0;
    margin-right: 45px;
}
.columns .column.right.edge {
    margin-right: 0;
}
.columns {
    position: relative;
    box-sizing: border-box;
}
.columns.auto {
            column-count: 2;
       -moz-column-count: 2;
    -webkit-column-count: 2;
            column-gap: 50px;
       -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.columns:not(.auto):after {
    content: "";
    display: table;
    clear: both;
}

/* Centering components */
.center {
    text-align: center;
}
.column.center,
.heading.center,
img.center,
.bullet-nav.center {
    margin-left: auto;
    margin-right: auto;
}
.column.center {
    width: 910px;
}

/* Aligning components to the left margin */
.column.left,
.heading.left,
.main h2.left,
img.left:not(.edge) {
    margin-left: 45px;
}
img.left {
    float: left;
}

/* Aligning components to the right margin */
.column.right,
.heading.right {
    margin-left: 525px;
}
img.right {
    float: right;
}
img.right:not(.edge) {
    margin-right: 45px;
}

/* Bordered images */
/** Full width images inside an element with borders **/
img.bordered {
    margin-left: -1px;
}

/* White text */
.main .reverse,
.main .reverse p,
.main .reverse h2,
.main .reverse h3 {
    color: #fff;
}

/* Background images */
/** Add a min-height to parent element **/
.background {
    position: absolute;
    box-sizing: border-box;
}
.background.bottom {
    bottom: 0;
}
.background.bottom.right {
    right: 0;
    margin-right: 0;
}

/* Secondary components */
.heading {
    position: relative;
    box-sizing: border-box;
}
.block {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    margin: 34px auto 0 auto;
    background: #e6e6e6;
}
.labels:after,
.captions:after {
    content: "";
    display: table;
    clear: both;
}
.labels .label,
.captions .caption {
    float: left;
}
.main .label,
.main .caption {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #333;
}

/* Default spacing between components */
p + img,
p + .image,
.columns + img,
.columns + .image {
    margin-top: 34px;
}
.column.center + .columns,
.columns + .columns {
    margin-top: 28px;
}
img + .heading,
img + .columns {
    margin-top: 24px;
}
.main p + p:not(.column) {
    margin-top: 20px;
}

/**
 * Bullet navigation buttons
 * Color options are .grey, .tan, light-grey, .bright
 * .grey is also the default
 */
.bullet-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}
.bullet-nav li {
    float: left;
    margin: 0 auto;
}

/* two items */
.bullet-nav li:first-child:nth-last-child(2),
.bullet-nav li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

/* three items */
.bullet-nav li:first-child:nth-last-child(3),
.bullet-nav li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
}

/* four items */
.bullet-nav li:first-child:nth-last-child(4),
.bullet-nav li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}

/* five items */
.bullet-nav li:first-child:nth-last-child(5),
.bullet-nav li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}

/* six items */
.bullet-nav li:first-child:nth-last-child(6),
.bullet-nav li:first-child:nth-last-child(6) ~ li {
    width: 16.6666%;
}

/* color options */
.bullet-nav a,
.bullet-nav.grey a {
    background-color: rgb(193,195,197);
    border: 1px solid rgb(236,236,237);
    border: 1px solid rgba(193,195,197,.4);
}
.bullet-nav.tan a {
    background-color: rgb(217,213,201);
    border: 1px solid rgb(244,242,239);
    border: 1px solid rgba(217,213,201,0.4);
}
.bullet-nav.light-grey a {
    background-color: rgb(80,83,85);
    border: 1px solid rgb(65,67,71);
    border: 1px solid rgba(80,83,85,0.6);
}
.bullet-nav.bright a {
    background-color: rgb(255,255,255);
    border: 1px solid rgb(215,216,217);
    border: 1px solid rgba(189,191,192,0.6);
    color: #333;
}

.bullet-nav a {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 11px;
    line-height: 34px;
    color: #fff;
    display: block;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.bullet-nav li:first-child a {
    border-left-width: 2px;
    -webkit-border-radius: 19px 0px 0px 19px;
    -moz-border-radius: 19px 0px 0px 19px;
    border-radius: 19px 0px 0px 19px;
}
.bullet-nav li:last-child a {
    border-right-width: 2px;
    -webkit-border-radius: 0px 19px 19px 0px;
    -moz-border-radius: 0px 19px 19px 0px;
    border-radius: 0px 19px 19px 0px;
}
.bullet-nav a:hover,
.bullet-nav.grey a:hover {
    background-color: rgb(179,181,183);
}
.bullet-nav.tan a:hover {
    background-color: rgb(207,202,188);
}
.bullet-nav.light-grey a:hover {
    background-color: rgb(134,134,134);
}
.bullet-nav.bright a:hover {
    background-color: rgb(32,174,237);
    color: rgb(255,255,255);
}
.bullet-nav a.selected {
    background-color: rgb(32,174,237) !important;
}
.bullet-nav.light-grey a.selected {
    background-color: rgb(104,170,237) !important;
}
.bullet-nav.bright a.selected {
    color: rgb(255,255,255) !important;
}

/**
 * The lightbox for videos
 */
.blackout {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    display: none;
}
.blackout a {
    width: 48px;
    height: 48px;
    background-image: url('https://images.blackmagicdesign.com/images/shared/close.png?_v=1460999797');
    background-size: 48px 96px;
    background-repeat: no-repeat;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 1001;
}
.blackout a:hover {
    background-position: bottom;
}
.video-container {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 540px;
    margin-left: -480px;
    margin-top: -270px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    background: #000000;
    z-index: 1000;
    display: none;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
    .blackout a {
        background-image: url('https://images.blackmagicdesign.com/images/shared/close@2x.png?_v=1460999797');
    }
}

/**
 * Introductory Video Links
 */
/**/
.video-breakout {
    width: 100%;
    background-color: #2a2a2a;
}
.video-breakout .main {
    border: 0;
    border-radius: 0;
}
.video-breakout-after {
    border-top: none;
    border-radius: 0;
}
.introductory-video {
    margin: 0;
    background-color: #222222;
}
.introductory-video .video-final {
    width: 567px;
    margin: 0 auto;
    padding: 15px;
}
.introductory-video .video-details {
    position: absolute;
    bottom: 15px;
    width: 567px;
    height: 81px;
    background-color: rgba(0,0,0,.55);
    text-align: center;
}
.introductory-video .video-details h2 {
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}
.introductory-video .video-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
.introductory-video .video-link span {
    font-weight: 400;
}
.introductory-video .video-icon {
    position: absolute;
    top: 131px;
    left: 460px;
}
/**/
