/* 
    Created on : May 7, 2015, 10:50:30 AM
    Author     : capps
*/
::-moz-selection {  
    color: #fff;
    background: #222;
}

::selection {
    color: #fff;
    background: #222;
}
html{
    font-family: 'RobotoRegular';
}
body{
    background: rgb(255,255,255);
}
body, .container{
    font-family:  'RobotoRegular';
    font-size: 15px;
}
*{
    font-family: 'RobotoRegular';
}

h1,h2,h3{
    font-family: 'RobotoRegular';
    font-weight: normal !important;
}
strong,b{
    font-family: 'RobotoBold';
    font-size: 16px;
    font-weight: normal !important;
}

h1{
    font-size: 30px;
}
a {
    color: #1795d0;
    text-decoration: none;
}
a:hover{
    color: rgb(1, 54,103);
    text-decoration: none;
}
sup{
    font-size: 12px;
}
h1 sup{
    font-size: 18px;
}
h2 sup{
    font-size: 16px;
}
h3 sup{
    font-size: 14px;
}

h3.no-margin{
	color:#fff;
	margin: 0;
}
h4.text-green{
	color:#51dc99;
}
/*****************************************
******************************************
Header
******************************************
*****************************************/
.navbar, .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    margin-bottom: 0px;
    padding: 6px 0px;
    background: #fff;
    box-shadow: none;
}

.navbar-inner {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    -webkit-transition:background-color 100ms ease-in;
    transition:background-color 100ms ease-in;
    background: transparent;
}
.navbar-inner ul.nav{
    margin: 10px 0px;
}

.navbar-inner-transulent{
    /* -webkit-transition:background-color 100ms ease-in;
    transition:background-color 100ms ease-in;
    background: url('../images/bg-transparent.png'); */
}

.navbar-transparent{
    box-shadow: none !important;
    background:transparent !important;
}

.navbar .brand {
    padding: 0px 20px 0px;
}

.navbar .nav>li>a {
    display: block;
    padding: 10px 14px 10px 14px;
    margin: 0px !important;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
    font-weight: normal;
    color: #fff;
    vertical-align: top;
    vertical-align: top;
    transition: .2s ease;
}

.navbar .nav>li>a:hover {
    color: #fff;
}
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus
{
    box-shadow: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    background:transparent;
    color: #02cbf7;
}
.navbar .nav>li.tel{
    margin-left: 5px;
}
.navbar .nav>li.tel a{
    box-shadow: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    border-color: #fff;
    color: #fff;
    background-image: url('../images/icon/tel-mini.png');
    background-position: 5% center;
    padding-left: 30px;
    background-repeat: no-repeat;
}
.navbar .nav>li.tel a:hover{
    border-color: #02cbf7;
    color: #02cbf7;
}

/****************************************************************************
Navigation Manager
****************************************************************************/
.nav-manager{
    padding: 10px;
    margin: 0px;
}
.nav-manager li a{
    color: #fff;
}
.nav-manager li a:hover{
    color: #000;
}

/* hide navbar items */
.nav-collapse.collapse {
    display: none;
}
/****************************************************************************
Breadcrumbs
****************************************************************************/
.breadcrumbs { 
    overflow: hidden;
    background: #fff; 
    border-color: #e1e1e1;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin: 0px;
    max-height: 50px;
    height: 34px;
    padding: 0px;
}
.breadcrumbs ul{
    margin: 0px;
}
.breadcrumbs ul li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 0%;
    margin-top: -14px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumbs ul li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 0%;
    margin-top: -14px;
    overflow: hidden;
    left: 100%;
    z-index: 2;
}

.breadcrumbs ul li {
    display: inline;
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    padding: 7px 0px 7px 54px;
    position: relative;
    text-decoration: none;
    border-right-width: 0px;
}
.breadcrumbs ul li >a,.breadcrumbs ul li >a:link,.breadcrumbs ul li >a:visited {
    color: #2e9bd5;
    font-weight: bold;
}

