.row {
	margin-left: -10px;
	margin-right: -10px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10,.col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
/* == bootstrap jumbotron == */
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: inherit;
}
/* == END bootstrap jumbotron == */

/* == bootstrap carousel == */
.carousel {
	margin-bottom: 20px;
	background-color: #f0f1f1
}
/* == END bootstrap carousel == */


/* == bootstrap buttons == */
.btn {
	border: 0;
	border-radius: 0;
}

.btn:hover {
	outline: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background-color: #e2bc0c !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.open.btn-group .dropdown-toggle {
	box-shadow: none;
}

/* == END bootstrap buttons == */
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: inherit;
}
/* == bootstrap alert == */
/* == END bootstrap alert == */

/* == bootstrap dropdown == */
.dropdown-menu {
	border: 1px solid #bcc1c0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.dropdown-menu > li > a {
	color: inherit;
}
.dropdown-menu > li > a:hover {
	background-color: #e2bc0c;
}
.dropdown-menu .divider {
	margin: 2px 0;
}
/* == END bootstrap buttons == */

/* == bootstrap label == */
.label {
  display: inline;
  font-size: 12px;
  font-weight: inherit;
  color: #fff;
  text-align: inherit;
  border-radius: inherit;
}

/* == END bootstrap label == */

/* == bootstrap input == */
.input-group-addon {
	border: 1px solid #ccc;
	border-radius: 0;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.form-control:focus {
  border-color: #bcc1c0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* == END bootstrap input == */

/* nav tabs
-------------------------------------------------- */
.nav.nav-tabs {
	margin-bottom: 1px;
}
.nav-tabs > li > a {
	color: #FFF;
	margin-right: 1px !important;
	border-radius: 0 !important;
	background-color: #aeafb0;
	border: 0 !important;
}
.nav-tabs > li:last-child > a {
	margin-right: 0px !important;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #e2bc0c;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #FFF;
	border: 0 !important;
	background-color: #e2bc0c;
}

.tabs-left > .nav-tabs > li > a {
	border-radius: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* Pagination */
.pagination {
	margin: 0 !important;
	border-radius: 0;
}
.pagination > li {
	margin: 0 2px;
	display: inline-block;
}
.pagination > li:first-child {
	margin: 0 !important;
}
.pagination > li:last-child {
	margin: 0 !important;
}
.pagination > li:first-child > a, .pagination > li:last-child > a, .pagination-sm > li:first-child > span, .pagination-sm > li:last-child > span {
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #FFF;
	border-color: #000;
	background-color: #000;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	border-color: #00b3d4;
	background-color: #00b3d4;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	display: none;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 2px 8px;
}
/* End Pagination */

/* bs-callout
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

.container {
	width: 100%;
}
@media (min-width: 768px) {
  .container {
    min-width: 750px;
  }
  .nav-tabs.nav-justified > li > a {
	  border: inherit;
  }
}
@media (min-width: 992px) {
  .container {
    min-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
