html, body {
	height: 100%;
	background-color: #f6f6f6;
}

/* Logo */

.logo {
	height: 100px;
}

/* Nav */

.site-choice {
	float: right;
	margin: 20px 0;
	font-size: 11px;
}

.nav > li.active > a, .nav > li.active > a:hover {
	background-color: #ffea00;
	color: #000;
}

.nav > li > a {
	color: #000;
}

/* Navbar */

.navbar {
	margin: 20px 0;
	-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
			border-radius: 0 !important;
}

/* Button-custom */

.btn-custom {
  background-color: #08c;
  border-color: #08c;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0077b3;
  border-color: #006699;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #08c;
  border-color: #08c;
}

/* Label */

.my-label {
	display: inline;
	background-color: #ffea00;
	color: #222;
	font-weight: normal;
	padding: 15px 50px 15px 15px;
}

/* owl carousel */

#carousel {
	margin-top: 10px;
}

.inner-item {
	text-align: center;
}

.inner-item img {
	margin: 0 auto;
}

.customNavigation{
	text-align: center;
}

/* Content */

.top-buffer {
	margin-top: 60px;
}

/* Wrapper */

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -100px;
  /* Pad bottom by footer height */
  padding: 0 0 100px;
}

/* Footer */

#footer {
	background-color: #222;
	color: #f6f6f6;
	height: 60px;
	margin-top: 40px;
	padding: 20px 0;
}

#footer a {
	color: #ffea00;
}

#footer a:hover,
#footer a:focus,
#footer a:active{
	color: #ffea00;
}

/* Custom Button */

.btn-grey {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}