/**
 * Global
 * Main banner
 * Main products
 * 2 line families
 * Main content
 * Main more
 * Popup
 * Download link
 * Download form and contact email
 * SDK download form
 * Contact telephone
 * Note
 * FAQ
 * Modal
 * Video clips
 * Downloads
 */

/* Global */
body {
    background-repeat: no-repeat;
    background-position: center top;
}
section {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 200px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
.noScroll {
    overflow: hidden;
}
section .header {
    height: 37px;
    background-color: #404041;
    border-bottom: 1px solid #303031;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
section .header h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
    width: 313px;
    float: left;
    line-height: 38px;
}
.group {
    overflow: hidden;
}
#close a {
    width: 48px;
    height: 48px;
    background-image: url(images3/support/close.png);
    background-size: 48px 96px;
    background-repeat: no-repeat;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 1001;
}
#close a:hover {
    background-position: bottom;
}
a.button-box {
    font-size: 13px;
    color: #313131;
    font-weight: 700;
    border: 3px solid #d6d6d6;
    padding: 5px 14px;
}
a.button-box:hover {
    border: 3px solid #000;
}
a.button-box.disable {
    color: #d6d6d6;
}
a.button-box.disable:hover {
    border: 3px solid #d6d6d6;
    cursor: default;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
    #close a {
        background-image: url(https://images.blackmagicdesign.com/images/shared/close@2x.png?_v=1460999797);
    }
}

/* Main banner */
#banner {
    margin-top: 20px;
    min-height: 343px;
}
#banner .text {
    width: 450px;
    position: absolute;
    left: 17px;
    top: 62px;
}
#banner .text h1 {
    font-size: 29px;
    font-weight: 600;
}
#banner .text h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    margin: -1px 0 10px 0;
}
#banner .staff-details {
    position: absolute;
    top: 64px;
    left: 540px;
}
#banner .staff-details p {
    line-height: normal;
}
#banner .staff-details .name {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: -2px;
}
#banner .staff-details .title {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    max-width: 130px;
}
.japanese #banner .staff-details .title {
    max-width: 160px;
}
.japanese #banner .staff-details .title {
    max-width: 160px;
}
#banner .staff-details .location {
    font-size: 14px;
    color: #333;
}
#banner .support-person {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 400px;
    height: 340px;
}

/* Main products */
#products {
    margin-bottom: 20px;
}
::-webkit-input-placeholder {
    color: #333;
}
:-moz-placeholder {
    color: #333;
}
::-moz-placeholder {
    color: #333;
}
:-ms-input-placeholder {
    color: #333;
}
#products .header input {
    position: absolute;
    top: 0;
    left: 20px;
    width: 213px;
    height: 27px;
    border: none;
    z-index: 80;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 400;
}
#products .header input:focus {
    outline: none;
}
#products .header .search {
    position: absolute;
    background-color: #fff;
    top: 5px;
    right: 6px;
    width: 269px;
    min-height: 27px;
    background-image: url(images3/support/search.png);
    background-repeat: no-repeat;
    background-position: 243px 0px;
    background-size: 16px 27px;
    z-index: 79;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
    #products .header .search {
        background-image: url(images3/support/search@2x.png);
    }
}
#products .header .results {
    display: none;
    margin-top: 27px;
    background-color: #f3f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-bottom: 10px;
}
#products .header .results.show {
    display: block;
}
#products .header .results p {
    color: #4c95c0;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    border-top: 1px solid #d2e5f0;
    margin: 0;
    padding: 10px 20px 3px 20px;
}
#products .header .results a {
    border-top: 1px solid #d2e5f0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 20px;
    display: block;
    color: #000;
    padding: 12px 0;
}
#products .header .results a:nth-child(2) {
    border-top: none;
}
#products .header .results a.on,
#products .header .results a:hover {
    text-decoration: underline;
}
#products .families {
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#products .families .row {
    border-top: 1px solid #bdbdbd;
    height: 146px;
    overflow: hidden;
    background-color: #fff;
}
#products .families .row:nth-child(1) {
    border-top: none;
}
#products .families .row a {
    border-right: 1px solid #bdbdbd;
    width: 142px;
    height: 100%;
    float: left;
    text-align: center;
    color: #000;
}
#products .families .row a.hover {
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
}
#products .families .row a:hover {
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    -moz-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
}
#products .families .row a.active {
    outline: solid #00a9ec 2px;
    outline-offset: -2px;
}
#products .families .row a:active {
    outline: solid #00a9ec 2px;
    outline-offset: -2px;
}
#products .families .row a:nth-child(n+7) {
    border-right: none;
}
#products .families .row a:nth-child(1),
#products .families .row a:nth-child(2) {
    width: 141px;
}
#products .families .row img {
    margin-top: 5px;
}
#products .families .row a div {
    font-size: 11px;
    line-height: 14px;
    margin-top: 7px;
    padding: 0 5px;
}

