/*.list-unstyled.text-left > li
{
    color:#323333;
} */

/*@import "http://fonts.googleapis.com/css?family=Lato:300,400,700,900";*/
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body {
    color: #666666;
    font-family: "Lato", Arial;
}

a {
    font-family: "Lato", Arial;
    color: #191919;
}

div.content {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #191919;
}

header .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding-bottom: 20px;
    padding-top: 40px;
    transition: all 0.25s ease-in-out 0s;
}

header .navbar-default ul.navbar-nav {
    /*padding-top: 55px;*/
    /*background:rgba(195, 13, 34, 0.75)  none repeat scroll 0 0;*/  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

header .navbar-default ul.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out 0s;
}


/*碰觸後橘色底線*/

header .navbar-default ul.navbar-nav li a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 5em;
    bottom: 2px;
    color: #191919;
    content: "";
    height: 4px;
    left: 20px;
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*width: 150px;*/
    z-index: 99999;
}


/*menu 第二被選到的時候 */ 
header .navbar-default ul.navbar-nav li a:hover {
    transition: all 0.25s ease-in-out 0s;
    background-color: rgba(255,255,255,1); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




/*menu 第二層 */
/*header .navbar-default ul.navbar-nav li a:hover::after {
    background: rgba(194, 13, 34, 0.75) none repeat scroll 0 0;  
}*/

header .navbar-default ul.navbar-nav li a.getApp {
    border-radius: 5em;
    transition: all 0.25s ease-in-out 0s;
}

header .navbar-default ul.navbar-nav li a.getApp::after {
    display: none;
}

header .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
}

header .navbar-default.scrolled {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    transition: all 0.25s ease-in-out 0s;
}

header .navbar-default.scrolled .navbar-brand {
    padding: 15px 20px;
}

header .navbar-default.scrolled .navbar-brand img {
    max-height: 33px;
    width: auto;
}

header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 15px;
}

.scrollpoint {
    opacity: 0;
}



.hanging-phone {
    bottom: -70px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.section-heading {
    margin: 55px 0 67px;
    text-align: center;
}

.section-heading h1 {
    display: inline-block;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0;
}

.section-heading p {
    color: #999999;
    font-size: 25px;
    font-weight: 300;
}

.section-heading .divider::after {
    border-radius: 5em;
    content: "";
    display: block;
    height: 4px;
    margin: 13px auto;
    position: relative;
    text-align: center;
    width: 60px;
}

.section-heading.inverse h1,
.section-heading.inverse p {
    color: #ffffff;
}

.section-heading.inverse .divider::after {
    background: #ffffff none repeat scroll 0 0;
}

section#about {
    position: relative;
}

section#about .about-item {
    color: #999999;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}

section#about .about-item i.fa {
    border-radius: 50%;
    padding: 35px;
    transition: all 0.25s ease-in-out 0s;
    width: 104px;
}

section#features .media > .pull-right {
    margin-left: 20px;
}

section#features .media i.fa {
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 2.6em;
}

section#features .media .media-heading {
    font-weight: 300;
    padding-top: 10px;
}

section#features .media .media-body {
    color: #999999;
}

section#features .media.media-left .media-body {
    text-align: right;
}

section#features .media.feature {
    margin-top: 25px;
}

section#features .media.feature:first-child {
    margin-top: 0;
}

section#features img {
    margin: 0 auto 20px;
    width: 100%;
    float: left;
}

section#reviews {
    background-size: cover;
}

section#reviews .review-filtering {
    margin: 20px 0 100px;
}

section#reviews .review-filtering .review .review-person {
    width: 100%;
}

section#reviews .review-filtering .review .review-person img {
    border-radius: 50%;
    margin: 10px auto;
    width: 110px;
}

section#reviews .review-filtering .review .review-comment {
    border-radius: 10px;
    padding: 5px 40px 20px;
    position: relative;
    width: 100%;
}

section#reviews .review-filtering .review .review-comment h3 {
    margin-bottom: 15px;
}

section#reviews .review-filtering .review .review-comment p {
    color: #999999;
    font-size: 16px;
}

section#reviews .review-filtering .review .review-comment p span {
    margin-left: 10px;
}

section#reviews .review-filtering .review .review-comment::after {
    border: 15px solid rgba(255, 255, 255, 0);
    content: " ";
    height: 0;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
    float: left;
}

section#reviews .review-filtering .slick-dots {
    bottom: -80px;
}

