button:focus{
    outline:none !important;
}

.logout_btn{
    padding:6px 16px;
    background: #2C3E50;
    color: #fff;
    margin: 20px 0px 20px;
}
.logout_btn:hover{
    background: #444349;
    color: #fff;
}
.blog_btn:hover{
    background:#cc9469;
    color: #fff;
}
.blog_btn{
    background: #cca469;
    color: #fff;
    margin: 20px 0px 20px;
}

.blog_date-wrapper{
    margin: 5px 0px 15px;
    text-align: center;
}

.blog_abstract{
    text-align: justify;
}

.blog_bottom{
    margin-top: 10px;
    color:#d3ab6d;
}

.section_2{
    background-color: rgba(240, 240, 240, 0.7);
}

.viewblog_section{
    margin-top:20px;
    min-height: 80%;
}


/*for subscription popup*/
.small_news{
    cursor: pointer;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    left: 0px;
    bottom:10px;
    padding:5px;
    border:#d3ab6d solid 2px ;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color:#d3ab6d;
}
.news_popup {
    font-weight: bold;
    -webkit-box-sizing: border-box;
    left: 0px;
    bottom:0px;
    border:#d3ab6d solid 2px ;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 414px){
    .news_popup {
        right:0px;
    }

}

@media screen and (min-width: 415px){
    .news_popup {
        width:342px;
    }

}

.news_row{
    position:relative;
    width:100%;
    color:white;
    margin:20px 0;
}
.news_close{
    height:20px;
    text-align: right;
    margin-top:10px;
    position:relative;
    width:100%;
    color:white;
}
.news_close_btn{
    position: relative;
    padding:10px;
    cursor: pointer;
}

.news_title{
  padding-left:20px;
  font-size: 20px;
  font-weight: lighter;
  color: rgb(211, 171, 109);
  line-height: 1.1;
  text-align: left;
  position:relative;
  width:100%;
}

.news_subtitle{
    /*background:url("../img/popup_text_bg.png");*/
    padding:5px 0; 
}

.news_subtitle div{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.2;
  text-align: left;
  /*height: 45px;*/
  padding:0 20px;
}

.form-popup{
    margin:0 20px 10px 20px;
    height:35px;
}
.popup_submit_btn{
    margin-right: 20px;
}
.popup_label{
    width:25%;
    float:left;
    height:35px;
    line-height: 2.2;
}
.popup_input{
    width:75%;
    float:left;
    height:35px;
}
.btn-popup-submit{
    margin-bottom: 0px !important;
    font-size: 14px !important;
}
.blog_content img{
    width:100% !important;
}
.blog_content div{
    width:100% !important;
    /*white-space: nowrap;*/
  /*overflow: hidden;
  text-overflow: ellipsis;*/
}
.blog_abstract img {
    width:100% !important;
}
.blog_abstract div{
    width:100% !important;
    /*white-space: nowrap;*/
    /*overflow: hidden;
    text-overflow: ellipsis;*/
}

.panel-primary-jim{
    border-color: #eee;
    box-shadow: 5px 5px 5px #888888;
}
.form-signin {
    max-width: 280px;
    padding: 15px;
    margin:100px;
    margin-top:20px;
  }
.panel-default {
    opacity: 0.8;
}
.input-group-addon
{
    background-color: #e57359;
    border-color: #e57359;
    color: rgb(255, 255, 255);
}
.form-control:focus
{
    border-color: #e57359;
}
.form-signup input[type="text"],.form-signup input[type="password"] { 
    border: 1px solid #e57359; 
}

.success{
    border-color: #609962 !important;
    background-color: #609962 !important;
}
.success_focus:focus{
    border-color: #609962 !important;
}
.signin_alert{
    display:none;
}
.btn_orange{
    background-color:#e57359;
}
.nomargin{
    margin:0 !important;
}
section{
    padding:60px 0;
}