/**
 * Main
 * Testimonial popup
 * Scroll Down Animation
 * Remind me pop up
 * How to Buy
 */

@import url('reset.css?_v=1440732159');

/* Main */
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
body {
	margin: 0;
	font-family: 'Proxima Nova W08', sans-serif;
	height: 100%;
}
body.jp {
	font-family: 'Proxima Nova', 'Hiragino Sans', sans-serif;
}
.sticky {
	position: fixed;
	top: 0;
}
h1 {
	font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
	font-weight: 300;
	font-style: normal;
}
section {
	position: relative;
	padding-top: 1px;
}
section h2 {
	font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
	margin: 48px 0 10px;
}
section p {
	font-size: 16px;
	line-height: 20px;
}
section p.single-column-center {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}
section .column-container {
	overflow: hidden;
}
section .column-container p {
	margin-bottom: 40px;
}
section .column-container a.bt {
	display: inline-block;
}
section .column-container .column {
	float: left;
	width: 339px;
	padding-right: 140px;
	padding-left: 110px;
}
section .column-container .column:first-child {
	padding-left: 140px;
	padding-right: 110px;
}
header {
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: #111;
}
header #full-size-container {
	max-height: 100%;
	overflow: hidden;
}
header #hero{
	width: 100%;
	min-width: 1200px;
	display: block;
}
a.bt {
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border: 3px solid #fff;
	padding: 5px 20px;
	transition-property: background-color,color;
	-webkit-transition-property: background-color,color;
	-moz-transition-property: background-color,color;
	-o-transition-property: background-color,color;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
}
a.bt:hover {
	color: #000000;
	background-color: #fff;
}
a.bt.inverse {
	color: #000000;
	border: 3px solid #000000;
}
a.bt.inverse:hover {
	color: #fff;
	background-color: #000000;
}
a.color-bt {
	background-color: #00aeef;
	padding: 7px 23px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
a.color-bt:hover {
	background-color: #fff;
	color: #00aeef;
}
#inner-container {
	width: 100%;
	margin: -400px 0 0;
	z-index: 2;
	position: relative;
}
#inner-container #header-content {
	width: 1200px;
	margin: -400px auto 0;
	height: 400px;
	z-index: 2;
	position: relative;
}
#inner-container #header-content h1 {
	font-size: 80px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
}
#inner-container #header-content h2 {
	font-size: 42px;
	color: #00aeef;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 24px;
}
#inner-container #header-content .column-container {
	width: 910px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.autocolumn {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 80px;
	-moz-column-gap: 80px;
	-webkit-column-gap: 80px;
}
.font-dark h2 {
	color: #2f3030;
}
.font-dark p {
	color: #3f3f3f;
}
.font-white h2,
.font-white p {
	color: #fff;
}
.clearer {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
}
header #title {
	width: 863px;
	height: 83px;
	margin: 110px auto 20px;
}
#fade {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
#Home-products-davinciresolve .remind:hover {
	background-color: #fff;
	color: #00aeef;
}
#navWrapper {
	width: 100%;
	margin-top: -80px;
}
#navWrapper.sticky {
	margin-top: 0;
	z-index: 999;
}
#navContainer {
	text-align: center;
	height: 80px;
	width: 1200px;
	margin: auto;
	z-index: 3;
	position: relative;
}
#navContainer .bmd-logo {
	position: absolute;
	top: 16px;
	right: 110px;
}
#navContainer nav {
	position: absolute;
	left: 114px;
}
#navContainer nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#navContainer nav li {
	display: inline-block;
	margin: 0 17px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navContainer nav li a {
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 80px;
	display: inline-block;
	height: 80px;
	padding: 0 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 2px;
}
#navContainer nav li a:hover {
	 border-top: 2px solid #375a75;
	 border-bottom: 2px solid #375a75;
	 padding-top: 0;
}
#navContainer nav li a.active {
	 border-top: 2px solid #00aeef;
	 border-bottom: 2px solid #00aeef;
	 padding-top: 0;
}
#shadow {
	width: 1200px;
	margin: 0 auto;
	box-shadow: -1px 0 2px rgba(0,0,0,.2), 1px 0 2px rgba(0,0,0,.2);
}
#container {
	width: 1200px;
	margin: 0 auto;
}
.table {
	display: table;
}
.table-cell {
	display	   : table-cell;
	width		 : 430px;
	vertical-align: top;
}
.table-cell:first-child {
	padding: 30px 25px 50px 145px;
	border-right: 1px solid #ebebeb;
}
.table-cell:last-child {
	padding: 30px 145px 50px 24px;
}
.table-cell h2 {
	margin-top: 30px;
}
#footer-top {
	background: #12212e;
	background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/footer-arrow.png?_v=1460999807');
	background-size: 1200px 202px;
	width: 1200px;
	height: 202px;
	position: relative;
}
#footer-top p{
	text-align: center;
	padding-top: 62px;
	font-size: 29px;
	font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
	font-weight: 300;
	font-style: normal;
}
#footer-top .arrowNav p {
	font-size: 10px;
	color: #00aeef;
	text-transform: uppercase;
	position: absolute;
	top: 78px;
	padding: 0;
	margin: 0;
	font-weight: 600;
}
#footer-top .arrowNav.disable p {
	color: #d4eff9;
}
#footer-top .arrowNav.left p {
	left: 78px;
}
#footer-top .arrowNav.right p {
	right: 78px;
}
#footer-top .arrow {
	width: 19px;
	height: 38px;
	position: absolute;
	top: 64px;
}
#footer-top .arrow.left {
	left: 50px;
	-webkit-transition: left .3s;
	transition: left .3s;
	padding: 0 30px 0 10px;
}
#footer-top .disable .arrow.left:hover {
	left: 50px;
}
#footer-top .arrow.left:hover {
	left: 40px;
}
#footer-top .arrow.right {
	right: 50px;
	-webkit-transition: right .3s;
	transition: right .3s;
	padding: 0 10px 0 30px;
}
#footer-top .arrow.right:hover {
	right: 40px;
}
#footer-top .disable .arrow.right:hover {
	right: 50px;
}
#footer-product {
	padding: 40px 120px 60px;
	overflow: hidden;
	background: #393939;
}
.resellers #footer-product {
	padding: 0;
    border-top: 1px solid #eaf5f7;
}
.product-column {
	width: 320px;
	float: left;
	text-align: center;
	color: #fff;
}
.product-column .title {
	font-size: 22px;
	font-family: 'Verlag A', 'Verlag B', 'Proxima Nova W08', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.product-column .desc {
	font-size: 11px;
	padding: 10px 55px 0;
	font-weight: 400;
}
.product-column .price {
	margin: 16px auto 25px;
	overflow: hidden;
}
.product-column.lite .price {
	display: inline-block;
}
.product-column.software .price {
	display: inline-block;
}
.product-column.control .price {
	display: inline-block;
}
.product-column .price .price-char {
	background: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/price-char.png?_v=1460999807') no-repeat;
	background-size: 16px 25px;
	display: block;
	float: left;
	height: 25px;
	width: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding-top: 3px;
	margin-right: 1px;
	text-transform: uppercase;
}
.product-column .price .price-char.no-bg {
	background: none;
}
.product-column .price .price-char.currency {
	width: auto !important;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}
.product-column .price .price-char.comma {
	width: 5px;
	margin: 0 1px;
}
.product-column .product-bt {
	background-color: #00aeef;
	padding: 7px 23px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
.product-column .product-bt:hover {
	background-color: #fff;
	color: #00aeef;
}
#footer-bottom {
	background-color: #272727;
	padding: 20px 0 50px;
	position: relative;
}
#footer-bottom .links {
	text-align: center;
}
#footer-bottom .links a {
	text-decoration: none;
	color: #fff;
	line-height: 16px;
	font-weight: 600;
}
#footer-bottom .links a:hover span {
	border-bottom: 1px solid #fff;
}
#footer-bottom .links .social-links {
	margin-right: 40px;
	display: inline-block;
}
#footer-bottom .links .social-links span {
	margin-right: 8px;
}
#footer-bottom .links .location-selector-bt {
	background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/location.png?_v=1460999807');
	background-repeat: no-repeat;
	background-size: 10px 16px;
	padding: 0 20px;
}
#footer-bottom .links .location-selector-bt:hover {
	background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/location-on.png?_v=1460999807');
}
#footer-bottom .links a img{
	padding: 0 10px 0 0;
	vertical-align: middle
}
#footer-bottom p {
	margin: 10px 0 0;
	text-align: center;
	color: #676767;
	font-size: 11px;
}
#footer .location-selector {
	display: none;
	position: absolute;
	top: -411px;
	left: 313px;
	padding: 21px 2px 0;
	width: 570px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.4);
}
#footer .location-selector .footer-bottom-arrow {
    position: absolute;
    bottom: -10px;
    left: 317px;
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-bottom-arrow.png?_v=1460999797);
    background-size: 19px 14px;
    width: 19px;
    height: 14px;
}
#footer .location-selector .location-box {
	width: 95px;
	height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	text-align: center;
}
#footer .location-selector .location-box:hover {
	background-color: #fff;
	cursor: pointer;
}
#footer .location-selector .flag-container {
	display: block;
	width: 65px;
	height: 40px;
	margin: 0 auto;
	background-image: url('https://images.blackmagicdesign.com/images/shared/lc-flags.png?_v=1469576671');
	background-size: 325px 240px;
    -moz-box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    box-shadow: 0 0 1px 0 #ccc;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	#footer .location-selector .flag-container {
		background-image: url('https://images.blackmagicdesign.com/images/shared/lc-flags@2x.png?_v=1469576657');
	}
}
#footer .location-selector .location-box.selected .flag-container {
	box-shadow: 0 0 2px 2px #34bef2;
}
#footer .location-selector .flag-container.au {
	background-position: -0px -0px;
}
#footer .location-selector .flag-container.at {
	background-position: -65px -0px;
}
#footer .location-selector .flag-container.br {
	background-position: -130px -0px;
}
#footer .location-selector .flag-container.ca {
	background-position: -195px -0px;
}
#footer .location-selector .flag-container.cn {
	background-position: -260px -0px;
}
#footer .location-selector .flag-container.dk {
	background-position: -0px -40px;
}
#footer .location-selector .flag-container.fi {
	background-position: -65px -40px;
}
#footer .location-selector .flag-container.fr {
	background-position: -130px -40px;
}
#footer .location-selector .flag-container.de {
	background-position: -195px -40px;
}
#footer .location-selector .flag-container.hk {
	background-position: -260px -40px;
}
#footer .location-selector .flag-container.in {
	background-position: -0px -80px;
}
#footer .location-selector .flag-container.it {
	background-position: -65px -80px;
}
#footer .location-selector .flag-container.jp {
	background-position: -130px -80px;
}
#footer .location-selector .flag-container.kr {
	background-position: -195px -80px;
}
#footer .location-selector .flag-container.mx {
	background-position: -260px -80px;
}
#footer .location-selector .flag-container.nl {
	background-position: -0px -120px;
}
#footer .location-selector .flag-container.nz {
	background-position: -65px -120px;
}
#footer .location-selector .flag-container.no {
	background-position: -130px -120px;
}
#footer .location-selector .flag-container.pt {
	background-position: -195px -200px;
}
#footer .location-selector .flag-container.ru {
	background-position: -195px -120px;
}
#footer .location-selector .flag-container.sg {
	background-position: -260px -120px;
}
#footer .location-selector .flag-container.sa {
	background-position: -0px -160px;
}
#footer .location-selector .flag-container.es {
	background-position: -65px -160px;
}
#footer .location-selector .flag-container.se {
	background-position: -130px -160px;
}
#footer .location-selector .flag-container.tr {
	background-position: -130px -200px;
}
#footer .location-selector .flag-container.tw {
	background-position: -195px -160px;
}
#footer .location-selector .flag-container.ae {
	background-position: -260px -160px;
}
#footer .location-selector .flag-container.uk {
	background-position: -0px -200px;
}
#footer .location-selector .flag-container.us {
	background-position: -65px -200px;
}
#footer .location-selector .location-box img {
	margin-top: 18px;
	display: inline-block;
}
#footer .location-selector .location-box.selected img {
	box-shadow: 0 0 2px 2px #34bef2;
}
#footer .location-selector .location-box span {
	margin-top: 4px;
	display: block;
	font-size: 10px;
	color: #000000;
}

