/*
-----------------------------------------------
DJI Innvovations Styles
http://www.dji-innovations.com
Ver: 1.9

Author:   redy
Date:     15 March 2013
----------------------------------------------- */

/* MISC: =Body
----------------------------------------------- */
body
{
	font-size:9pt;
	font-family: 'Open Sans', sans-serif , Helvetica, Arial, Verdana;
	font-weight: 400;
	color: #333;
}

/* MISC: =Titles
----------------------------------------------- */
h1{
	font-size:28pt;
	line-height: 34pt;
	font-weight: 600;
	color:#2c3b55;
	text-transform: uppercase;
	padding-bottom:10px;
}

h2{
	font-size:18pt;
	line-height:24pt;
	font-weight: 600;
	padding:0 0 10px 0;
	color:#2c3b55;
}

h3{
	font-weight: 600;
	font-size:14pt;
	line-height:20pt;
	padding:0 0 10px 0;
	color:#2c3b55;
}

h4{
	
	font-size:11pt;
	line-height:16pt;
	font-weight: 600;
	padding:0 0 10px 0;
	color:#2c3b55;
}

h5{
	font-size:9pt;
	line-height:12pt;
	font-weight: 600;
	padding:0 0 10px 0;
	color:#2c3b55;
}
h6{
	font-size:9pt;
	display: inline;
	line-height: 20px;
	padding:0 0 0 10px;
	color:#666;
	font-weight: normal;
}
/* MISC: =Paragraph
----------------------------------------------- */
p{
	margin-bottom:20px;
	font-size: 9pt;
	line-height:14pt;
	color: #555;
}
sup, sub{
	font-size: 0.5em;
	line-height: 1.2em;
}
.date-time{
	font-size: 9pt;
	line-height:14pt;
	color: #555;
}

.note{
	color:#999;
}
.new{
	color:red;
}
.error{
	color:#c00 !important;
}
.date-time{
	display: block;
	color: #69c;
}
small{
	
}

mark, .mark{
	/*
padding:0 5px;
	color:#2c3b55;
	background:#def;
*/
	color:#69c;
}
hr{
	margin:10px 0 ;
	border-bottom: 1px dotted #ccc;
}
/* MISC: =List
----------------------------------------------- */
ol{
	margin-left:2em;
}
ol li{
	color:#333;
	list-style:decimal;
	line-height: 2em;
	padding-bottom:10px;
}

.article-contents ul{
	margin-left:2em;
}
.article-contents ul li{
	color:#69c;
	list-style: disc;
	line-height: 2em;
}
.article-contents ol{
	margin-left:2em;
}
.article-contents ol li{
	color:#333;
	list-style:decimal;
	line-height: 2em;
}
.article-contents dl dt{
	padding:0.5em 0;
	vertical-align: middle;
}
.article-contents dl dd{
	padding:0.5em 2em;
	vertical-align: middle;
}
.article-contents .content-block{
	margin-bottom:20px;
}
/* MISC: =Images
----------------------------------------------- */
.article-contents img{
	padding:0;
	margin:0;
}
.a-gallery {
	clear:both;
}
.a-gallery ul{
	margin:0;
}
.a-gallery ul li{
	display: block;
	line-height: 0;
	list-style: none;
	margin:0;
	padding:0 5px 5px 0;
	float:left;
	zoom:1;
}

