* {

}

body {
  min-width: 980px;
  font-family: 'Open Sans', sans-serif;
}

.header-top {
    background-color: #2c3e50; /*#367215;*/
    color: #fff;
    font-size: 11px;
    word-spacing: 0.1em;
    border-bottom: 2px solid #fff;
}

.header-top .col-xs-6 {
    padding-top:5px;
    padding-bottom: 5px;
}

.header-top a:link, .header-top a:visited {
    color: #ffffff;
}

.header {
  padding-top:10px;
  background-color: #e6edf6; /*#a3d825;*/
  border-bottom: 1px solid #c4c9cf; /*#a3d825;*/
  margin-bottom: 5px;
  font-size: 13px;
}

.header .form-group {
    margin-bottom: 2px;
}

.header .form-search {
  margin:3px 0 1px;
}
.header .col-xs-5 {
    padding-top: 8px;
    padding-left: 0;
}

.header .col-xs-7 {
    padding-right: 0;
    margin-right: 0;
}

.btn-home {
    background: #656600;
    color: #fff;
}

.btn-home-primary {
    background: #174382;
    color: #ffffff;
}

.btn-home-primary:hover {
    background: #1B4E96;
    color: #ffffff;
}

.btn-home-orange {
    color: #F86B04;
}

.btn-bottom {
    position: absolute;
    bottom: 10px;
}

.btn-bottom-right {
    position: absolute;
    bottom: 10px;
    right:10px;
    text-align:right;
}

