@font-face {
	font-family: 'din_alternatebold';
	src: url('fonts/din_alternate_bold-webfont.eot');
	src: url('fonts/din_alternate_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/din_alternate_bold-webfont.woff2') format('woff2'),
	url('fonts/din_alternate_bold-webfont.woff') format('woff'),
	url('fonts/din_alternate_bold-webfont.ttf') format('truetype'),
	url('fonts/din_alternate_bold-webfont.svg#din_alternatebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
    font-family: 'din_alternatebold';
    color:#fff;
}
#wrapper{
  background-color: #171819;
	/*background: -webkit-gradient(linear, top left, bottom left, from(#45484d), to(#171819));
	background: -webkit-linear-gradient(#45484d, #171819);
	background: linear-gradient(#45484d,#171819);*/
	/*padding:20px;*/
	width:100%;
	height:100%;
}

.container{
 /* max-width: 960px;*/
}

*{
	-webkit-appearance:none;
}
.form-control{
	font-size:22px;
	height:41px;
	line-height:31px;
	border-radius: 2px;
	box-shadow:0px;
	color:#000;
	border:0px;
}
.form-control:hover{
	font-size:22px;
	height:41px;
	line-height:31px;
	border-radius: 2px;
	box-shadow:0px;
	color:#1e1e1e;
}

.bfh-selectbox {
  position: relative;
}

.bfh-selectbox .bfh-selectbox-toggle {
  display: inline-block;
  padding: 6px 24px 6px 8px;
  text-decoration: none;
}

.bfh-selectbox .bfh-selectbox-toggle:focus {
  outline: 0;
}

.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  display: inline-block;
  float: left;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  float: right;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -10px;
}

.bfh-selectbox .bfh-selectbox-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 90px;
  padding: 5px 0;
  margin: 1px 0 0;
  font-size: 19px;
  background-color: #ffffff;
  border: 0px solid #cccccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-clip: padding-box;
}

.bfh-selectbox .bfh-selectbox-options.pull-right {
  right: 0;
  left: auto;
}

.bfh-selectbox .bfh-selectbox-options .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
  width: 100%;
  padding: 5px;
}

.bfh-selectbox .bfh-selectbox-options ul {
  max-width: 500px;
  max-height: 200px;
  padding: 0;
  margin: 5px 0 5px 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
}

.bfh-selectbox .bfh-selectbox-options ul li > a {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 3px 20px;
  overflow-x: hidden;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bfh-selectbox .bfh-selectbox-options ul li > a:hover,
.bfh-selectbox .bfh-selectbox-options ul li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;/*Fondo hover opciones*/
}

.bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
  display: block;
  padding: 3px 20px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #999999;
}

.bfh-selectbox .bfh-selectbox-options ul .disabled > a {
  color: #999999;
}

.bfh-selectbox .bfh-selectbox-options ul .disabled > a:hover,
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bfh-selectbox.open > .bfh-selectbox-options {
  display: block;
}

.bfh-selectbox.open a {
  outline: 0;
}

.pull-right > .bfh-selectbox-options {
  right: 0;
  left: auto;
}

.bfh-selectbox-up .caret,
.navbar-fixed-bottom .bfh-selectbox .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.bfh-selectbox-up .bfh-selectbox-options,
.navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .bfh-selectbox-options {
    right: 0;
    left: auto;
  }
}
*:focus {
    outline: none;
}