/*---- reset.css 讓所有的各家瀏覽器乖乖聽話，呈現一樣的結果  ----*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
{
	/* margin: 0;
    padding: 0;  
    border: 1
 vertical-align: baseline; table,tbody, th,   */
	outline: 0;
	font-size: 100%;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

/*---- 共通設定 ----*/

h1 {
	font-size: 28px;
	color: #3c3c3c;
}
h2 {
	font-size: 24px;
	color: #82be0f;
	line-height: 30px;
}
h3 {
	font-size: 18px;
	color: #82be0f;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	color: #82be0f;
}
h5 {
	font-size: 24px;
	color: #000;
}
.padding-top {
	padding-top: 60px;
}
.padding-top1 {
	padding-top: 20px;
}
.padding-top2 {
	padding-top: 30px;
}
.padding-top3 {
	padding-top: 40px;
}
.padding-top4 {
	padding-top: 70px;
}
.padding-top5 {
    padding-top: 56px;
}
.padding-bottom {
	padding-bottom: 60px;
}
.padding-bottom1 {
	padding-bottom: 20px;
}
.padding-bottom2 {
	padding-bottom: 30px;
}
.padding-bottom3 {
	padding-bottom: 40px;
}
.padding-bottom4 {
	padding-bottom: 70px;
}
.padding-left {
	padding-left: 40px;
}
.padding-left2 {
	padding-left: 80px;
}
.margin-bottom1 {
	margin-bottom: 40px;
}
.section-title {
	padding-bottom: 45px;
}
.section-title h1 {
	color: #82be0f;
}
.section-title h3 {
	color: #82be0f;
	line-height: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.title-border {
	background-color: #82be0f;
	height: 2px;
	width: 200px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.text-center {
	text-align: center
}
.background-color1 {
	background-color: #2b2b2b;
	color: #ffffff;
}
.background-color1 h1 {
	color: #82be0f;
}
.background-color2 {
	background-color: #171717;
	color: #ffffff;
}
.height1 {
	height: 80px;
}
.height2 {
	height: 170px;
}
/*------------------------------------------------------------------
#btn
------------------------------------------------------------------*/

.btn-submit {
	border: 0px solid #e4e4e4;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #000000;
	background-color: rgba(130, 190, 15, 1);
	margin-left: 0px;
}
.btn-submit:hover {
	background-color: rgba(130, 190, 15, 0.55);
	color: #fff;
	text-decoration: none;
}
/*Navigation CSS*/

#navigation .container {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation .navbar-right {
	background-color: #000;
}
#navigation .navbar-right li a {
	color: #fff;
	font-size: 16px;
	height: 20px;
	text-transform: uppercase;
}
#navigation .navbar-fixed-top .navbar-right li a.active,
#navigation .navbar-fixed-top .navbar-right li a:hover,
#navigation .navbar-fixed-top .navbar-right li a:focus,
#navigation .navbar-fixed-top .navbar-right li.active a {
	background-color: #000000;
}
#navigation .navbar-right li a.active,
#navigation .navbar-right li a:hover,
#navigation .navbar-right li a:focus,
#navigation .navbar-right li.active a {
	background-color: #82be0f;
}
/*------------------------------------------------------------------
#parallax-section
------------------------------------------------------------------*/

.parallax-section {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-height: 150px;
	color: #fff;
	font-size: 18px;
}
.parallax-content {
	padding-bottom: 70px;
	padding-top: 200px;
}
.parallax-content h1 {
	text-transform: uppercase;
	line-height: 36px;
	color: #82be0f;
}
.parallax-content p {
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
}
.container p {
	padding-top: 10px;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 22px;
}
.container ul {
	padding: 10px 30px;
}
.container ul li {
	font-size: 16px;
	line-height: 28px;
}
.topsection {
	background-image: url("../../images/topbackground.jpg");
	height: 290px;
	margin-top: -1px;
}
.topsection h1 {
	color: #ffffff;
	padding-top: 60px;
	line-height: 60px;
	font-size: 58px;
	text-shadow: 3px 3px 6px #000000;
}
.topline {
	border-bottom: 8px solid #82be0f;
}
.inter-content {
	background-color: rgba(0, 0, 0, 0.75);
}
/*------------------------------------------------------------------
iclone6 Training page
-----------------------------------------------------------------*/