.a-pic-s{
	width:102px !important;
	height:auto;
}
.a-pic-m{
	width:209px !important;
	height:auto;
}
.a-pic-l{
	width:316px !important;
	height:auto;
}
/* MISC: =Links
----------------------------------------------- */
a {text-decoration: underline; color:#69c;}
a:link {text-decoration: underline; color:#69c;}
a:visited {text-decoration:underline; color:#69c;}
a:hover {text-decoration: none; color:#2c3b55;}

.h-links{display: inline;}
.link-youtube, .link-youtube:link, .link-youtube:visited{
	margin-left:10px;
	padding-left:40px;
	background:transparent no-repeat 0 0;
	background: red;
	
}
/* MISC: =Tables
----------------------------------------------- */
table{
	font-size:9pt;
	text-align: left;
	color:#555;
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing: 0;
}

table th, table td{
	padding:5px 10px;
	font-size:9pt;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table th{
	font-weight: 600;
	font-size: 11pt;
	text-transform: uppercase;
	color:#2c3b55;
	background:#eee;
}

table td{
	color: #555;
	font-weight: 400;
}

table .subject{
	font-weight: 600;
}

/* TYPEFACE: =Default
----------------------------------------------- */
section .sec-titles h4{
	display: inline;
	line-height: 20px;
	padding:0 10px 1px 0;
	text-transform: uppercase;
	color:#2c3b55;
}
section .sec-titles h6{
	border-left:1px dotted #69c;
}
section .sec-titles img{
	vertical-align: middle;
}
section .sec-header .btn, section .sec-footer .btn{
	position: absolute;
	top:3px;
	right:0;
	padding-left:18px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
section .sec-header .btn:before, section .sec-footer .btn:before{
	display: block;
	z-index:9;
    position:absolute;
    top:2px;
    left:0;
    content:"\0020";
	width:12px;
	height:12px;
    background:#69c url("../imgs/csssprites.png") no-repeat 2px -549px;
}
section .sec-header .go-top:before, section .sec-footer .go-top:before{
	width:12px;
    background:#69c url("../imgs/csssprites.png") no-repeat -788px -449px;
}

section .sec-footer .btn-expand-more:before{
	background-position: 2px -448px;
}
section .sec-footer .btn-expand-more-open:before{
	background-position: -788px -449px;
}

section .sec-header .btn-expand-open:before, section .sec-footer .btn-expand-open:before{
	background-position: 2px -448px;
}

section .sec-header .btn:hover:before, section .sec-footer .btn:hover:before{
	background-color:#2c3b55;
}

section .sec-footer .pagination a, section .sec-footer .pagination .disable{
	content:"\0020";
	text-decoration: none;
	padding:4px 10px;
	margin: 0 5px;
}
section .sec-footer .pagination a.prev{
	margin: 0 10px 0 0;
	background:transparent url("../imgs/csssprites.png") no-repeat -195px -442px;
}
section .sec-footer .pagination a.next{
	margin: 0 0 0 10px;
	background:transparent url("../imgs/csssprites.png") no-repeat 5px -492px;
}
section .sec-footer .pagination a:hover{
	color:#2c3b55;
}
section .sec-footer .pagination a.prev:hover{
	background-position: -195px -492px;
}

section .sec-footer .pagination a.next:hover{
	background-position: -195px -542px;
}

section .sec-item-caption h5{
	padding-bottom:5px;
}

section .sec-item .sec-item-btn{
	display: block;
	margin-top:10px;
	padding-left:30px;
	*padding-left:0;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	position: absolute;
	left:10px;
    bottom:0;
    z-index: 999;
}
.transcover{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position: absolute;
	top:0;
	left:0;
}
section .sec-item .sec-item-btn:hover{
	color:#2c3b55;
}

/* details */
article .btn-goback{
	position: absolute;
	right:-10px;
	top:-7px;
	padding-left:18px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
article .btn-goback:before{
	display: block;
	z-index:9;
    position:absolute;
    top:2px;
    left:0;
    content:"\0020";
	width:12px;
	height:12px;
    background:#69c url("../imgs/csssprites.png") no-repeat 2px -549px;
}
article .btn-goback:hover:before{
	background-color:#2c3b55;
}

/* TYPEFACE: =Showcase
----------------------------------------------- */
section .caption-video h5{
	height:35px;
	text-transform: uppercase;
}
section .caption-video p{
	height:55px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
section .caption-video .video-author, section .caption-video .video-location{
	margin-bottom:5px;
}
section .caption-video .video-date{
	margin-bottom:10px;
}
section .caption-video .subject{
	color:#69c;
	font-weight: 600;
}

section .sec-item .btn-video:before{
	display: block;
	z-index:9;
	position:absolute;
	top:0;
	left:0;
	content:"\0020";
	width:20px;
	height:20px;
	background:#69c url("../imgs/csssprites.png") no-repeat -782px -196px;
}

section .sec-item .btn-video:hover:before{
	background-color:#2c3b55;
}


#video-upload .upload-btn, #video-upload .upload-btn:link, #video-upload .upload-btn:visited{
	display: block;
	padding:10px 20px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	margin:10px;
	cursor: pointer;
	padding-left:40px;
	background:#69c url("../imgs/csssprites.png") no-repeat -765px -291px;
}
#video-upload .upload-btn-open, #video-upload .upload-btn-open:link, #video-upload .upload-btn-open:visited{
	background-color:#ccc;
}

#video-upload .upload-btn:hover{
	background-color:#2c3b55;
}

/* TYPEFACE: =Products
----------------------------------------------- */

/* Products Category*/
section .item-prd-line h4{
	display: block;
	padding:10px 0;
	width:100%;
	color:#666;
	font-weight: 400;
	text-indent: 15px;
	border-bottom:1px dotted #ccc;
}
section .item-prd-line ul{
	margin:10px 0 0 30px;
}
section .item-prd-line ul li{
	list-style: disc;
	margin:10px 0;
	color:#69c;
}
section .item-prd-line ul li a, section .item-prd-line ul li a:link, section .item-prd-line ul li a:visited{
	text-decoration: none;
	
}
section .item-prd-line .prd-group{
	margin:10px 0 20px 0;
	display: none;
}
section .item-prd-line .prd-group a, section .item-prd-line .prd-group a:link, section .item-prd-line .prd-group a:visited{
	display: block;
	padding:5px;
	color:#666;
}
section .item-prd-line .prd-group a:hover{
	color:#2c3b55;
}

#products-line .prd-line-img{
	position: relative;
	z-index: 1;
}
#products-line .prd-line-caption{
	color:#fff;
	width:195px;
	height:20px;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	padding:5px 10px;
	z-index: 9;
	bottom:0;
	left:0;
	background:url("../imgs/slide_h2_bg.png");
}
#products-line .prd-line-btn, #products-line .prd-line-btn:link, #products-line .prd-line-btn:visited{
	text-decoration: none;
}
#products-line .prd-line-btn:hover .prd-line-caption{
	color:#2c3b55;
	background: #eee;
}

section .item-product .thumb-s img{
	border:1px solid #eee;
}

section .caption-product h4{
	padding-bottom:10px;
}


section .btn-product{
	margin:0;
	padding:0;
	text-indent: -9999em;
	position: absolute;
	right:0;
	top:0;
}
section .btn-product:after{
	display: block;
	z-index:9;
    position:absolute;
    bottom:10px;
    right:10px;
    content:"\0020";
	width:10px;
	height:10px;
    background:transparent url("../imgs/csssprites.png") no-repeat 0 -500px;
}
section .btn-product:hover:after{
    background-position: -200px -550px;
}

section .item-product:hover{
	background:#def;
}

section .prd-cat-title{
	padding:10px;
	margin:0 10px 10px 10px;
	font-size:11pt;
	font-weight: 400;
	color:#999;
	border-bottom:1px dotted #ccc;
}
#featuresbox .caption-features{
	padding:30px 0;
}

