.short-message{
    height: 42px; overflow: hidden; padding: 0; margin: 0;
}
.short-header{
    height: 65px; overflow: hidden; 
}
/*Centering col-md-*/
.centered{
    text-align: center; font-size: 0;
}
.centered > div{
    float: none; display: table-cell; font-size: 14px; text-align: center;
}
.centered > div.staff{
    float: none; display: inline-block; font-size: 14px; 
}
.about-icon{
    text-align: center;
}
.about-icon span{
    display: table; width: 130px; height: 130px; border-radius: 50%;
    background-color: #ccc; margin: 0 auto; position: relative;
}
.about-icon i{
    font-size: 60px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.iecestep {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #ddd;
        border: none; 
        border-radius: 50%;
        display: inline-block;
    }

    /* Mark the active step: */
    .iecestep.active {
        background-color: greenyellow;
    }

.view-password{
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer;
}

.square-box-shadow{
    box-shadow: 0px 0px 7px #ccc;
}
.square-box-shadow:hover{
    box-shadow: 0px 0px 28px #777;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #eeeeee;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  
}

/* Mark the active step: */
.step.active {
  background-color: #d9391c;
}


.testimonia {
    display: none; color: #fff;
}
.testimonia.active{
    display: block;
}
.testimonia .message-box{
    background-color: #fff; color: #000; text-align: center;
}
.testimonia .user-data, .testimonia .message-box{
    padding: 30px 20px 40px 20px;
}
.testimonia .user-data{
    position: relative; 
}
.img-small{
    max-width: 500px;
}



.btn-detail{
    display: table; text-decoration: none; background-color: #ff6347; padding: 10px;
    color: #fff;
}
.white-background{
    background-color: #fff;
}

.red{
    color: red;
}
.right-margin{
    margin-right: 20px;
}
.wrap-img-left img{
    float: left; margin-left: 30px;
}
.justify{
    text-align: justify !important;
}

.capitalize{
    text-transform: capitalize;
}



/*
header .icons{
    cursor: pointer; background-color: #ff6347;
}
*/

.welcom-message .icons {
    width: 50px; height: 50px; margin-left: 0px; margin-top: 18px; font-size: 18px;
}

/*header .user-icon{
    border-radius: 30px;  padding: 10px; margin-left: 10px;  cursor: pointer;
    display: inline-block; position: relative; background-color: #1cbcd9; top: 0px;
    color: #fff; 
}
.user-icon a{
    padding: 0; margin: 0; color: #fff; 
}
.user-icon a:hover{
    text-decoration: none;
}
.user-icon ul li a{
    padding: 10px; display: block; position: relative; color: #fff;
}
#searchbtn{
    position: absolute; top: 5px; font-size: 23px; right: 5px; cursor: pointer; color: #fff;
}*/

.searchbtn{
    position: absolute; top: 5px; font-size: 23px; right: 5px; cursor: pointer; 
}


/*Global*/
html, body{
     padding: 0; margin: 0; 
     color: #2a2a2a;
}
body{
    background-color: #fff; 
}
.block{
    display: block; width: 100%;
}
#body{
    min-height: 400px;
}
.caption{
    display: block; padding: 12px 15px; font-weight: bold; background-color: #ddd; 
    color: #333;
}
.clear{
    clear: both; display: block;
}
.user-nav, .hand{
    cursor: pointer;
}

.hidden{
    display: none; visibility: hidden;
}
img{
    max-width: 100%;
}
.inline-block{
    display: inline-block;
}
.inline-table{
    display: inline-table;
}

.profilepicture{
    width: 250px; height: 250px; margin: 0 auto; border-radius: 50%; background-color: #ccc;
}
.relative{
    position: relative;
}

.error{
    font-style: italic; color: red; padding-left: 10px;
}


.invalid{
    background-color: #ffdddd !important;
}




header a{
   /* padding: 12px 15px; display: inline-block; text-decoration: none; border-radius: 4px;*/
    
}

#nav-container{
    background-color: #2a2a2a; color: #fff; padding-bottom: 20px; padding-top: 20px;
}
#nav-container a{
    color: #fff;
}

header #nav-container a:hover{
    
    background-color: #fff; color: #140027; 
}




.dropdown-n{
    position: relative; display: inline-block; text-align: left !important;
}

.dropdown-content{
    position: absolute; background-color: #f1f1f1;  
    min-width: 180px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 199;
    padding: 7px 10px; display: none;
}

.dropdown-content a:hover{
    background-color: #ddd;
}
.dropdown-n:hover .dropdown-content{
    display: block !important; 
}

.dropdown-content li, .dropdown-content li a{
    display: block; text-align: left; width: 100% !important;
}








#welcomenote{
    text-align: justify;
}



/*footer*/
footer{
    background-color: #2a2a2a; text-align: center; color: #fff; padding: 30px 0 50px 0;
    
}

 
/*Text Alignment*/
.align-center{
    text-align: center !important;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}

.uppercase{
    text-transform: uppercase;
}

.upvote{
    width: 0; height: 0; border-left: 12px solid transparent;
    border-right: 12px solid transparent; border-bottom: 12px solid #7e7e7e;
    cursor: pointer;
}

.downvote{
    width: 0; height: 0; border-left: 12px solid transparent;
    border-right: 12px solid transparent; border-top: 12px solid #7e7e7e;
    cursor: pointer; 
}
.down-angle{
    width: 0; height: 0; border-left: 5px solid transparent;
    border-right: 5px solid transparent; border-top: 6px solid #7e7e7e;
    cursor: pointer; margin-left: 10px; position: absolute; right: 0;
    top: 50%; transform: translateY(-50%);
}


/*Loader*/
.loader, .loader-small{
    border: 5px solid #eee;
    border-top: 5px solid #140027;
    border-radius: 50%; animation: spin 0.5s linear infinite;
    display: inline-block;
}
.loader{
    width: 50px; height: 50px;
}
.loader-small{
    width: 25px; height: 25px;
}


@keyframes spin{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}




@media only screen and (max-width:991px) {
    
   .vcenter{
        display: block; align-items: stretch; 
    }
    .vcenter .index-album-text{
        margin-top: 50px;
    }
    .centered > div{
        display: block; width: 100%; 
    }
}
@media only screen and (max-width: 768px) {
    .vcenter .index-album-text{
        margin-top: 0px;
    }
    
    
}
@media only screen and (max-width: 480px) {
    
    
    
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}