/* Print styling */
*,
*:before,
*:after {
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px;
  text-shadow: none !important;
}

h1 i, h2 i, h3 i {
  font-size: inherit;
}

[class*=col-sm-] {
  float: left;
}

[class*=col-xs-] {
  float: left;
}

.col-sm-12,
.col-xs-12 {
  width: 100% !important;
}

.col-sm-11,
.col-xs-11 {
  width: 91.66666667% !important;
}

.col-sm-10,
.col-xs-10 {
  width: 83.33333333% !important;
}

.col-sm-9,
.col-xs-9 {
  width: 75% !important;
}

.col-sm-8,
.col-xs-8 {
  width: 66.66666667% !important;
}

.col-sm-7,
.col-xs-7 {
  width: 58.33333333% !important;
}

.col-sm-6,
.col-xs-6 {
  width: 50% !important;
}

.col-sm-5,
.col-xs-5 {
  width: 41.66666667% !important;
}

.col-sm-4,
.col-xs-4 {
  width: 33.33333333% !important;
}

.col-sm-3,
.col-xs-3 {
  width: 25% !important;
}

.col-sm-2,
.col-xs-2 {
  width: 16.66666667% !important;
}

.col-sm-1,
.col-xs-1 {
  width: 8.33333333% !important;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left !important;
}

body {
  background-color: inherit;
  font-size: 10px;
  margin: 0;
  padding: 0 !important;
  min-width: 768px;
}

.container {
  width: auto;
  min-width: 750px;
}

.main-container {
  padding-bottom: 0;
}

.breadcrumb {
  background-color: inherit;
}

.region-header-second,
.region-sidebar-second,
.region-search-box,
.block-region-right,
.tabs--primary {
  display: none !important;
}

.header-top,
.footer-top,
.footer-middle,
.footer-bottom,
.search-form {
  display: none !important;
}

.main-container > .row,
.region-content > .row {
  display: block;
}
.main-container > .row > .col-sm-9,
.region-content > .row > .col-sm-9 {
  width: 100% !important;
  max-width: 100%;
}

.footer {
  margin-top: 0;
}

.footer-copyright {
  color: #000 !important;
}

.dl-horizontal dt {
  background: #26507F !important;
  color: #fff !important;
  float: left !important;
  width: 160px !important;
  clear: left !important;
  text-align: left !important;
  padding: 3px 10px !important;
}

.dl-horizontal dd {
  margin-left: 180px !important;
  padding: 3px 0 !important;
}

.media-left {
  float: left;
  display: inline-block;
}

.media-body {
  width: auto;
}

.bs-2col-stacked > .col-sm-9 {
  width: 100% !important;
}

.region-featured > .block {
  float: left;
  width: 50%;
}

.path-database .main-container,
.page-node-type-thaivege .main-container {
  padding-top: 0;
}
.path-database #navbar-collapse,
.page-node-type-thaivege #navbar-collapse {
  display: none !important;
}

#block-thaivege-banner {
  width: 40%;
}
#block-thaivege-banner .banner {
  display: table;
  height: 100%;
  max-width: 200px;
}
#block-thaivege-banner .banner a {
  display: table-cell;
  vertical-align: middle;
}