#featuresbox .item-features .btn-features, #featuresbox .item-features .btn-features:link, #featuresbox .item-features .btn-features:visited{
	margin:-20px 0 -10px 0;
	display: block;
	color:#69c;
	font-weight: 600;
	text-decoration: none;
}
#featuresbox .item-features .btn-features:hover{
	color:#2c3b55;
}
section .features-contents .features-pic-box .features-pic-info{
	position: absolute;
	right:0;
	bottom:5px;
	padding:10px;
	color:#fff;
	background:transparent url("../imgs/slide_h2_bg.png");
}

/* dealers */
section .dealers-contents .caption-dealer h4{
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	height:40px;
}
section .dealers-contents .dealer-name, section .dealers-contents .dealer-name:link, section .dealers-contents .dealer-name:visited{
	text-decoration: none;
	color:#2c3b55;
}
section .dealers-contents .dealer-name:hover{
	text-decoration: underline;
}

/* TYPEFACE: =Support
----------------------------------------------- */
#support-gates .gate, #support-gates .gate:link, #support-gates .gate:visited{
	margin-left:20px;
	padding:0;
	width:290px;
	height:30px;
	float:left;
	font-size: 16pt;
	color:#2c3b55;
	text-decoration: none;
	position: relative;
	padding:55px 0 55px 160px;
	background:#fafafa url("../imgs/csssprites.png") no-repeat 70px -1110px;
	overflow: hidden;
}
#support-gates .gate:hover{
	color:#fff;
	background-color: #2c3b55;
	background-position:-530px -1110px;
}
#support-gates .gate-wiki, #support-gates .gate-wiki:link, #support-gates .gate-wiki:visited{
	width:240px;
	padding:55px 0 55px 210px;
	background-position:120px -1260px;
}
#support-gates .gate-wiki:hover{
	background-position:-480px -1260px;
}

section .item-support .thumb-s img{
	border:1px solid #eee;
}
section .caption-support h4{
	padding-top:25px;
}
section .btn-support{
	margin:0;
	padding:0;
	text-indent: -9999em;
	position: absolute;
	right:0;
	top:0;
}

section .item-support:hover{
	background:#def;
}