/* Testimonial popup */
#opacifier {
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 110;
}
.story-page {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 920px;
	margin-left: -480px;
	margin-top: -20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	background: #000000;
	z-index: 200;
	display: none;
}
.story-close {
	background: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/close-btn.png?_v=1460999807');
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	z-index: 120;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	body {
		background: #393939 url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/pattern@2x.png?_v=1460999807') repeat;
	}
	#navContainer {
		background: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/bg-nav@2x.png?_v=1460999807');
	}
	#navContainer nav li.resolve-logo a {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/resolve-logo@2x.png?_v=1460999807');
	}
	#footer-top {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/footer-arrow@2x.png?_v=1460999807');
	}
	.product-column .price .price-char {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/price-char@2x.png?_v=1460999807');
	}
	#footer-bottom .links .twitter-bt {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/twitter@2x.png?_v=1460999807');
	}
	#footer-bottom .links .twitter-bt:hover {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/twitter-on@2x.png?_v=1460999807');
	}
	#footer-bottom .links .weibo-bt {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/weibo@2x.png?_v=1460999807');
	}
	#footer-bottom .links .weibo-bt:hover {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/weibo-on@2x.png?_v=1460999807');
	}
	#footer-bottom .links .location-selector-bt {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/location@2x.png?_v=1460999807');
	}
	#footer-bottom .links .location-selector-bt:hover {
		background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/common/location-on@2x.png?_v=1460999807');
	}
}
@media only screen and (max-width: 1200px) {
	header #full-size-container {
		max-height: none;
		height: auto;
		width: 1200px;
		overflow: hidden;
	}
}

