/* contact.vm */
.map-area {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
}
#marker-title {
    width: 200px;
    height: 40px;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}

/*welcome*/
.greetings-title strong {
    font-size: 21px;
}
.greetings-title .img-area {
    float: left;
    margin: 0 40px 10px 0;
    text-align: center;
}
.greetings-title .img-area img {
    width: 250px;
}
.greetings-title .img-area span {
    display: block;
}
.section.greeting b {
    color: #ed2e33 !important;
}

/* contact */
.article.contact .box {
    padding: 20px 50px;
    border: 5px solid #eee;
}
.article.contact .section ul.section-list {
    margin-left: 0;
}


/*tab-custom*/
.nav-tabs.nav-justified > li > a {
    font-size: 18px;
}
.nav-tabs.nav-justified > li > a {
    color: #c0b9f1;
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #c0b9f1;
    color: #fff;
    cursor: default;
    /*background-color: #fff;*/
    border: 0 solid #ddd;
    border-bottom-color: transparent;
    font-weight: 700;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid #ddd;
}

/**/
.box-line {

}
.box-line {

}
.box-line .bio {
    float: right;
}
