


.btn-h1-spacing{
    margin-top:18px;
}

.form-spacing-top{

    margin-top:30px;

}

.form-spacing-register{

    margin-top:15px;

}

.button-spacing-between{
    margin-left:5px;
}



.reply{

    margin-bottom: 14px;
    border-left: 31px solid #9bcf91;
    padding: 14px;
    background: #efefef;
    margin-left: 480px;
    width: fit-content;


}



.comment{
    
    margin-bottom: 14px;
    border-left: 31px solid #91a9cf;
    padding: 14px;
    background: #efefef;
    /*margin-bottom:45px;*/
}
.author-image{

width:50px;
height:50px;
border-radius:50%;
float:left;
}

.author-name{

    float:left;
    margin-left:15px;
}

.author-name > h4{
    margin:5px 0px;
    

}

.author-time{
    font-size:11px;
    font-style:italic;
    color:#aaa;
}

.comment-content{
    clear:both;
    margin-left:65px;
    font-size:16px;
    line-height:1.3em;
}
.comments-title{

    margin-bottom:45px;
}

.comments-title>span{

    margin-right:15px;
}

.post{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #f8f8f8;
    border-left: 32px solid #27aae1;
    padding: 13px;
}

.footer{
    background:#4e72b8;
    /* background:url("/images/bot.png"); */
    background-repeat: round;
    padding: 2px;
}


.navbar-nav>li>a {
    margin-top: 20px;
    padding-top: 5px !important;
    padding-bottom: 9px;
    margin-left:2px;
}

.jumbotron {
    padding-top: 115px !important;
    padding-bottom: 59px;
}
.tbody-custom{
    background:#f8f8f8 ;
}

.thead-custom{ 
    background:#e8e8e8 ;
}

.btn-more{
    color: #fff;
    background-color: #27aae1;
    border-color: #27aae1;
}

.btn-more:hover {
    background:#337ab7;
    border-color:#2e6da4;

    color:white;
}

.form-wrap{

    background: #fef9f1;
     padding: 28px;
     border-radius: 9px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.newstape {
    background-color: #f8f8f8;
  
   /* height: 400px;*/
   height:100px;
    overflow: hidden;
  }
  
  .newstape-content {
    position: relative;
    padding: 0px;
  }
  
  .newstape-drag { cursor: ns-resize; }
  
  .text-center { text-align: center; }
  
  .text-right { text-align: right; }
  
  .text-justify { text-align: justify; }

  .button-more-comment{ text-align:right;}

  .last-comments{     background: #8dc850;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    text-align: center;}


    .navbar-default {
        background-color: #ffffff !important;
        border-color: #fff !important; 
    }
    
    /* Mobile CSS Handling*/
    
     @media all and (max-width: 414px)  {

        .bannerfoot{
          display:none;
       }

       .mob-size{
           width:200px;
       }

       .circle-size{
        width:270px;
    }

    .euro-size{
        float: none !important;
       
        margin: 4px 0px 4px 0px !important;
       
    }
       }
       
       @media all and (max-width: 768px)  {

        .bannerfoot{
          display:none;
       }

       .mob-size{
           width:200px;
       }

       .circle-size{
        width:270px;
    }

    .euro-size{
        float: none !important;
       
        margin: 4px 0px 4px 0px !important;
       
    }
       }