/* 2 line families */
.english #products .row:nth-child(1) a:nth-child(2) div,
.english #products .row:nth-child(1) a:nth-child(4) div,
.english #products .row:nth-child(1) a:nth-child(5) div {
    margin-top: 0;
}
.chinese #products .row:nth-child(1) a:nth-child(2) div,
.chinese #products .row:nth-child(1) a:nth-child(5) div {
    margin-top: 0;
}
.german #products .row:nth-child(1) a:nth-child(2) div,
.german #products .row:nth-child(1) a:nth-child(4) div,
.german #products .row:nth-child(1) a:nth-child(5) div,
.german #products .row:nth-child(1) a:nth-child(7) div,
.german #products .row:nth-child(2) a:nth-child(1) div {
    margin-top: 0;
}
.spanish #products .row:nth-child(1) a:nth-child(2) div,
.spanish #products .row:nth-child(1) a:nth-child(5) div,
.spanish #products .row:nth-child(2) a:nth-child(2) div,
.spanish #products .row:nth-child(2) a:nth-child(3) div,
.spanish #products .row:nth-child(2) a:nth-child(4) div,
.spanish #products .row:nth-child(2) a:nth-child(7) div {
    margin-top: 0;
}
.french #products .row:nth-child(1) a:nth-child(1) div,
.french #products .row:nth-child(1) a:nth-child(2) div,
.french #products .row:nth-child(1) a:nth-child(4) div,
.french #products .row:nth-child(1) a:nth-child(5) div,
.french #products .row:nth-child(2) a:nth-child(1) div,
.french #products .row:nth-child(2) a:nth-child(2) div,
.french #products .row:nth-child(2) a:nth-child(6) div {
    margin-top: 0;
}
.japanese #products .row:nth-child(1) a:nth-child(2) div,
.japanese #products .row:nth-child(1) a:nth-child(4) div,
.japanese #products .row:nth-child(1) a:nth-child(5) div {
    margin-top: 0;
}
.korean #products .row:nth-child(1) a:nth-child(2) div,
.korean #products .row:nth-child(1) a:nth-child(4) div,
.korean #products .row:nth-child(1) a:nth-child(5) div {
    margin-top: 0;
}
.russian #products .row:nth-child(1) a:nth-child(1) div,
.russian #products .row:nth-child(1) a:nth-child(2) div,
.russian #products .row:nth-child(1) a:nth-child(4) div,
.russian #products .row:nth-child(1) a:nth-child(5) div,
.russian #products .row:nth-child(1) a:nth-child(7) div,
.russian #products .row:nth-child(2) a:nth-child(1) div,
.russian #products .row:nth-child(2) a:nth-child(2) div,
.russian #products .row:nth-child(2) a:nth-child(3) div,
.russian #products .row:nth-child(2) a:nth-child(6) div,
.russian #products .row:nth-child(2) a:nth-child(7) div {
    margin-top: 0;
}

/* Main content */
#content {
    margin-bottom: 24px;
}
#content .column-container {
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 629px;
}
#content .column {
    width: 332px;
    height: 630px;
    border-left: 1px solid #bdbdbd;
    overflow: auto;
    overflow-x: hidden;
    float: left;
    margin-bottom: -1px;
    position: relative;
}
#content .column:first-child article .group h4 {
    max-width: 200px;
}
#content .column:nth-child(1) {
    border-left: none;
}
#content .follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 13px;
    height: 38px;
}
#content .follow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 13px;
    color: #fff;
}
#content .follow img {
    margin-left: 10px;
}
.german #content .follow img,
.italian #content .follow img,
.french #content .follow img,
.russian #content .follow img {
    margin-left: 0;
}
#content article {
    padding: 16px 20px 20px;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
