@CHARSET "UTF-8";
@font-face {
  font-family: 'Lato-Bold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg") format("svg");
}

@font-face {
  font-family: 'Lato-Regular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg") format("svg");
}

@font-face {
  font-family: 'Againts';
  src: url("../fonts/againts.eot");
  src: url("../fonts/againts.eot?#iefix") format("embedded-opentype"), url("../fonts/againts.woff") format("woff"), url("../fonts/againts.ttf") format("truetype"), url("../fonts/againts.svg") format("svg");
}

/* --------------------------------

Primary style

-------------------------------- */
.sbHolder {
  position: relative;
  float: right;
  width: 85px;
  padding-right: 90px;
  height: 22px;
  line-height: 22px;
}

.sbSelector {
  display: block;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
  white-space: nowrap;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: rgba(0, 0, 0, 0.4);
  outline: none;
  text-decoration: none;
}

.sbToggle {
  display: block;
  outline: none;
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  line-height: 25px;
  font-size: 0.92308em;
  width: 22px;
  height: 22px;
  color: rgba(0, 0, 0, 0.3);
}

.sbToggle:before {
  font-family: "FontAwesome";
  content: "\f0d7";
}

.sbToggle:hover:before {
  font-family: "FontAwesome";
  content: "\f0d8";
}

.sbToggleOpen:before {
  font-family: "FontAwesome";
  content: "\f0d8";
}

.sbToggleOpen:hover:before {
  font-family: "FontAwesome";
  content: "\f0d7";
}

.sbHolderDisabled {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.4);
}

.sbOptions {
  background-color: #252420;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 999999;
  overflow-y: auto;
  top: 30px !important;
  padding: 25px;
  min-width: 190px;
  left: -20px;
  margin-bottom: 0px;
}

.sbOptions li {
  min-height: 25px;
  line-height: 25px;
  color: #999999;
  position: relative;
  z-index: 9;
}

.sbOptions li:last-child {
  border-bottom: none;
}

.sbOptions li {
  width: 100% !important;
  margin-bottom: 0px !important;
}

.sbOptions a {
  display: block;
  outline: none;
  color: #999;
  font-family: "Times New Roman";
  line-height: 40px;
  font-size: 1.07692em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
  color: #f07c29;
  border-color: #f07c29;
}

.sbOptions.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.4);
  color: #999;
  display: block;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.4);
  color: #EBB52D;
  display: block;
  font-weight: bold;
}

.sbOptions .sbSub {
  padding-left: 17px;
}
