body{ background-color: #E2DFDA; }
.lobster{ font-family: 'Lobster', cursive; }
/*************** HEADER ***************/
.owlchat-navbar{ background-color: #333; }
.owlchat-navbar > .navbar-header{ width: 100%; }
.logo{ display: block; width: 100%; font-family: 'Lobster', cursive; font-size: 24px; color: #fff; padding: 10px; background-color: #7c62ad; }
.logo:hover, .logo:focus{ text-decoration: none; color: #fff; }
#oc-nav{ width: 100%; }
#oc-nav > ul{ width: 100%; display: table; table-layout: fixed; margin: 0; padding: 0; }
#oc-nav > ul > li{ display: table-cell; float: none; text-align: center; }
#oc-nav > ul > li > a{ color: #fff; display: block; padding: 20px 0; transition: all 0.25s linear; text-decoration: none; }
#oc-nav > ul > li > a:hover{ background-color: #7c62ad; }
#oc-nav > ul > li > a:focus{ text-decoration: none; }
#oc-nav > ul > li > a > .fa{ display: block; width: 100%; }

/*************** PROFILE ***************/
#profileCardModal .modal-body{ padding:0; }
#profileCardModal .modal-header{ border-bottom: none; }
.profileHeaderCtr{ position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; height: 250px; }
.profileHeaderOverlay{ position: absolute; width: 100%; height: 250px; background-color: rgba(0,0,0,0.45); top:0; left: 0; }
.profileHeaderCtr > .img-circle{ position: absolute; width: 128px; height: 128px; left: 0; right: 0; margin: 0 auto; top: 15px; }
.profileHeaderCtr > .profileHeaderInfo{ position: absolute; width: 100%; left: 0; right: 0; margin: 0 auto; top: 150px; color: #fff; }
.profileStatus{ margin-bottom: 5px; }
.profileHeaderInfo > h3{ margin-top: 0; font-size: 22px; }
.profileBody{ padding: 10px; }
.profileBody  h2{ margin-top: 0; }

/*************** FILE DROPZONE ***************/
.fileDropzone{ padding: 25px; border: 3px dashed #909090; background-color: #F2F2F2; cursor: pointer; }
.fileCtr{ padding: 10px; background-color: #f7f7f7; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 10px; }
.fileCtr > .btn{ margin-left: 5px; }

/*************** POLLS ***************/
.pollAnswerCtr{ padding: 10px; border: 1px solid #e4e4e4; font-size: 16px; transition: all 0.25s linear; }
.pollNotAnswered{ cursor: pointer; }
.pollNotAnswered:hover{ background-color: #4091C4; color: #fff; }
.pollAlreadyAnswered{ opacity: 0.65; }
.pollSelectedAnswer{ opacity: 1; background-color: #9CBB4E; color: #fff; font-weight: bold; }

/*************** UI ***************/
.home-box{
    margin-top: 25px;
    border: 2px dashed #B0AFAF;
    padding: 50px;
}
.thumbnail.style1 {
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}
.thumbnail.style1 {
    text-align: center;
    border: none;
    padding: 30px 0;
    cursor: default;
    background: #f1f1f1;
}
.features .thumbnail {
    margin-top: 30px;
}
.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
}
.thumbnail.style1 i.fa {
    width: 100px;
    height: 100px;
    padding: 8px;
    border: 4px solid #d9d9d9;
    border-radius: 50%;
    line-height: 76px;
    color: #666;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}
.thumbnail.style1:hover i.fa {
    background: #0088cc;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -10px;
    border-color: #fff;
}
#footer{
    margin-top: 15px;
}
.owlchat-navbar-toggle{ color: #fff; }
@media (max-width: 767px) {
    #oc-nav > ul > li{ display: block; }
}