/* your styles go here */
p {
    line-height: 180%;
}

.box-image-text .image {
    min-height: 200px;
    max-height: 200px;
}

/*.box-simple {*/
/*min-height: 230px;*/
/*}*/

.navbar-brand img {
    margin-top: 6px;
    height: 36px;
}

.navbar ul.nav > li > a {
    text-decoration: none;
}

.navbar ul.nav > li > a:hover {
    color: white;
}

.home-carousel h1,
.home-carousel h2,
.home-carousel h3,
.home-carousel li,
.home-carousel p {
    text-transform: none;
    font-weight: lighter;
}

.home-carousel h1 {
    font-size: 38px;
}

.home-carousel h2.subtitle {
    margin: 0 0 50px 0;
    font-size: 32px;
}

.home-carousel .img-responsive {
    max-height: 370px;
    margin: 0 auto;
}

.home-carousel {
    background-image: url('../img/bg/bg_meeting.png') !important;
    background-position: top left; 
}

@media (max-width: 991px) {
    .home-carousel h2.subtitle {
        font-size: 28px;
    }
}

.box-simple .icon {
    font-size: 32px;
}

#top .col-xs-5 p {
    line-height: 220%;
}

.bar.background-pentagon {
    border-color: #dddddd;
}

.heading {
    z-index: 99;
    position: relative;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    /*border-bottom: solid 1px #38a7bb;*/
    border-bottom-width: 1px;
}

#heading-breadcrumbs{
    background-image: url('../img/bg/bg_breadcrumbs.png');    
    background-position: center center;
    background-size: cover;
}
#heading-breadcrumbs h1{
    color: white;
}

#heading-breadcrumbs.aboutus {
    background: url('../img/breadcrumbs/aboutus.png') center center repeat;
    padding-top: 80px;
    height: 360px;
    text-align: center;
}

#heading-breadcrumbs.aboutus h1 {
    text-transform: none;
    font-weight: 400;
    font-size: 50pt;
    color: white;
}

.top-tab {
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    z-index: 1000;
    position: relative;
}

.top-tab.affix-top {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top-tab.affix {
    position: fixed;
    width: 100%;
    top: 67px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px #333333;
    box-shadow: 0 0 5px #333333;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
    .top-tab.affix{
        top: 62px;
    }
}

.top-tab a,
.top-tab a:hover {
    color: white;
    display: inline-block;
    text-decoration: none;
    height: 50px;
    padding: 15px 0;
}

.top-tab ul,
.top-tab li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-tab li.active{
    background-color: rgba(255,255,255,0.2);
}

.tab-content {
    margin-top: -50px;
    padding: 0;
    border: 0;
}


.heading p {
    margin-top: 10px;
}

.box-process {
    border: 1px #eeeeee solid;
    border-radius: 18px;
    font-weight: bolder;
    font-size: 16px;
    background: white;
}

.box-process span {
    width: 50px;
    display: inline-block;
    text-align: left;
    font-size: 42px;
    font-style: italic;
    color: #bbbbbb;
    font-family: 'Source-Han-Sans10b05645815552';
}

a[href="https://m.aimeeting.net/login"]{
    /* background-color: #fe7842;  */
    color: #fe7842 !important;
    margin-left: 20px !important;
}

@media(max-width: 995px){
    a[href="https://m.aimeeting.net/login"]{
        margin-left: 0px !important;
    }
}

a[href="https://m.aimeeting.net/login"]:hover,
a[href="https://m.aimeeting.net/login"]:active{
    /* background-color: #fe7842;  */
    color: white !important;
}

img{
    max-width: 100%;
}