.support-contents .support-menu h4{
	font-size: 12pt;
	text-transform: uppercase;
}
.support-contents .support-menu a, .support-contents .support-menu a:link, .support-contents .support-menu a:visited{
	text-decoration: none;
}
.support-contents .support-menu .current{
	color:#999;
}
.support-contents .support-box{
	margin-bottom:20px;
}
.support-contents .support-box h4{
	font-size: 12pt;
	text-transform: uppercase;
	padding:10px 0;
}

.support-contents .support-box ul{
	margin:0;
	border-top:1px dotted #ccc;
}
.support-contents .support-box ul li{
	clear:both;
	list-style: none;
	padding:0;
	color: #333;
	border-bottom:1px dotted #ccc;
}

.support-contents .support-box .navlist{
	border: 0;
	color: #666;
	margin-left:20px;
	padding-bottom:20px;
}
.support-contents .support-box .navlist li{
	list-style: disc;
	border: 0;
	padding:5px 0;
	font-size: 12pt;
}
.support-contents .support-box .navlist li a, .support-contents .support-box .navlist li a:link, .support-contents .support-box .navlist li a:visited{
	text-decoration: none;
}
/* tutorial */
.support-box .support-video-thumb{
	float:left;
	width:235px;
	margin:20px 0;
}
.support-box .support-video-contents{
	float:left;
	width:360px;
	margin:20px 0;
}
.support-box .video-date{
	color:#69c;
}
.support-box .support-video-btns{
	float:left;
	width:130px;
}
.support-box .btn-support-video, .support-box .btn-support-video:link, .support-box .btn-support-video:visited{
	display: block;
	margin-top:10px;
	margin-right:20px;
	*padding-left:0;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	padding:0 0 0 30px;
	position: relative;
	text-decoration: none;
}
.support-box .btn-support-video:before{
	display: block;
	z-index:9;
	position:absolute;
	top:0;
	left:0;
	content:"\0020";
	width:20px;
	height:20px;
	background:#69c url("../imgs/csssprites.png") no-repeat -782px -196px;
}

.support-box .btn-support-video:hover:before{
	background-color:#2c3b55;
}

/* download */
.support-box .support-name{
	float:left;
	width:360px;
}
.support-box .support-date{
	float:left;
	width:90px;
}
.support-box .support-btns{
	float:left;
	width:150px;
}
.btn-zip, .btn-zip:link, .btn-zip:visited, .btn-pdf, .btn-pdf:link, .btn-pdf:visited{
	padding:0 0 0 25px;
	margin-right:15px;
	position: relative;
	text-decoration: none;
}
.btn-zip:after{
	position: absolute;
	content:"\0020";
	top:2px;
	left:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -780px -50px;
}

.btn-zip:hover:after{
	background-position:-780px -100px;
}

.btn-pdf:after{
	position: absolute;
	content:"\0020";
	top:2px;
	left:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -719px -50px;
}
.btn-pdf:hover:after{
	background-position:-719px -100px;
}
/* faq */
.btn-faq{
	display: block;
	font-size: 10pt;
	position: relative;
	padding:10px 30px 10px 10px;
}
.btn-faq:hover{
	background: #eee;
}
.btn-faq:after{
	position: absolute;
	content:"\0020";
	top:16px;
	right:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -600px -450px;
}
.btn-faq-open:after{
	position: absolute;
	content:"\0020";
	top:16px;
	right:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -600px -500px;
}
.faq-text{
	margin:10px 0 0 0;
	padding-bottom:20px;
	display: none;
}
.faq-text h5{
	margin:0 10px;
}
.faq-text p{
	margin:0 10px;
	padding-bottom:10px;
}

/* report */
.report-form{
	line-height: 20pt;
}

.btn-wiki, .btn-wiki:link, .btn-wiki:visited{
	display: block;
	font-size: 12pt;
	position: relative;
	color:#fff;
	text-decoration: none;
	padding:10px 10px 10px 60px;
	margin-bottom:20px;
	background: #69c url("../imgs/csssprites.png") no-repeat -360px -1240px;
}
.btn-wiki:hover{
	background-color:#2c3b55;
}
/* wiki aside */
.wiki-des{
	padding:20px 10px;
	margin-bottom:10px;
}

/* TYPEFACE: =Company
----------------------------------------------- */
section .company-social a{
	margin-left:10px;
}
section .company-location a, section .company-location a:link, section .company-location a:visited{
	display: block;
	text-decoration: none;
	text-indent: -9999em;
}
.tag-usa{
	width:160px;
	height:50px;
	display: block;
	top:100px;
	left:175px;
	text-decoration: none;
	text-indent: -9999em;
	background: transparent url("../imgs/tag_dji_usa.png") no-repeat;
	position: absolute;

}
.tag-europe{
	width:160px;
	height:50px;
	display: block;
	top:120px;
	left:460px;
	text-decoration: none;
	text-indent: -9999em;
	background: transparent url("../imgs/tag_dji_europe.png") no-repeat;
	position: absolute;

}

