.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    width: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc !important;
    color: white;
    background: #ccc !important;
}
#bell .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 75vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bell .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
#bell .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#bell .modal-content{
    background-color: rgba(226, 224, 222, 0.95);
    color: #f26f21;
}
#bell .modal-content p{
    margin-top: 20px;
    font-size: 19px;
}
#bell .modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
}
#bell .modal-title {
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    color:  #f26f21;
}
#bell .modal-content {
    box-shadow:none;
    border: 0px;
}
.sfm-rollback{
    z-index: 104 !important;
}
.block-category{
    padding: 5px 0;
}
.category-name{
    font-size: 24px;
    text-transform: uppercase;
}
.post-item{
    padding: 10px 0 20px;
}
.custom-tab .nav-tabs>li{
    float: none;
}
.list-item .item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.feature-content table{
    width: 100%;
}
.english-communication .post-item:nth-child(2){
    /*background: #dedede;*/
}

/******* css line left ************/
.post-item.even .block-left, .post-item.odd .block-left{
    position: relative;
    padding-left: 40px;
}
/* .post-item.even .block-left :before{
    content: "";
    width: 5px;
    bottom: 3px;
    position: absolute;
    left: 14px;
    top: 4px;
    background: #f27024;
}
.post-item.odd .block-left :before{
    content: "";
    width: 5px;
    bottom: 3px;
    position: absolute;
    left: 14px;
    top: 4px;
    background: #A7A9AC;
} */
.post-item.even .title {
	padding-bottom: 10px;
}
.post-item.odd .title {
	padding-bottom: 10px;
}
.block-category.container.even .row :hover {
	background: #E6E7E8;
}
/******* end line left ************/