/* Scroll Down Animation */
#scrolldown {
	position: absolute;
	bottom  : 140px;
	left	: 580px;
	opacity : 0;
	-webkit-animation: scdown 1s ease-out;
	-moz-animation: scdown 1s ease-out;
	-ms-animation: scdown 1s ease-out;
	-o-animation: scdown 1s ease-out;
	animation: scdown 1s ease-out;
	-webkit-animation-iteration-count: 3;
	-moz-animation-iteration-count: 3;
	-ms-animation-iteration-count: 3;
	-o-animation-iteration-count: 3;
	animation-iteration-count: 3;
}
@-webkit-keyframes scdown {
	from { opacity: 0; bottom: 140px;}
	70%  { opacity: 1; bottom: 126px;}
	to   { opacity: 0; bottom: 126px;}
}
@-moz-keyframes scdown {
	from { opacity: 0; bottom: 140px;}
	70%  { opacity: 1; bottom: 126px;}
	to   { opacity: 0; bottom: 126px;}
}
@-ms-keyframes scdown {
	from { opacity: 0; bottom: 140px;}
	70%  { opacity: 1; bottom: 126px;}
	to   { opacity: 0; bottom: 126px;}
}
@-o-keyframes scdown {
	from { opacity: 0; bottom: 140px;}
	70%  { opacity: 1; bottom: 126px;}
	to   { opacity: 0; bottom: 126px;}
}
@keyframes scdown {
	from { opacity: 0; bottom: 140px;}
	70%  { opacity: 1; bottom: 126px;}
	to   { opacity: 0; bottom: 126px;}
}