section#reviews .review-filtering .slick-dots li button {
    border-radius: 50%;
}

section#reviews .review-filtering .slick-dots li button::before {
    display: none;
}

section#screens .slider {
    margin: 50px 0;
}

section#screens .slider div img {
    border-radius: 20px;
    display: inline;
    padding: 10px;
}

section#screens .slider div h4 {
    /*font-size: 16px;
    margin-top: 28px;
    text-align: center;
    margin-left: 42px;*/
}

section#screens .slider .slick-dots li button {
    border-radius: 5em;
}

section#screens .slick-prev,
section#screens .slick-next {
    height: 50px;
    top: 44%;
    width: 50px;
}

section#screens .slick-slide {
    text-align: center;
}

section#screens .slick-prev::before {
    content: "";
}

section#screens .slick-next::before {
    content: "";
}

section#screens .slick-prev::before,
section#screens .slick-next::before {
    border: 2px solid #ccc;
    border-radius: 5em;
    color: #ccc;
    display: inline-block;
    font-size: 34px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 50px;
}

section#screens .filter {
    text-align: center;
}

section#screens .filter a {
    border-radius: 5em;
    display: inline-block;
    margin: 10px 5px;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
}

section#demo .video-container {
    border: 1px solid #b3b3b3;
    min-height: 450px;
    overflow: hidden;
    padding: 20px;
}

section#demo iframe {
    border: medium none;
    height: 100%;
    width: 100%;
}

section#getApp {
    background-size: cover;
    padding: 70px 0;
}

section#getApp .platforms {
    margin: 5px auto 120px;
    text-align: center;
}

section#getApp .platforms .btn {
    margin-bottom: 20px;
    margin-right: 10px;
}

section#support {
    padding: 0 0 150px;
}

section#support .media {
    margin-bottom: 10px;
}

section#support .media i.fa {
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 1.9em;
}

section#support .media .media-heading {
    font-weight: 300;
    padding-top: 15px;
}

section#support .media .media-heading a {
    font-weight: 400;
}

footer {
    padding: 30px 0;
    text-align: right;
}

footer a > img {
    /*width: 100px;*/
}

footer .social {
    display: block;
    margin-top: 30px;
}

footer .social a {
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    padding: 15px;
    transition: all 0.25s ease-in-out 0s;
}

footer .social a i {
    width: 1em;
}

footer .rights {
    margin-top: 30px;
}

footer .rights a {
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.25s ease-in-out 0s;
}

footer .rights a:hover {
    text-decoration: none;
}

section {
    /*padding-bottom: 38px;*/
    position: relative;
}