.tag-hq{
	width:160px;
	height:50px;
	display: block;
	top:190px;
	left:660px;
	text-decoration: none;
	text-indent: -9999em;
	background: transparent url("../imgs/tag_dji_hq.png") no-repeat;
	position: absolute;
}

section .company-social{
	position: absolute;
	right:20px;
	bottom:17px;
	width:600px;
	height:60px;
	text-align: right;
	z-index: 999;
}

section .company-location{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

/* career */
section .career-list{
	float:left;
	width:430px;
	padding:0 10px;
}
section .career-group h5{
	color: #69c;
	clear:both;
}

.job{
	border-bottom: 1px dotted #ccc;
}
.btn-job, .btn-job:link, .btn-job:visited{
	display: block;
	font-size: 9pt;
	position: relative;
	padding:15px 0;
	color:#333;
	text-decoration: none;
}
.btn-job:hover{
	background: none;
}
.btn-job:after{
	position: absolute;
	content:"\0020";
	top:26px;
	right:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -600px -450px;
}
.btn-job-open:after{
	position: absolute;
	content:"\0020";
	top:26px;
	right:0;
	width:20px;
	height:20px;
	background:transparent url("../imgs/csssprites.png") no-repeat -600px -500px;
}
.job-text{
	margin:10px 0 0 0;
	padding-bottom: 20px;
	display: none;
}
.job-text p{
	margin:0 10px;
}
/* TYPEFACE: =Infomations
----------------------------------------------- */
section .item-info .date-time{
	display: block;
	padding:0 0 5px 0;
}
section .item-info .info-title{
	display: block;
	font-size: 10pt;
	font-weight: 600;
	color:#2c3b55;
	padding:0 0 5px 0;
}
section .item-info a{
	color:#555;
	display: block;
	padding:10px 10px 15px 10px;
	line-height:14pt;
	text-decoration: none;
	position: relative;
}
section .item-info a:after{
	display: block;
	z-index:9;
    position:absolute;
    bottom:10px;
    right:10px;
    content:"\0020";
	width:5px;
	height:5px;
    background:transparent url("../imgs/csssprites.png") no-repeat 0 -600px;
}
section .item-info a:hover{
	background:#eee;
}

section .item-info a:hover:after{
	background-position: -200px -600px;
}
/* spotlight */
section .caption-spotlight h5{
	height:35px;
}
section .btn-spotlight{
	margin:0;
	padding:0;
	text-indent: -9999em;
	position: absolute;
	right:0;
	top:0;
}
section .btn-spotlight:after{
	display: block;
	z-index:9;
    position:absolute;
    bottom:10px;
    right:10px;
    content:"\0020";
	width:10px;
	height:10px;
    background:transparent url("../imgs/csssprites.png") no-repeat 0 -500px;
}
section .btn-spotlight:hover:after{
    background-position: -200px -550px;
}

section .item-spotlight:hover{
	background:#def;
}

/* exhibitions */
section .caption-exhib h5{
	text-transform: uppercase;
}
/* info category */
aside .info-menu h4, aside .info-channel h4{
	padding:5px 10px 5px 30px;
	font-size:10pt;
	display: block;
	color:#fff;
	box-shadow:inset 0px -10px 5px -10px #689;
	background:#9ab url("../imgs/csssprites.png") no-repeat -780px -590px;
}
aside .info-menu ul, aside .info-channel ul{
	margin:20px 20px 20px 40px;
}
aside .info-menu ul li, aside .info-channel ul li{
	line-height: 1.2em;
	list-style: disc;
	color:#999;
	padding: 5px;
	font-size: 10pt;
}
aside .info-menu ul.recently-list{
	list-style: none;
	margin:10px 10px 30px 10px;
}
aside .info-menu ul.recently-list li{
	list-style: none;
}
aside .info-menu ul.recently-list li .excerpt, aside .info-menu ul.recently-list li .excerpt:link, aside .info-menu ul.recently-list li .excerpt:visited{
	color:#555;
}

aside .info-menu a, aside .info-menu a:link, aside .info-menu a:visited, aside .info-channel a, aside .info-channel a:link, aside .info-channel a:visited{
	text-decoration: none;
}