/* Remind me pop up */
#Home-products-davinciresolve .remind-btn {
	background-color: #00aeef;
	padding: 14px 23px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	width: 246px;
	margin: 0 auto;
	cursor:pointer;
}
#Home-products-davinciresolve .remind-btn:hover {
	background-color: #fff;
	color: #00aeef;
}
#Home-products-davinciresolve .fade-cross {
	padding: 14px 23px;
	color: #fff;
	top:0;
	right:0;
	z-index:1000;
	background:none;
	width:40px;
	position: fixed;
	cursor:pointer;
}
.remind-me-container {
	width:400px;
	padding:50px 135px;
	background:#fff;
	position:absolute;
	top: 120px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:1000;
	position: fixed;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align:center;
	display:none;
}
.remind-me-container img {
	margin-bottom:20px;
}
.remind-me-container p {
	margin:0 0 15px -23px;
	font-size:16px;
	width:447px;
}
.remind-me-container form .register-field {
	background-image: url('https://images.blackmagicdesign.com/images/products/davinciresolve/main/register-input-bg.png?_v=1460999807');
	background-size: 20px 50px;
	background-repeat: repeat-x;
	width: 92%;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size:16px;
	padding:15px;
	margin-bottom:2px;
	color:#3e3e3e;
	font-family: 'Proxima Nova W08', sans-serif;
	outline: none;
	border: none;
}
.remind-me-container form .register-field.ng-invalid {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remind-me-container form .register-field.error {
	box-shadow: 0px 0px 0px 3px #ef6b6b;
}
.remind-me-container form label {
	float:right;
	margin-bottom:10px;
	font-family: 'Proxima Nova W08', sans-serif;
}
.remind-me-container form label.error {
	color:#ef6b6b;
}
.remind-me-container form .register-btn {
	background-color: #00aeef;
	padding: 14px 23px;
	color: #fff;
	font-size: 18px;
	width: 216px;
	border:none;
	margin: 40px 0 0 48px;
	font-family: 'Proxima Nova W08', sans-serif;
	outline: none;
}
.remind-me-container .register-tick {
	margin:68px 0 90px 0;
}
.no-break, .nb {
	white-space: nowrap;
}

/* How to Buy */
#container.resellers p.website a:link,
#container.resellers p.website a:visited {
	color: #333;
	text-decoration: none;
}
#container.resellers p.website a:hover,
#container.resellers p.website a:active {
	color: #333;
	text-decoration: underline;
}

/**/
.title-center,
.text-center {
	text-align: center;
}
.reverse h2,
.reverse p {
	color: #fff;
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
