
h1{
    text-align: center;
}

.myslider{
    argin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -60px;
}

.center{
    text-align: center;
}

.pop-up{
    height: auto;
    background: gray;
    position: absolute;
    top: 50%;
    left: 38%;
    border-radius: 4px;
    display: none;
}

.pop-up p {
    color: white;
    right: 0;
    float: right;
    padding: 5px;
    cursor: pointer;
}

.login_foem{
    margin-bottom: 10px;
    padding: 20px;
}

a{
    cursor: pointer;
    color: gray;
   
}

.login_poopup{
     padding: 10px;
}


.sign_up{
    position: absolute;
    top: 85%;
    left: 2%;   
}

.portfolio1{
}

.portfolio_container{
    padding-top: 20px;
    
}

.portfolio_caption{
    font-weight: bold;
    text-align: left;
}

h2{
    text-align: center;
}

.sign_up{
    
}

footer{
    background: #FBFBFB;
    height: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.blogSearch{
    background: #F5F4F6;
    margin-top: 20px;
    border-radius: 4px;
    height: auto;
    padding: 15px;
}

.widget{
    background: #F5F4F6;
    margin-top: 20px;
    border-radius: 4px;
    height: auto;
    padding: 15px;      
}

.tab_section{
    margin-top: 20px;
}

.tab_header{
    background: gray !important;
}

.portfolio_image{
    cursor: pointer;
}


/* css from thumb style */


#thumbImage img{
    width: 650px;
    height: 500px;
}

#thumbImage img:hover{
    border-bottom: 5px solid red;
}

.thumb{
    width: 100px !important;
    height: 100px !important;    
    
}

#bigImage img{
    width: 650px;
    height: 500px;    
}

.current{
    border-bottom: 5px solid red;
}



/* ---------
   TODO LIST
   --------- */

#todoListWrapper {
    width: 960px;
    text-align: center;
}

#todoList:after {
    clear: both;
    display: table;
    content: "";
}

#todoList ul {
    width: 14.28%;
    margin: 0;
    padding: 0;
    position: relative;
}

#todoList li {
    background: none;
    padding: 5px;
    border: none;
    margin: 0;
    text-align: left;
    font-size: 12px;
}

#todoList li:hover {
    background: #eee;
}

#todoList li.listTitle {
    background: #444;
    color: white;
    padding: 10px;
    text-align: center;
    border-right: solid 1px white;
    font-size: 14px;
}

#todoList li.listTitle:hover,
#todoList li.listTitle:active {
    cursor: default;
    transform: none;
}

#todoList .emptySpace {
    background: #fc3;
    border: dashed 1px #777;
    height: 10px;
}

#todoList li.addItem {
    display: none;
    position: absolute;
    top: 0;
    background: none;
}

#todoList ul:hover li.addItem {
    display: block;
}

#todoList li.addItem input {
    width: 100%;
    padding: 4px;
}

#todoList li.addItem:active {
    transform: none;   
}

#trash {
    background: rgba(178, 73, 38, 0.7);
    color: white;
    height: 200px;
    width: 400px;
    margin: 50px auto 0;
    line-height: 200px;
    text-align: center;
}



    
.box {
    height: 120px;
    width: 120px;
    background: #000;
    color: white;
    line-height: 120px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

#box1 { background: #38c; }
#box2 { background: #9d9; }
#box3 { background: #c27; }

#droppable {
    background: #222;
    border: solid 2px #000;
    height: 300px;
    width: 400px;
    line-height: 300px;
    text-align: center;
    color: white;
    margin: 40px auto;
}

#todoList ul {
    width: 48%;
    float: left;
    margin: 0;
    padding: 0 1%;
    list-style: none;
}

#todoList ul li {
    background: #eee;
    padding: 10px;
    margin: 2px 0;
    border: solid 1px #ccc;
}

#todoList ul li:hover {
    background: #ddd;
    border-color: #aaa;
    cursor: pointer;
}

#todoList ul li:active {
    transform: rotate(2deg);
    background: #ccc;
    border-color: #999;
    box-shadow: 0 10px -4px #111;
}

.placeholderBox {
    background: #fc3;
    height: 20px;
    border: dashed 2px #777;
}

.to_do_list{
    margin-top: 50px;
}

.team_member{
    font-weight: bold;
    text-align: center;    
}

.comment_form{
    padding-top: 20px;
}