#content article:last-child(1) {
    border-bottom: none
}
#content article h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 2px 0 6px 0;
}
#content article .group:last-child {
    margin-top: 12px;
}
#content .column:last-child article .group:last-child {
    margin-top: 10px;
    margin-bottom: -1px;
}
#content article .group h4 {
    float: left;
    margin: 2px 0 8px 0;
}
#content article .group h5 {
    float: left;
    margin: 2px 0 8px 0;
    font-size: 12px;
}
#content article .category {
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    float: left;
}
.spanish #content article .date {
    text-transform: lowercase;
}
#content article .date {
    font-size: 12px;
    font-weight: 600;
    float: right;
}
#content article .description {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
}
#content article .description a:last-child {
    white-space: nowrap;
}
#content article .videoContent {
    overflow: hidden;
}
#content article .description-sml {
    font-size: 11px;
    line-height: 14px;
    width: 120px;
    margin-bottom: 4px;
    float:left;
}
#content article .description-vid {
    position: relative;
    width: 156px;
    float: right;
}
#content article .description-vid .img-rounded {
    vertical-align: middle;
    border: 3px solid #414142;
    border-radius: 9px;
}
#content article .description-vid img:first-child {
    position: absolute;
    background-color: #00aeef;
    bottom: 25px;
    left: 58px;
    border-radius: 20px;
}
#content article .read-more {
    font-size: 11px;
    color: #c5c5c5;
    margin: 4px 0 0 10px;
    float: left;
}
#content article .download,
#content article .read {
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    float: left;
    display: block;
    padding: 0 10px;
    border-radius: 4px;
    background: #a1a1a1;
    background: -moz-linear-gradient(top,   #a1a1a1 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#424242));
    background: -o-linear-gradient(top, #a1a1a1 0%,#424242 100%);
    background: -ms-linear-gradient(top,    #a1a1a1 0%,#424242 100%);
    background: linear-gradient(to bottom,  #a1a1a1 0%,#424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#424242',GradientType=0 );
}
#content article .platforms a.read {
    color: #fff;
}
#content article .platforms a.read:hover {
    color: #fff;
}
#content article .read:hover,
#content article .download:hover {
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top, #686868 0%,#444444 100%);
    background: -o-linear-gradient(top, #686868 0%,#444444 100%);
    background: -ms-linear-gradient(top, #686868 0%,#444444 100%);
    background: linear-gradient(to bottom, #686868 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#444444',GradientType=0 );
}
#content article .platforms {
    font-size: 11px;
    color: #c5c5c5;
    height: 22px;
}
#content article .platforms .platform {
    float: left;
    margin-top: 3px;
}
#content article .platforms .platform:last-child {
    margin-right: 0;
}
#content article .platforms .platform:first-child {
    margin-left: 8px;
}
#content article .platforms .icon {
    background: url(images3/support/icon-platforms.png) no-repeat top left;
    float: left;
    margin-top: 3px;
    padding-right: 6px;
}
.downloadPlatforms {
    overflow: visible;
}

/* Tweet header */
.tweet-header {
    display: table;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}
.tweet-title {
    display: table-cell;
    position: relative;
    white-space: nowrap;
}
.tweet-title a {
    color: #000;
}
.tweet-title img {
    position: absolute;
}
#content .tweet-title h4 {
    margin: 2px 0 0 50px;
}
#content .tweet-title h5 {
    margin-left: 50px;
    font-size: 12px;
    font-weight: 100;
}
.spanish .tweet-date {
    text-transform: lowercase;
}
.tweet-date {
    display: table-cell;
    text-align: right;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

/* Tweet buttons */
#content article .twitter-btns {
    text-align: right;
}
#content article .twitter-btns a {
    margin: 0 0 0 30px;
}
#content article .twitter-btns a:nth-child(1) img,
#content article .twitter-btns a:nth-child(2) img {
    margin-bottom: 1px;
}

/* Main more */
#more {
    margin-bottom: 40px;
}
#more h1 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 13px;
    font-weight: 600;
}
#more .column-container {
    overflow: hidden;
    background-color: #fff;
    height: 340px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}
.german #more .column-container {
    height: 384px;
}
.french #more .column-container {
    height: 428px;
}
.japanese #more .column-container {
    height: 362px;
}
.russian #more .column-container {
    height: 384px;
}
#more .column-container .column {
    float: left;
    width: 332px;
    height: 100%;
    border-left: 1px solid #bdbdbd;
}
#more .column-container .column:nth-child(1) {
    border-left: none;
}
#more img {
    margin: 42px 0 14px 138px;
}
#more h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
#more p {
    padding: 0 24px;
    margin-bottom: 30px;
    text-align: center;
}