section::before,
section::after {
    content: "";
    overflow: hidden;
    pointer-events: none;
    position: absolute;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.tp-caption {
    /*font-family: "Lato", Arial !important;*/
    font-family:"Myriad Pro";
    src:url(../fonts/MyriadPro-Bold.otf);
}

.tp-caption.large_white_bold,
.tp-caption.large_white_light {
    color: #040000;
    font-size: 50px;
    font-weight: 400;
    text-transform: capitalize;
}


/*{
    color: #040000;
    font-size: 65px;
    font-weight: 400;
}*/

.btn {
    border-radius: 3em;
    box-shadow: none;
    padding: 5px 25px;
}

.btn.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-primary:hover {
    color: #ffffff;
}

.btn.btn-default {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #cccccc 100%) repeat scroll 0 0;
    border: medium none;
}

.btn.btn-lg {
    padding: 10px 25px;
}

.btn:hover {
    transition: all 0.25s ease-in-out 0s;
}

form .form-control {
    border: 2px solid #cccccc;
    border-radius: 5em;
    box-shadow: none;
    color: #cfcfcf;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 20px;
}

form textarea.form-control {
    border-radius: 20px;
    height: auto;
    line-height: normal;
}

@media screen and (max-width: 640px) {
    .logo {
        height: auto;
        width: 100px;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .contact-details {
        margin-top: 20px;
    }
    header .navbar-default {
        padding: 20px;
    }
    header .navbar-default .navbar-toggle {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid #ffffff;
        border-radius: 5em;
        color: #ffffff;
        margin-right: 0;
        margin-top: 0;
    }
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    header .navbar-default ul.navbar-nav {
        margin: 0;
        padding-top: 0;
    }
    header .navbar-default ul.navbar-nav li a {
        padding: 10px;
        text-align: center;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border-radius: 0;
    }
    header .navbar-default .navbar-collapse {
        border-color: transparent;
    }
    header .navbar-default.scrolled .navbar-collapse {
        border-color: transparent;
    }
    header .navbar-default.scrolled ul.navbar-nav {
        margin: 0;
        padding-top: 0;
    }
    header .navbar-default.scrolled .navbar-toggle {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid #ffffff;
        border-radius: 5em;
        color: #ffffff;
        margin-right: 20px;
        margin-top: 11px;
    }
    section#features img {
        margin: 0 auto 20px;
        /*width: 80%;*/
    }
}

.pre-loader {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

.pre-loader .load-con {
    margin: 20% auto;
    position: relative;
    text-align: center;
}

.spinner {
    margin: 50px auto 0;
    text-align: center;
    width: 70px;
}

.spinner > div {
    animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

@media (min-width: 767px) {
    header {
        /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #66cdcc 0%, #336799 100%) repeat scroll 0 0;
        background-image:url(../images/15/bg.jpg);*/
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
}



@media (min-width: 800px) and (max-width: 980px) {
    header {
        /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #66cdcc 0%, #336799 100%) repeat scroll 0 0;
        background-image: url(../../images/15/bg.jpg);*/
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

        section#features img {
        /* margin: 0 auto 20px; */
        width: 100%;
    }
        
}





@media (min-width: 360px) and (max-width: 799px) {
    header {
        /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #66cdcc 0%, #336799 100%) repeat scroll 0 0;
        background-image: url("../images/18/bn2.jpg");*/
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

        section#features img {
        /* margin: 0 auto 20px; */
        width: 0%;
    }
        
}

@media (max-width: 360px) {
    header {
        /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #66cdcc 0%, #336799 100%) repeat scroll 0 0;
        background-image: url("../images/18/bn2.jpg");*/
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    section#features img {
        /* margin: 0 auto 20px; */
        width: 0%;
    }
}

header .navbar-default ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #191919;
}

header .navbar-default ul.navbar-nav li a.getApp {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%) repeat scroll 0 0;
    color: #3c79b4;
}

header .navbar-default ul.navbar-nav li a.getApp:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #cccccc 100%) repeat scroll 0 0;
    color: #4081bf;
    transition: all 0.25s ease-in-out 0s;
}

header .navbar-default ul.navbar-nav li a:hover {
    color: #191919;
    transition: all 0.25s ease-in-out 0s;
}

header .navbar-default.scrolled {
    border-bottom: 3px solid rgba(239,136);
    /* 陰影 */
}

header .navbar-default.scrolled ul.navbar-nav li a {
    color: #191919;
    /*選單a:link*/
}

header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #191919;
    /*選單a:link*/
}

header .navbar-default.scrolled ul.navbar-nav li a:hover::after {
    background: #E58811 none repeat scroll 0 0;
}

header .navbar-default.scrolled .navbar-brand {
    background: #E58811 none repeat scroll 0 0;
    /*隨產品改變而改*/
}

section .section-heading .divider::after {
    background: #000000 none repeat scroll 0 0;
    /* 隨產品改變而改 水平線  */
}

section#about .about-item i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

section#about .about-item:hover i.fa {
    background: #66cdcc none repeat scroll 0 0;
    color: #ffffff;
}

section#about .about-item:hover h3 {
    color: #66cdcc;
}

section#features {
    background: #ffffff none repeat scroll 0 0;
}

section#features header h1::after {
    background: #66cdcc none repeat scroll 0 0;
}

section#features .media i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

section#features .media:hover i.fa {
    background: #66cdcc none repeat scroll 0 0;
    color: #ffffff;
}

section#features .media:hover h3 {
    color: #66cdcc;
}

section#features .media.active i.fa {
    background: #66cdcc none repeat scroll 0 0;
    color: #ffffff;
}

section#features .media.active .media-heading {
    color: #66cdcc;
}

section#reviews {
    background: #E58811 repeat scroll 0 0;
}

section#reviews header {
    color: #ffffff;
}

section#reviews header h1::after {
    background: #ffffff none repeat scroll 0 0;
}

section#reviews .review-filtering .review .review-person img {
    border: 3px solid #ffffff;
}

section#reviews .review-filtering .review .review-comment {
    background: #ffffff none repeat scroll 0 0;
}

