/* =======================================================================
Kane - Responsive App Landing Page 1.7
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    font-family: 'Microsoft JhengHei',sans-serif;
    font-size: 16px;
    color: #c8c8c8;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto ;
    /*background: rgba(0, 142, 214, 0.9);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75162c+0,fb3455+35,ffcf28+100 */
    background: rgb(117,22,44); /* Old browsers */
    background: -moz-linear-gradient(-70deg,  rgb(117,22,44) 0%, rgb(251,52,85) 35%, rgb(255,207,40) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-70deg,  rgb(117,22,44) 0%,rgb(251,52,85) 35%,rgb(255,207,40) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(110deg,  rgb(117,22,44) 0%,rgb(251,52,85) 35%,rgb(255,207,40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75162c', endColorstr='#ffcf28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
@media (min-width: 992px) , (max-width: 767px){
    .page{margin-top:60px;}
}
@media (min-width: 768px) and (max-width: 1024px){
    .page{margin-top:96px;}
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #333;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 ;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Microsoft JhengHei','Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 2.125rem;
    line-height: 3.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #404040;
}

.deep-dark-bg {
    background: #161616 !important;
}


/*---------------------------------------
   SECTIONS
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 60%;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME
-----------------------------------------*/

header {
    background: url(../images/header_bg.png) no-repeat center top fixed;
    -webkit-background-size: inherit;
            background-size: inherit;
    position: relative;
}

header .color-overlay {
    min-height: 770px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}
@media (max-width: 768px){
    header {
        -webkit-background-size: cover;
                background-size: cover;
    }

}
/* CUSTOM tit */
header .intro-section h1{
    font-size: 2em;
    font-weight: bold;
}
header::after {
  content: "";
  background: url(../images/banner1.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
            background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: rgba(0, 0, 0, 0.75);
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #c8c8c8;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .home-contents {
    margin-top: 20%;
    margin-bottom: 15px;
}

header .intro-section {
    text-align: left;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

header .phone-image img {
    width: 100%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
    margin: 0;
}

header .intro-section h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

header .intro-section .buttons {
    margin-top: 35px;
}
@media (max-width: 425px) {
    header .intro-section .intro {
        text-align: left;
    }
    header .intro-section h5 {
        line-height: 18px;
        text-align: left;
    }
}
/* CUSTOM logo & menu */
.only-logo .navbar-header img{
    width: 100%;
    height: auto;
    max-width: 310px;
    padding: 0;
}
header .only-logo .navbar{
    padding: 0;
    margin-bottom: 0;
    min-height: 40px;
}
.only-logo{
    display: table;
    white-space: nowrap;
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}
.only-logo:before,.only-logo:after{
    border-top: 1px solid #FFF;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 40%;
}
.only-logo:before{
    right: 1.5%;
}
.only-logo:after{
    left: 1.5%;
}
@media (max-width: 1000px) {
    .only-logo:before,.only-logo:after{
        width: 20%;
        top: 1.5em;
    }
}
@media (max-width: 425px) {
    .only-logo{
        padding: 30px 0 60px 0;
    }
    .only-logo:before,.only-logo:after{
        width: 10%;
    }
}
.first_menu ul li{
    display: inline-block;
}
.first_menu ul li a{
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.first_menu ul li a:hover{
    color: #FFFC00;
}
@media (max-width: 425px) {
    .first_menu{
        display: none;
    }
}
.intro_btn{
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 15px;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
}

/*---------------------------------------
   SECTION:  FEATURES
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #FFF;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  BRIEF
-----------------------------------------*/

.app-brief {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/* VIDEO */

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.video {
    background: transparent !important;
}


/*---------------------------------------
   SECTION:  SERVICES
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
}

.services .dark-text{
    font-weight: bold;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
    color: #1d163c;
}

.services .single-service h3 {
    margin-top: 20px;
    color: #1d163c;
}

.services .single-service h3 span{
    font-size: 18px;
    display: block;
    line-height: 20px;
}
.services_btn{
    border: 1px solid #1d163c;
    font-size: 15px;
    color: #1d163c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.services_btn:hover{
    background-color: #1d163c;
    color: #FFF;
}
.services .section-header{
    display: table;
    white-space: nowrap;
    width: 100%;
}
.services .section-header:before,.services .section-header:after{
    border-top: 1px solid #333;
    content: '';
    display: table-cell;
    position: relative;
    top: 3em;
    width: 40%;
}
.services .section-header:before{
    right: 1.5%;
}
.services .section-header:after{
    left: 1.5%;
}
@media (max-width: 425px) {
   .services .section-header:before,.services .section-header:after{
       top: 2.5em;
   }
}

/*---------------------------------------
   SECTION:  partner
-----------------------------------------*/
.partner_header{
    display: table;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 70;
}
.partner_header:before,.partner_header:after{
    border-top: 1px solid #FFF;
    content: '';
    display: table-cell;
    position: relative;
    top: 3em;
    width: 40%;
}
.partner_header:before{
    right: 1.5%;
}
.partner_header:after{
    left: 1.5%;
}
.partner .inner{
    padding-top: 110px;
    padding-bottom: 70px;
}

.partner .partner-container {
    padding-bottom: 80px;
}

.partner h2 {
    margin-bottom: 30px;
    color: #FFF;
}
.partner .container img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90px;
}
.partner .container .row div{
    min-height: 100px;
    line-height: 100px;
    float: none;
    display: inline-block;
    margin: 10px 0;
    padding: 0;
}

/*---------------------------------------
   SECTION:  FOOTER
-----------------------------------------*/
footer{
    background: rgba(0,0,0,0.5);
}

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #232323;
    -webkit-box-shadow: 0px 0px 0px 3px #232323;
            box-shadow: 0px 0px 0px 3px #232323;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .textarea-box:focus,     {
    color: #FFF;
}

footer .copyright {
    color: #FFF;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
}
footer .copyright a{
    color: #FFF;
}


/*       euip intro        */
.equip-item .equip-item-feature-wrap .equip-item-feature-head h4{
  font-weight: bold;
  color: #333;
  padding: 0;
}
.equip-item .equip-item-feature-wrap .equip-item-feature-summary{
  font-weight: 600;
  color:#333;
}
.equip-item .equip-item-feature-wrap .equip-item-feature-summary ul#feature-list{
  text-align: justify;
  font-size: 10px;
  -webkit-padding-start:0px;
  display: inline-block;
  height: 160px;
  overflow: hidden;
}