.training-banner-bg {
	background-color: #302B26;
	height: 280px;
}
.parallax-training {
	padding-top: 30px;
	padding-bottom: 70px;
}
.training-banner-title p {
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 30px;
}
.banner-list-container {
	padding-top: 40px;
	padding-left: 70px;
}
.banner-list-container .list-1 li {
	font-size: 18px;
	color: #76A81F;
	line-height: 1.5em;
}
.banner-list-container .list-1 li a {
	color: #76A81F;
}
.banner-list-container .list-2 li {
	font-size: 18px;
	color: #76A81F;
	line-height: 1.5em;
}
.banner-list-container .list-2 li a {
	color: #76A81F;
}
.line {
	margin-bottom: 0px;
	height: 5px;
	border-bottom: 1px solid #222;
}
.nav-training-custom > ul {
	padding: 0;
}
.nav-training-custom ul li a {
	font-size: 16px !important;
	padding: 15px 16px !important;
}
/*------------------------------------------------------------------
iclone6 Trial page
-----------------------------------------------------------------*/

#product_content {
	padding-top: 20px;
}
#product_top > h1 {
	color: #333;
}
.dowload {
	position: relative;
}
.dowload_link {
	padding-top: 50px;
}
.product_title {
	background-color: #37312B;
	border-radius: 5px 5px 0px 0px;
	height: 60px;
}
.product_title h2 {
	padding-top: 15px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 22px;
}
.product_content {
	background-color: #efefef;
	position: relative;
	top: -21px;
	height: 220px;
}
.product_content h3 {
	font-size: 24px;
	padding-left: 30px;
	padding-top: 25px;
	color: #37312B;
	font-weight: bold;
}
.product_content ul > li {
	list-style: none;
	background-image: url("../../images/download_check.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	line-height: 35px;
}
.product_content img {
	padding-right: 10px;
	padding-bottom: 5px;
}
.product_bottom {
	background-color: #37312B;
	height: 10px;
	position: relative;
	top: -21px;
	border-radius: 0px 0px 5px 5px;
}
.note {
	padding-top: 20px;
}
/*------------------------------------------------------------------
iclone6 Upgrade page
-----------------------------------------------------------------*/

.upgrade-btn {
	margin-bottom: 30px;
}
.upgrade-dowload {
	padding-left: 0;
}
.download_info {
	position: relative;
	top: -15px;
	left: -30px;
}
.upgrade-whats_new {
	border: 1px solid #7b7b7b;
	padding: 8px 30px 8px 30px;
	width: 230px;
}
.upgrade-whats_new a:hover {
	text-decoration: none;
}
.upgrade-whats_new span {
	font-size: 20px;
	color: #000;
	position: relative;
	top: 3px;
	left: 15px;
}
.upgrade-whats_new img {
	position: relative;
	left: 40px;
	top: 0px;
}
.upgrade-how_to_upgrade {
	border: 1px solid #7b7b7b;
	padding: 8px 30px 8px 30px;
	width: 260px;
	margin-left: 20px;
}
.upgrade-how_to_upgrade a:hover {
	text-decoration: none;
}
.upgrade-how_to_upgrade span {
	font-size: 20px;
	color: #000;
	position: relative;
	top: 5px;
	left: 0px;
}
.upgrade-how_to_upgrade img {
	position: relative;
	left: 15px;
	top: 2px;
}
.upgrade-note {
	margin-bottom: 30px;
}
.upgrade-paid {
	margin-top: 20px;
}
.product_spec .title {
	font-size: 18px;
	line-height: 30px;
	color: #4E4A38;
	padding-top: 30px;
}
.upgrade-paid-btn {
    padding: 10px 45px 10px 45px;
   /* width: 250px;*/
    height: 45px;
    background-color: #82BE0F;
	text-align: center;
}
.upgrade-paid-btn a:hover {
    text-decoration: none;
    color: #fff;
}
.upgrade-paid-btn:hover {
    background-color: rgba(90, 123, 27, 1);
    color: #fff;
    text-decoration: none;
}
.upgrade-paid-btn a {
    font-size: 20px;
    color: #000;
    position: relative;
	 text-decoration: none;
    top: 4px;
    left: 0px;
}
.upgrade-paid-btn img {
    position: relative;
    left: 10px;
    top: -2px;
}



.upgrade-white-paid-btn {
  border: 1px solid #7b7b7b;
  width: 190px;
  height: 30px;
  margin-left: 20px;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.upgrade-white-paid-btn a:hover {
    text-decoration: none;
   color: #000;
}
.upgrade-white-paid-btn:hover {
    background-color: rgba(229, 229, 229, 1);
    color: #000;
    text-decoration: none;
}
.upgrade-white-paid-btn a {
    font-size: 20px;
    color: #000;
    position: relative;
	 text-decoration: none;
    top: 4px;
    left: 0px;
}
.upgrade-white-paid-btn img {
    position: relative;
    left: 10px;
    top: -2px;
}

.upgrade-white-paid-btn span {
  font-size: 20px;
  color: #000;
  position: relative;
  top: 4px;
  left: 0px;
}


.margin-left2 {
    margin-left: 40px;
}

.btn-padding {
	width: 240px;
	height: 45px;
}
.btn-padding1 {
	width: 200px;
	height: 45px;
}
.btn-width2 {
	width: 120px;
}


.margin-left1 {
	margin-left: 100px;
}
.upgrade-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#tabs-2 ul > li {
	list-style: none;
	margin-left: -30px;
	font-size: 16px;
}
#tabs-2 .pure-table thead th {
	padding-bottom: 5px;
}
.table-title .upgrade-paid-btn {
	height: 30px;
	width: 210px;
}
.table-title .upgrade-paid-btn img {
	left: 10px;
	top: 2px;
}
#accordion {
	/*width: 900px;*/
	z-index: 999 position: relative;
	top: 0;
}
.version {
	border: 1px solid #878787;
	/*	margin-bottom: 15px;*/
	/*	height: auto;*/
	/*	width: 1110px;*/
	/*	margin-top: 20px;*/
}
.version-border {
	border: 1px solid #878787;
	width: 1140px;
	padding-left: 30px; 
}
.version-Iteam{
	border-bottom:1px solid #cccccc; margin-right:20px; margin-left:10px;
	}
.version-head{
	font-size:20px;
	font-weight:bold;
	color:#000000;	
	}
	

.version-container {
	padding-left: 20px;
}
.win8_img {
	margin-top: -24px;
}
.upgrade-collapsible {
	width: 1040px;
	margin-left: 20px !important;
}
.TabbedPanels {
	width: 1140px;
	padding-left: 0;
}
.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0 !important;
}
.letter-color-black {
	color: #000;
}
.letter-color-black ul li a {
	color: #3e3e3e;
	text-decoration: underline;
}
.TabbedPanelsTabGroup li {
	padding-top: 15px;
}
.TabbedPanelsTab {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #e5e5e5;
}
.TabbedPanelsTabSelected {
	border-width: 1px 1px 1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #fff;
}
/*------------------------------------------------------------------
iclone6 System Requirement page
-----------------------------------------------------------------*/

.requirement-container > h3 {
	color: #000;
}

/*------------------------------------------------------------------
iclone603 version
-----------------------------------------------------------------*/

.CollapsibleContent a:link{ color:#568104; text-decoration: underline;}
.CollapsibleContent a:hover{ color:#000000; text-decoration:none;}
.CollapsibleContent a:visited{color:#568104;}