﻿.section_head{
    background:url('../../images/default-source/section-head-photos/beready.jpg');
  background-position: right;
}

.news-back{
    padding-top:5px;
    padding-bottom:0;
    margin-bottom:0;
}

.section-block{
    margin:20px auto 0px auto;
    width:292px;

}

.section-block .top{
    overflow:hidden;
    border-radius:8px 8px 0 0;
    width:292px;
    height:145px;
    position:relative;
    border-color: #222222;
    border-width:1px 1px 0 1px;
    border-style:solid;

    
}

.section-block .top .text{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    color:white;
    font-size:18px;
    text-align:center;
    color:#eeeeee;
    background:rgba(0,0,0,.85);
    font-weight:bold;
    padding:4px;
}

.section-block .bottom{
    background:rgba(0,0,0,.8);
    
    border-style:solid;
    border-width:0 1px 1px 1px;
    border-color:#222222;
    display:table-cell;
    width:295px;
    height:128px;
    vertical-align:middle;
    text-align:center;
}

.section-block .bottom a{
    display:block;
    text-align:center;
    width:97%;
    color:white;
    margin-left:auto;
    margin-right:auto;
    margin-top:4px;
    margin-bottom:4px;
    color:#eeeeee;

    background:#444444;

}


.signup-alert{

    margin-bottom:20px;
    padding-left:5px;
}

.signup-alert a{
    display:block;

}

.signup-alert .text{
    padding-left:2px;
}

.cb-subscribe{
    margin-top:15px;
}

/*rss widget*/


.fw-container{
    height:330px !important;
    box-shadow:none;
}

.fw-container .fw-items{
    height:300px;
}

    .fw-container .fw-items a {
        padding: 12px;
    }


.fw-title::before {
    content: '\f09e';
    font-family: FontAwesome;
    padding-right:4px;
    font-weight:lighter;
}



