.sbheader {   



    background: transparent; /* Old browsers */



/*    background: -moz-linear-gradient(top,  #fbc508 0%, #3b3b3b 100%); 



    background: -webkit-linear-gradient(top,  #fbc508 0%,#3b3b3b 100%);



    background: linear-gradient(to bottom,  #fbc508 0%,#3b3b3b 100%); 



    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc508', endColorstr='#3b3b3b',GradientType=0 ); 

    */      



    color: #fff;



    margin: 0 -20px 20px -20px;



    padding: 20px 20px 0 20px;



    position: relative;    



  }





.bag {
position: absolute;
right: 10px;
top: 30px;
width: 73px;
}



.sbheader h3 {



  margin-bottom: 0;



  font-size: 30px;



}







  .sbheader .nav-tabs>li>a{



    padding: 5px;



    font-size: 13px;



    color: #fff;



    margin: 0;



    border-radius: 0;



  }



  .sbheader .nav-tabs {



    border-bottom: 0



  }







  .sbheader hr {



    margin: 0 -20px 0 -20px;



    border-color: #959595



  } 







.sbheader .nav-tabs>li.active>a,



.sbheader .nav-tabs>li>a:hover  {



  background-color: #959595;



  border-radius: 0;



  border-bottom: 0;



  border-color: #959595;



  color:#fff;



}

.sblist {
 
}

.sblist li.row {
padding: 5px 0 10px 0;        
margin-left: -30px !important;
background: #fff;
}

.sblist li:last-child {
    border: none;
}





.likers {



background-color: #676767;



padding: 5px 0;



}







img.img-attached {
    border: 1px solid #eee;
    height: auto;
    margin: 0 3px 10px;
    overflow-y: hidden;
    padding: 1px;
    width: 45px;
    float: left;
}







img.icons {
    float: left;
    margin: 0;
    width: 45px;
}







p.api-title,
h4.api-date {

    color: #014C39;



    margin: 1px 0;



    padding: 0 5px 0 10px;



}







p.api-title { font-size: 12px; line-height: 16px; }







h4.api-date { font-size: 15px; font-weight: 600; line-height: 20px; }







.date-event {
    background: rgba(0, 0, 0, 0) url("../images/icons/maroon/events.png") no-repeat scroll center center / 45px 45px;
    color: #000;
    float: left;
    font-weight: bold;
    height: 50px;
    margin: 0 0 15px;
    padding: 18px 0 0;
    text-align: center;
    width: 50px;
    font-size: 12px;
}







.well {



    /*background: #4a4a4a !important; */

    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fbc508 10%, #87232e 150%) repeat scroll 0 0;



    padding: 22px !important;



}







.row-item {



    border-bottom: 1px solid #ccc;



}







div.tab-pane ul li:hover {



    background: #f8f8f8;



}



img.pdfbutton {

    float: right;

    height: auto;

    margin-right: 1.5em;

    width: 150px;

}



img.more-pages {

    float: left;

    height: auto;

    margin: 0 0 0 10px;

    width: 60px;

}



.right-menu {

  float: right;

}



.cls {

  clear: both;

  height: 5px;

}



img.res-thumb {
  float: left;
  margin-right: 0.5em;
  margin-top: 1em;
  width: 76px;
}

img.res-thumb-news {
  float: left;
  margin-right: 1em;
  margin-top: 3em;
  width: 100%;
}

img.res-thumb-news2 {
  float: left;
  margin-right: 1em;  
  width: 275px;
}


a.downloadpdf {

    color: #333333;
    background: #e6a303;
    padding: 0.5em 1em;
    margin: 0;
    float: left;
}



* { 

  list-style: none;

  }


  .x-nav-tabs {
    box-shadow: none !important;
    border: none !important;
  }



/*additional*/


/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    background: #014C39;
    padding-bottom: 18px;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding: 5px 14px;
            display: inline-block;
            border-radius: 0;
            background: transparent;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            transition: all linear 0.15s;
        }
 
        .tab-links a:hover {
            background: transparent;
            color: #FFB606;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background: transparent;
        color:#FFB606;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#fff;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }


/*template page*/

a.menu-link {
    color: #fbc508;
}

a.menu-link:hover {
    color: #444;
}

hr {
    border-top: 1px solid #dedede !important;
    margin: 40px 0 !important;
}