h4{
  padding: 0;
  margin:0; 
}
.nav-pills>li>a {
    border-radius: 0;
 }
 
 #wrapper {
    padding-left: 0;
    margin-top: 37px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    padding-left: 250px; */
 }
 
 #wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
 }
 
 #sidebar-wrapper {
    z-index: 1000;
    float: left;
    /*position: absolute;*/
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    /*background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 
/* #wrapper.toggled #sidebar-wrapper {
    width: 250px;
 }*/
 
 #page-content-wrapper {
    float: left;
    /*position: absolute;*/
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
 }
 
 /*.xyz {
    min-width: 360px;
 }*/
 
 #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
 }
 
 .fixed-brand {
    width: auto;
 }
 /* Sidebar Styles */
 
 .sidebar-nav {
    /*position: absolute;*/
    top: 0;
    /*width: 250px;*/
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
 }
 
 .sidebar-nav li {
    text-indent: 15px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
 }
 .sidebar-nav li:first-child,.sidebar-nav .mana:hover{
    border-bottom: none;
    margin-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
 } 
 .sidebar-nav li:first-child h4{
    line-height: 60px;
    font-size: 20px;
 }
 .sidebar-nav li:hover{

    border-bottom: 1px solid #b01616;
 }
  .sidebar-nav li.li_visited{
    border-bottom: 1px solid #b01616;
  }
 .sidebar-nav li a {
    padding-left: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
     padding-top: 15px;
    padding-bottom: 15px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
 }
 
 .sidebar-nav li>a:hover,.sidebar-nav li>a.visited{
    
    color: #b01616;
    background: url("../image/border.png") no-repeat 10px center;

 }
 
 .sidebar-nav li a:active,
 .sidebar-nav li a:focus {
    text-decoration: none;
 }
 
 .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
 }
 
 .sidebar-nav > .sidebar-brand a {
    color: #999999;
 }
 
 .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
 }
 
 .no-margin {
    margin: 0;
 }
.navigation h1{
  font-size: 20px;
  margin: 0;
  line-height: 54px;
  padding-left: 0;
}
.navigation ol.breadcrumb{
  text-align: right;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 54px;
  padding: 0;
}
.breadcrumb>li,.breadcrumb>li a{
  color: #444;
}
.breadcrumb>.active{
  color: #912200;
}
.pho-big{
  position: relative;
}
.pho-big img{
  width: 100%;
  height: auto;
}
.pho-big div{
  position: absolute;
  width: 30%;
  background:#912200;
  color: #fff;
  border-radius: 10px;
  /*height: 30%;*/
  /*line-height: 50%;*/
  font-size: 14px;
  text-align: center;
  padding: 0.3%;
  bottom: 30%;
  left: 10%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.new-levellist li{
  border-bottom: 1px dashed #ccc;
  padding-left: 18px;
  height: 38px;
  line-height: 38px;
  background: url("../image/point.png") no-repeat left center;
}
.new-levellist li a{
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
.new-levellist li span.date{
  float: right;
}
.new-levellist li:hover,.new-levellist li a:hover{
  color: #912200;
}
.btn-more{
  width: 100%;
  line-height: 33px;
  font-size: 14px;
  border: none;
  background: #ebebeb;
  color: #444;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 73px;
  outline: none;
}
footer{
  border-top: 1px solid #ccc;
}
 /*bootstrap*/

 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: #fff;
    color: #333;
 }
 .breadcrumb>li+li:before{
    content: ">";
    color: #444444;
 }
 .breadcrumb>li.home+li.home:before{
    content: "";
 }

.menu_list{ display:none;}
.menu_list1{}
.menu_list1 a{ font-size:13px !important;}
    .menu_list1>a:hover {
    background:none;
    }
    .menu_list1>a.visited {
    color: #b01616;
    background:none;
    }

@media screen  and (max-width: 992px) {
	
	
}

 @media screen  and (max-width: 767px) {
    .sidebar-nav li{
      
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #slid{
      height: 66px;
    }
    .sidebar-nav li a{
      font-size: 14px;
    }
    .navigation h1,.sidebar-nav li:first-child h4{
      line-height: 40px;
    }
    .navigation ol.breadcrumb{
      font-size: 10px;
      line-height: 30px;
    }
    /*.fixed-brand {
       width: 250px;
    }*/
    /*#wrapper.toggled {
       padding-left: 0;
    }
    #sidebar-wrapper {
       width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
       width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
       width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
       width: 250px;
    }
    #page-content-wrapper {
       padding: 20px;
       position: relative;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
    }
    #wrapper.toggled #page-content-wrapper {
       position: relative;
       margin-right: 0;
       padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
       position: relative;
       margin-right: 0;
       margin-left: -200px;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
       width: auto;
    }
    .pho-big div{
      font-size: 10px;
      bottom: 12%;
    }*/
 }
