@media print {
  table.table-content {
    border-collapse: collapse !important;
  }
  table.table-content td,
  table.table-content th {
    background-color: #fff !important;
  }
  table.table-content th,
  table.table-content td {
    border: 1px solid #ddd !important;
  }
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.thumbnail,
.img-responsive-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
#scrollUp {
  border-radius: 50%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
table.table-content {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.table-content > thead > tr > th,
table.table-content > tbody > tr > th,
table.table-content > tfoot > tr > th,
table.table-content > thead > tr > td,
table.table-content > tbody > tr > td,
table.table-content > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.table-content > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table.table-content > caption + thead > tr:first-child > th,
table.table-content > colgroup + thead > tr:first-child > th,
table.table-content > thead:first-child > tr:first-child > th,
table.table-content > caption + thead > tr:first-child > td,
table.table-content > colgroup + thead > tr:first-child > td,
table.table-content > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table-content > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.table-content table.table-content {
  background-color: #ecf0f5;
}
table.table-content > thead > tr > th,
table.table-content > tbody > tr > th,
table.table-content > tfoot > tr > th,
table.table-content > thead > tr > td,
table.table-content > tbody > tr > td,
table.table-content > tfoot > tr > td {
  padding: 5px;
}
table.table-content {
  border: 1px solid #dddddd;
}
table.table-content > thead > tr > th,
table.table-content > tbody > tr > th,
table.table-content > tfoot > tr > th,
table.table-content > thead > tr > td,
table.table-content > tbody > tr > td,
table.table-content > tfoot > tr > td {
  border: 1px solid #dddddd;
}
table.table-content > thead > tr > th,
table.table-content > thead > tr > td {
  border-bottom-width: 2px;
}
table.table-content > tbody > tr:nth-of-type(odd) {
  background-color: #f5f7fb;
}
table.table-content > tbody > tr:hover {
  background-color: #d9e0ee;
}
table.table-content > thead > tr > td.active,
table.table-content > tbody > tr > td.active,
table.table-content > tfoot > tr > td.active,
table.table-content > thead > tr > th.active,
table.table-content > tbody > tr > th.active,
table.table-content > tfoot > tr > th.active,
table.table-content > thead > tr.active > td,
table.table-content > tbody > tr.active > td,
table.table-content > tfoot > tr.active > td,
table.table-content > thead > tr.active > th,
table.table-content > tbody > tr.active > th,
table.table-content > tfoot > tr.active > th {
  background-color: #d9e0ee;
}
table.table-content > tbody > tr > td.active:hover,
table.table-content > tbody > tr > th.active:hover,
table.table-content > tbody > tr.active:hover > td,
table.table-content > tbody > tr:hover > .active,
table.table-content > tbody > tr.active:hover > th {
  background-color: #c7d1e7;
}
table.table-content > thead > tr > td.success,
table.table-content > tbody > tr > td.success,
table.table-content > tfoot > tr > td.success,
table.table-content > thead > tr > th.success,
table.table-content > tbody > tr > th.success,
table.table-content > tfoot > tr > th.success,
table.table-content > thead > tr.success > td,
table.table-content > tbody > tr.success > td,
table.table-content > tfoot > tr.success > td,
table.table-content > thead > tr.success > th,
table.table-content > tbody > tr.success > th,
table.table-content > tfoot > tr.success > th {
  background-color: #dff0d8;
}
table.table-content > tbody > tr > td.success:hover,
table.table-content > tbody > tr > th.success:hover,
table.table-content > tbody > tr.success:hover > td,
table.table-content > tbody > tr:hover > .success,
table.table-content > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
table.table-content > thead > tr > td.info,
table.table-content > tbody > tr > td.info,
table.table-content > tfoot > tr > td.info,
table.table-content > thead > tr > th.info,
table.table-content > tbody > tr > th.info,
table.table-content > tfoot > tr > th.info,
table.table-content > thead > tr.info > td,
table.table-content > tbody > tr.info > td,
table.table-content > tfoot > tr.info > td,
table.table-content > thead > tr.info > th,
table.table-content > tbody > tr.info > th,
table.table-content > tfoot > tr.info > th {
  background-color: #d9edf7;
}
table.table-content > tbody > tr > td.info:hover,
table.table-content > tbody > tr > th.info:hover,
table.table-content > tbody > tr.info:hover > td,
table.table-content > tbody > tr:hover > .info,
table.table-content > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
table.table-content > thead > tr > td.warning,
table.table-content > tbody > tr > td.warning,
table.table-content > tfoot > tr > td.warning,
table.table-content > thead > tr > th.warning,
table.table-content > tbody > tr > th.warning,
table.table-content > tfoot > tr > th.warning,
table.table-content > thead > tr.warning > td,
table.table-content > tbody > tr.warning > td,
table.table-content > tfoot > tr.warning > td,
table.table-content > thead > tr.warning > th,
table.table-content > tbody > tr.warning > th,
table.table-content > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
table.table-content > tbody > tr > td.warning:hover,
table.table-content > tbody > tr > th.warning:hover,
table.table-content > tbody > tr.warning:hover > td,
table.table-content > tbody > tr:hover > .warning,
table.table-content > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
table.table-content > thead > tr > td.danger,
table.table-content > tbody > tr > td.danger,
table.table-content > tfoot > tr > td.danger,
table.table-content > thead > tr > th.danger,
table.table-content > tbody > tr > th.danger,
table.table-content > tfoot > tr > th.danger,
table.table-content > thead > tr.danger > td,
table.table-content > tbody > tr.danger > td,
table.table-content > tfoot > tr.danger > td,
table.table-content > thead > tr.danger > th,
table.table-content > tbody > tr.danger > th,
table.table-content > tfoot > tr.danger > th {
  background-color: #f2dede;
}
table.table-content > tbody > tr > td.danger:hover,
table.table-content > tbody > tr > th.danger:hover,
table.table-content > tbody > tr.danger:hover > td,
table.table-content > tbody > tr:hover > .danger,
table.table-content > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive > table.table-content {
    margin-bottom: 0;
  }
  .table-responsive > table.table-content > thead > tr > th,
  .table-responsive > table.table-content > tbody > tr > th,
  .table-responsive > table.table-content > tfoot > tr > th,
  .table-responsive > table.table-content > thead > tr > td,
  .table-responsive > table.table-content > tbody > tr > td,
  .table-responsive > table.table-content > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > table.table-content {
    border: 0;
  }
  .table-responsive > table.table-content > thead > tr > th:first-child,
  .table-responsive > table.table-content > tbody > tr > th:first-child,
  .table-responsive > table.table-content > tfoot > tr > th:first-child,
  .table-responsive > table.table-content > thead > tr > td:first-child,
  .table-responsive > table.table-content > tbody > tr > td:first-child,
  .table-responsive > table.table-content > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > table.table-content > thead > tr > th:last-child,
  .table-responsive > table.table-content > tbody > tr > th:last-child,
  .table-responsive > table.table-content > tfoot > tr > th:last-child,
  .table-responsive > table.table-content > thead > tr > td:last-child,
  .table-responsive > table.table-content > tbody > tr > td:last-child,
  .table-responsive > table.table-content > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > table.table-content > tbody > tr:last-child > th,
  .table-responsive > table.table-content > tfoot > tr:last-child > th,
  .table-responsive > table.table-content > tbody > tr:last-child > td,
  .table-responsive > table.table-content > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.form-search .input-group-search.input-group-search-lg .keyword {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.panel > table.table-content,
.panel > .table-responsive > table.table-content,
.panel > .panel-collapse > table.table-content {
  margin-bottom: 0;
}
.panel > table.table-content caption,
.panel > .table-responsive > table.table-content caption,
.panel > .panel-collapse > table.table-content caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > table.table-content:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > table.table-content:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > thead:first-child > tr:first-child,
.panel > table.table-content:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > table.table-content:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table.table-content:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table.table-content:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table.table-content:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table.table-content:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > table.table-content:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table.table-content:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table.table-content:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table.table-content:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table.table-content:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table.table-content:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table.table-content:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table.table-content:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > table.table-content:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > table.table-content:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tbody:last-child > tr:last-child,
.panel > table.table-content:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > table.table-content:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table.table-content:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table.table-content:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table.table-content:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > table.table-content:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table.table-content:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table.table-content:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table.table-content:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table.table-content:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + table.table-content,
.panel > table.table-content + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > table.table-content > tbody:first-child > tr:first-child th,
.panel > table.table-content > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > table.table-content,
.panel > .table-responsive > table.table-content {
  border: 0;
}
.panel > table.table-content > thead > tr > th:first-child,
.panel > .table-responsive > table.table-content > thead > tr > th:first-child,
.panel > table.table-content > tbody > tr > th:first-child,
.panel > .table-responsive > table.table-content > tbody > tr > th:first-child,
.panel > table.table-content > tfoot > tr > th:first-child,
.panel > .table-responsive > table.table-content > tfoot > tr > th:first-child,
.panel > table.table-content > thead > tr > td:first-child,
.panel > .table-responsive > table.table-content > thead > tr > td:first-child,
.panel > table.table-content > tbody > tr > td:first-child,
.panel > .table-responsive > table.table-content > tbody > tr > td:first-child,
.panel > table.table-content > tfoot > tr > td:first-child,
.panel > .table-responsive > table.table-content > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > table.table-content > thead > tr > th:last-child,
.panel > .table-responsive > table.table-content > thead > tr > th:last-child,
.panel > table.table-content > tbody > tr > th:last-child,
.panel > .table-responsive > table.table-content > tbody > tr > th:last-child,
.panel > table.table-content > tfoot > tr > th:last-child,
.panel > .table-responsive > table.table-content > tfoot > tr > th:last-child,
.panel > table.table-content > thead > tr > td:last-child,
.panel > .table-responsive > table.table-content > thead > tr > td:last-child,
.panel > table.table-content > tbody > tr > td:last-child,
.panel > .table-responsive > table.table-content > tbody > tr > td:last-child,
.panel > table.table-content > tfoot > tr > td:last-child,
.panel > .table-responsive > table.table-content > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > table.table-content > thead > tr:first-child > td,
.panel > .table-responsive > table.table-content > thead > tr:first-child > td,
.panel > table.table-content > tbody > tr:first-child > td,
.panel > .table-responsive > table.table-content > tbody > tr:first-child > td,
.panel > table.table-content > thead > tr:first-child > th,
.panel > .table-responsive > table.table-content > thead > tr:first-child > th,
.panel > table.table-content > tbody > tr:first-child > th,
.panel > .table-responsive > table.table-content > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > table.table-content > tbody > tr:last-child > td,
.panel > .table-responsive > table.table-content > tbody > tr:last-child > td,
.panel > table.table-content > tfoot > tr:last-child > td,
.panel > .table-responsive > table.table-content > tfoot > tr:last-child > td,
.panel > table.table-content > tbody > tr:last-child > th,
.panel > .table-responsive > table.table-content > tbody > tr:last-child > th,
.panel > table.table-content > tfoot > tr:last-child > th,
.panel > .table-responsive > table.table-content > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container-fluid:after {
  clear: both;
}
/* Styles dung chung tro giup qua trinh lam giao dien
-------------------------------------------------- */
/* RESET
-------------------------------------------------- */
* {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
html,
body {
  height: 100%;
}
/* Border
-------------------------------------------------- */
.border-primary {
  border-color: #92a6cf;
}
.border-success {
  border-color: #a3d7a3;
}
.border-info {
  border-color: #b0e1ef;
}
.border-danger {
  border-color: #eba5a3;
}
.border-warning {
  border-color: #f8d9ac;
}
.border-none {
  border: none;
}
.border-white {
  border-color: #fff;
}
/* TEXT
-------------------------------------------------- */
.text-large {
  font-size: 18px;
}
.text-small {
  font-size: 12px;
}
.text-color,
.text-color:hover {
  color: #333333;
}
.text-gray {
  color: #d2d6de;
}
.text-gray-light {
  color: #777777;
}
.text-gray-lighter {
  color: #eeeeee;
}
/* FORM
-------------------------------------------------- */
select.input-xs {
  height: 22px;
  line-height: 22px;
}
.form-group .error .help-block,
.form-group .error .control-label,
.form-group .error .radio,
.form-group .error .checkbox,
.form-group .error .radio-inline,
.form-group .error .checkbox-inline,
.form-group .error.radio label,
.form-group .error.checkbox label,
.form-group .error.radio-inline label,
.form-group .error.checkbox-inline label {
  color: #a94442;
}
.form-group .error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-group .error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.form-group .error .form-control-feedback {
  color: #a94442;
}
.form-group .success .help-block,
.form-group .success .control-label,
.form-group .success .radio,
.form-group .success .checkbox,
.form-group .success .radio-inline,
.form-group .success .checkbox-inline,
.form-group .success.radio label,
.form-group .success.checkbox label,
.form-group .success.radio-inline label,
.form-group .success.checkbox-inline label {
  color: #3c763d;
}
.form-group .success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.form-group .success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-group .success .form-control-feedback {
  color: #3c763d;
}
.form-group .warning .help-block,
.form-group .warning .control-label,
.form-group .warning .radio,
.form-group .warning .checkbox,
.form-group .warning .radio-inline,
.form-group .warning .checkbox-inline,
.form-group .warning.radio label,
.form-group .warning.checkbox label,
.form-group .warning.radio-inline label,
.form-group .warning.checkbox-inline label {
  color: #8a6d3b;
}
.form-group .warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.form-group .warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.form-group .warning .form-control-feedback {
  color: #8a6d3b;
}
.label.text-medium {
  font-size: 85%;
}
/* NAV
-------------------------------------------------- */
.nav.nav-pills.nav-danger .active a,
.nav.nav-pills.nav-danger .active a:hover,
.nav.nav-pills.nav-danger .active a:focus {
  background-color: #d9534f;
}
.nav.nav-pills.nav-success .active a,
.nav.nav-pills.nav-success .active a:hover,
.nav.nav-pills.nav-success .active a:focus {
  background-color: #5cb85c;
}
/* IMAGE
-------------------------------------------------- */
/* GRID : http://www.helloerik.com/bootstrap-3-grid-introduction
-------------------------------------------------- */
.gutter,
.gutter .row {
  padding-left: 5px;
  padding-right: 5px;
}
.gutter > *,
.gutter .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.nested {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.col.nested-col {
  margin-left: 0px;
  padding-left: 0px;
}
.col.nested-col label {
  left: 0;
}
/* COMPONENT
-------------------------------------------------- */
.popover {
  min-width: 200px;
}
/* Responsive
-------------------------------------------------- */
@media (max-width: 600px) {
  .center-only-small-align {
    text-align: center;
  }
}
/* OVERRIDE BOOTSTRAP
-------------------------------------------------- */
.btn-group.btn-group-right {
  float: left;
}
.btn-group.btn-group-right .dropdown-menu {
  right: 0;
  left: inherit;
}
.btn {
  border-radius: 0px;
}
.btn.btn-link {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.label,
.box {
  border-radius: 0px;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.float-none {
  float: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.bg-white {
  background-color: #fff !important;
}
.text-success-brand {
  color: #5cb85c !important;
}
.text-error {
  color: red !important;
}
.text-danger-brand {
  color: #d9534f !important;
}
.no-hover {
  text-decoration: none!important;
}
.text-del {
  text-decoration: line-through !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-thin {
  font-weight: 300 !important;
}
.text-500 {
  font-weight: 500 !important;
}
.text-600 {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: bold !important;
}
.lineheight20 {
  line-height: 20px !important;
}
.lineheight22 {
  line-height: 22px !important;
}
.lineheight24 {
  line-height: 24px !important;
}
.text-white {
  color: #fff !important;
}
.text-underline {
  text-decoration: underline;
}
.text-main-color {
  color: #009688!important;
}
.main-background {
  background-color: #009688!important;
}
.white-background {
  background-color: #FFFFFF!important;
}
.no-background {
  background: none !important;
}
.text-highlight {
  color: #EA8620;
}
.text-upper {
  text-transform: uppercase;
}
.text-upper-first {
  text-transform: capitalize;
}
.text-lower {
  text-transform: lowercase;
}
.text-silver {
  color: silver!important;
}
.text-black {
  color: #000 !important;
}
.text-333 {
  color: #333 !important;
}
.text-444 {
  color: #444 !important;
}
.text-555 {
  color: #555 !important;
}
.text-666 {
  color: #666 !important;
}
.text-9 {
  font-size: 9px !important;
}
.text-10 {
  font-size: 10px !important;
}
.text-11 {
  font-size: 11px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-13 {
  font-size: 13px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-15 {
  font-size: 15px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-17 {
  font-size: 17px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-19 {
  font-size: 19px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-23 {
  font-size: 23px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-27 {
  font-size: 27px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-40 {
  font-size: 40px !important;
}
.text-50 {
  font-size: 50px !important;
}
.non-uppercase {
  text-transform: none!important;
}
.text-ellipsis,
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* TEXT-ITALIC
--------------------------------------------------*/
.text-italic {
  font-style: italic!important;
}
/* FONT-WEIGHT
--------------------------------------------------*/
.font-weight-100 {
  font-weight: 100!important;
}
.font-weight-200 {
  font-weight: 200!important;
}
.font-weight-300 {
  font-weight: 300!important;
}
.font-weight-400 {
  font-weight: 400!important;
}
.font-weight-500 {
  font-weight: 500!important;
}
/* DISPLAY
-------------------------------------------------- */
.display-none {
  display: none;
}
.display-block {
  display: block;
}
/* BACKGROUND
-------------------------------------------------- */
.background-none {
  background: none !important;
}
.background-white {
  background: #fff !important;
}
/* Margin
-------------------------------------------------- */
.margin0 {
  margin: 0px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin15 {
  margin: 15px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin25 {
  margin: 25px !important;
}
.margintop-20 {
  margin-top: -20px !important;
}
.margintop-15 {
  margin-top: -15px !important;
}
.margintop-10 {
  margin-top: -10px !important;
}
.margintop-5 {
  margin-top: -5px !important;
}
.margintop0 {
  margin-top: 0px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop35 {
  margin-top: 35px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop60 {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .margintop10-xs {
    margin-top: 10px !important;
  }
}
.marginbottom-20 {
  margin-bottom: -20px !important;
}
.marginbottom-15 {
  margin-bottom: -15px !important;
}
.marginbottom-10 {
  margin-bottom: -10px !important;
}
.marginbottom-5 {
  margin-bottom: -5px !important;
}
.marginbottom0 {
  margin-bottom: 0px !important;
}
.marginbottom1 {
  margin-bottom: 1px !important;
}
.marginbottom2 {
  margin-bottom: 2px !important;
}
.marginbottom3 {
  margin-bottom: 3px !important;
}
.marginbottom4 {
  margin-bottom: 4px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
.marginbottom50 {
  margin-bottom: 50px !important;
}
.marginleft0 {
  margin-left: 0px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft15 {
  margin-left: 10px !important;
}
.marginright0 {
  margin-right: 0px !important;
}
.marginright5 {
  margin-right: 5px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright15 {
  margin-right: 15px !important;
}
.marginwidth-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
/* Padding
-------------------------------------------------- */
.padding0 {
  padding: 0px !important;
}
.padding1 {
  padding: 1px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding25 {
  padding: 25px !important;
}
.paddingtop0 {
  padding-top: 0px !important;
}
.paddingtop5 {
  padding-top: 5px !important;
}
.paddingtop10 {
  padding-top: 10px !important;
}
.paddingtop15 {
  padding-top: 15px !important;
}
.paddingtop20 {
  padding-top: 20px !important;
}
.paddingtop30 {
  padding-top: 30px !important;
}
.paddingtop40 {
  padding-top: 40px !important;
}
.paddingtop50 {
  padding-top: 50px !important;
}
.paddingbottom0 {
  padding-bottom: 0px !important;
}
.paddingbottom5 {
  padding-bottom: 5px !important;
}
.paddingbottom10 {
  padding-bottom: 10px !important;
}
.paddingbottom20 {
  padding-bottom: 20px !important;
}
.paddingbottom30 {
  padding-bottom: 30px !important;
}
.paddingleft0 {
  padding-left: 0px !important;
}
.paddingleft5 {
  padding-left: 5px !important;
}
.paddingleft10 {
  padding-left: 10px !important;
}
.paddingleft15 {
  padding-left: 15px !important;
}
.paddingleft20 {
  padding-left: 20px !important;
}
.paddingright0 {
  padding-right: 0px !important;
}
.paddingright5 {
  padding-right: 5px !important;
}
.paddingright10 {
  padding-right: 10px !important;
}
.paddingright15 {
  padding-right: 15px !important;
}
.paddingright20 {
  padding-right: 20px !important;
}
.paddingwidth10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* Pointer
-------------------------------------------------- */
.pointer-disable {
  pointer-events: none;
  cursor: default;
}
.pointer {
  pointer-events: auto;
  cursor: pointer;
}
.help {
  cursor: help;
}
.drag {
  cursor: move;
}
/* Width Height
-------------------------------------------------- */
.w15 {
  width: 15px;
}
.w24 {
  width: 24px;
}
.w36 {
  width: 36px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w100percent {
  width: 100%;
}
.h40 {
  height: 40px;
}
.h1px {
  height: 1px !important;
}
/* table
-------------------------------------------------- */
table tr td.valign-middle {
  vertical-align: middle;
}
/* Border
-------------------------------------------------- */
.border-none {
  border: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-top-none {
  border-top: none !important;
}
@media (max-width: 768px) {
  .alignt-center-mobile {
    text-align: center !important;
  }
}
.right-align {
  text-align: right !important;
}
.left-align {
  text-align: left !important;
}
.center-align {
  text-align: center !important;
}
.justify-align {
  text-align: justify !important;
}
.vertical0 {
  vertical-align: 0;
}
.vertical-1 {
  vertical-align: -1px;
}
.vertical-2 {
  vertical-align: -2px;
}
.vertical1 {
  vertical-align: 1px;
}
.vertical2 {
  vertical-align: 2px;
}
/*-----------radius--------------*/
.radius2 {
  border-radius: 2px!important;
}
.radius3 {
  border-radius: 3px!important;
}
.radius4 {
  border-radius: 4px!important;
}
/*---------shadow-----------*/
.no-shadow {
  box-shadow: none!important;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.text-file {
  background-color: white !important;
  cursor: text !important;
}
.w300 {
  min-width: 300px;
}
.fa-fw1em {
  width: 1em;
  text-align: center;
}
#admin-post-form #image-preview img {
  max-height: 200px;
}
#admin-post-form .note-editable {
  background-color: #fff;
}
#admin-post-form .tagit-label {
  color: #4c6caf;
  font-weight: normal;
  font-size: 14px;
}
#admin-post-form .tagit-close {
  color: #333;
  margin: -1px 4px 0px 0px;
  font-size: 14px;
  line-height: 0px;
}
#admin-post-form .tagit-close:hover {
  color: #d9534f;
}
#admin-post-form .tagit-close .text-icon {
  display: block;
}
#admin-post-form .tagit-close .ui-icon {
  display: none;
}
#admin-post-form .tagit .tagit-choice {
  padding: 3px 19px 2px 4px;
}
#admin-post-form #upload-grid {
  max-height: 330px;
  overflow: auto;
}
.ui-menu .ui-menu-item.ui-state-focus {
  background: #4c6caf;
  border-color: #4c6caf;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  min-width: 320px;
}
.container-fluid {
  max-width: 1300px;
  min-width: 320px;
}
#fb-root {
  display: none;
}
.fb-comments,
.fb-like-box {
  width: 100% !important;
}
.fb-comments span,
.fb-like-box span {
  width: 100% !important;
}
.fb-comments span iframe[style],
.fb-like-box span iframe[style] {
  width: 100% !important;
}
.fb-like-box {
  background-color: #eaeef6;
  height: 232px !important;
}
blockquote {
  padding: 5px 10px;
  margin: 0;
  font-size: inherit;
  background-color: #fcfcfc;
}
.headroom {
  position: fixed;
  z-index: 9999;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #777777;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  padding: 4px 12px;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#scrollUp i {
  font-size: 25px;
  color: #fff;
}
#scrollUp:hover {
  background-color: #d2d6de;
  opacity: 1;
  filter: alpha(opacity=100);
}
#ajax-loading {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99999;
  margin: 0px;
  width: 220px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  min-height: 60px;
}
#ajax-loading .info-box-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
}
#ajax-loading .info-box-content {
  margin-left: 60px;
  font-size: 25px;
  line-height: 50px;
}
.truncate,
.truncate-120 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-120 {
  width: 120px;
}
.wmd-preview {
  padding: 2px 4px 0px 4px;
  border: 1px dotted #ccc;
  margin-top: 10px;
  background-color: #fff;
}
.wmd-input {
  padding: 2px 4px;
}
#upload-grid {
  max-height: 330px;
  overflow: auto;
}
.attach-images {
  max-height: 150px;
  overflow: auto;
}
.attach-images a {
  padding-bottom: 4px;
  display: inline-block;
}
.kartik-sheet-style .kv-merged-header {
  border-bottom: none !important;
}
.content-header > .breadcrumb {
  text-transform: uppercase;
}
.content-header > .breadcrumb > li {
  font-size: 13px;
}
.content-header > .breadcrumb > li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #bbb;
}
pre {
  border-color: #efefef;
}
section.content {
  min-height: 640px;
  overflow: inherit;
}
.bg-deleted {
  background-color: #F2DEDE !important;
}
.bg-accepted {
  background-color: #f5f7fb !important;
}
/* Pagination
-------------------------------------------------- */
.pagination li.prev.disabled,
.pagination li.next.disabled {
  display: none;
}
.pagination li a,
.pagination li span {
  border: none;
}
.creater {
  background-color: #f5f7fb;
  padding: 5px;
}
.creater.activity {
  background-color: #f9eee0;
}
.creater .count span {
  padding-right: 2px;
  cursor: help;
}
.creater .count span i.fa {
  font-size: 6px;
  vertical-align: 2px;
  padding-right: 2px;
}
.creater .count span i.fa.fa-star {
  font-size: 10px;
  vertical-align: 1px;
}
.creater .user .avatar {
  float: left;
  padding-right: 5px;
}
.creater .user .avatar img {
  width: 40px;
}
.creater .user .info {
  float: left;
}
.user-count span {
  padding-right: 2px;
  cursor: help;
}
.user-count span i.fa {
  font-size: 6px;
  vertical-align: 2px;
  padding-right: 2px;
}
.user-count span i.fa.fa-star {
  font-size: 10px;
  vertical-align: 1px;
}
.wmd-preview {
  padding: 2px 4px 0px 4px;
  border: 1px dotted #ccc;
  margin-top: 10px;
  background-color: #fff;
}
.wmd-input {
  padding: 2px 4px;
}
.form-search .input-group-search {
  position: relative;
}
.form-search .input-group-search .keyword {
  padding-left: 10px;
}
.form-search .input-group-search .submit {
  position: absolute;
  right: 0px;
  top: 0px;
  border: medium none;
  background: none;
  z-index: 3;
}
.form-search .input-group-search.input-group-search-md .keyword {
  font-size: 16px;
  padding-right: 38px;
}
.form-search .input-group-search.input-group-search-md .submit {
  width: 40px;
  height: 34px;
  font-size: 22px;
}
.form-search .input-group-search.input-group-search-lg .keyword {
  font-size: 20px;
  padding-right: 48px;
}
.form-search .input-group-search.input-group-search-lg .submit {
  width: 50px;
  height: 46px;
  font-size: 28px;
}
.form-search .input-group-search .twitter-typeahead {
  display: inherit !important;
}
.form-search .input-group-search .tt-dropdown-menu {
  width: 100%;
  border: 1px solid #eee;
  background-color: #fff;
}
.form-search .input-group-search .tt-dropdown-menu .tt-suggestions .tt-suggestion {
  padding: 10px 0px;
}
.form-search .input-group-search .tt-dropdown-menu .tt-suggestions .tt-suggestion a {
  padding: 10px;
}
.form-search .input-group-search .tt-dropdown-menu .tt-suggestions .tt-suggestion .push-text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding: 0px 5px 0px 5px;
  font-size: 20px;
  margin-top: -2px;
}
.form-search .input-group-search .tt-dataset-questions {
  background-color: #fff;
}
.form-search .input-group-search .tt-dataset-questions .tt-suggestion:nth-child(even) {
  background-color: #fdfdfd;
}
.form-search .input-group-search .tt-dataset-questions .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #f3f3f3;
}
.form-search .input-group-search .tt-dataset-tags {
  border-top: 1px solid #f3f3f3;
}
.form-search .input-group-search .tt-dataset-tags .tt-suggestion:nth-child(odd) {
  background-color: #fdfdfd;
}
.form-search .input-group-search .tt-dataset-tags .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #f3f3f3;
}
/* FROM
-------------------------------------------------- */
form .required > label:after {
  content: ' *';
  color: #d9534f;
}
form .required > label.require-after:before {
  content: '';
}
form .required > label.require-after:after {
  content: ' *';
  color: #d9534f;
}
form .required > label.require-before :before {
  content: '* ';
  color: #d9534f;
}
form .required > label.require-before:after {
  content: '';
}
form .required > label.require-clear {
  color: inherit;
}
form .required > label.require-clear:after {
  content: '';
}
form .required > label.require-clear:before {
  content: '';
}
.note-editor {
  border: 1px solid #ccc !important;
}
.note-editor .note-toolbar {
  border-bottom: 1px solid #ccc !important;
}
.note-editor .note-editable {
  background-color: #fff;
}
.media-user {
  padding: 10px 5px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  margin: 5px 0px;
}
/* GRID VIEW
-------------------------------------------------- */
.grid-view a.asc:after,
.grid-view a.desc:after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-left: 5px;
}
.grid-view a.asc:after {
  content: "\f15d";
}
.grid-view a.desc:after {
  content: "\f15e";
}
.grid-view .kv-expand-detail-loading {
  background: none !important;
}
.grid-view .kv-expand-icon-cell {
  cursor: pointer !important;
}
.grid-view .kv-thead-float {
  margin-top: -50px !important;
}
#box-user-menu .box-header .box-title img.avatar {
  width: 36px;
  border: 1px solid #ddd;
}
#box-user-menu ul.list-group {
  list-style: none;
  border: 1px solid #4c6caf;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#box-user-menu ul.list-group li a.list-group-item {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ddd;
}
#box-user-menu ul.list-group li:last-child a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.exercise-input {
  width: 150px;
  border: 1px solid #ddd;
}
.exercise-input.true {
  background-color: #c7e6c7;
}
.exercise-input.false {
  background-color: #f4cecd;
}
.breadcrumbs {
  font-size: 22px;
  line-height: 28px;
}
.breadcrumbs > span > a {
  color: #4c6caf;
}
.breadcrumbs > span > a > i {
  font-size: 38px;
}
.breadcrumbs > span > a > i.home {
  vertical-align: -4px;
}
.breadcrumbs > span > i.arrow {
  color: #ddd;
  font-size: 30px;
  vertical-align: -4px;
  padding: 5px;
}
.affix {
  top: 50px !important;
}
.affix-bottom {
  position: absolute !important;
}
.affix-top {
  position: absolute !important;
}
.btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.image-upload-box {
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 20px 10px;
}
.image-upload-box .hr-line {
  max-width: 80%;
  margin: 10px auto;
  border-top: 1px solid #ccccc8;
}
.image-upload-box .hr-line legend {
  font-size: 1em;
  padding: 0 15px;
  margin: 0 auto;
  color: #555;
  width: inherit;
  border: none;
}
.box-card-bbc {
  height: 410px;
}
.video-js .vjs-big-play-button {
  line-height: 1.8em !important;
  height: 2em !important;
  width: 3em !important;
  top: calc(50% - 1em) !important;
  left: calc(50% - 1.5em) !important;
}
.select2-container--krajee .select2-selection {
  border-radius: 0px !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container--krajee .select2-selection .select2-selection__choice {
  border-radius: 0px !important;
  border: none !important;
  background-color: #4c6caf !important;
  color: #fff !important;
  margin: 2px 0 0 2px !important;
  padding: 4px 6px !important;
}
.select2-container--krajee .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 1px 0 #333;
  font-size: 17px;
  margin: 0px 0 0 5px;
}
.select2-container--krajee .select2-dropdown {
  border-radius: 0px !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container--krajee .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #4c6caf;
  color: #fff;
}
.logo .logo-lg .fa-heart-o {
  position: relative;
}
.logo .logo-lg .fa-heart-o:after {
  content: ' ';
  position: absolute;
  border: 1px solid #fff;
  height: 8px;
  left: 9px;
  top: 17px;
}
.logo .logo-mini .fa-heart-o {
  position: relative;
}
.logo .logo-mini .fa-heart-o:after {
  content: ' ';
  position: absolute;
  border: 1px solid #fff;
  height: 8px;
  left: 8px;
  top: 16px;
}
.navbar-brand .fa-heart-o {
  position: relative;
}
.navbar-brand .fa-heart-o:after {
  content: ' ';
  position: absolute;
  border: 1px solid #fff;
  height: 8px;
  left: 8px;
  top: 16px;
}
.login-sidebar-close {
  display: none;
}
.sidebar-collapse .login-sidebar-close {
  display: block;
}
.sidebar-collapse .login-sidebar-open {
  display: none;
}
.sidebar-collapse.sidebar-open .login-sidebar-close {
  display: block;
}
.sidebar-collapse.sidebar-open .login-sidebar-open {
  display: none;
}
.sidebar-open .login-sidebar-close {
  display: none;
}
.sidebar-open .login-sidebar-open {
  display: block;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 680px;
  }
}
@media (max-width: 767px) {
  .login-sidebar-collapse {
    display: none;
  }
  .login-sidebar-open {
    display: block;
  }
  .sidebar-collapse .login-sidebar-close {
    display: none;
  }
  .sidebar-collapse .login-sidebar-open {
    display: block;
  }
  .sidebar-collapse.sidebar-open .login-sidebar-close {
    display: none;
  }
  .sidebar-collapse.sidebar-open .login-sidebar-open {
    display: block;
  }
}
.widget-user .widget-user-image {
  top: 20px;
  right: 20px;
  left: auto;
}
.widget-user .widget-user-image img {
  width: 120px;
  height: auto;
  border: 4px solid #fff;
}
.widget-user-2 .widget-user-image img {
  height: 60px;
  width: 60px;
}
ul.tabdrop li.dropdown ul.dropdown-menu {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.list-view-comment-fb .comment-label {
  font-weight: bold;
  color: #1d2129;
  font-size: 14px;
  line-height: 25px;
  word-wrap: break-word;
  font-family: helvetica, arial, sans-serif;
}
.list-view-comment-fb .media-object {
  width: 48px;
  height: 48px;
}
.list-view-comment-fb .media-heading {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #365899;
  line-height: 1.358;
  word-wrap: break-word;
}
.list-view-comment-fb .media-content {
  color: #1d2129;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.358;
}
.list-view-comment-fb .media-content .footer {
  font-size: 12px;
  color: #90949c;
  margin-top: -5px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
  width: 58px !important;
}
.mce-floatpanel .mce-textbox {
  width: 400px !important;
}
#search-advance .input-group-btn {
  position: static;
}
#search-advance .input-group-btn .dropdown-menu {
  width: 100%;
  margin: 0px;
}
#search-advance .input-group-btn .dropdown-menu form input.form-control {
  float: none;
}
.navbar-form input.form-control {
  border: none !important;
  border-radius: 0px !important;
}
.navbar-form input.form-control:focus {
  border: none !important;
}
@media (min-width: 1200px) {
  .navbar-form input.form-control {
    width: 286px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-form input.form-control {
    width: 286px !important;
  }
}
.navbar-form .twitter-typeahead .tt-menu {
  min-width: 460px;
  border-radius: 0;
  border: inherit;
  margin-top: 1px;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar-form .twitter-typeahead .tt-menu {
    min-width: 426px !important;
  }
}
.navbar-form .twitter-typeahead .tt-menu .tt-header {
  background: #efefef;
}
.navbar-form .twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0px;
  white-space: initial;
}
.navbar-form .twitter-typeahead .tt-menu .no-heighlight .tt-highlight {
  font-weight: normal;
}
@media (max-width: 1199px) {
  .affix-lg-only {
    position: relative;
    top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .affix-lg-only.affix-top,
  .affix-lg-only.affix-bottom {
    padding-right: 5px;
  }
  .affix-lg-only.affix {
    padding-right: 10px;
  }
}
.wrapper-overlay.on {
  -webkit-animation: fadeIn 500ms ease-out 0s 1 normal forwards;
  -o-animation: fadeIn 500ms ease-out 0s 1 normal forwards;
  animation: fadeIn 500ms ease-out 0s 1 normal forwards;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 851;
}
.jqcloud-word.w10 {
  color: #4968a8 !important;
}
.jqcloud-word.w9 {
  color: #4a6aab !important;
}
.jqcloud-word.w8 {
  color: #4c6caf !important;
}
.jqcloud-word.w7 {
  color: #4e6eb2 !important;
}
.jqcloud-word.w6 {
  color: #5271b4 !important;
}
.jqcloud-word.w5 {
  color: #5574b5 !important;
}
.jqcloud-word.w4 {
  color: #5977b7 !important;
}
.jqcloud-word.w3 {
  color: #5c7ab8 !important;
}
.jqcloud-word.w2 {
  color: #6380bb !important;
}
.jqcloud-word.w1 {
  color: #6a86be !important;
}
.jqcloud-word a:hover {
  color: #8097c8 !important;
}
.nav-tabs-custom {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-custom.noborder {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-custom.noborder > .nav-tabs > li.header {
  padding: 0px;
}
.nav-tabs-custom.noborder > .tab-content {
  padding: 10px 0 0 0;
}
.sidebar .sidebar-menu .header {
  background: #efefef !important;
}
.sidebar .sidebar-menu .treeview.active > a {
  background-color: #ccc;
}
.sidebar .sidebar-menu .treeview .treeview-menu {
  padding: 0px;
  margin: 0px;
}
.sidebar .sidebar-menu .treeview .treeview-menu > li.active > a {
  background-color: #4c6caf;
  color: white;
}
.sidebar .sidebar-menu .treeview .treeview-menu > li > a {
  padding: 7px 5px 7px 18px;
}
.sidebar .sidebar-menu .treeview .treeview-menu > li > a:hover {
  background-color: #5c7ab8;
  color: white;
}
.sidebar.dark .sidebar-menu .treeview .treeview-menu {
  padding: 0px;
  margin: 0px;
}
.sidebar.dark .sidebar-menu .treeview .treeview-menu > li.active > a {
  background-color: #26404A;
}
.sidebar.dark .sidebar-menu .treeview .treeview-menu > li > a {
  padding: 7px 5px 7px 18px;
}
.sidebar.dark .sidebar-menu .treeview .treeview-menu > li > a:hover {
  background-color: #2C4650;
}
.user-site .box-header .box-body {
  position: relative;
  height: 200px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #44619d;
  background-size: cover;
}
.user-site .box-header .box-body:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top left, #05253f, #347ebc);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.user-site .box-header .box-body .avatar {
  position: absolute;
  bottom: -210px;
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .user-site .box-header .box-body .avatar {
    width: 100px;
    height: 100px;
  }
}
.user-site .box-header .box-body .avatar img {
  padding: 0px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.user-site .box-header .box-footer {
  min-height: 51px;
}
.user-site .box-header .box-footer .user-feature {
  margin-left: 160px;
}
@media (max-width: 767px) {
  .user-site .box-header .box-footer .user-feature {
    margin-left: 110px;
  }
}
.user-site .timeline {
  margin: 0px;
}
.user-site .timeline:before {
  width: 1px;
  background: #eee;
  left: 33px;
}
.user-site .timeline .time-label span {
  background-color: #4c6caf;
  color: #fff;
  font-size: 11px;
}
.user-site .timeline .timeline-group {
  margin-right: 0px;
}
.user-site .timeline .timeline-group .timeline-item {
  margin-right: 0px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .user-site .timeline .timeline-group .timeline-item {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.user-site .timeline .timeline-group .timeline-item .media {
  margin: 0px;
}
.user-site .timeline .timeline-group .timeline-item .media .media-left img {
  width: 50px;
}
.user-site .timeline .timeline-group .timeline-item .timeline-content {
  margin-top: 10px;
}
.user-site .conversations .conversation:nth-child(even) {
  background-color: #fafafa;
}
.user-site .conversations .conversation + .conversation {
  border-top: 1px solid #ececec;
}
#user-manage-login .email-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 10px;
}
#user-manage-login .email-list .list-group-item:first-child {
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#user-manage-login .email-list .list-group-item:last-child {
  border-bottom: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#user-update #image-preview img {
  max-height: 200px;
}
#question-form #help-block .help-field {
  display: none;
}
#question-form #help-block .help-field#help-title {
  display: block;
}
#question-form .tagit-label {
  color: #4c6caf;
  font-weight: normal;
  font-size: 14px;
}
#question-form .tagit-close {
  color: #333;
  margin: -1px 4px 0px 0px;
  font-size: 14px;
  line-height: 0px;
}
#question-form .tagit-close:hover {
  color: #d9534f;
}
#question-form .tagit-close .text-icon {
  display: block;
}
#question-form .tagit-close .ui-icon {
  display: none;
}
#question-form .tagit .tagit-choice {
  padding: 3px 19px 2px 4px;
}
.ui-menu .ui-menu-item.ui-state-focus {
  background: #4c6caf;
  border-color: #4c6caf;
}
#question-view-header {
  background-color: #fff;
  padding: 20px 10px 5px 10px;
}
#question-view-header h1 {
  font-weight: bold;
  font-size: 28px;
}
.dropdown-menu.stop {
  width: 300px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  border: none;
}
.dropdown-menu.stop.share {
  padding: 5px;
}
.dropdown-menu.stop.share input.link {
  background-color: #f5f5f5;
}
.dropdown-menu.stop.share .btn-social-icon {
  padding: 10px 20px !important;
  height: 26px;
}
.dropdown-menu.stop.share .btn-social-icon .fa {
  line-height: 26px !important;
  font-size: 16px !important;
}
#question-view #form-comment,
#question-view #form-answer {
  background-color: #f1f1f1;
  padding: 10px;
}
#question-view .media {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 10px 0px;
}
#question-view .media .media-left {
  width: 80px;
  padding-left: 5px;
}
#question-view .media .media-left .vote-up,
#question-view .media .media-left .vote-down {
  line-height: 26px;
}
#question-view .media .media-left .vote-up,
#question-view .media .media-left .vote-down,
#question-view .media .media-left .favourite {
  color: #777777;
  cursor: pointer;
}
#question-view .media .media-left .vote-up:hover,
#question-view .media .media-left .vote-down:hover,
#question-view .media .media-left .favourite:hover {
  color: #d2d6de;
}
#question-view .media .media-left .vote-up.voted {
  color: #5cb85c;
}
#question-view .media .media-left .vote-down.voted {
  color: #d9534f;
}
#question-view .media .media-left .vote-point {
  font-size: 30px;
  line-height: 40px;
}
#question-view .media .media-left .favourite {
  margin-top: 10px;
}
#question-view .media .media-left .favourite:hover {
  color: #f0ad4e;
}
#question-view .media .media-left .favourite.added {
  color: #f0ad4e;
}
#question-view .media .media-left .favourite.added:hover {
  color: #777777;
}
#question-view .media .media-left .favourite-count {
  font-size: 16px;
  line-height: 16px;
}
#question-view .media .media-body h2 {
  font-size: 26px;
}
#question-view .media .media-body h3 {
  font-size: 24px;
}
#question-view .media .media-body .btn-group .btn {
  border-color: #fff;
}
#question-view #answer-tabs > li.tab-label {
  color: inherit;
  font-size: 24px;
  padding: 0px 20px 0px 0px;
  line-height: 40px;
}
#question-view #answer-tabs > li.tab-label #answer_count {
  font-size: 28px;
}
#question-view #answer-tabs > li.active > a {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
#question-view #answers .pagination {
  margin: 5px 0px 0px 0px;
}
#question-view #answers .pagination li a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#question-view #answers > .item:nth-child(even) {
  background-color: #ffffff;
}
#question-view #answers > .item:nth-child(even) .attachment-block {
  border: 1px solid #f5f7fb;
  background-color: #ffffff;
}
#question-view #answers > .item + .item {
  border-top: 1px solid #eaeef6;
}
#question-view #answers > .item .media .media-left .vote-up,
#question-view #answers > .item .media .media-left .vote-down {
  line-height: 24px;
}
#question-view #answers > .item .media .media-left .vote-point {
  font-size: 26px;
  line-height: 32px;
}
#question-view #answers > .item .media .media-left .accepted.on {
  color: #00a65a;
}
#question-view #answers > .item .media .media-left .accepted.on:hover {
  color: #96271a;
}
#question-view #answers > .item .media .media-left .accepted.off {
  color: #eeeeee;
}
#question-view #answers > .item .media .media-left .accepted.off:hover {
  color: #00ca6d;
}
#question-view #answers > .item .media .media-body h2 {
  font-size: 26px;
}
#question-view #answers > .item .media .media-body h3 {
  font-size: 24px;
}
#question-view .comment-tabs > li.tab-label {
  color: inherit;
  font-size: 16px;
  padding: 0px 20px 0px 0px;
}
#question-view .comment-tabs > li.tab-label .comment_count {
  font-size: 18px;
}
#question-view .comment-tabs > li.active > a {
  background: #fff;
  cursor: pointer;
}
#question-view .comment-tabs > li a {
  padding: 2px 8px;
}
#question-view .comments .pagination {
  margin: 5px 0px 0px 0px;
}
#question-view .comments .pagination li a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#question-view .comments > .item:nth-child(even) {
  background-color: #f5f7fb;
}
#question-view .comments > .item + .item {
  border-top: 1px solid #d9e0ee;
}
#question-view .comments > .item .comment-view .creater {
  background-color: inherit;
  padding: 0px;
}
#question-view .comments > .item .comment-view .creater .user .avatar {
  float: left;
  padding-right: 3px;
}
#question-view .comments > .item .comment-view .creater .user .avatar img {
  width: 30px;
}
#question-view .comments > .item .comment-view .creater .user .info {
  float: left;
}
#question-view .comments > .item .comment-view .creater .user .info .name {
  font-size: 12px;
  vertical-align: 2px;
}
#question-view .comments > .item .comment-view .creater .user .info .count {
  line-height: 6px;
  font-size: 11px;
}
#question-view .comments > .item .comment-view .creater .user .info .count span i.fa {
  font-size: 5px;
  vertical-align: 2px;
  padding-right: 2px;
}
#question-view .comments > .item .comment-view .creater .user .info .count span i.fa.fa-star {
  font-size: 8px;
  vertical-align: 1px;
}
#site-question #tabs > li.tab-label,
#site-search #tabs > li.tab-label {
  color: inherit;
  font-size: 24px;
  padding: 0px 20px 0px 0px;
  line-height: 40px;
}
#site-question #tabs > li.active > a,
#site-search #tabs > li.active > a {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
#site-question #questions .pagination li a,
#site-search #questions .pagination li a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#site-question #questions .item:nth-child(even),
#site-search #questions .item:nth-child(even) {
  background-color: #ffffff;
}
#site-question #questions .item + .item,
#site-search #questions .item + .item {
  border-top: 1px solid #eaeef6;
}
#site-question #questions .item .media,
#site-search #questions .item .media {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 10px 0px;
}
#site-question #questions .item .media .media-left,
#site-search #questions .item .media .media-left {
  width: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #site-question #questions .item .media .media-left,
  #site-search #questions .item .media .media-left {
    width: 80px;
  }
}
#site-question #questions .item .media .media-left .stats,
#site-search #questions .item .media .media-left .stats {
  position: relative;
  background-color: #d9e0ee;
  padding: 5px;
}
#site-question #questions .item .media .media-left .stats:before,
#site-search #questions .item .media .media-left .stats:before {
  position: absolute;
  display: inline-block;
  content: '';
  right: -7px;
  top: 15px;
  border-top: 7px solid transparent;
  border-left: 7px solid #d9e0ee;
  border-bottom: 7px solid transparent;
}
#site-question #questions .item .media .media-left .stats .vote .vote-count,
#site-search #questions .item .media .media-left .stats .vote .vote-count {
  font-size: 30px;
  line-height: 30px;
}
#site-question #questions .item .media .media-left .stats .answer,
#site-search #questions .item .media .media-left .stats .answer {
  background-color: #5c7ab8;
  color: #fff;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
}
#site-question #questions .item .media .media-left .stats .answer.accepted,
#site-search #questions .item .media .media-left .stats .answer.accepted {
  color: #FFE951;
}
#site-question #questions .item .media .media-left .stats .answer .answer-count,
#site-search #questions .item .media .media-left .stats .answer .answer-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
#site-question #questions .item .media .media-left .stats .answer .answer-unit,
#site-search #questions .item .media .media-left .stats .answer .answer-unit {
  font-size: 15px;
  line-height: 15px;
}
#site-question #questions .item .media .media-left .views,
#site-search #questions .item .media .media-left .views {
  color: #d2d6de;
}
#site-question #questions .item .media .media-body,
#site-search #questions .item .media .media-body {
  width: initial;
}
#site-question #questions .item .media .media-body .edia-heading,
#site-search #questions .item .media .media-body .edia-heading {
  font-weight: bold;
}
#site-question #questions .item .media .media-body .media-top,
#site-search #questions .item .media .media-body .media-top {
  height: 30px;
  margin-bottom: 5px;
}
#site-question #questions .item .media .media-body .media-top .vote,
#site-search #questions .item .media .media-body .media-top .vote {
  background-color: #c7d1e7;
  height: 100%;
  padding: 5px;
  text-align: center;
}
#site-question #questions .item .media .media-body .media-top .vote .vote-count,
#site-search #questions .item .media .media-body .media-top .vote .vote-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
#site-question #questions .item .media .media-body .media-top .answer,
#site-search #questions .item .media .media-body .media-top .answer {
  background-color: #6e88c0;
  height: 100%;
  color: #fff;
  padding: 5px;
  text-align: center;
}
#site-question #questions .item .media .media-body .media-top .answer.accepted,
#site-search #questions .item .media .media-body .media-top .answer.accepted {
  color: #FFE951;
}
#site-question #questions .item .media .media-body .media-top .answer .answer-count,
#site-search #questions .item .media .media-body .media-top .answer .answer-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
#site-question #questions .item .media .media-body .media-top .answer .answer-unit,
#site-search #questions .item .media .media-body .media-top .answer .answer-unit {
  font-size: 15px;
  line-height: 15px;
}
#site-question #questions .item .media .media-body .media-top .view,
#site-search #questions .item .media .media-body .media-top .view {
  background-color: #eaeef6;
  height: 100%;
  padding: 5px;
  text-align: center;
}
#site-tag #tabs {
  width: 100%;
  margin-bottom: 20px;
}
#site-tag #tabs > li.tab-label {
  color: inherit;
  font-size: 24px;
  padding: 0px 20px 0px 0px;
  line-height: 40px;
}
#site-tag #tabs > li.active > a {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
#site-tag .list-view .tag {
  height: 58px;
}
#site-user #tabs {
  width: 100%;
  margin-bottom: 20px;
}
#site-user #tabs > li.tab-label {
  color: inherit;
  font-size: 24px;
  padding: 0px 20px 0px 0px;
  line-height: 40px;
}
#site-user #tabs > li.active > a {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
#site-user #interval {
  margin-top: -10px;
  margin-bottom: 10px;
}
.list-view-song .pagination li a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-view-song .item:nth-child(even) {
  background-color: #f5f7fb;
}
.list-view-song .item + .item {
  border-top: 1px solid #d9e0ee;
}
.list-view-song .item:hover {
  background-color: #f5f7fb;
}
#alphabet a {
  padding: 10px 16px 10px 16px;
  min-width: 45px;
  text-align: center;
}
#youtube-scrollbar {
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 991px) {
  #waiting-tran-block {
    max-height: 244px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 991px) {
  #home-comment .comments {
    max-height: 599px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 991px) {
  #home-top-songs .list-view-song {
    max-height: 4781px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#youtubes a.youtube {
  display: block;
  position: relative;
}
#youtubes a.youtube:hover {
  opacity: 0.7;
}
#youtubes a.youtube.active {
  opacity: 0.7;
}
#youtubes a.youtube.active:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\f24c";
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-family: 'Ionicons';
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.top-num {
  display: inline-flex;
  padding-left: 0px !important;
}
.top-num .num {
  font-size: 20px;
  padding-right: 10px;
  line-height: 40px;
}
.content-like-textarea p {
  margin-bottom: 20px;
}
#page-home .lead {
  font-size: 18px;
  font-weight: 400;
}
#page-home .intro-header {
  text-align: center;
  color: #f8f8f8;
  /* fallback */
  background-color: #4c6caf;
  background-position: center center;
  background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #6e88c0, #4c6caf);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #6e88c0, #4c6caf);
  /* IE 10 */
  background: -ms-radial-gradient(circle, #6e88c0, #4c6caf);
  background: -webkit-gradient(radial, center center, 0, center center, 500, from(#6e88c0), to(#4c6caf));
  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}
#page-home .intro-message {
  padding-top: 50px;
  padding-bottom: 50px;
}
#page-home .intro-message > h1 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page-home .intro-divider {
  width: 458px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#page-home .intro-message > h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  #page-home .intro-message {
    padding-bottom: 15%;
  }
  #page-home .intro-message > h1 {
    font-size: 3em;
  }
  #page-home ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  #page-home ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  #page-home .intro-divider {
    width: 100%;
  }
}
#page-home .network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
#page-home .content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}
#page-home .content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
#page-home .section-heading {
  margin-bottom: 30px;
}
#page-home .section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}
#page-home .banner {
  padding: 300px 0 50px 0;
  color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#page-home .banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}
#page-home .banner ul {
  margin-bottom: 0;
}
#page-home .banner-social-buttons {
  float: right;
  margin-top: 0;
}
@media (max-width: 1199px) {
  #page-home ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #page-home .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  #page-home ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  #page-home ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
#page-home footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}
#page-home p.copyright {
  margin: 15px 0 0;
}