.breadcrumbs ul li:first-child{
    padding-left: 20px;
}
/*****************************************
******************************************
Main
******************************************
*****************************************/
.parallax-banner {
    /* The image used */
    background-image: url("../images/banner/banner-ezyyay.jpg");
  
    /* Set a specific height */
    min-height: 770px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-banner .span4 {
    padding-left: 8%;
}

.parallax-banner .span4 .parallax-banner-header {
    font-size: 60px;
    font-weight: 900;
    color: #02598c;
    line-height: 1.2;
    text-align: center;
}

.parallax-banner-content {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.half-content-half-img{
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 800px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

.half-img-main-holder{
    width: 560px; 
    height: 560px;
    position: relative;
    margin: 120px 0px 10px calc((100% - 980px) * 0.5);
    left: 400px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.half-img-holder{
    width: 560px; 
    height: 560px;
    display: block;
    overflow: hidden;
}

.half-img-container{
    width: 560px;
    height: 560px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.half-img{
    object-position: 50% 50%;
    width: 560px;
    height: 560px;
    object-fit: cover;
}

.half-content-main-holder{
    position: relative;
    margin: 185px 0px 10px calc((100% - 980px) * 0.5);
    left: 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.half-content-holder{
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    height: auto;
    width: 460px;
    position: relative;
}

.half-content-holder-filled{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.half-content-container{
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%;
}

.half-content-header-container{
    width: 340px;
    position: relative;
    margin: 20px 0px 14px 0;
    left: 60px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

.half-content-header-container p{
    font-size: 40px;
    line-height: 1.4;
    font-family: 'RobotoBold';
    margin: 10px 15px 10px 15px;
    color: #02598c;
}

.half-content-paragraph-container{
    width: 340px;
    position: relative;
    margin: 0px 0px 34px 0;
    left: 60px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start;
}

.half-content-paragraph-container p{
    margin: 15px 15px 10px 15px;
    line-height: 1.7;
}

.quote{
    display: inline;
    padding-left: 54px !important;
    padding-top: 40px !important;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url('../images/icon/quote-left.png');
}
.quote .quote-end{
    padding-right: 54px !important;
    padding-top: 40px !important;
    width: 10px;
    float: right;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../images/icon/quote-right.png');
}

.question-header{
    min-height: 61px;
}

.pad-row-fluid{
    padding: 10px 2%;
}

/* Responsive layout */
@media (max-width: 767px) {
    .nav-collapse.collapse {
        display: block;
    }

    .navbar .btn-navbar .icon-bar {
        background-color: #000;
    }

    .navbar .nav>li>a {
        color: #000;
    }

    .nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {
        background-color: #029cd4;
    }

    .half-content-half-img{
        display: unset;
    }

    .half-img-main-holder{
        width: 100%;
        margin: 0px;
        left: 0px;
    }

    .half-img-holder{
        width: 100%;
    }

    .half-img-container{
        width: 100%;
    }

    .half-content-main-holder{
        margin: 0px;
        left: 0px;
        grid-area: 0;
    }

    .half-content-holder{
        width: 100%;
    }

    .half-content-header-container{
        width: 100%;
        left: 0px;
    }

    .half-content-paragraph-container{
        width: 100%;
        left: 0px;
    }

    .pad-row-fluid {
        padding: 0px;
    }

    .span6-fixed-background-filled{
        margin-left: 0px;
    }
}
/*****************************************
******************************************
Body
*
******************************************
*****************************************/

/****************************************************************************
Main Content - Poster
****************************************************************************/
.poster {
    border-radius: 0px;
    height: 680px;
    padding: 0px;
    margin-bottom: 0px;
    background-position: center;
    color: #fff;
    background-color: #053760;
    text-align: center;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url('../images/banner/banner2.jpg'); 
}
.stars {
    background-position: top;
    background-size: auto;
    background-repeat: repeat-x;
    background-image: url('../images/banner/stars.png');
}
.poster div.item {
    padding-top: 80px;
    height: 600px;
    background-size: cover;
}
.poster .imageContainer {
    height: 600px;
    left: 0px;bottom: 0px;
    vertical-align: bottom;
    position:relative;
    background: transparent;
    width: 100%;
}


.poster div.item.active {
    opacity: 1;
}

.poster div.item.active.left,
.poster div.item.active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.poster div.item.next.left,
.poster div.item.prev.right {
    opacity: 1;
}
.poster .carousel-indicators{
    top: 95%;
    height: 20px;
    left: 47%;
    z-index: 10;
}
.carousel-indicators li{
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #225278;
}
.carousel-indicators li.active{
    background-color: #225278;
}
.poster h1 {
    text-align: center;
    color: #eee;
    margin: 30px 0px 30px 0px;
    line-height: 50px;
    font-weight: normal;
    font-size: 45px;
    -webkit-animation-delay: .3s; 
    animation-delay: .3s;
    /*background: url('../images/bg-transparent.png') repeat;*/
    display: inline;
    padding: 4px 10px;
}
.poster h1.nopad{
    margin: 0px !important;
}
.poster h2, .poster h3 {
    margin-top: 30px;
    opacity: .9;
    -webkit-animation-delay: .5s; 
    animation-delay: .5s;
    /*background: url('../images/bg-transparent.png') repeat;*/
    display: inline;
    padding: 4px 10px;
}
.poster p {
    font-size: 17px;
    line-height: 25px;
}
.poster .carousel-control {
    display: none;
    position: absolute;
    top: 300px;
    left: -4px;
    width: 40px;
    height: auto;
    padding: 7px 0px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    opacity: 0.5;
    filter: alpha(opacity =                

        50);
    color: #ccc;
    opacity: 0.5;
}
.poster .carousel-control.right {
    right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    left: auto;
}
.poster .carousel-control:hover {
    color: #c1c1c1;
}

/*.poster .banner1{
    background-color: #405c6f;
    background-image: url('../images/banner/banner1.jpg');
    background-size: cover;
}

.poster .banner2{
    background-color: #ca5260;
    background-size: cover;
}
.poster .banner3{
    background-color: #1d4364;
    background-size: cover;
}*/

.poster .btn{
    opacity: .5;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border:0px;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-shadow: none;
    border-radius: 8px;
}
.poster .btn:hover{
    opacity: .8;
}
/*************************************************************************************
Sub Banner
*************************************************************************************/
.banner {
    color: #fff;
    padding-top: 70px;
    height: 120px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-color: #2a9ee1;
    background-position: bottom;
}

.banner h1{
    -webkit-animation-delay: .3s; 
    animation-delay: .3s;
    padding: 10px;
    display: inline;
    line-height: 60px;
}
.banner>div {
    padding-top: 30px;
}
/****************************************************************************
Main Content
****************************************************************************/
.main-grid{
    color: #333;
}

.feature-lists-background{
    color: #fff;
    background-image: url("https://static.wixstatic.com/media/19bb7779894f4dc7bf25ee90c4cad7ab.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
}

.main-grid .container{
    padding: 30px 0px 30px 0px;
}
.main-grid .line-styled{
    margin-bottom: 10px;
}
.main-grid p{
    line-height: 25px;
}

.download-container {
    width: 60%;
    margin: 0 auto;
}

.btn-download {
    padding: 10px 25px;
    background-color: #02598c;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    color: white;
}

.btn-download:hover {
    text-decoration: none;
    color: white;
}

.btn-download:focus {
    text-decoration: none;
    color: white;
}
/****************************************************************************
Services
****************************************************************************/
.services {
    font-weight: bold;
    text-align: left;
    background: #f9f9f9;
    color: #555;
}
.services .container{
    padding: 30px 0px 60px 0px;
}
.services .header{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    background: #f1f1f1;
}
.services .header h1{
    color: #333;
    font-size: 40px;
    padding: 16px 0px;
    font-weight: bold;
    text-shadow: none;
}
.services h1 .lt{
    padding: 20px;
    margin-right: 10px;
    background: url('../images/icon-lt.png') center no-repeat;
}
.services h1 .gt{
    padding: 20px;
    margin-left: 10px;
    background: url('../images/icon-gt.png') center no-repeat;
}
.services img{
    margin: 20px 0px !important;
}
.services h2{
    margin: 0px;
    font-weight: bold;
    font-size:20px;
}
.services h3{
    font-size: 20px;
}
.services ul {
    margin: 0px;
}
.services ul li{
    text-align: left;
    padding: 3px 18px;
    list-style: none;
    background: url('../images/icon-list-style-circle.png') left no-repeat;
    color: #38a4b8;
    text-align: left !important;
}
/****************************************************************************
Products
****************************************************************************/
.products{
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}
.products .tabs li h2{
    font-size: 33px;
}
.products .header{
    text-align: center;
    margin-bottom: 20px;
}
.products .header h1{
    color: #333;
    margin: 14px 0px 0px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: none;
}
.products .header h2{
    font-weight: normal;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 20px;
}
.products .content-wrap{
    padding: 0px 0px 0px 0px;
}
.products .content-wrap .header{
    padding: 20px 0px;
}
.products .text-content{
    padding-top: 40px;
}
.products .product-wrap{
    color: #fff;
    padding: 60px 0px 0px;
    /*background-image: url('../images/banner/banner_pam.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bc4444;
}
.products .span4{
    height: 580px;
}
.products .preview{
    height: 100%;
    margin-left: 32px;
    position: relative;
}
.products .preview .image-device{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.products .preview .image-device.screens{
    left: 15px;
    bottom: 32px;
    z-index: 9;
}
.products .preview .carousel-control, .products .preview .carousel-indicators{
    display: none;
}
.products .preview .image-device.screens .carousel {
    margin-bottom: 0px;
}
.products .preview .image-device.screens .item {
}
.products .preview .image-device.screens .item img {
    text-align: center;
    margin: auto;
}
.products .accordion-group {
    margin-bottom: 2px;
    text-align: left;
    border: 0px;
}
.products .accordion-heading h2{
    font-size: 18px;
    font-family: 'RobotoRegular';
    height: 100px;
}
.products .accordion-heading h2.right a{
    background-position: right;
    padding: 30px 100px 30px 0px;
    text-align: right;
    float: right;
}
.products .accordion-heading h2 a{
    display: inline;
    line-height: 23px;
    color: #fff;
    padding: 0px;
    text-decoration: none;
    background-repeat: no-repeat;
    padding: 30px 0px 30px 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-position: left ;
    float: left;
    cursor: default;
}
/** For PAM **/
.products .accordion-heading h2.timeCard a{
    background-image: url("../images/icon/icon-office.png");
}
.products .accordion-heading h2.salary a{
    background-image: url("../images/icon/icon-person-money.png");
}
.products .accordion-heading h2.paylisp a{
    background-image: url("../images/icon/icon-pay.png");
} 
.products .accordion-heading h2.reports a{
    background-image: url("../images/icon/icon-computer-chart.png");
} 
.products .accordion-heading h2.saas a{
    background-image: url("../images/icon/icon-buyer.png");
} 
.products .accordion-heading h2.easy a{
    background-image: url("../images/icon/icon-cloud.png");
} 
.products .accordion-heading h2.leave a{
    background-image: url("../images/icon/icon-airplane.png");
} 
.products .accordion-heading h2.helmet a{
    background-image: url("../images/icon/icon-helmet.png");
} 
.products .accordion-heading h2.auto-sync a{
    background-image: url("../images/icon/icon-cloud-sync.png");
} 
/** For INSIGHT **/
.products .accordion-heading h2.ota a{
    background-image: url("../images/icon/circle-sync.png");
} 
.products .accordion-heading h2.gps a{
    background-image: url("../images/icon/circle-gps.png");
} 
.products .accordion-heading h2.photo a{
    background-image: url("../images/icon/circle-user-photo.png");
} 
.products .accordion-heading h2.multi-photo a{
    background-image: url("../images/icon/circle-multi-photos.png");
} 
.products .accordion-heading h2.checklist a{
    background-image: url("../images/icon/circle-checklist.png");
} 
.products .accordion-heading h2.shield a{
    background-image: url("../images/icon/circle-shield.png");
} 
.products .accordion-heading h2.bug a{
    background-image: url("../images/icon/circle-bug.png");
} 
.products .accordion-heading h2.open a{
    background-image: url("../images/icon/icon-open-source.png");
} 
.products .accordion-inner{
    border: 0px;
    padding: 0px;
}
/****************************************************************************
Page - Product
****************************************************************************/
.circles{
    text-align: center;
}
.circle{
    position: relative;
}
.circle .description{
    padding-left: 3px;
    font-weight: bold;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
}
.circle .projects{
    font-size: 40px;
    padding: 0px;
    margin: 0px;
}
.circle .monthYear{
    padding: 0px;
    font-size: 18px;
}

.products .accordion-inner p{
    border: 0px;
    background: url('../images/bg-transparent.png');
    padding: 10px;
    margin: 0px;
    border-radius: 2px;
}

/****************************************************************************
Clients
****************************************************************************/
#client-carousel{
    height: auto;
}
#client-carousel .span4{
    text-align: center;
    height: 200px;
}
#client-carousel .span4 img{
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 100px;
    filter: gray; /* IE6-9 */
    margin-bottom:20px;
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#client-carousel .span4 img:hover {
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: none; /* IE6-9 */
}
#client-carousel h3{
    font-size: 17px;   
}
#client-carousel .carousel-control {
    position: absolute;
    top: 30%;
    left: -4px;
    width: 40px;
    height: auto;
    padding: 7px 0px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ccc;
    text-align: center;
    background: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px !important;
    opacity: 0.8;
    filter: alpha(opacity =                

        80);
    opacity: 0.8;
}
#client-carousel .carousel-indicators {
    position: absolute;
    top: 96%;
    left: 48%;
    z-index: 5;
    margin: 0px;
    list-style: outside none none;
}
#client-carousel .carousel-indicators li {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 20px;
}
#client-carousel .carousel-indicators .active {
    background-color: #225278;
}
#client-carousel .carousel-control.right {
    right: -3px;
    left: auto;
}
#client-carousel .carousel-control:hover {
    color: #c1c1c1;
}
/****************************************************************************
Profile
****************************************************************************/
.profile-wrap{
    overflow: hidden;
    position: relative;
    color: #fff;
}
.profile-wrap *{
    color: #fff;
}
.profile-wrap div.biography{
    display: none;
}
.profile{
    background-color: #ca5260;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 320px;
    transition: all .2s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.profile:hover {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);  
}
.profile-wrap .caption{
    line-height: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url('../images/bg-transparent.png') repeat;
    width: 100%;
}
.profile-wrap .caption .content{
    padding: 5px 10px;
}