/* Popup */
#blackout {
    position: fixed;
    background: #1e1f26;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
}
#popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 920px;
    margin-left: -460px;
    margin-top: -360px;
    z-index: 1000;
}
#popup.video {
    width: 960px;
    margin-left: -480px;
    margin-top: -270px;
}
.pop-header {
    background-color: #2d2d2e;
    border-bottom: 1px solid #282829;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.pop-header h1 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 92px;
    margin-left: 40px;
    width: 650px;
    overflow: hidden;
    height: 92px;
    white-space: nowrap;
}
.pop-header .titlePrint {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
    margin-left: 40px;
    margin-bottom: 25px;
    width: 65%;
    height: auto;
    display: none;
}
.pop-header .logo {
    position: absolute;
    top: 23px;
    right: 40px;
}
.pop-header .logoPrint {
    display: none;
    position: absolute;
    top: 23px;
    right: 40px;
}
.pop-content {
    background-color: #fff;
    height: 542px;
    overflow: auto;
    position: relative;
}
.pop-footer {
    height: 84px;
    text-align: center;
    background-color: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pop-footer a.button-box {
    display: inline-block;
    margin-top: 25px;
}
.pop-footer a.button-box.button-download {
    margin-left: 30px;
}

/* Download link */
.download-link-container {
    display: table;
    width: 100%;
    height: 100%;
}
.download-link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.download-link img {
    margin-bottom: 10px
}
.download-link h2 {
    font-size: 26px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 5px;
}
.download-link p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: -1px;
}
.download-link a.button-box {
    display: inline-block;
    margin-top: 25px;
}

