@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900");
/* RealClear Digital, NOV 2016 */

/*************************General**********************************/

/* Color Chart - blue : #0084ff */
a, 
a:visited, 
a:active, 
a:hover           { blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

input, 
textarea,         { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus, 
textarea:focus    { outline: none;}


/*************************Universal**********************************/

body{
    margin: 0; 
    background: #000; 
    color: #eee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}

a{
    color: #0084ff;
    text-decoration: underline;
}
a:hover{
    color: #fff;
}
h1.section-heading{
    background: #000; 
    color: #fff;
    margin: 0;
    padding: 0.3em 0.5em;
    font-weight: bold;
    font-family: 'Oswald','Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
h2{
    font-weight: bold;
    font-size: 2.5em;
    font-family: 'Roboto Condensed','Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
h3{
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Roboto Condensed','Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
h4{
    font-weight: bold;
    font-size: 1.3em;
    font-family: 'Roboto Condensed','Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
p{
    line-height: 1.6em;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.columns:after{
    content: '';
    clear: both;display: block;
}

.columns .column-half{
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.columns .column-quater{
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.columns img{
    max-width: 100%;
}

.content-a{
    /*background-color: #402020;*/
    overflow: hidden;
}
.content-b{
    background-color: #171524;
    overflow: hidden;
}


.footer{
    background: #171524;
    padding-bottom: 2em;
}
.footer .end-title{
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 0.1em 0.5em;
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 1em;
}
.footer img{
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.footer .terms{
    max-width: 1000px;
    margin: 1em auto 0 auto;
    font-size: 0.9em;
}
.clear:after{
    clear: both;
    display: block;
    content: '';
}

.note{
    font-size: 0.9em;
    color: #888;
    line-height: 1.2em;
    display: block;
    margin-top: 0.5em;
}


.section-products p.more a{
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
    padding: 5px 55px 5px 0;
    background: url(../Image/more.png) right 3px no-repeat;
}
.section-products p.more a:hover{
    color: #0084ff;
    background-position: right -73px;
}


/*----------------*/


.content-b .column-text{
    float: right;
}

.column-text{
    padding-right: 3em;
}

.column-text h2{
    margin: 1em 0 0.2em 0;
}
.column-text h3{
    border-bottom: 1px solid #fff;
    padding-bottom: 0.7em;
    margin: 0;
}
.column-text h4{
    margin: 1.2em 0 0 0;
}





.hero{
    text-align: center;
}
.hero img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.hero-mobile{
    display: none;
}


.intro{
    padding: 2em 20px;
    background: #161423; /* For browsers that do not support gradients */
    background: linear-gradient(#000000, #161423); /* Standard syntax */
}
.intro .container > p{
    margin: 2em auto 3em auto;
    text-align: center;
}
.intro .intro-feature{
    width: 50%;
    padding: 0 2em;
    float: left;
    box-sizing: border-box;
}
.intro .intro-feature:last-child{
    border-left: 1px solid #666;
}
.intro .intro-feature img{
    float: left;
    width: 32%;
    margin-right: 6%;
}
.intro .intro-feature p{
    float: right;
    width: 62%;
}

.section-spec{
    background-color: #171524;
    padding-bottom: 3em;
}

.section-spec .container{
    overflow-x: auto;
}
.section-spec table{
    border-collapse: collapse;
    font-size: 0.9em;
    font-weight: 300;
    min-width: 550px;
}
.section-spec table .img img{
    width: 80%;
    display: block;margin: 0 auto;
}
.section-spec table .head{
    background-color: #0a0910;
}
.section-spec table th{
    padding: 8px;
    background-color: #000;
    border: 1px solid #555;
    text-align: left;
}
.section-spec table td{
    padding: 8px;
    text-align: center;
    border: 1px solid #555;
}

.section-spec table .img th{
    border: none;
    font-weight: normal;
    background-color: transparent;
}
.section-spec table .img td{
    border: none;
}
.section-spec table .head td{
    font-weight: bold;
}
.section-spec a{
    color: #fff;
    text-decoration: none;
}
.section-spec a:hover{
    color: #0084ff;
}







@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 750px) {
.hero-mobile{
    display: block;
}
.hero-default{
    display: none;
}
.columns .column-half{
    width: 100%;
    float: none;
}
.columns .column-quater{
    width: 100%;
    float: none;
}
.column-text{
    padding-right: 0;
}
.intro .intro-feature{
    width: 100%;
    padding: 0;
}
.intro .intro-feature:last-child{
    border-left: none;
    border-top: 1px solid #666;
}
}

@media only screen and (max-width: 450px) {
.intro .intro-feature img{
    float: none;
    width: auto;
    margin-right: 0;
    margin: 0 auto;
    display: block;
}
.intro .intro-feature p{
    float: none;
    width: auto;
}
}