.profile-wrap .caption h2{
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}
.profile-wrap .caption h3.designation{
    font-size: 15px;
    font-weight: normal;
    padding: 0px;
    line-height: 24px;
    margin: 0px;
}
.profile.sean{
    background-image: url('../images/profile/sean-chew.png');
}
.profile.eilen-hr{
    background-image: url('../images/profile/eilen-hr.png');
}
.profile.tan{
    background-image: url('../images/profile/tan-siang-cheng.png');
}
.profile.raymond{
    background-image: url('../images/profile/raymond.png');
}
.profile.eilen-developer{
    background-image: url('../images/profile/eilen-developer.png');
}
.profile.andrew{
    background-image: url('../images/profile/andrew.jpg');
}
.profile.thura{
    background-image: url('../images/profile/thura.png');
}
.profile.shirui{
    background-image: url('../images/profile/shirui.png');
}
.profile.wenling{
    background-image: url('../images/profile/wenling.png');
}
.profile.nguyen{
    background-image: url('../images/profile/nguyen.png');
}
.profile.marcus{
    background-image: url('../images/profile/marcus.png');
}
.profile.xing{
    background-image: url('../images/profile/xing.png');
}
.profile.kyaw{
    background-image: url('../images/profile/kyaw.jpg');
}
.profile.avatar-female{
    background-image: url('../images/profile/avatar-female.png');
}
.profile.avatar{
    background-image: url('../images/profile/avatar.jpg');
}
/****************************************************************************
Career
****************************************************************************/
.career{
    font-size: 16px;
    padding: 50px 0px;
    color: #fff;
    background-color: #bc4444;
    background-repeat: no-repeat;
    background-position: 95% 95%;
    text-align: center;
}
.career h1{
    font-size: 30px;
}
/****************************************************************************
Tabs
****************************************************************************/
.nav-tabs{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.nav-tabs li{
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: .4;
    text-align: center;
    float: none;
    position: relative;
    display: block;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav-tabs li.active{
    opacity: 1;
}
.nav-tabs li.active a{
    color: #770000;
}
.nav-tabs li a{
    text-overflow: ellipsis;
    text-overflow-mode: ellipsis;
    color: #333;
}
.nav-tabs li img{
    padding-top: 10px;
}
.nav-tabs li h3{
    font-size: 20px;
    text-overflow: ellipsis;
    text-overflow-mode: ellipsis;
}
.tab-content{
    margin: 0px;;
    padding: 0px;
}

/********************************* Photo Gallery ********************************/

.project-item.gallery{
    margin-bottom: 20px;
    height: 200px;
}
.project-item.gallery .preview{
    transition: all .2s;
    background-color: #111;
    background-image: url('../images/ajax-loader.gif');
    -moz-transform: scale(1,1);
    background-position: center center;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.project-item.gallery .preview:hover {
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform:  scale(2,2);
    background-size: 110%;
}
/********************** Jquery UI**********************/
.ui-datepicker {
    width: auto; 
}
.ll-skin-nigran .ui-datepicker {
    box-shadow: none;
}
.ui-slider-horizontal .ui-slider-handle { 
    top: -11px !important; 
    margin-left: -15px;  
    height:32px; width:32px; 
    background-image:url('../images/icon/handle-h.png') !important; 
    border: 0px; background-repeat:no-repeat; border:0 !important; 
    background-color:transparent;
    background-position: center !important;
}
.ui-slider .ui-slider-range {
    position: absolute; z-index: 1; font-size: 1%; display: block;
    background: #3cba83;
    border-radius: 0px;
}
/***************** End jQuery UI *********************/
.project-item .preview{
    overflow: hidden;
    position: relative;
    height: 240px;
    background-color: #46535f;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.project-item .preview:hover{
}
.project-item .description{
    position: absolute;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    background: url('../images/bg-transparent.png');
    color: #fff;
    padding: 10px;
}
.project-item .description p{
    margin: 0px;
    padding: 0px 5px;
    line-height: 17px;
}
.project-item .description p.category{
    padding: 5px 5px 0px 5px;
    margin: 0px;
    line-height: 12px;
}
.project-item .caption p{
    padding: 0px;
}
.project-item .caption-header{
    margin-top: 24px;
    height: 44px;
}
.project-item .caption{
    padding: 10px 0px;
    margin-top: 10px; 
}
.project-item .overlap{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    background: url('../images/bg-overlap.png') bottom;
    width: 100%;
}
.project-item .caption-header h2{
    font-size: 20px;
    line-height: 22px;
}
.project-item .caption h2 a{
    color: #770000;
}
/****************************************************************************
FAQ
****************************************************************************/
.accordion-group{
    margin-bottom: 10px;
}
.accordion-group .accordion-heading{
    padding: 0px;
}
h2.question{
    padding: 0px;
    font-size: 15px;
    line-height: 22px;
}
h2.question strong{
    color: #999;
    margin-right: 5px;
}
.answer{
    padding: 10px 0px;
}
/****************************************************************************
FEATURES
****************************************************************************/
.features .row-fluid{
    padding: 100px 0px;
}
.features .line-styled div.inner{
    background: #000;
    position: absolute;
    top: 11.4px;
    left: 0px;
    display: block;
    height: 2px;
    width: 100%;
}
.features .line-styled span.circle{
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    border-color: #000;
    left: 50%;
    top: 5px;
    background: #fff;
}
.features img{
    height: 400px;
}

.features-header{
    margin: 10px 0px;
    font-family: 'RobotoBold';
    line-height: 1;
}
/****************************************************************************
PRICING
****************************************************************************/
.pricingPlanImg {
    margin: 15px 0px 15px 10px;
    width: 210px;
    height: 200px;
    background-image: url("../images/icon/pricing-plan-users.png");
    background-repeat: no-repeat;
}
.licenses-less-user {
    background-position: 0px 0px;
}

.licenses-medium-user {
    background-position: 0px -200px;
}

.licenses-large-user {
    background-position: 0px -400px;
}

.licenses-xlarge-user {
    background-position: 0px -600px;
}
.pricing-item{
    text-align: center;
}
.pricing-item .card-heading h1{
    font-size: 50px;
    font-weight: bold;
}
.pricing-item .card-heading h1 a{
    color: #222;
}
.pricing-item .card-heading h1 a:hover{
    color: #2a9ee1;
}
.pricing-item .card-body{
    padding-top: 20px;
}
.pricing-item .card-heading h1 span{
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    display: block;
}
.pricing-item .card-heading h2{
    font-size: 18px;
}
.pricing-item li{
    line-height: 30px;
}
table.pricing{
    font-size: 16px;
}

table.pricing td, th{
    padding: 16px 10px;
    vertical-align: middle;
    text-align: center;
}

table.pricing td.featured, th.featured{
    background: #222;
}
table.pricing tr:nth-child(odd)>th.featured, table.pricing tr:nth-child(odd)>td.featured{
    background-color: #222;
}

table.pricing thead th{
    text-align: center;
    font-size: 16px;
    padding: 16px 10px;
    background: #eee;
}

table.pricing tbody th{
    color: #999;   
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
table.pricing tbody td label{
    text-align: center;
    margin: auto;
}

table.pricing tbody td .label-ok{
    width: 24px;
    height: 24px;
    background: url("../images/icon/icon-ok-sign-blue.png") no-repeat;   
}


/*****************************************
******************************************
Footer
******************************************
*****************************************/
footer {
    color: #fff;
}

footer h3{
    font-size: 20px;
}
footer .container  ul {
    padding: 0px;
}
footer address{
    border-radius: 3px;
    padding: 10px 0px;
    font-size: 16px;
    font-family: 'RobotoBold';
    font-weight: normal;
}
footer ul {
    margin: 0px;
}
footer ul li {
    list-style: none;
    padding: 3px 0px;
    border-bottom: 1px solid transparent;
}
footer .container a {
    color: #fff;
    padding: 0px;
    margin: 0px;
}
footer .container a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .container a img:hover{
    opacity: .5;
}
footer .social-links *{
    padding: 4px;
    display: inline;
    color: #000;
}
footer .social-links a:hover, footer .social-links a:hover i{
    text-decoration: none;
    /* color: #fff; */
}
address{
    font-weight: bold;
    padding-left: 5px;
}
.downloadLinks img{
    width: 180px;
    margin-bottom: 10px;
}
/* Invoice */
.table-invoice{
}
.table-invoice th{
    font-weight: normal;
    padding: 10px;
    background: #f9f9f9;
}
.table-invoice td{
    background: #fff;
    padding: 10px;
    font-family: 'RobotoBold';
    font-size: 20px;
}
.table-invoice tr.price th, .table-invoice tr.price td{
    border-top: 2px solid #cc0000;
}
/****************************************************************************
News
****************************************************************************/
.news hr{
    margin: 30px 10px 0px 5px;
    border: 0px;
    height: 3px;
    background: url('../images/bg-line-red.png') no-repeat left #f1f1f1;
}
.news .news-item h2{
    font-size: 20px;
    line-height: 32px;
}
.news-item .datetime
{
    width: 160px;
    padding-top: 30px;
    float: left;
}
.news-item .datetime .date{
    font-size: 51px;
    float: left;
    width: 65px;
    font-weight: 600;
    text-align: center;
    color: #770000;
    letter-spacing: -1px;
}
.news-item .datetime .monthyear{
    font-size: 12px;
    float: left;
    padding: 2px 0 0 4px;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #333;
}

.news-item a {
    text-decoration: none;
}
/*****************************************
******************************************