/**
 * Content Contaier
 * Mobile
 * Generic
 * Location selector
 * Fancybox customisation
 * Bullet navigation
 * Extra width images
 */

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

/* Content Container rounded corners */
.action {
	position: absolute;
	top: 0;
	left: -1px;
	width: 1000px;
	min-height: 7px;
	background-image: url('https://images.blackmagicdesign.com/images/corners/corners-border.png?_v=1409795832');
	background-repeat: no-repeat;
	background-size: 1000px 7px;
}
.action a.button {
	right: 15px;
	top: 15px;
	position: absolute;
	z-index: 50;
}
html {
    -webkit-font-smoothing: antialiased;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.action {
		background-image: url('https://images.blackmagicdesign.com/images/corners/corners-border@2x.png?_v=1409882156');
	}
}

/* Mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body,
	select,
	input,
	textarea,
	#lightboxTitle,
	#fancybox-error {
        font-family: Helvetica, sans-serif;
    }
}

/* Generic */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	background-color: #fafafa;
	font-family: 'Open Sans';
}
html[lang=kr] p,
html[lang=kr] h1,
html[lang=kr] h2,
html[lang=kr] h3,
html[lang=kr] h4 {
	word-break: keep-all;
}
.modal-open {
		overflow: hidden;
		position:fixed;
		width:100%;
		height:100%;
}
#hero {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#hero #main {
	border-bottom: solid 1px #cecece;
}
#container {
	position: relative;
	width: 998px;
	margin: 0 auto;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background-color: #fff;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
p a {
	color: #006fba;
	font-weight: 600;
}
hr {
	border-top: 1px solid #e5e5e5;
	width: 960px;
	margin: 30px auto 0 auto;
}
.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}
article {
	padding: 1px 0 0;
}
.no-break, .nb {
	white-space: nowrap;
	display: inline-block;
}
.techspecs-body .small {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Open Sans', Verdana, Arial;
	line-height: 15px;
}
.small strong {
	color: #000;
}

/* Fancybox customisation */
#fancybox-close {
	margin-right: 35px !important;
	margin-top: 35px !important;
	background-image: url('https://images.blackmagicdesign.com/css/images/close.png?_v=1419207070') !important;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20px 20px !important;
	width: 20px !important;
	height: 20px !important;
}
#fancybox-content {
	padding: 20px !important;
	border: none !important;
}
#fancybox-img {
	border: 1px solid #E5E5E5 !important;
	padding: 9px !important;
}
#lightboxTitle {
	margin: 10px 0 10px 0;
	padding: 0 10px;
	text-align: left;
	font-size: 11px !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif !important;
	color: #333 !important;
}
#fancybox-error {
	font-size: 11px !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif !important;
	color: #333 !important;
}
#lightboxTitle span {
    float: right;
}
#lightboxTitle span a, #lightboxTitle span a:active, #lightboxTitle span a:hover, #lightboxTitle span a:visited {
	color: #333333;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
        #fancybox-close { background-image: url('https://images.blackmagicdesign.com/css/images/close@2x.png?_v=1419207070') !important; }
}


/* Bullet navigation */
.bullet-nav {
	text-align: center;
}
.bullet-nav-container {
	background: #e3e5e6;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	height: 38px;
	border-radius: 19px;
	margin: 20px auto;
	display: inline-block;
}
.bullet-nav-container li {
	list-style: none;
	display: block;
	float: left;
	height: 34px;
	margin-top: 2px;
	margin-right: 1px;
}
.bullet-nav-container li a {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4c4c4c;
	height: 34px;
	line-height: 34px;
	padding: 0 17px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.bullet-nav-container li:first-child {
	margin-right: 1px;
	margin-left: 2px
}
.bullet-nav-container li:last-child {
	margin-right: 2px;
}
.bullet-nav-container li:first-child a {
	border-radius: 19px 0 0 19px;
}
.bullet-nav-container li:last-child a {
	border-radius: 0 19px 19px 0;
}
.bullet-nav-container li a:hover {
	background-color: #00a5eb;
	color: #fff;
}
.bullet-nav-container li a.selected {
	background-color: #00a5eb;
	color: #fff;
}

/* Extra width images */
@media screen and (min-width: 1000px) {
	#form1 {
		position:relative;
		overflow-x: hidden
	}
}
@media screen and (max-width: 1000px) {
	#form1 {
		width: 1000px;
		position:relative;
		overflow-x: hidden
	}
}

/* Hero banners with text overlay */
.hero-banner {
	position: relative;
	width: 1000px;
	min-height: 304px;
	margin: 0 auto;
	border-bottom: solid 1px #cecece;
}
.hero-banner img {
	display: block;
}
.hero-banner h1 {
	position: absolute;
	top: 21px;
	left: 43px;
	font-size: 29px;
	font-weight: 600;
	color: #000;
	width: 340px;
}