/* Download form and contact email */
.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
    outline: none;
}
.support-form select:invalid {
    box-shadow: inherit;
}
.support-form {
    padding: 0 40px 0px 40px;
    width: 840px;
    overflow: auto;
    overflow-x: hidden;
}
.support-form h2 {
    font-size: 16px;
    font-family: "Open Sans";
}
.support-form .noSerialNumberField h2 {
    margin-bottom: 6px;
}
.support-form .formLeft:last-child h2 {
    width: 176px;
}
.french .support-form .formLeft:last-child h2,
.russian .support-form .formLeft:last-child h2,
.spanish .support-form .formLeft:last-child h2 {
    width: 300px;
    position: relative;
    z-index: 10;
}
.support-form label {
    font-size: 14px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    margin-bottom: 8px;
    float: left;
}
.support-form label.sml-label {
    line-height: 40px;
    margin-bottom: 0;
}
.sml-label {
    width: 24%;
    float: left;
}
.german .sml-label, .russian .sml-label {
    width: 28%;
}
.french .sml-label {
    width: 33%;
}
.russian label.sml-label, .spanish label.sml-label {
    padding-top: 11px;
    line-height: normal;
}
.russian label.dbl-line, .spanish label.dbl-line {
    padding-top: 2px;
}
.full-input {
    width:100%;
    float: left;
}
.med-input {
    width:75%;
    float: left;
}
.german .med-input, .russian .med-input {
    width:72%;
}
.french .med-input {
    width:67%;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.support-form input.form-control,
.support-form select.form-control,
.support-form textarea {
    background: #f2f2f2;
    border:1px solid #ebebeb;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Open Sans";
    padding: 0 0 0 10px;
}
.support-form select.form-control:disabled {
    color: #888;
}
.support-form select.form-control:disabled {
    color: #888;
}
.support-form textarea {
    height: 117px;
    padding: 10px 0 0 10px;
}
.german .support-form textarea {
    height: 98px;
}
.french .support-form textarea,
.russian .support-form textarea,
.spanish .support-form textarea{
    height: 108px;
}
.support-form textarea.lge-txt-area {
    height: 315px;
}
input:invalid, textarea:invalid {
    border-radius: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.support-form .error select,
.support-form .error input,
.support-form .error textarea {
    box-shadow: 0px 0px 0px 3px #ef6b6b;
}
.support-form .error label,
.support-form .error > span {
    color: #ef6b6b;
}
.formLeft {
    padding: 28px 40px 28px 0;
    border-right: 1px solid #ebebeb;
    float:left;
    width:50%;
    box-sizing: border-box;
}
.formLeft:last-child {
    padding: 28px 0 28px 40px;
    border-right: none;
}
.serial-left {
    width: 50%;
    float: left;
    padding:0 15px 0 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 14px 0;
}
.serial-left:last-child {
    margin: -22px 0 0 0;
    position: relative;
    z-index: 1;
}
.noSerialNumberField .serial-left:last-child {
    margin: 0;
}
.french .serial-left:last-child span{
    font-size: 10px;
}
.serial-left span {
    position: absolute;
    text-align: right;
    line-height: 0px;
    right: 39px;
    width: 166px;
}
.footer-left {
    width: 50%;
    float: left;
    padding: 27px 40px 0 40px;
    box-sizing: border-box;
}
.footer-left:last-child {
    padding-left: 0px;
}
.btn-download {
    color: #313131;
    font-size: 13px;
    font-family: "Open Sans";
    line-height: 34px;
    font-weight: 600;
    text-decoration: underline;
    float: left;
}
.btn-download:hover {
    color: #313131;
    font-weight: 800;
}
.footer-left .radio {
    display: block;
    min-height: 20px;
    padding-left: 15px;
    float: left;
    line-height: 35px;
}
.footer-left .radio label {
    font-size: 12px;
}
.footer-left .radio input {
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.footer-left a.button-box {
    margin: 0;
    float: right;
}
@-moz-document url-prefix() {
    .support-form select.form-control {
        padding: 9px 5px;
    }
}

/* SDK download form */
.sdk-support {
    height: 487px;
}
.sdk-support .formLeft {
    padding-bottom: 19px;
}
.sdk-support .formLeft:last-child {
    padding-bottom: 19px;
}
.sdk-header{
    border-bottom: none;
}
.tab-nav {
    width: 100%;
    height: 54px;
    background: #2d2d2e;
    background: -moz-linear-gradient(top, #2d2d2e 45%, #ffffff 53%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#2d2d2e), color-stop(53%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
    background: -o-linear-gradient(top, #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
    background: -ms-linear-gradient(top, #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
    background: linear-gradient(to bottom, #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2e', endColorstr='#ffffff',GradientType=0 );
    box-sizing: border-box;
}
.tab-nav::before {
    content: "";
    float:left;
    width: 9px;
    height: 54px;
    border-bottom-right-radius: 5px;
    background-color: #2d2d2e;
}
.tab-nav:after {
    content: "";
    float:right;
    width: 9px;
    height: 54px;
    border-bottom-left-radius: 5px;
    background-color: #2d2d2e;
}
.tab-nav ul {
    margin: 0;
}
.tab-nav li {
    float: left;
    list-style-type: none;
    box-sizing: border-box;
    width: 451px;
    cursor: pointer;
}
.tab-nav li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
}
.tab-nav li:first-child {
    background: #f2f2f2;
    font-color: #6e6e6e;
    height: 50px;
    margin-top: 4px;
    border-bottom: 1px solid #cecece;
    border-top-left-radius: 4px;
}
.tab-nav li.current:first-child {
    background: #ffffff;
    font-color: #000000;
    height: 54px;
    border-top-left-radius: 5px;
    border-right: 1px solid #cecece;
    border-bottom: none;
    margin-top: 0;
}
.tab-nav li.current:first-child::before {
    content: "";
    float: left;
    background-color: #00a9ec;
    border: 1px solid #0089bf;
    border-bottom: none;
    border-top-left-radius: 4px;
    height: 6px;
    width: 451px;
    vertical-align: text-top ;
    box-sizing: border-box;
}
.tab-nav li.current:last-child {
    background: #ffffff;
    font-color: #000000;
    height: 54px;
    border-top-right-radius: 5px;
    border-left: 1px solid #cecece;
    border-bottom: none;
    margin:0;
}
.tab-nav li.current:last-child::before {
    content: "";
    float:right;
    background-color: #00a9ec;
    border: 1px solid #0089bf;
    border-bottom: none;
    border-top-right-radius: 4px;
    height:6px;
    width: 451px;
    vertical-align:text-top ;
    box-sizing: border-box;
}
.tab-nav li:last-child {
    background: #f2f2f2;
    font-color: #6e6e6e;
    height: 50px;
    margin-top: 4px;
    border-bottom: 1px solid #cecece;
    border-top-right-radius: 4px;
}
.tab-details {
    width:100%;
    float:left;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 10px 0;
}
.tab-details:first-child {
    padding-top: 0;
}
.tab-details:nth-child(3) {
    margin-bottom: 5px;
    border: none;
}
.tab-details label {
    float: left;
    width: 50%;
    line-height: normal;
}
.tab-details p{
    float: left;
    width: 50%;
    color: #00a9ec;
    font-size: 12px;
}
.tab-content {
    overflow: hidden;
}
.support-form .tab-content textarea {
    height: 178px;
}
.german .support-form .tab-content textarea {
    height: 159px;
}
.french .support-form .tab-content textarea,
.russian .support-form .tab-content textarea,
.spanish .support-form .tab-content textarea {
    height: 168px;
}
.support-form .tandc {
    padding: 30px 0 30px 0;
}
.support-form .tandc h1 {
    font-size: 16px;
}
.support-form .tandc p, .support-form .tandc li {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.support-form .tandc ol ol {
    margin-top: 15px;
    margin-bottom: 15px;
}
.agree-text {
    vertical-align: middle;
    line-height: 14px;
    margin-top: 11px;
    float: left;
    opacity: 0.5;
}
.agree-text input {
    margin-right: 11px;
}
.agree-text.agreed {
    opacity: 1;
}
.pop-footer .tab-content .footer-left:first-child {
    width: 70%;
}
.pop-footer .tab-content .footer-left:last-child {
    width: 30%;
}
.pop-footer .tab-content .next-btn {
    margin-right: 21px;
}
.pop-footer .tab-content .next-btn .button-box {
    border-right: none;
    padding: 5px 14px 6px 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pop-footer .tab-content .next-btn .button-box:hover {
    border-right: none;
}
.pop-footer .tab-content .next-btn::after,
.pop-footer .tab-content .next-btn.disable:hover::after {
    content: url(images3/support/next-arrow.png) no-repeat;
    left: 856px;
    position: absolute;
    top: 662px;
}
.pop-footer .tab-content .next-btn:hover::after {
    content: url(images3/support/next-arrow-hover.png) no-repeat;
}
.hide-tab {
    display: none;
}

/* Contact telephone */
.contact-telephone {
    padding: 40px;
}
.contact-telephone h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: -3px 0px 4px 0px;
}
.french .contact-telephone .group:nth-child(2) h3 {
    width: 45%;
}
.russian .contact-telephone .group:nth-child(2) h3,
.german .contact-telephone .group:nth-child(2) h3 {
    width: 35%;
}
.german .contact-telephone span {
    display: block;
}
.russian .contact-telephone h2 {
    font-size: 22px;
}
.contact-telephone h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    width: 50%;
    float: left;
    margin: 0;
}
.contact-telephone .group {
    border-top: 1px solid #ececec;
    margin-top: 34px;
    padding-top: 24px;
}
.contact-telephone .group:nth-child(1) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.contact-telephone .column {
    width: 50%;
    float: right;
}
.contact-telephone td:nth-child(2),
.contact-telephone td:nth-child(3) {
    padding-left: 25px;
}
.english .contact-telephone td:nth-child(2),
.english .contact-telephone td:nth-child(3) {
    padding-left: 20px;
}
.russian .contact-telephone td:nth-child(2) {
    padding-left: 15px;
}
.russian .contact-telephone td:nth-child(3) {
    padding-left: 10px;
}
.contact-telephone td:nth-child(3) p.sunmoon {
    background: url(images3/support/sunmoon.png) no-repeat top left;
    float: left;
    margin-top: 1px;
    margin-right: 6px;
    padding: 0 0 0 20px;
    background-position: 0px -20px;
    color: #b8b8b8;
}
.contact-telephone td:nth-child(3) p.sunmoon.open{
    color: #00a9ec;
    background-position: 0px 3px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .contact-telephone td:nth-child(3) p.sunmoon {
        background: url(images3/support/sunmoon@2x.png) no-repeat top left;
        background-size: 16px 39px;
        background-position: 0 -20px;
    }
}

/* Note */
.note-nav {
    max-height: 0;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height linear .2s;
    transition: max-height linear .2s;
}
.note-nav .back a {
    background-image: url(images3/support/navigation.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 40px;
}
.note-nav .back a:hover {
    background-position: bottom;
}
.note-nav .breadcrumbs p {
    line-height: 60px;
    margin-left: 90px;
    color: #919191;
}
.note-nav .breadcrumbs a {
    font-size: 12px;
    color: #919191;
    font-weight: 400;
    text-decoration: underline;
}
.note-nav .breadcrumbs span {
    font-size: 12px;
    color: #919191;
    font-weight: 400;
}
.note-nav .breadcrumbs a:hover {
    color: #000;
}
.note-container {
    height: 100%;
}
.note li {
    color: #333;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.note p,
.note ul {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.note a {
    color: #008ed4;
}
.note a:hover {
    text-decoration: underline;
}
.note h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}
.note h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}
.note h4 {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
}
.note hr {
    border-top: 1px solid #ececec;
    margin: 17px 0 19px 0;
}
.note .readMe p {
    font-size: 14px;
}
.note {
    padding: 20px 40px 20px 40px;
}

/* FAQ */
.faq-container {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
}
.faq {
    padding: 20px 40px 20px 40px;
}
.faq h2 {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    line-height: normal;
    margin-bottom: 12px;
}
.faq h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 0;
    border-top: 1px solid #ececec;
    padding: 25px 20px 25px 20px;
    background-image: url(https://images.blackmagicdesign.com/images/support/arrow-down.svg?_v=1466465043);
    background-size: 11px 9px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.faq h3:first-child {
    border-top: none;
}
.faq h3.active {
    background-image: url(https://images.blackmagicdesign.com/images/support/arrow-up.svg?_v=1466465058);
}
.faq h3 a {
    color: #000;
    display: block;
}
.faq h3 a p {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.faq h3 a:hover {
    text-decoration: underline;
}
.faq h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.faq h4 {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.faq .answer {
    padding: 0 40px 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
.faq h3.active + .answer {
    padding-bottom: 20px;
}
.faq li {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.faq p,
.faq ul {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
/* FAQ table styles */
.faq table {
    margin-top: 16px;
}
.faq th {
    background-color: #d6d6d6;
    font-weight: 600;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}
.faq td,
.faq th {
    border-left: 1px solid #ececec;
    border-width: 0 0 0 1px;
    font-size: 14px;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}
.faq td:first-child,
.faq th:first-child {
    border-left-width: 0;
}
.faq tr:nth-child(2n-1) td {
    background-color: #f7f7f7;
}

/* Modal */
.modalContainer {
    position: absolute;
    z-index: 999;
}
.modalContainer.ng-enter, .modalContainer.ng-leave {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.modalContainer.ng-enter {
    opacity: 0;
}
.modalContainer.ng-enter.ng-enter-active {
    opacity: 1;
}
.modalContainer.ng-leave {
    opacity: 1;
}
.modalContainer.ng-leave.ng-leave-active {
    opacity: 0;
}

/* Video clips */
.video-clips {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    padding: 0 40px 0 40px;
}
.video-clips .group {
    border-top: 1px solid #ececec;
    padding: 27px 0 27px 0;
}
.video-clips .group .column{
    float: left;
    width: 60%;
}
.video-clips .column:first-child a {
    width: 60px;
    float: left;
    margin: 0 20px 0 15px;
}
.video-clips h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0 0;
}
.video-clips p {
    font-size: 11px;
    color: #808080;
}
.video-clips .column:last-child{
    margin-top: 17px;
    width: 40%;
}
.video-clips .column:last-child p {
    font-size: 11px;
    color: #a5a5a5;
    width: 50%;
    float: left;
    line-height: 35px;
}
.video-clips a.button-box {
    padding: 5px 34px;
    float: left;
}

/* Downloads */
#content article .download {
    margin-left: 7px;
}
#content article .download:first-child {
    margin-left: 0;
}
#content .column article .download {
    padding-left: 0;
}
#content .column article .download i {
    background-image: url(images3/support/download-os.png);
    background-size: 37px 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px 4px 0 6px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
    #content .column:first-child article .download i {
        background-image: url(images3/support/download-os@2x.png);
    }
}
#content .column article .mac i {
    width: 10px;
}
#content .column article .windows i {
    width: 11px;
    background-position: -10px 0;
}
#content .column article .linux i {
    width: 16px;
    background-position: -21px 0;
}
#content .column article .linux {
    padding: 0 15px 0 8px;
}