.btn-xsm {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-umum {
    background: #373535;
    background: -moz-linear-gradient(#424040, #373535);
    color: #ffffff;
}

.btn-berita {
    background: #891b14;
    background: -moz-linear-gradient(#a32119, #891b14);
    color: #ffffff;
}

.btn-agenda {
    background: #737a19;
    background: -moz-linear-gradient(#89921E, #737a19);
    color: #ffffff;
}

.input-xsm {
    height: 26px;
    padding: 1px 8px;
    font-size: 11px;
    line-height: 1;
    border-radius: 2px;
}

.pagination .active {
    background: #174382;
    color: #ffffff;
}

#menu {
    background: #ffffff;
    width: auto;
    padding: 0 3px;
    border-radius: 4px 4px 0 0;
    float: right;
    border:1px solid #ccc;
    border-bottom: none;
}

.menu .drop {
  float:left;
  display:block;
  text-align:center;
  position:relative;
  padding: 5px 20px 5px 20px;
 /* border:1px solid #acdf1e;*/
  font-weight:bold;
  z-index:1;
  margin-left: 5px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.menu .drop:hover {
  /*border: 1px solid #ccc;*/
  /*border-bottom:1px solid #fff;*/
  background:#fff;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.menu .drop:first-child {
    padding-left: 15px;
}

.menu .drop a {
  /*font-family:Tahoma;*/
  font-size:13px;
  color: #4571b3;
  display:block;
  outline:0;
  text-decoration:none;
}

.menu .drop:hover a {
  color:#029feb;
  text-shadow: 1px 1px 1px #ffffff;
  padding:0;
  border:none;
  margin:0;
}

.dropdown-1,
.dropdown-2,
.dropdown-3,
.dropdown-4,
.dropdown-5 {
  margin:5px auto;
  float:left;
  position:absolute;
  left:-999em; /* Hides the drop down */
  text-align:left;
  padding:5px 5px 0px 5px;
  border:1px solid #ccc;
  background:#fff;
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  font-weight: normal;
}

.dropdown-1 {width: 145px;}
.dropdown-2 {width: 330px;}
.dropdown-3 {width:560px;}
.dropdown-4 {width: 560px;}
.dropdown-5 {width: 700px;}

.menu .drop:hover .dropdown-1,
.menu .drop:hover .dropdown-2,
.menu .drop:hover .dropdown-3,
.menu .drop:hover .dropdown-4,
.menu .drop:hover .dropdown-5 {
  left:-9px;
  top:auto;
  color:#029feb;
}

.menu .align-right {
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;

}

.menu .drop:hover .align-right {
  left:auto;
  right:-4px;
  top:auto;
}

.menu .dropdown-3 .col-xs-5, .menu .dropdown-3 .col-xs-7 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu .list-unstyled {
    margin-right: 3px;
    margin-bottom: 5px;
}

.menu .list-unstyled li {
    border-bottom: 1px dotted #ccc;
    padding: 3px;
}

.menu .list-unstyled li a:link, .menu .list-unstyled li a:visited  {
    color: #000;
    font-size: 12px;
}

.menu .list-unstyled li:hover {
    border-bottom: 1px solid #000;
}

.sidebar {
    width: 323px;
    /*height: 445px;*/
    float: left;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-right: 5px;
    background: #2c3e50; /*#367215*/;
    color: #ffffff;
}

.sidebar ul, .sidebar-left ul {
    padding-left: 5px;
    list-style: none;
}

.sidebar ul li, .sidebar-left ul li {
  border-bottom: 1px dotted #DDDDDD;
  padding-bottom: 4px;
  padding-top: 4px;

}

.sidebar ul li a, .sidebar-left ul li a {
    background: url("../img/list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
    padding-left: 20px;
    text-decoration: none;
}

.sidebar ul li a {
    color: #fff;
}

.sidebar-left ul li a {
    color: #000;
}

.sidebar ul li a:hover, .sidebar-left ul li a:hover {
    color: #888888;
}

.sidebar-left {
    padding:10px;
}

.sidebar-left h2 {
    margin-top: 0;
}

.sidebar h2, .pengumuman h2, .info-berita h2, .agenda h2 {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    margin: 0;
    padding:0;
    margin-bottom: 5px;
    text-shadow:1px 2px 2px #000;
}



.sidebar hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*SLIDE */

#slide-banner{
  /*margin:0 -0px 0 0px;*/
  width: 652px;
  height: 370px;
  border-radius:0.4em;
  border:1px solid #ddd;
  overflow:hidden;
}

#slide-banner .bxslider {
    padding-left: 0;
}

/*****************************************
************** Pengumuman ****************
*****************************************/
.pengumuman {
    width: 324px;
    height: auto;
    float: left;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:10px;
    margin-top: 5px;
    background: #FC9220;
    color: #ffffff;
    font-size: 13px;
    position: relative;
}

.pengumuman .col-xs-6, .info-berita .col-xs-6, .agenda .col-xs-6 {
    padding: 0;
}

.pengumuman h4, .info-berita h4, .agenda h4 {
    font-weight: bold;
    font-size: 14px;
}

.pengumuman .newsticker li a:link, .pengumuman .newsticker li a:visited {
    color: #ffffff;
}

.pengumuman .newsticker {
    padding-left: 0;
}

.pengumuman .newsticker li {
    list-style: none;
}

.pengumuman hr, .info-berita hr, .agenda hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-berita, .agenda {
    width: 323px;
    height: 261px;
    float: left;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:10px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
}

.info-berita .col-xs-3, .agenda .col-xs-3 {
    padding-left: 0;
}

.info-berita .col-xs-9, .agenda .col-xs-9 {
    padding-right: 0;
    padding-top: 10px;
    padding-left: 20px;
}

.pengumuman {
    background: url(../../images/ban1.gif);
}

.info-berita {
    background: url(../../images/ban2.gif);
}

.agenda {
    background: url(../../images/ban3.gif);
}

.sosial {
    width: 323px;
    height: 261px;
    float: left;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:10px;
    margin-top: 5px;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #ddd;
}


.rektor {
    height:262px;
    width: 652px;
    padding: 10px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.rektor .col-xs-7 a:link, .rektor .col-xs-7 a:visited {
    color: #111;
}

.rektor h3, .pengumuman h3 {
    margin-top: 0;
}

.rektor hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

.rektor ul {
    padding-left: 15px;
    list-style: square;
}

.rektor ul li {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  padding-top: 5px;
}

.rektor ul li a {
    font-size: 14px;
    text-decoration: none;
}

.rektor .detail-home {
    font-size: 10px;
}

.rektor .col-xs-7, .berita .col-xs-5 {
    padding: 0;
}

.rektor .col-xs-3, .rektor .col-xs-9 {
    padding: 0;
}

.rektor .col-xs-3 {
    padding-top: 20px;
}

.rektor h2 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    margin: 0;
    padding:0;
    margin-bottom: 5px;
    text-shadow:1px 1px 2px #999;
    color: #444;

}

.quote {
    background: url(../../images/q1.png) top left no-repeat;
    padding-left: 55px;
    line-height: 18px;
    color: #575757;
    border: none;
    margin-top: 25px;

}
.quote p {
    padding-right: 40px;
    line-height: 18px;
    background: url(../../images/q2.png) bottom right no-repeat;
    padding-bottom: 15px;
    color: #333;
    font-size: 22px;
    font-family: 'Playball', cursive;
}

.post {
  margin-bottom: 20px;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}
.post-title {
  margin-bottom: 5px;
}
.post-meta {
  margin-bottom: 15px;
  color: #999;
  font-size: 11px;
}
.post h2 {
    margin-top: 0;
}
.post hr {
    margin-top:10px;
    margin-bottom: 10px;
}

.footer {
  padding: 5px;
  background-color: #1D1D1D;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}

.footer a {
  color: #929292;
  text-decoration: none;
}

.footer a:hover, .header-top a:hover {
  color: #FFBE24;
}

.copyright {
  background-color:#000000;
  padding: 10px;
  text-align: center;
  color: #929292;
  font-size: 13px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 980px;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.content .col-xs-3, .content .col-xs-6 {
    padding-top: 0;
}

.container-slide {
  width: 980px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-slide .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

.breadcrumb {
    background: #2c3e50; /*#367215;*/
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb .active, .breadcrumb li {
    color: #ffffff;
}

.container-slide .breadcrumb {
    margin-bottom: 5px;
    margin-top: 0px;
}

.col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

/* Demonstrate the grids */
.col-xs-3, .col-xs-6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}