@charset "utf-8";
.bgimage {
	background-image: url('../images/bg_01.jpg');
	background-position: center center;
	background-size: cover;
	height: 200px;
}
.thumb {
  max-width: 130px;
  margin: 0 auto;
  display: block;
}
.tengah section {
  text-align: center;
  
  }
/* scrollspy */
.scrollspy-example {
  overflow: auto;
  position: relative;
  height: 400px;
}

/*
PANELS
*/
.panel {
  margin-bottom: 1em;
  background-color: #ffffff;
  border: 1px solid #bdc3c7;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 1em;
  background: #ecf0f1;
  border-bottom: 1px solid #bdc3c7;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.panel-title {
  font-size: 1em;
}
.panel-footer {
  padding: 1em;
  background-color: #ecf0f1;
  border-top: 1px solid #bdc3c7;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.panel-primary {
  border-color: #b70000;
  /*
  border-color: #3498db;*/
}
.panel-primary .panel-heading {
  color: #ffffff;
  background: #b70000;
  border-color: #b70000;
  /*
  background: #3498db;
  border-color: #3498db;*/
}
.panel-success {
  border-color: #2ecc71;
}
.panel-success .panel-heading {
  color: #ffffff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.panel-warning {
  border-color: #f1c40f;
}
.panel-warning .panel-heading {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.panel-danger {
  border-color: #e74c3c;
}
.panel-danger .panel-heading {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.panel-info {
  border-color: #1abc9c;
}
.panel-info .panel-heading {
  color: #ffffff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 280px;
    height: 63px;
    padding: 30px 0;
    background: url(../img/logo.png) 20px center no-repeat;
}

.header ul.nav {
    font-size: 14px;
    text-transform: uppercase;
}

.header ul.nav li a {
    padding: 30px 20px 10px 20px;
    color: #5d5d5d;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #9d426b;
    background: #f8f8f8;
}

.header ul.nav li a:hover {
    background: #9d426b;
    color: #fff;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }


/*
LABELS & BADGES
*/
.label,
.badge {
  background: #ecf0f1;
  padding: 1em 1em;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 10px;
}
.label-default,
.badge-default {
  color: #333333;
}
.label-primary,
.badge-primary {
  background: #3498db;
}
.label-success,
.badge-success {
  background: #2ecc71;
}
.label-warning,
.badge-warning {
  background: #f1c40f;
}
.label-danger,
.badge-danger {
  background: #e74c3c;
}
.label-info,
.badge-info {
  background: #1abc9c;
}
/* 

/*
PAGE HEADER 
*/
.page-header {
  margin: 2em 0;
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 0.5em;
}
/* 
/* 
ALERTS
*/
.alert,
.alert-danger,
.alert-success,
.alert-info,
.alert-block {
  color: #ffffff;
  text-shadow: none;
  border: 0;
  padding: 1em;
  margin-bottom: 1em;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.alert {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert a {
  color: #f39c12;
}
.alert-danger a {
  color: #c0392b;
}
.alert-success a {
  color: #27ae60;
}
.alert-info a {
  color: #2980b9;
}
.alert a:hover {
  color: #ffffff;
}
/*

/* INVERSE BUTTON */
.btn-inverse,
a.btn-inverse {
  border: 1px solid #34495e;
  color: #ffffff;
  background: #34495e;
}
.btn-inverse:hover,
.btn-inverse:active {
  border: 1px solid #2c3e50;
  color: #ffffff;
  background: #2c3e50;
}
/* WARNING BUTTON */
.btn-warning,
a.btn-warning {
  border: 1px solid #f1c40f;
  color: #ffffff;
  background: #f1c40f;
}
.btn-warning:hover,
.btn-warning:active {
  border: 1px solid #f39c12;
  color: #ffffff;
  background: #f39c12;
}
/* DANGER BUTTON */
.btn-danger,
a.btn-danger {
  border: 1px solid #e74c3c;
  color: #ffffff;
  background: #e74c3c;
}
.btn-danger:hover,
.btn-danger:active {
  border: 1px solid #c0392b;
  color: #ffffff;
  background: #c0392b;
}
/* full width footer */
.footer-wrapper {
  background: #333;
  margin-top: 64px;
}
/* demo stuff */
.footer {
  border-top: 1px solid #bdc3c7;
  padding-top: 1em;
  margin-top: 4em;
  padding-bottom: 3em;
  color: #999;
}
.footer a {
  color: #555;
}
footer {
  color: #fff;
  padding: 32px 0;
}
footer p {
  margin-bottom: 0;
}
.leading {
  margin-bottom: 2em;
}
.color-padding2 div {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* full width image */
img.full-width-image {
  width: 100%;
}
/*
PAGE HEADER 
*/
.page-header {
  margin: 2em 0;
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 0.5em;
}
/* 
/* 
NAVBAR
*/
.navbar {
  background: #ffffff;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.navbar-default {
  border: 0;
  border-bottom: 1px solid #bdc3c7;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #3498db;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background: #3498db;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background: #3498db;
}
.navbar-brand {
  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 1.5em;
  font-weight: 900;
}
.navbar-brand a {
  color: #e74c3c;
}
.navbar-default .navbar-brand {
  color: #e74c3c;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #c0392b;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff;
  background-color: #3498db;
}
.navbar-nav > li > a {
  color: #333333;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.navbar-nav > li > .dropdown-menu {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
ul.navbar-nav {
  margin: 0;
  margin-top: 8px;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #ffffff;
  background: #3498db;
}
.navbar-nav > li > .dropdown-menu {
  border: solid #bdc3c7 1px;
}
.navbar-nav .dropdown-menu .divider {
  border-color: #bdc3c7;
  background: #bdc3c7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #3498db;
}
.navbar-inverse {
  background: #333333;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #333333;
  background: #ffffff;
}
.nav .caret {
  border-top-color: #e74c3c;
  border-bottom-color: #e74c3c;
  margin-top: -4px;
  /* matches height of caret */

}
.nav a:hover .caret,
.nav a:focus .caret,
.nav a:active .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* 
TABLES
*/
table,
.table {
  margin-bottom: 1.5em;
  background: #ffffff;
}
th,
.table th,
.table th {
  padding: 1em;
  line-height: 2;
}
td,
.table td,
.table td {
  padding: 1em;
  line-height: 2;
  vertical-align: middle;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
caption {
  font-weight: bold;
  padding: 1em;
  border: 1px solid #bdc3c7;
  border-bottom: 0;
}
/* adds zebra striping */
.table-striped tbody > tr:nth-child(odd) {
  background: #ecf0f1;
}
/* enables a hover state on table rows within the tbody */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
.table-striped.table-hover tbody tr:hover td,
.table-striped.table-hover tbody tr:hover th {
  background-color: #bdc3c7;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
/* makes tables more condensed by cutting cell padding in half */
.table-condensed th,
.table-condensed td,
.table-striped.table-condensed td,
.table-striped.table-condensed th {
  padding: 0.5em;
  font-size: 1.1em;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-bordered th,
.table-bordered td {
  border: #bdc3c7 1px solid;
  border-top: 0;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  text-align: right;
}
th {
  white-space: nowrap;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background: #f1c40f;
  border-color: #f1c40f;
  color: #ffffff;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ecf0f1;
  border-color: #bdc3c7;
}
/* 
JUMBOTRON
*/
.jumbotron {
  background-color: none;
  background: transparent;
}
.jumbotron h1 {
  font-weight: 900;
  font-size: 3em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #b70000;
}
.container .jumbotron {
  padding: 0;
  padding-bottom: 2em;
  padding-top: 1em;
  text-align: center;
  border-bottom: 5px solid #bdc3c7;
  margin-bottom: 3em;
  border-radius: 0;
  -moz-border-radius: 0;
}
.jumbotron h3 {
  color: #7f8c8d;
  font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
  margin-bottom: 1em;
  font-weight: 400;
}
/* 
PAGER 
*/
.pager li > a,
.pager li > span {
  color: #ffffff;
  background: #3498db;
  border: solid 1px #3498db;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #ffffff;
  background-color: #2980b9;
}
#sekat {
  margin-top: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmFmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #ffffff, #fefaf0);
  background-image: -webkit-linear-gradient(top, #ffffff, #fefaf0);
  background-image: linear-gradient(to bottom, #ffffff, #fefaf0);
  padding-left: 9.16667%;
  padding-right: 9.16667%;
  text-align: center;
  border-top: 2px solid #DF4848;
  border-bottom: 2px solid #DF4848;
}

#sekatputih {
  margin-top: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmFmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  padding-left: 9.16667%;
  padding-right: 9.16667%;
  text-align: center;
  border-top: 2px solid #DF4848;
  border-bottom: 2px solid #DF4848;
}
.color-padding div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.red {
  color: #e74c3c;
}
.red-bg {
  background: #e74c3c;
}
.red2 {
  color: #c0392b;
}
.red2-bg {
  background: #c0392b;
}
.blue {
  color: #3498db;
}
.blue-bg {
  background: #3498db;
}
.blue2 {
  color: #2980b9;
}
.blue2-bg {
  background: #2980b9;
}
.green {
  color: #2ecc71;
}
.green-bg {
  background: #2ecc71;
}
.green2 {
  color: #27ae60;
}
.green2-bg {
  background: #27ae60;
}
.yellow {
  color: #f1c40f;
}
.yellow-bg {
  background: #f1c40f;
}
.yellow2 {
  color: #f39c12;
}
.yellow2-bg {
  background: #f39c12;
}
.orange {
  color: #e67e22;
}
.orange-bg {
  background: #e67e22;
}
.orange2 {
  color: #d35400;
}
.orange2-bg {
  background: #d35400;
}
.teal {
  color: #1abc9c;
}
.teal-bg {
  background: #1abc9c;
}
.teal2 {
  color: #16a085;
}
.teal2-bg {
  background: #16a085;
}
.purple {
  color: #9b59b6;
}
.purple-bg {
  background: #9b59b6;
}
.purple2 {
  color: #8e44ad;
}
.purple2-bg {
  background: #8e44ad;
}
.steel-grey {
  color: #34495e;
}
.steel-grey-bg {
  background: #34495e;
}
.steel-grey2 {
  color: #2c3e50;
}
.steel-grey2-bg {
  background: #2c3e50;
}
.off-white {
  color: #ecf0f1;
}
.off-white-bg {
  background: #ecf0f1;
}
.light-grey {
  color: #bdc3c7;
}
.light-grey-bg {
  background: #bdc3c7;
}
.grey {
  color: #95a5a6;
}
.grey-bg {
  background: #95a5a6;
}
.medium-grey {
  color: #7f8c8d;
}
.medium-grey-bg {
  background: #7f8c8d;
}
.red-bg,
.red2-bg,
.blue-bg,
.blue2-bg,
.green-bg,
.green2-bg,
.yellow-bg,
.yellow2-bg,
.orange-bg,
.orange2-bg,
.teal-bg,
.teal2-bg,
.purple-bg,
.purple2-bg,
.steel-grey-bg,
.steel-grey2-bg,
.off-white-bg,
.light-grey-bg,
.grey-bg,
.medium-grey-bg {
  color: #ffffff;
}
/* 
WELLS
*/
.well {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #ecf0f1;
  border: 1px solid #bdc3c7;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.well-large {
  padding: 1.5em;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.well-small {
  padding: 0.5em;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* 
NAVS - TABS & PILLS
*/
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #3498db;
  border-color: #bdc3c7;
  color: #ffffff;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.nav-tabs {
  border-bottom: solid 1px #bdc3c7;
}
.nav-tabs > li > a {
  border: solid #bdc3c7 transparent;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333333;
  background: #ffffff;
  border-top: solid 1px #bdc3c7;
  border-left: solid 1px #bdc3c7;
  border-right: solid 1px #bdc3c7;
  border-bottom: solid 1px transparent;
}
.nav-tabs > li > a:hover {
  border-color: none;
  border-bottom-color: #bdc3c7;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: solid 1px #bdc3c7;
}
ul.nav-tabs,
ul.nav-pills {
  margin: 0;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  border-color: #bdc3c7;
}
.nav-tabs .dropdown-menu .divider,
.nav-pills .dropdown-menu .divider {
  border-color: #bdc3c7;
  background: #bdc3c7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #3498db;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* Callouts */
.callout {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(http://www.deso-ebook.com/images/callout.jpg) center center;
  background-size: cover;
  padding: 60px 0;
  color:#000;
}
/*.callout {
  color: #ffffff;
  position: relative;
  display: table;
  height: 80px;
  width: 100%;
  background: url(http://www.deso-ebook.com/images/callout.jpg) no-repeat center center fixed; */
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
ul,
ol {
  margin-bottom: 2em;
  margin-left: 1em;
  padding-left: 0;
}
ul.unstyled,
ul.inline {
  margin-left: 0;
  padding-left: 0;
}
li {
  line-height: 2;
}
ul.inline li {
  margin-right: 1em;
  display: inline-block;
}
ul.inline li.right {
  margin-left: 1em;
}
ul.list-unstyled {
  margin-left: 0;
}

/* MENU CONF*/

.menu {
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a > i {
  float: left;
  display: inline-block;
  vertical-align: middle; 
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu,
.body-push {
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
      transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0,0,0,0.25);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
}
/*
PAGINATION
*/
.pagination ul {
  margin-bottom: 0;
  margin-left: 0;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination li > a,
.pagination li > span {
  border: 1px solid #bdc3c7;
  padding: 0.5em 1em;
}
.pagination li > a:hover,
.pagination .active > a,
.pagination .active > span {
  background: #3498db;
  color: #ffffff;
  border-color: #3498db;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #3498db;
  border-color: #3498db;
}
/*
/* CSS Document */


/* HOVER CONTENT */
.drop-content {
	display: none;
	position: absolute;
	background: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
	margin-right: 10px;
	margin-left: 10px;
}

.drop-content a{
	display: black;
	color:black;
	text-decoration: none;
	padding: 15px 16px;
	text-align: left;
}

.drop-content a:hover{
	background-color: #f1f1f1;
}

.drop:hover .drop-content{
	display: block;

}