section#reviews .review-filtering .review .review-comment h3 {
    color: #66cdcc;
}

section#reviews .review-filtering .review .review-comment p span i {
    color: #66cdcc;
}

section#reviews .review-filtering .review .review-comment::after {
    border-right-color: #ffffff;
}

section#reviews .review-filtering .slick-dots li button {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
}

section#reviews .review-filtering .slick-dots li.slick-active button {
    background: #66cdcc none repeat scroll 0 0;
}

section#screens header h1::after {
    background: #66cdcc none repeat scroll 0 0;
}


/*section#screens .slider div img {
    border: 2px solid #e5e5e5;
}*/

section#screens .slider div h4 {
    color: #323333;
}

section#screens .slider .slick-dots li button {
    background: #999999 none repeat scroll 0 0;
}

section#screens .slider .slick-dots li.slick-active button {
    background: #66cdcc none repeat scroll 0 0;
}

section#screens .filter a {
    border: 2px solid #cccccc;
    color: #999999;
}

section#screens .filter a:hover {
    background: #66cdcc none repeat scroll 0 0;
    border-color: #66cdcc;
    color: #ffffff;
}

section#screens .filter a.active {
    background: #66cdcc none repeat scroll 0 0;
    border-color: #66cdcc;
    color: #ffffff;
}

section#demo {
    background: #f6f6f6 none repeat scroll 0 0;
}

section#demo header h1::after {
    background: #66cdcc none repeat scroll 0 0;
}

section#getApp {
    background: rgba(0, 0, 0, 0) url("../img/freeze/bk-freeze-ga.jpg") repeat scroll 0 0;
}

section#getApp header {
    color: #ffffff;
}

section#getApp header h1::after {
    background: #ffffff none repeat scroll 0 0;
}

section#getApp .platforms .media {
    border: 2px solid #ffffff;
    color: #ffffff;
}

section#getApp .platforms .media a i {
    color: #ffffff;
}

section#getApp .platforms .media a div.media-body {
    color: #ffffff;
}

section#getApp .platforms .media:hover {
    background: #ffffff none repeat scroll 0 0;
}

section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
    color: #66cdcc;
}

section#support header h1::after {
    background: #66cdcc none repeat scroll 0 0;
}

section#support .media i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

section#support .media a {
    color: #66cdcc;
}

section#support .media:hover i.fa {
    background: #66cdcc none repeat scroll 0 0;
    color: #ffffff;
}

section#support .media:hover h3 {
    color: #66cdcc;
}

footer {
    /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #66cdcc 0%, #336799 100%) repeat scroll 0 0;*/
    background: #949495;
}

footer .social a {
    border: 2px solid #ffffff;
}

footer .social a i {
    color: #ffffff;
}

footer .social a:hover {
    background: #ffffff none repeat scroll 0 0;
}

footer .social a:hover i {
    color: #66cdcc;
}

footer .rights {
    color: #ffffff;
}

footer .rights a {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
}

.navbar-toggle {
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0);
}

.btn.btn-primary {
    border-color: #66cdcc;
    color: #66cdcc;
}

.btn.btn-primary:hover {
    background: #66cdcc none repeat scroll 0 0;
    border-color: #66cdcc;
    color: #ffffff;
}

.btn.btn-primary.inverse {
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-primary.inverse:hover {
    background: #66cdcc none repeat scroll 0 0;
    border-color: #66cdcc;
    color: #ffffff;
}

.btn.btn-default {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #cccccc 100%) repeat scroll 0 0;
    color: #336799;
}

.btn.btn-default:hover {
    color: #336799;
}

form .form-control:focus {
    border-color: #66cdcc;
    color: #999999;
}

@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    header .navbar-default ul.navbar-nav li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        /* 縮小版menu底線*/
        color: #191919;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a::after {
        display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
        color: #191919;
    }
    header .navbar-default .navbar-collapse {
        /*background: #336799 none repeat scroll 0 0;*/
    }
    header .navbar-default.scrolled {
        background: #E58811 none repeat scroll 0 0;
    }
    header .navbar-default.scrolled ul.navbar-nav li a {
        color: #ffffff;
    }
    header .navbar-default.scrolled ul.navbar-nav li a:hover {
        color: #191919;
    }
}

.pre-loader {
    background: #E58811 none repeat scroll 0 0;
}


/*
background: #FFF;
 */

#people {
    color: #ffffff;
    font-size: 22pt;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 20px;
}