.btn-purple-alt.disabled,
.btn-purple-alt[disabled],
fieldset[disabled] .btn-purple-alt,
.btn-purple-alt.disabled:hover,
.btn-purple-alt[disabled]:hover,
fieldset[disabled] .btn-purple-alt:hover,
.btn-purple-alt.disabled:focus,
.btn-purple-alt[disabled]:focus,
fieldset[disabled] .btn-purple-alt:focus {
  box-shadow: none !important;
  border-color: #765d7a;
  color: #765d7a;
}
.btn-purple-alt.disabled:active,
.btn-purple-alt[disabled]:active,
fieldset[disabled] .btn-purple-alt:active,
.btn-purple-alt.disabled.active,
.btn-purple-alt[disabled].active,
fieldset[disabled] .btn-purple-alt.active {
  border-color: #9c27b0;
  background-color: #641971;
  color: #fff;
}
.btn-purple-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-purple-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn-deeporange-alt {
  color: #ff5722;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ff5722;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-deeporange-alt:hover,
.btn-deeporange-alt:focus,
.btn-deeporange-alt:active,
.btn-deeporange-alt.active {
  border-color: #ff5722;
  background-color: #ff5722;
  color: #fff;
}
.btn-deeporange-alt.disabled,
.btn-deeporange-alt[disabled],
fieldset[disabled] .btn-deeporange-alt,
.btn-deeporange-alt.disabled:hover,
.btn-deeporange-alt[disabled]:hover,
fieldset[disabled] .btn-deeporange-alt:hover,
.btn-deeporange-alt.disabled:focus,
.btn-deeporange-alt[disabled]:focus,
fieldset[disabled] .btn-deeporange-alt:focus {
  box-shadow: none !important;
  border-color: #c87459;
  color: #c87459;
}
.btn-deeporange-alt.disabled:active,
.btn-deeporange-alt[disabled]:active,
fieldset[disabled] .btn-deeporange-alt:active,
.btn-deeporange-alt.disabled.active,
.btn-deeporange-alt[disabled].active,
fieldset[disabled] .btn-deeporange-alt.active {
  border-color: #ff5722;
  background-color: #d43300;
  color: #fff;
}
.btn-deeporange-alt.dropdown-toggle {
  border-width: 1px;
}
.btn-deeporange-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn[class*="alt"] {
  padding: 5px 10px;
}
.btn[class*="alt"].btn-label i {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.02) !important;
  zoom: 1 !important;
  background-color: transparent\9 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000)" !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#05000000, endColorstr=#05000000) !important;
}
.btn-lg[class*="alt"] {
  padding: 5px 11px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 2px;
  padding: 6px 12px;
}
.btn-sm[class*="alt"] {
  font-size: 12px;
  line-height: 1.35;
  border-radius: 2px;
  padding: 3px 6px;
}
.btn-xs[class*="alt"] {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.35;
  border-radius: 2px;
  padding: 1px 2px;
  line-height: 12px;
}
.btn-toolbar > .btn:first-child,
.btn-toolbar > .btn-group:first-child,
.btn-toolbar > .input-group:first-child {
  margin-left: 0;
}
.btn > i.pull-left,
.btn > i.pull-right {
  line-height: 20px;
}
.btn-label {
  padding: 0 10px 0 10px !important;
}
.btn-label .ti {
  padding: 0;
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  position: relative;
  display: inline-block;
  border-radius: 2px 0 0 2px;
}
.btn-label.btn-block {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.btn-label.btn-xs {
  padding: 0 2px 0 2px !important;
}
.btn-label.btn-xs i {
  padding: 0;
  width: 14px;
  left: -2px;
  height: 14px;
  line-height: 14px !important;
  text-align: center;
}
.btn-label.btn-sm {
  padding: 0 6px 0 6px !important;
}
.btn-label.btn-sm i {
  padding: 0;
  left: -6px;
  width: 22px;
  height: 22px;
  line-height: 22px !important;
  text-align: center;
}
.btn-label.btn-lg {
  padding: 0 12px 0 12px !important;
}
.btn-label.btn-lg i {
  padding: 0;
  left: -12px;
  width: 38px;
  height: 38px;
  line-height: 38px !important;
  text-align: center;
}
.btn.btn-social {
  color: #fff;
  padding: 5px 10px;
}
.btn.btn-social.btn-xs {
  padding: 1px 2px;
}
.btn.btn-social.btn-sm {
  padding: 3px 6px;
}
.btn.btn-social.btn-lg {
  padding: 6px 12px;
}
.btn.btn-social.btn-facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-social.btn-facebook:hover,
.btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook.focus,
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  background-image: none;
}
.btn.btn-social.btn-facebook.disabled,
.btn.btn-social.btn-facebook[disabled],
fieldset[disabled] .btn.btn-social.btn-facebook,
.btn.btn-social.btn-facebook.disabled:hover,
.btn.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-facebook:hover,
.btn.btn-social.btn-facebook.disabled:focus,
.btn.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook.disabled.focus,
.btn.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-facebook.focus,
.btn.btn-social.btn-facebook.disabled:active,
.btn.btn-social.btn-facebook[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.disabled.active,
.btn.btn-social.btn-facebook[disabled].active,
fieldset[disabled] .btn.btn-social.btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-social.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn.btn-social.btn-facebook:hover,
.btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook.focus,
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #344e86 !important;
  border-color: #344e86 !important;
}
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  background-image: none;
}
.btn.btn-social.btn-facebook.disabled,
.btn.btn-social.btn-facebook[disabled],
fieldset[disabled] .btn.btn-social.btn-facebook,
.btn.btn-social.btn-facebook.disabled:hover,
.btn.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-facebook:hover,
.btn.btn-social.btn-facebook.disabled:focus,
.btn.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook.disabled.focus,
.btn.btn-social.btn-facebook[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-facebook.focus,
.btn.btn-social.btn-facebook.disabled:active,
.btn.btn-social.btn-facebook[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.disabled.active,
.btn.btn-social.btn-facebook[disabled].active,
fieldset[disabled] .btn.btn-social.btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-social.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn.btn-social.btn-facebook:hover {
  background-color: #344e86;
  border-color: #30487b;
}
.btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: #2d4373;
}
.btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-social.btn-facebook {
  background-image: none;
}
.btn.btn-social.btn-facebook.disabled,
.btn.btn-social.btn-facebook[disabled],
fieldset[disabled] .btn.btn-social.btn-facebook,
.btn.btn-social.btn-facebook.disabled:hover,
.btn.btn-social.btn-facebook[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-facebook:hover,
.btn.btn-social.btn-facebook.disabled:focus,
.btn.btn-social.btn-facebook[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-facebook:focus,
.btn.btn-social.btn-facebook.disabled:active,
.btn.btn-social.btn-facebook[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-facebook:active,
.btn.btn-social.btn-facebook.disabled.active,
.btn.btn-social.btn-facebook[disabled].active,
fieldset[disabled] .btn.btn-social.btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-social.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn.btn-social.btn-twitter {
  background-color: #00aced !important;
  border-color: #00aced !important;
  color: #ffffff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn.btn-social.btn-twitter:hover,
.btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter.focus,
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #0087ba;
  border-color: #0080b0;
}
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  background-image: none;
}
.btn.btn-social.btn-twitter.disabled,
.btn.btn-social.btn-twitter[disabled],
fieldset[disabled] .btn.btn-social.btn-twitter,
.btn.btn-social.btn-twitter.disabled:hover,
.btn.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-twitter:hover,
.btn.btn-social.btn-twitter.disabled:focus,
.btn.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter.disabled.focus,
.btn.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-twitter.focus,
.btn.btn-social.btn-twitter.disabled:active,
.btn.btn-social.btn-twitter[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.disabled.active,
.btn.btn-social.btn-twitter[disabled].active,
fieldset[disabled] .btn.btn-social.btn-twitter.active {
  background-color: #00aced;
  border-color: #00aced;
}
.btn.btn-social.btn-twitter .badge {
  color: #00aced;
  background-color: #ffffff;
}
.btn.btn-social.btn-twitter:hover,
.btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter.focus,
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #0099d4 !important;
  border-color: #0099d4 !important;
}
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  background-image: none;
}
.btn.btn-social.btn-twitter.disabled,
.btn.btn-social.btn-twitter[disabled],
fieldset[disabled] .btn.btn-social.btn-twitter,
.btn.btn-social.btn-twitter.disabled:hover,
.btn.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-twitter:hover,
.btn.btn-social.btn-twitter.disabled:focus,
.btn.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter.disabled.focus,
.btn.btn-social.btn-twitter[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-twitter.focus,
.btn.btn-social.btn-twitter.disabled:active,
.btn.btn-social.btn-twitter[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.disabled.active,
.btn.btn-social.btn-twitter[disabled].active,
fieldset[disabled] .btn.btn-social.btn-twitter.active {
  background-color: #00aced;
  border-color: #00aced;
}
.btn.btn-social.btn-twitter .badge {
  color: #00aced;
  background-color: #ffffff;
}
.btn.btn-social.btn-twitter:hover {
  background-color: #0099d4;
  border-color: #008ec4;
}
.btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  color: #ffffff;
  background-color: #008ec4;
  border-color: #0087ba;
}
.btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.active,
.open > .dropdown-toggle.btn.btn-social.btn-twitter {
  background-image: none;
}
.btn.btn-social.btn-twitter.disabled,
.btn.btn-social.btn-twitter[disabled],
fieldset[disabled] .btn.btn-social.btn-twitter,
.btn.btn-social.btn-twitter.disabled:hover,
.btn.btn-social.btn-twitter[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-twitter:hover,
.btn.btn-social.btn-twitter.disabled:focus,
.btn.btn-social.btn-twitter[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-twitter:focus,
.btn.btn-social.btn-twitter.disabled:active,
.btn.btn-social.btn-twitter[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-twitter:active,
.btn.btn-social.btn-twitter.disabled.active,
.btn.btn-social.btn-twitter[disabled].active,
fieldset[disabled] .btn.btn-social.btn-twitter.active {
  background-color: #00aced;
  border-color: #00aced;
}
.btn.btn-social.btn-twitter .badge {
  color: #00aced;
  background-color: #ffffff;
}
.btn.btn-social.btn-github {
  background-color: #4183c4 !important;
  border-color: #4183c4 !important;
  color: #ffffff;
  background-color: #4183c4;
  border-color: #4183c4;
}
.btn.btn-social.btn-github:hover,
.btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github.focus,
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  color: #ffffff;
  background-color: #3269a0;
  border-color: #2f6498;
}
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  background-image: none;
}
.btn.btn-social.btn-github.disabled,
.btn.btn-social.btn-github[disabled],
fieldset[disabled] .btn.btn-social.btn-github,
.btn.btn-social.btn-github.disabled:hover,
.btn.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-github:hover,
.btn.btn-social.btn-github.disabled:focus,
.btn.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github.disabled.focus,
.btn.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-github.focus,
.btn.btn-social.btn-github.disabled:active,
.btn.btn-social.btn-github[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.disabled.active,
.btn.btn-social.btn-github[disabled].active,
fieldset[disabled] .btn.btn-social.btn-github.active {
  background-color: #4183c4;
  border-color: #4183c4;
}
.btn.btn-social.btn-github .badge {
  color: #4183c4;
  background-color: #ffffff;
}
.btn.btn-social.btn-github:hover,
.btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github.focus,
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  color: #ffffff;
  background-color: #3876b4 !important;
  border-color: #3876b4 !important;
}
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  background-image: none;
}
.btn.btn-social.btn-github.disabled,
.btn.btn-social.btn-github[disabled],
fieldset[disabled] .btn.btn-social.btn-github,
.btn.btn-social.btn-github.disabled:hover,
.btn.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-github:hover,
.btn.btn-social.btn-github.disabled:focus,
.btn.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github.disabled.focus,
.btn.btn-social.btn-github[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-github.focus,
.btn.btn-social.btn-github.disabled:active,
.btn.btn-social.btn-github[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.disabled.active,
.btn.btn-social.btn-github[disabled].active,
fieldset[disabled] .btn.btn-social.btn-github.active {
  background-color: #4183c4;
  border-color: #4183c4;
}
.btn.btn-social.btn-github .badge {
  color: #4183c4;
  background-color: #ffffff;
}
.btn.btn-social.btn-github:hover {
  background-color: #3876b4;
  border-color: #346fa8;
}
.btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  color: #ffffff;
  background-color: #346fa8;
  border-color: #3269a0;
}
.btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.active,
.open > .dropdown-toggle.btn.btn-social.btn-github {
  background-image: none;
}
.btn.btn-social.btn-github.disabled,
.btn.btn-social.btn-github[disabled],
fieldset[disabled] .btn.btn-social.btn-github,
.btn.btn-social.btn-github.disabled:hover,
.btn.btn-social.btn-github[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-github:hover,
.btn.btn-social.btn-github.disabled:focus,
.btn.btn-social.btn-github[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-github:focus,
.btn.btn-social.btn-github.disabled:active,
.btn.btn-social.btn-github[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-github:active,
.btn.btn-social.btn-github.disabled.active,
.btn.btn-social.btn-github[disabled].active,
fieldset[disabled] .btn.btn-social.btn-github.active {
  background-color: #4183c4;
  border-color: #4183c4;
}
.btn.btn-social.btn-github .badge {
  color: #4183c4;
  background-color: #ffffff;
}
.btn.btn-social.btn-behance {
  background-color: #1769ff !important;
  border-color: #1769ff !important;
  color: #ffffff;
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn.btn-social.btn-behance:hover,
.btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance.focus,
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  color: #ffffff;
  background-color: #0050e3;
  border-color: #004dd9;
}
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  background-image: none;
}
.btn.btn-social.btn-behance.disabled,
.btn.btn-social.btn-behance[disabled],
fieldset[disabled] .btn.btn-social.btn-behance,
.btn.btn-social.btn-behance.disabled:hover,
.btn.btn-social.btn-behance[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-behance:hover,
.btn.btn-social.btn-behance.disabled:focus,
.btn.btn-social.btn-behance[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance.disabled.focus,
.btn.btn-social.btn-behance[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-behance.focus,
.btn.btn-social.btn-behance.disabled:active,
.btn.btn-social.btn-behance[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.disabled.active,
.btn.btn-social.btn-behance[disabled].active,
fieldset[disabled] .btn.btn-social.btn-behance.active {
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn.btn-social.btn-behance .badge {
  color: #1769ff;
  background-color: #ffffff;
}
.btn.btn-social.btn-behance:hover,
.btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance.focus,
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  color: #ffffff;
  background-color: #0059fc !important;
  border-color: #0059fc !important;
}
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  background-image: none;
}
.btn.btn-social.btn-behance.disabled,
.btn.btn-social.btn-behance[disabled],
fieldset[disabled] .btn.btn-social.btn-behance,
.btn.btn-social.btn-behance.disabled:hover,
.btn.btn-social.btn-behance[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-behance:hover,
.btn.btn-social.btn-behance.disabled:focus,
.btn.btn-social.btn-behance[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance.disabled.focus,
.btn.btn-social.btn-behance[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-behance.focus,
.btn.btn-social.btn-behance.disabled:active,
.btn.btn-social.btn-behance[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.disabled.active,
.btn.btn-social.btn-behance[disabled].active,
fieldset[disabled] .btn.btn-social.btn-behance.active {
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn.btn-social.btn-behance .badge {
  color: #1769ff;
  background-color: #ffffff;
}
.btn.btn-social.btn-behance:hover {
  background-color: #0059fc;
  border-color: #0054ed;
}
.btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  color: #ffffff;
  background-color: #0054ed;
  border-color: #0050e3;
}
.btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.active,
.open > .dropdown-toggle.btn.btn-social.btn-behance {
  background-image: none;
}
.btn.btn-social.btn-behance.disabled,
.btn.btn-social.btn-behance[disabled],
fieldset[disabled] .btn.btn-social.btn-behance,
.btn.btn-social.btn-behance.disabled:hover,
.btn.btn-social.btn-behance[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-behance:hover,
.btn.btn-social.btn-behance.disabled:focus,
.btn.btn-social.btn-behance[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-behance:focus,
.btn.btn-social.btn-behance.disabled:active,
.btn.btn-social.btn-behance[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-behance:active,
.btn.btn-social.btn-behance.disabled.active,
.btn.btn-social.btn-behance[disabled].active,
fieldset[disabled] .btn.btn-social.btn-behance.active {
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn.btn-social.btn-behance .badge {
  color: #1769ff;
  background-color: #ffffff;
}
.btn.btn-social.btn-flickr {
  background-color: #0063db !important;
  border-color: #0063db !important;
  color: #ffffff;
  background-color: #0063db;
  border-color: #0063db;
}
.btn.btn-social.btn-flickr:hover,
.btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr.focus,
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #004ca8;
  border-color: #00479e;
}
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  background-image: none;
}
.btn.btn-social.btn-flickr.disabled,
.btn.btn-social.btn-flickr[disabled],
fieldset[disabled] .btn.btn-social.btn-flickr,
.btn.btn-social.btn-flickr.disabled:hover,
.btn.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-flickr:hover,
.btn.btn-social.btn-flickr.disabled:focus,
.btn.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr.disabled.focus,
.btn.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-flickr.focus,
.btn.btn-social.btn-flickr.disabled:active,
.btn.btn-social.btn-flickr[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.disabled.active,
.btn.btn-social.btn-flickr[disabled].active,
fieldset[disabled] .btn.btn-social.btn-flickr.active {
  background-color: #0063db;
  border-color: #0063db;
}
.btn.btn-social.btn-flickr .badge {
  color: #0063db;
  background-color: #ffffff;
}
.btn.btn-social.btn-flickr:hover,
.btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr.focus,
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0057c2 !important;
  border-color: #0057c2 !important;
}
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  background-image: none;
}
.btn.btn-social.btn-flickr.disabled,
.btn.btn-social.btn-flickr[disabled],
fieldset[disabled] .btn.btn-social.btn-flickr,
.btn.btn-social.btn-flickr.disabled:hover,
.btn.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-flickr:hover,
.btn.btn-social.btn-flickr.disabled:focus,
.btn.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr.disabled.focus,
.btn.btn-social.btn-flickr[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-flickr.focus,
.btn.btn-social.btn-flickr.disabled:active,
.btn.btn-social.btn-flickr[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.disabled.active,
.btn.btn-social.btn-flickr[disabled].active,
fieldset[disabled] .btn.btn-social.btn-flickr.active {
  background-color: #0063db;
  border-color: #0063db;
}
.btn.btn-social.btn-flickr .badge {
  color: #0063db;
  background-color: #ffffff;
}
.btn.btn-social.btn-flickr:hover {
  background-color: #0057c2;
  border-color: #0051b2;
}
.btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  color: #ffffff;
  background-color: #0051b2;
  border-color: #004ca8;
}
.btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.active,
.open > .dropdown-toggle.btn.btn-social.btn-flickr {
  background-image: none;
}
.btn.btn-social.btn-flickr.disabled,
.btn.btn-social.btn-flickr[disabled],
fieldset[disabled] .btn.btn-social.btn-flickr,
.btn.btn-social.btn-flickr.disabled:hover,
.btn.btn-social.btn-flickr[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-flickr:hover,
.btn.btn-social.btn-flickr.disabled:focus,
.btn.btn-social.btn-flickr[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-flickr:focus,
.btn.btn-social.btn-flickr.disabled:active,
.btn.btn-social.btn-flickr[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-flickr:active,
.btn.btn-social.btn-flickr.disabled.active,
.btn.btn-social.btn-flickr[disabled].active,
fieldset[disabled] .btn.btn-social.btn-flickr.active {
  background-color: #0063db;
  border-color: #0063db;
}
.btn.btn-social.btn-flickr .badge {
  color: #0063db;
  background-color: #ffffff;
}
.btn.btn-social.btn-jsfiddle {
  background-color: #4679a4 !important;
  border-color: #4679a4 !important;
  color: #ffffff;
  background-color: #4679a4;
  border-color: #4679a4;
}
.btn.btn-social.btn-jsfiddle:hover,
.btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle.focus,
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  color: #ffffff;
  background-color: #375f80;
  border-color: #345979;
}
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  background-image: none;
}
.btn.btn-social.btn-jsfiddle.disabled,
.btn.btn-social.btn-jsfiddle[disabled],
fieldset[disabled] .btn.btn-social.btn-jsfiddle,
.btn.btn-social.btn-jsfiddle.disabled:hover,
.btn.btn-social.btn-jsfiddle[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:hover,
.btn.btn-social.btn-jsfiddle.disabled:focus,
.btn.btn-social.btn-jsfiddle[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle.disabled.focus,
.btn.btn-social.btn-jsfiddle[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle.focus,
.btn.btn-social.btn-jsfiddle.disabled:active,
.btn.btn-social.btn-jsfiddle[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.disabled.active,
.btn.btn-social.btn-jsfiddle[disabled].active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle.active {
  background-color: #4679a4;
  border-color: #4679a4;
}
.btn.btn-social.btn-jsfiddle .badge {
  color: #4679a4;
  background-color: #ffffff;
}
.btn.btn-social.btn-jsfiddle:hover,
.btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle.focus,
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  color: #ffffff;
  background-color: #3e6c92 !important;
  border-color: #3e6c92 !important;
}
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  background-image: none;
}
.btn.btn-social.btn-jsfiddle.disabled,
.btn.btn-social.btn-jsfiddle[disabled],
fieldset[disabled] .btn.btn-social.btn-jsfiddle,
.btn.btn-social.btn-jsfiddle.disabled:hover,
.btn.btn-social.btn-jsfiddle[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:hover,
.btn.btn-social.btn-jsfiddle.disabled:focus,
.btn.btn-social.btn-jsfiddle[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle.disabled.focus,
.btn.btn-social.btn-jsfiddle[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle.focus,
.btn.btn-social.btn-jsfiddle.disabled:active,
.btn.btn-social.btn-jsfiddle[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.disabled.active,
.btn.btn-social.btn-jsfiddle[disabled].active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle.active {
  background-color: #4679a4;
  border-color: #4679a4;
}
.btn.btn-social.btn-jsfiddle .badge {
  color: #4679a4;
  background-color: #ffffff;
}
.btn.btn-social.btn-jsfiddle:hover {
  background-color: #3e6c92;
  border-color: #3a6487;
}
.btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  color: #ffffff;
  background-color: #3a6487;
  border-color: #375f80;
}
.btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.active,
.open > .dropdown-toggle.btn.btn-social.btn-jsfiddle {
  background-image: none;
}
.btn.btn-social.btn-jsfiddle.disabled,
.btn.btn-social.btn-jsfiddle[disabled],
fieldset[disabled] .btn.btn-social.btn-jsfiddle,
.btn.btn-social.btn-jsfiddle.disabled:hover,
.btn.btn-social.btn-jsfiddle[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:hover,
.btn.btn-social.btn-jsfiddle.disabled:focus,
.btn.btn-social.btn-jsfiddle[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:focus,
.btn.btn-social.btn-jsfiddle.disabled:active,
.btn.btn-social.btn-jsfiddle[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle:active,
.btn.btn-social.btn-jsfiddle.disabled.active,
.btn.btn-social.btn-jsfiddle[disabled].active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle.active {
  background-color: #4679a4;
  border-color: #4679a4;
}
.btn.btn-social.btn-jsfiddle .badge {
  color: #4679a4;
  background-color: #ffffff;
}
.btn.btn-social.btn-reddit {
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #ffffff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn.btn-social.btn-reddit:hover,
.btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit.focus,
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  color: #ffffff;
  background-color: #cc3700;
  border-color: #c23400;
}
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  background-image: none;
}
.btn.btn-social.btn-reddit.disabled,
.btn.btn-social.btn-reddit[disabled],
fieldset[disabled] .btn.btn-social.btn-reddit,
.btn.btn-social.btn-reddit.disabled:hover,
.btn.btn-social.btn-reddit[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-reddit:hover,
.btn.btn-social.btn-reddit.disabled:focus,
.btn.btn-social.btn-reddit[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit.disabled.focus,
.btn.btn-social.btn-reddit[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-reddit.focus,
.btn.btn-social.btn-reddit.disabled:active,
.btn.btn-social.btn-reddit[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.disabled.active,
.btn.btn-social.btn-reddit[disabled].active,
fieldset[disabled] .btn.btn-social.btn-reddit.active {
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn.btn-social.btn-reddit .badge {
  color: #ff4500;
  background-color: #ffffff;
}
.btn.btn-social.btn-reddit:hover,
.btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit.focus,
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  color: #ffffff;
  background-color: #e63e00 !important;
  border-color: #e63e00 !important;
}
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  background-image: none;
}
.btn.btn-social.btn-reddit.disabled,
.btn.btn-social.btn-reddit[disabled],
fieldset[disabled] .btn.btn-social.btn-reddit,
.btn.btn-social.btn-reddit.disabled:hover,
.btn.btn-social.btn-reddit[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-reddit:hover,
.btn.btn-social.btn-reddit.disabled:focus,
.btn.btn-social.btn-reddit[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit.disabled.focus,
.btn.btn-social.btn-reddit[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-reddit.focus,
.btn.btn-social.btn-reddit.disabled:active,
.btn.btn-social.btn-reddit[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.disabled.active,
.btn.btn-social.btn-reddit[disabled].active,
fieldset[disabled] .btn.btn-social.btn-reddit.active {
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn.btn-social.btn-reddit .badge {
  color: #ff4500;
  background-color: #ffffff;
}
.btn.btn-social.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #d63a00;
}
.btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  color: #ffffff;
  background-color: #d63a00;
  border-color: #cc3700;
}
.btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.active,
.open > .dropdown-toggle.btn.btn-social.btn-reddit {
  background-image: none;
}
.btn.btn-social.btn-reddit.disabled,
.btn.btn-social.btn-reddit[disabled],
fieldset[disabled] .btn.btn-social.btn-reddit,
.btn.btn-social.btn-reddit.disabled:hover,
.btn.btn-social.btn-reddit[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-reddit:hover,
.btn.btn-social.btn-reddit.disabled:focus,
.btn.btn-social.btn-reddit[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-reddit:focus,
.btn.btn-social.btn-reddit.disabled:active,
.btn.btn-social.btn-reddit[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-reddit:active,
.btn.btn-social.btn-reddit.disabled.active,
.btn.btn-social.btn-reddit[disabled].active,
fieldset[disabled] .btn.btn-social.btn-reddit.active {
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn.btn-social.btn-reddit .badge {
  color: #ff4500;
  background-color: #ffffff;
}
.btn.btn-social.btn-youtube {
  background-color: #cd332d !important;
  border-color: #cd332d !important;
  color: #ffffff;
  background-color: #cd332d;
  border-color: #cd332d;
}
.btn.btn-social.btn-youtube:hover,
.btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube.focus,
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #a32924;
  border-color: #9b2722;
}
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  background-image: none;
}
.btn.btn-social.btn-youtube.disabled,
.btn.btn-social.btn-youtube[disabled],
fieldset[disabled] .btn.btn-social.btn-youtube,
.btn.btn-social.btn-youtube.disabled:hover,
.btn.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-youtube:hover,
.btn.btn-social.btn-youtube.disabled:focus,
.btn.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube.disabled.focus,
.btn.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-youtube.focus,
.btn.btn-social.btn-youtube.disabled:active,
.btn.btn-social.btn-youtube[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.disabled.active,
.btn.btn-social.btn-youtube[disabled].active,
fieldset[disabled] .btn.btn-social.btn-youtube.active {
  background-color: #cd332d;
  border-color: #cd332d;
}
.btn.btn-social.btn-youtube .badge {
  color: #cd332d;
  background-color: #ffffff;
}
.btn.btn-social.btn-youtube:hover,
.btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube.focus,
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #b82e28 !important;
  border-color: #b82e28 !important;
}
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  background-image: none;
}
.btn.btn-social.btn-youtube.disabled,
.btn.btn-social.btn-youtube[disabled],
fieldset[disabled] .btn.btn-social.btn-youtube,
.btn.btn-social.btn-youtube.disabled:hover,
.btn.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-youtube:hover,
.btn.btn-social.btn-youtube.disabled:focus,
.btn.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube.disabled.focus,
.btn.btn-social.btn-youtube[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-youtube.focus,
.btn.btn-social.btn-youtube.disabled:active,
.btn.btn-social.btn-youtube[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.disabled.active,
.btn.btn-social.btn-youtube[disabled].active,
fieldset[disabled] .btn.btn-social.btn-youtube.active {
  background-color: #cd332d;
  border-color: #cd332d;
}
.btn.btn-social.btn-youtube .badge {
  color: #cd332d;
  background-color: #ffffff;
}
.btn.btn-social.btn-youtube:hover {
  background-color: #b82e28;
  border-color: #ac2b26;
}
.btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  color: #ffffff;
  background-color: #ac2b26;
  border-color: #a32924;
}
.btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.active,
.open > .dropdown-toggle.btn.btn-social.btn-youtube {
  background-image: none;
}
.btn.btn-social.btn-youtube.disabled,
.btn.btn-social.btn-youtube[disabled],
fieldset[disabled] .btn.btn-social.btn-youtube,
.btn.btn-social.btn-youtube.disabled:hover,
.btn.btn-social.btn-youtube[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-youtube:hover,
.btn.btn-social.btn-youtube.disabled:focus,
.btn.btn-social.btn-youtube[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-youtube:focus,
.btn.btn-social.btn-youtube.disabled:active,
.btn.btn-social.btn-youtube[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-youtube:active,
.btn.btn-social.btn-youtube.disabled.active,
.btn.btn-social.btn-youtube[disabled].active,
fieldset[disabled] .btn.btn-social.btn-youtube.active {
  background-color: #cd332d;
  border-color: #cd332d;
}
.btn.btn-social.btn-youtube .badge {
  color: #cd332d;
  background-color: #ffffff;
}
.btn.btn-social.btn-foursquare {
  background-color: #2398c9 !important;
  border-color: #2398c9 !important;
  color: #ffffff;
  background-color: #2398c9;
  border-color: #2398c9;
}
.btn.btn-social.btn-foursquare:hover,
.btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare.focus,
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  color: #ffffff;
  background-color: #1b779e;
  border-color: #1a7195;
}
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  background-image: none;
}
.btn.btn-social.btn-foursquare.disabled,
.btn.btn-social.btn-foursquare[disabled],
fieldset[disabled] .btn.btn-social.btn-foursquare,
.btn.btn-social.btn-foursquare.disabled:hover,
.btn.btn-social.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-foursquare:hover,
.btn.btn-social.btn-foursquare.disabled:focus,
.btn.btn-social.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare.disabled.focus,
.btn.btn-social.btn-foursquare[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-foursquare.focus,
.btn.btn-social.btn-foursquare.disabled:active,
.btn.btn-social.btn-foursquare[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.disabled.active,
.btn.btn-social.btn-foursquare[disabled].active,
fieldset[disabled] .btn.btn-social.btn-foursquare.active {
  background-color: #2398c9;
  border-color: #2398c9;
}
.btn.btn-social.btn-foursquare .badge {
  color: #2398c9;
  background-color: #ffffff;
}
.btn.btn-social.btn-foursquare:hover,
.btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare.focus,
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  color: #ffffff;
  background-color: #1f88b3 !important;
  border-color: #1f88b3 !important;
}
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  background-image: none;
}
.btn.btn-social.btn-foursquare.disabled,
.btn.btn-social.btn-foursquare[disabled],
fieldset[disabled] .btn.btn-social.btn-foursquare,
.btn.btn-social.btn-foursquare.disabled:hover,
.btn.btn-social.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-foursquare:hover,
.btn.btn-social.btn-foursquare.disabled:focus,
.btn.btn-social.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare.disabled.focus,
.btn.btn-social.btn-foursquare[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-foursquare.focus,
.btn.btn-social.btn-foursquare.disabled:active,
.btn.btn-social.btn-foursquare[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.disabled.active,
.btn.btn-social.btn-foursquare[disabled].active,
fieldset[disabled] .btn.btn-social.btn-foursquare.active {
  background-color: #2398c9;
  border-color: #2398c9;
}
.btn.btn-social.btn-foursquare .badge {
  color: #2398c9;
  background-color: #ffffff;
}
.btn.btn-social.btn-foursquare:hover {
  background-color: #1f88b3;
  border-color: #1d7ea6;
}
.btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  color: #ffffff;
  background-color: #1d7ea6;
  border-color: #1b779e;
}
.btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.active,
.open > .dropdown-toggle.btn.btn-social.btn-foursquare {
  background-image: none;
}
.btn.btn-social.btn-foursquare.disabled,
.btn.btn-social.btn-foursquare[disabled],
fieldset[disabled] .btn.btn-social.btn-foursquare,
.btn.btn-social.btn-foursquare.disabled:hover,
.btn.btn-social.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-foursquare:hover,
.btn.btn-social.btn-foursquare.disabled:focus,
.btn.btn-social.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-foursquare:focus,
.btn.btn-social.btn-foursquare.disabled:active,
.btn.btn-social.btn-foursquare[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-foursquare:active,
.btn.btn-social.btn-foursquare.disabled.active,
.btn.btn-social.btn-foursquare[disabled].active,
fieldset[disabled] .btn.btn-social.btn-foursquare.active {
  background-color: #2398c9;
  border-color: #2398c9;
}
.btn.btn-social.btn-foursquare .badge {
  color: #2398c9;
  background-color: #ffffff;
}
.btn.btn-social.btn-google {
  background-color: #245dc1 !important;
  border-color: #245dc1 !important;
  color: #ffffff;
  background-color: #245dc1;
  border-color: #245dc1;
}
.btn.btn-social.btn-google:hover,
.btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google.focus,
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  color: #ffffff;
  background-color: #1c4896;
  border-color: #1a448d;
}
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  background-image: none;
}
.btn.btn-social.btn-google.disabled,
.btn.btn-social.btn-google[disabled],
fieldset[disabled] .btn.btn-social.btn-google,
.btn.btn-social.btn-google.disabled:hover,
.btn.btn-social.btn-google[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-google:hover,
.btn.btn-social.btn-google.disabled:focus,
.btn.btn-social.btn-google[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google.disabled.focus,
.btn.btn-social.btn-google[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-google.focus,
.btn.btn-social.btn-google.disabled:active,
.btn.btn-social.btn-google[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.disabled.active,
.btn.btn-social.btn-google[disabled].active,
fieldset[disabled] .btn.btn-social.btn-google.active {
  background-color: #245dc1;
  border-color: #245dc1;
}
.btn.btn-social.btn-google .badge {
  color: #245dc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-google:hover,
.btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google.focus,
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  color: #ffffff;
  background-color: #2053ac !important;
  border-color: #2053ac !important;
}
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  background-image: none;
}
.btn.btn-social.btn-google.disabled,
.btn.btn-social.btn-google[disabled],
fieldset[disabled] .btn.btn-social.btn-google,
.btn.btn-social.btn-google.disabled:hover,
.btn.btn-social.btn-google[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-google:hover,
.btn.btn-social.btn-google.disabled:focus,
.btn.btn-social.btn-google[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google.disabled.focus,
.btn.btn-social.btn-google[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-google.focus,
.btn.btn-social.btn-google.disabled:active,
.btn.btn-social.btn-google[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.disabled.active,
.btn.btn-social.btn-google[disabled].active,
fieldset[disabled] .btn.btn-social.btn-google.active {
  background-color: #245dc1;
  border-color: #245dc1;
}
.btn.btn-social.btn-google .badge {
  color: #245dc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-google:hover {
  background-color: #2053ac;
  border-color: #1e4c9f;
}
.btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  color: #ffffff;
  background-color: #1e4c9f;
  border-color: #1c4896;
}
.btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.active,
.open > .dropdown-toggle.btn.btn-social.btn-google {
  background-image: none;
}
.btn.btn-social.btn-google.disabled,
.btn.btn-social.btn-google[disabled],
fieldset[disabled] .btn.btn-social.btn-google,
.btn.btn-social.btn-google.disabled:hover,
.btn.btn-social.btn-google[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-google:hover,
.btn.btn-social.btn-google.disabled:focus,
.btn.btn-social.btn-google[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-google:focus,
.btn.btn-social.btn-google.disabled:active,
.btn.btn-social.btn-google[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-google:active,
.btn.btn-social.btn-google.disabled.active,
.btn.btn-social.btn-google[disabled].active,
fieldset[disabled] .btn.btn-social.btn-google.active {
  background-color: #245dc1;
  border-color: #245dc1;
}
.btn.btn-social.btn-google .badge {
  color: #245dc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-apple {
  background-color: #b9bfc1 !important;
  border-color: #b9bfc1 !important;
  color: #ffffff;
  background-color: #b9bfc1;
  border-color: #b9bfc1;
}
.btn.btn-social.btn-apple:hover,
.btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple.focus,
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  color: #ffffff;
  background-color: #9ea6a9;
  border-color: #99a1a4;
}
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  background-image: none;
}
.btn.btn-social.btn-apple.disabled,
.btn.btn-social.btn-apple[disabled],
fieldset[disabled] .btn.btn-social.btn-apple,
.btn.btn-social.btn-apple.disabled:hover,
.btn.btn-social.btn-apple[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-apple:hover,
.btn.btn-social.btn-apple.disabled:focus,
.btn.btn-social.btn-apple[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple.disabled.focus,
.btn.btn-social.btn-apple[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-apple.focus,
.btn.btn-social.btn-apple.disabled:active,
.btn.btn-social.btn-apple[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.disabled.active,
.btn.btn-social.btn-apple[disabled].active,
fieldset[disabled] .btn.btn-social.btn-apple.active {
  background-color: #b9bfc1;
  border-color: #b9bfc1;
}
.btn.btn-social.btn-apple .badge {
  color: #b9bfc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-apple:hover,
.btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple.focus,
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  color: #ffffff;
  background-color: #abb3b5 !important;
  border-color: #abb3b5 !important;
}
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  background-image: none;
}
.btn.btn-social.btn-apple.disabled,
.btn.btn-social.btn-apple[disabled],
fieldset[disabled] .btn.btn-social.btn-apple,
.btn.btn-social.btn-apple.disabled:hover,
.btn.btn-social.btn-apple[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-apple:hover,
.btn.btn-social.btn-apple.disabled:focus,
.btn.btn-social.btn-apple[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple.disabled.focus,
.btn.btn-social.btn-apple[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-apple.focus,
.btn.btn-social.btn-apple.disabled:active,
.btn.btn-social.btn-apple[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.disabled.active,
.btn.btn-social.btn-apple[disabled].active,
fieldset[disabled] .btn.btn-social.btn-apple.active {
  background-color: #b9bfc1;
  border-color: #b9bfc1;
}
.btn.btn-social.btn-apple .badge {
  color: #b9bfc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-apple:hover {
  background-color: #abb3b5;
  border-color: #a3abae;
}
.btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  color: #ffffff;
  background-color: #a3abae;
  border-color: #9ea6a9;
}
.btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.active,
.open > .dropdown-toggle.btn.btn-social.btn-apple {
  background-image: none;
}
.btn.btn-social.btn-apple.disabled,
.btn.btn-social.btn-apple[disabled],
fieldset[disabled] .btn.btn-social.btn-apple,
.btn.btn-social.btn-apple.disabled:hover,
.btn.btn-social.btn-apple[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-apple:hover,
.btn.btn-social.btn-apple.disabled:focus,
.btn.btn-social.btn-apple[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-apple:focus,
.btn.btn-social.btn-apple.disabled:active,
.btn.btn-social.btn-apple[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-apple:active,
.btn.btn-social.btn-apple.disabled.active,
.btn.btn-social.btn-apple[disabled].active,
fieldset[disabled] .btn.btn-social.btn-apple.active {
  background-color: #b9bfc1;
  border-color: #b9bfc1;
}
.btn.btn-social.btn-apple .badge {
  color: #b9bfc1;
  background-color: #ffffff;
}
.btn.btn-social.btn-soundcloud {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn.btn-social.btn-soundcloud:hover,
.btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud.focus,
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  color: #ffffff;
  background-color: #cc5200;
  border-color: #c24e00;
}
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  background-image: none;
}
.btn.btn-social.btn-soundcloud.disabled,
.btn.btn-social.btn-soundcloud[disabled],
fieldset[disabled] .btn.btn-social.btn-soundcloud,
.btn.btn-social.btn-soundcloud.disabled:hover,
.btn.btn-social.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-soundcloud:hover,
.btn.btn-social.btn-soundcloud.disabled:focus,
.btn.btn-social.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud.disabled.focus,
.btn.btn-social.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud.focus,
.btn.btn-social.btn-soundcloud.disabled:active,
.btn.btn-social.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.disabled.active,
.btn.btn-social.btn-soundcloud[disabled].active,
fieldset[disabled] .btn.btn-social.btn-soundcloud.active {
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn.btn-social.btn-soundcloud .badge {
  color: #ff6600;
  background-color: #ffffff;
}
.btn.btn-social.btn-soundcloud:hover,
.btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud.focus,
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  color: #ffffff;
  background-color: #e65c00 !important;
  border-color: #e65c00 !important;
}
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  background-image: none;
}
.btn.btn-social.btn-soundcloud.disabled,
.btn.btn-social.btn-soundcloud[disabled],
fieldset[disabled] .btn.btn-social.btn-soundcloud,
.btn.btn-social.btn-soundcloud.disabled:hover,
.btn.btn-social.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-soundcloud:hover,
.btn.btn-social.btn-soundcloud.disabled:focus,
.btn.btn-social.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud.disabled.focus,
.btn.btn-social.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud.focus,
.btn.btn-social.btn-soundcloud.disabled:active,
.btn.btn-social.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.disabled.active,
.btn.btn-social.btn-soundcloud[disabled].active,
fieldset[disabled] .btn.btn-social.btn-soundcloud.active {
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn.btn-social.btn-soundcloud .badge {
  color: #ff6600;
  background-color: #ffffff;
}
.btn.btn-social.btn-soundcloud:hover {
  background-color: #e65c00;
  border-color: #d65600;
}
.btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  color: #ffffff;
  background-color: #d65600;
  border-color: #cc5200;
}
.btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.active,
.open > .dropdown-toggle.btn.btn-social.btn-soundcloud {
  background-image: none;
}
.btn.btn-social.btn-soundcloud.disabled,
.btn.btn-social.btn-soundcloud[disabled],
fieldset[disabled] .btn.btn-social.btn-soundcloud,
.btn.btn-social.btn-soundcloud.disabled:hover,
.btn.btn-social.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-soundcloud:hover,
.btn.btn-social.btn-soundcloud.disabled:focus,
.btn.btn-social.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud:focus,
.btn.btn-social.btn-soundcloud.disabled:active,
.btn.btn-social.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-soundcloud:active,
.btn.btn-social.btn-soundcloud.disabled.active,
.btn.btn-social.btn-soundcloud[disabled].active,
fieldset[disabled] .btn.btn-social.btn-soundcloud.active {
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn.btn-social.btn-soundcloud .badge {
  color: #ff6600;
  background-color: #ffffff;
}
.btn.btn-social.btn-steam {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam:hover,
.btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam.focus,
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  background-image: none;
}
.btn.btn-social.btn-steam.disabled,
.btn.btn-social.btn-steam[disabled],
fieldset[disabled] .btn.btn-social.btn-steam,
.btn.btn-social.btn-steam.disabled:hover,
.btn.btn-social.btn-steam[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-steam:hover,
.btn.btn-social.btn-steam.disabled:focus,
.btn.btn-social.btn-steam[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam.disabled.focus,
.btn.btn-social.btn-steam[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-steam.focus,
.btn.btn-social.btn-steam.disabled:active,
.btn.btn-social.btn-steam[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.disabled.active,
.btn.btn-social.btn-steam[disabled].active,
fieldset[disabled] .btn.btn-social.btn-steam.active {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn-social.btn-steam:hover,
.btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam.focus,
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  color: #ffffff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  background-image: none;
}
.btn.btn-social.btn-steam.disabled,
.btn.btn-social.btn-steam[disabled],
fieldset[disabled] .btn.btn-social.btn-steam,
.btn.btn-social.btn-steam.disabled:hover,
.btn.btn-social.btn-steam[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-steam:hover,
.btn.btn-social.btn-steam.disabled:focus,
.btn.btn-social.btn-steam[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam.disabled.focus,
.btn.btn-social.btn-steam[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-steam.focus,
.btn.btn-social.btn-steam.disabled:active,
.btn.btn-social.btn-steam[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.disabled.active,
.btn.btn-social.btn-steam[disabled].active,
fieldset[disabled] .btn.btn-social.btn-steam.active {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn-social.btn-steam:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.active,
.open > .dropdown-toggle.btn.btn-social.btn-steam {
  background-image: none;
}
.btn.btn-social.btn-steam.disabled,
.btn.btn-social.btn-steam[disabled],
fieldset[disabled] .btn.btn-social.btn-steam,
.btn.btn-social.btn-steam.disabled:hover,
.btn.btn-social.btn-steam[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-steam:hover,
.btn.btn-social.btn-steam.disabled:focus,
.btn.btn-social.btn-steam[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-steam:focus,
.btn.btn-social.btn-steam.disabled:active,
.btn.btn-social.btn-steam[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-steam:active,
.btn.btn-social.btn-steam.disabled.active,
.btn.btn-social.btn-steam[disabled].active,
fieldset[disabled] .btn.btn-social.btn-steam.active {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-social.btn-steam .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn-social.btn-spotify {
  background-color: #80b719 !important;
  border-color: #80b719 !important;
  color: #ffffff;
  background-color: #80b719;
  border-color: #80b719;
}
.btn.btn-social.btn-spotify:hover,
.btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify.focus,
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  color: #ffffff;
  background-color: #618a13;
  border-color: #5a8112;
}
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  background-image: none;
}
.btn.btn-social.btn-spotify.disabled,
.btn.btn-social.btn-spotify[disabled],
fieldset[disabled] .btn.btn-social.btn-spotify,
.btn.btn-social.btn-spotify.disabled:hover,
.btn.btn-social.btn-spotify[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-spotify:hover,
.btn.btn-social.btn-spotify.disabled:focus,
.btn.btn-social.btn-spotify[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify.disabled.focus,
.btn.btn-social.btn-spotify[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-spotify.focus,
.btn.btn-social.btn-spotify.disabled:active,
.btn.btn-social.btn-spotify[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.disabled.active,
.btn.btn-social.btn-spotify[disabled].active,
fieldset[disabled] .btn.btn-social.btn-spotify.active {
  background-color: #80b719;
  border-color: #80b719;
}
.btn.btn-social.btn-spotify .badge {
  color: #80b719;
  background-color: #ffffff;
}
.btn.btn-social.btn-spotify:hover,
.btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify.focus,
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  color: #ffffff;
  background-color: #70a116 !important;
  border-color: #70a116 !important;
}
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  background-image: none;
}
.btn.btn-social.btn-spotify.disabled,
.btn.btn-social.btn-spotify[disabled],
fieldset[disabled] .btn.btn-social.btn-spotify,
.btn.btn-social.btn-spotify.disabled:hover,
.btn.btn-social.btn-spotify[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-spotify:hover,
.btn.btn-social.btn-spotify.disabled:focus,
.btn.btn-social.btn-spotify[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify.disabled.focus,
.btn.btn-social.btn-spotify[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-spotify.focus,
.btn.btn-social.btn-spotify.disabled:active,
.btn.btn-social.btn-spotify[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.disabled.active,
.btn.btn-social.btn-spotify[disabled].active,
fieldset[disabled] .btn.btn-social.btn-spotify.active {
  background-color: #80b719;
  border-color: #80b719;
}
.btn.btn-social.btn-spotify .badge {
  color: #80b719;
  background-color: #ffffff;
}
.btn.btn-social.btn-spotify:hover {
  background-color: #70a116;
  border-color: #679314;
}
.btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  color: #ffffff;
  background-color: #679314;
  border-color: #618a13;
}
.btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.active,
.open > .dropdown-toggle.btn.btn-social.btn-spotify {
  background-image: none;
}
.btn.btn-social.btn-spotify.disabled,
.btn.btn-social.btn-spotify[disabled],
fieldset[disabled] .btn.btn-social.btn-spotify,
.btn.btn-social.btn-spotify.disabled:hover,
.btn.btn-social.btn-spotify[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-spotify:hover,
.btn.btn-social.btn-spotify.disabled:focus,
.btn.btn-social.btn-spotify[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-spotify:focus,
.btn.btn-social.btn-spotify.disabled:active,
.btn.btn-social.btn-spotify[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-spotify:active,
.btn.btn-social.btn-spotify.disabled.active,
.btn.btn-social.btn-spotify[disabled].active,
fieldset[disabled] .btn.btn-social.btn-spotify.active {
  background-color: #80b719;
  border-color: #80b719;
}
.btn.btn-social.btn-spotify .badge {
  color: #80b719;
  background-color: #ffffff;
}
.btn.btn-social.btn-wordpress {
  background-color: #21759b !important;
  border-color: #21759b !important;
  color: #ffffff;
  background-color: #21759b;
  border-color: #21759b;
}
.btn.btn-social.btn-wordpress:hover,
.btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress.focus,
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  color: #ffffff;
  background-color: #185571;
  border-color: #164f69;
}
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  background-image: none;
}
.btn.btn-social.btn-wordpress.disabled,
.btn.btn-social.btn-wordpress[disabled],
fieldset[disabled] .btn.btn-social.btn-wordpress,
.btn.btn-social.btn-wordpress.disabled:hover,
.btn.btn-social.btn-wordpress[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-wordpress:hover,
.btn.btn-social.btn-wordpress.disabled:focus,
.btn.btn-social.btn-wordpress[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress.disabled.focus,
.btn.btn-social.btn-wordpress[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-wordpress.focus,
.btn.btn-social.btn-wordpress.disabled:active,
.btn.btn-social.btn-wordpress[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.disabled.active,
.btn.btn-social.btn-wordpress[disabled].active,
fieldset[disabled] .btn.btn-social.btn-wordpress.active {
  background-color: #21759b;
  border-color: #21759b;
}
.btn.btn-social.btn-wordpress .badge {
  color: #21759b;
  background-color: #ffffff;
}
.btn.btn-social.btn-wordpress:hover,
.btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress.focus,
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  color: #ffffff;
  background-color: #1d6586 !important;
  border-color: #1d6586 !important;
}
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  background-image: none;
}
.btn.btn-social.btn-wordpress.disabled,
.btn.btn-social.btn-wordpress[disabled],
fieldset[disabled] .btn.btn-social.btn-wordpress,
.btn.btn-social.btn-wordpress.disabled:hover,
.btn.btn-social.btn-wordpress[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-wordpress:hover,
.btn.btn-social.btn-wordpress.disabled:focus,
.btn.btn-social.btn-wordpress[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress.disabled.focus,
.btn.btn-social.btn-wordpress[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-wordpress.focus,
.btn.btn-social.btn-wordpress.disabled:active,
.btn.btn-social.btn-wordpress[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.disabled.active,
.btn.btn-social.btn-wordpress[disabled].active,
fieldset[disabled] .btn.btn-social.btn-wordpress.active {
  background-color: #21759b;
  border-color: #21759b;
}
.btn.btn-social.btn-wordpress .badge {
  color: #21759b;
  background-color: #ffffff;
}
.btn.btn-social.btn-wordpress:hover {
  background-color: #1d6586;
  border-color: #1a5c79;
}
.btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  color: #ffffff;
  background-color: #1a5c79;
  border-color: #185571;
}
.btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.active,
.open > .dropdown-toggle.btn.btn-social.btn-wordpress {
  background-image: none;
}
.btn.btn-social.btn-wordpress.disabled,
.btn.btn-social.btn-wordpress[disabled],
fieldset[disabled] .btn.btn-social.btn-wordpress,
.btn.btn-social.btn-wordpress.disabled:hover,
.btn.btn-social.btn-wordpress[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-wordpress:hover,
.btn.btn-social.btn-wordpress.disabled:focus,
.btn.btn-social.btn-wordpress[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-wordpress:focus,
.btn.btn-social.btn-wordpress.disabled:active,
.btn.btn-social.btn-wordpress[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-wordpress:active,
.btn.btn-social.btn-wordpress.disabled.active,
.btn.btn-social.btn-wordpress[disabled].active,
fieldset[disabled] .btn.btn-social.btn-wordpress.active {
  background-color: #21759b;
  border-color: #21759b;
}
.btn.btn-social.btn-wordpress .badge {
  color: #21759b;
  background-color: #ffffff;
}
.btn.btn-social.btn-skype {
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
  color: #ffffff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn.btn-social.btn-skype:hover,
.btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype.focus,
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  color: #ffffff;
  background-color: #008abd;
  border-color: #0082b3;
}
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  background-image: none;
}
.btn.btn-social.btn-skype.disabled,
.btn.btn-social.btn-skype[disabled],
fieldset[disabled] .btn.btn-social.btn-skype,
.btn.btn-social.btn-skype.disabled:hover,
.btn.btn-social.btn-skype[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-skype:hover,
.btn.btn-social.btn-skype.disabled:focus,
.btn.btn-social.btn-skype[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype.disabled.focus,
.btn.btn-social.btn-skype[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-skype.focus,
.btn.btn-social.btn-skype.disabled:active,
.btn.btn-social.btn-skype[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.disabled.active,
.btn.btn-social.btn-skype[disabled].active,
fieldset[disabled] .btn.btn-social.btn-skype.active {
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn.btn-social.btn-skype .badge {
  color: #00aff0;
  background-color: #ffffff;
}
.btn.btn-social.btn-skype:hover,
.btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype.focus,
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  color: #ffffff;
  background-color: #009cd7 !important;
  border-color: #009cd7 !important;
}
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  background-image: none;
}
.btn.btn-social.btn-skype.disabled,
.btn.btn-social.btn-skype[disabled],
fieldset[disabled] .btn.btn-social.btn-skype,
.btn.btn-social.btn-skype.disabled:hover,
.btn.btn-social.btn-skype[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-skype:hover,
.btn.btn-social.btn-skype.disabled:focus,
.btn.btn-social.btn-skype[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype.disabled.focus,
.btn.btn-social.btn-skype[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-skype.focus,
.btn.btn-social.btn-skype.disabled:active,
.btn.btn-social.btn-skype[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.disabled.active,
.btn.btn-social.btn-skype[disabled].active,
fieldset[disabled] .btn.btn-social.btn-skype.active {
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn.btn-social.btn-skype .badge {
  color: #00aff0;
  background-color: #ffffff;
}
.btn.btn-social.btn-skype:hover {
  background-color: #009cd7;
  border-color: #0091c7;
}
.btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  color: #ffffff;
  background-color: #0091c7;
  border-color: #008abd;
}
.btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.active,
.open > .dropdown-toggle.btn.btn-social.btn-skype {
  background-image: none;
}
.btn.btn-social.btn-skype.disabled,
.btn.btn-social.btn-skype[disabled],
fieldset[disabled] .btn.btn-social.btn-skype,
.btn.btn-social.btn-skype.disabled:hover,
.btn.btn-social.btn-skype[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-skype:hover,
.btn.btn-social.btn-skype.disabled:focus,
.btn.btn-social.btn-skype[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-skype:focus,
.btn.btn-social.btn-skype.disabled:active,
.btn.btn-social.btn-skype[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-skype:active,
.btn.btn-social.btn-skype.disabled.active,
.btn.btn-social.btn-skype[disabled].active,
fieldset[disabled] .btn.btn-social.btn-skype.active {
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn.btn-social.btn-skype .badge {
  color: #00aff0;
  background-color: #ffffff;
}
.btn.btn-social.btn-android {
  background-color: #a4c639 !important;
  border-color: #a4c639 !important;
  color: #ffffff;
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn.btn-social.btn-android:hover,
.btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android.focus,
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  color: #ffffff;
  background-color: #839e2e;
  border-color: #7d962b;
}
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  background-image: none;
}
.btn.btn-social.btn-android.disabled,
.btn.btn-social.btn-android[disabled],
fieldset[disabled] .btn.btn-social.btn-android,
.btn.btn-social.btn-android.disabled:hover,
.btn.btn-social.btn-android[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-android:hover,
.btn.btn-social.btn-android.disabled:focus,
.btn.btn-social.btn-android[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android.disabled.focus,
.btn.btn-social.btn-android[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-android.focus,
.btn.btn-social.btn-android.disabled:active,
.btn.btn-social.btn-android[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.disabled.active,
.btn.btn-social.btn-android[disabled].active,
fieldset[disabled] .btn.btn-social.btn-android.active {
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn.btn-social.btn-android .badge {
  color: #a4c639;
  background-color: #ffffff;
}
.btn.btn-social.btn-android:hover,
.btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android.focus,
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  color: #ffffff;
  background-color: #94b233 !important;
  border-color: #94b233 !important;
}
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  background-image: none;
}
.btn.btn-social.btn-android.disabled,
.btn.btn-social.btn-android[disabled],
fieldset[disabled] .btn.btn-social.btn-android,
.btn.btn-social.btn-android.disabled:hover,
.btn.btn-social.btn-android[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-android:hover,
.btn.btn-social.btn-android.disabled:focus,
.btn.btn-social.btn-android[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android.disabled.focus,
.btn.btn-social.btn-android[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-android.focus,
.btn.btn-social.btn-android.disabled:active,
.btn.btn-social.btn-android[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.disabled.active,
.btn.btn-social.btn-android[disabled].active,
fieldset[disabled] .btn.btn-social.btn-android.active {
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn.btn-social.btn-android .badge {
  color: #a4c639;
  background-color: #ffffff;
}
.btn.btn-social.btn-android:hover {
  background-color: #94b233;
  border-color: #8aa630;
}
.btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  color: #ffffff;
  background-color: #8aa630;
  border-color: #839e2e;
}
.btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.active,
.open > .dropdown-toggle.btn.btn-social.btn-android {
  background-image: none;
}
.btn.btn-social.btn-android.disabled,
.btn.btn-social.btn-android[disabled],
fieldset[disabled] .btn.btn-social.btn-android,
.btn.btn-social.btn-android.disabled:hover,
.btn.btn-social.btn-android[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-android:hover,
.btn.btn-social.btn-android.disabled:focus,
.btn.btn-social.btn-android[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-android:focus,
.btn.btn-social.btn-android.disabled:active,
.btn.btn-social.btn-android[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-android:active,
.btn.btn-social.btn-android.disabled.active,
.btn.btn-social.btn-android[disabled].active,
fieldset[disabled] .btn.btn-social.btn-android.active {
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn.btn-social.btn-android .badge {
  color: #a4c639;
  background-color: #ffffff;
}
.btn.btn-social.btn-digg {
  background-color: #14589e !important;
  border-color: #14589e !important;
  color: #ffffff;
  background-color: #14589e;
  border-color: #14589e;
}
.btn.btn-social.btn-digg:hover,
.btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg.focus,
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  color: #ffffff;
  background-color: #0e3f71;
  border-color: #0d3a68;
}
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  background-image: none;
}
.btn.btn-social.btn-digg.disabled,
.btn.btn-social.btn-digg[disabled],
fieldset[disabled] .btn.btn-social.btn-digg,
.btn.btn-social.btn-digg.disabled:hover,
.btn.btn-social.btn-digg[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-digg:hover,
.btn.btn-social.btn-digg.disabled:focus,
.btn.btn-social.btn-digg[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg.disabled.focus,
.btn.btn-social.btn-digg[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-digg.focus,
.btn.btn-social.btn-digg.disabled:active,
.btn.btn-social.btn-digg[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.disabled.active,
.btn.btn-social.btn-digg[disabled].active,
fieldset[disabled] .btn.btn-social.btn-digg.active {
  background-color: #14589e;
  border-color: #14589e;
}
.btn.btn-social.btn-digg .badge {
  color: #14589e;
  background-color: #ffffff;
}
.btn.btn-social.btn-digg:hover,
.btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg.focus,
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  color: #ffffff;
  background-color: #114b87 !important;
  border-color: #114b87 !important;
}
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  background-image: none;
}
.btn.btn-social.btn-digg.disabled,
.btn.btn-social.btn-digg[disabled],
fieldset[disabled] .btn.btn-social.btn-digg,
.btn.btn-social.btn-digg.disabled:hover,
.btn.btn-social.btn-digg[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-digg:hover,
.btn.btn-social.btn-digg.disabled:focus,
.btn.btn-social.btn-digg[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg.disabled.focus,
.btn.btn-social.btn-digg[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-digg.focus,
.btn.btn-social.btn-digg.disabled:active,
.btn.btn-social.btn-digg[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.disabled.active,
.btn.btn-social.btn-digg[disabled].active,
fieldset[disabled] .btn.btn-social.btn-digg.active {
  background-color: #14589e;
  border-color: #14589e;
}
.btn.btn-social.btn-digg .badge {
  color: #14589e;
  background-color: #ffffff;
}
.btn.btn-social.btn-digg:hover {
  background-color: #114b87;
  border-color: #0f447a;
}
.btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  color: #ffffff;
  background-color: #0f447a;
  border-color: #0e3f71;
}
.btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.active,
.open > .dropdown-toggle.btn.btn-social.btn-digg {
  background-image: none;
}
.btn.btn-social.btn-digg.disabled,
.btn.btn-social.btn-digg[disabled],
fieldset[disabled] .btn.btn-social.btn-digg,
.btn.btn-social.btn-digg.disabled:hover,
.btn.btn-social.btn-digg[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-digg:hover,
.btn.btn-social.btn-digg.disabled:focus,
.btn.btn-social.btn-digg[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-digg:focus,
.btn.btn-social.btn-digg.disabled:active,
.btn.btn-social.btn-digg[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-digg:active,
.btn.btn-social.btn-digg.disabled.active,
.btn.btn-social.btn-digg[disabled].active,
fieldset[disabled] .btn.btn-social.btn-digg.active {
  background-color: #14589e;
  border-color: #14589e;
}
.btn.btn-social.btn-digg .badge {
  color: #14589e;
  background-color: #ffffff;
}
.btn.btn-social.btn-linkedin {
  background-color: #007fb1 !important;
  border-color: #007fb1 !important;
  color: #ffffff;
  background-color: #007fb1;
  border-color: #007fb1;
}
.btn.btn-social.btn-linkedin:hover,
.btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin.focus,
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #005a7e;
  border-color: #005374;
}
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  background-image: none;
}
.btn.btn-social.btn-linkedin.disabled,
.btn.btn-social.btn-linkedin[disabled],
fieldset[disabled] .btn.btn-social.btn-linkedin,
.btn.btn-social.btn-linkedin.disabled:hover,
.btn.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-linkedin:hover,
.btn.btn-social.btn-linkedin.disabled:focus,
.btn.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin.disabled.focus,
.btn.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-linkedin.focus,
.btn.btn-social.btn-linkedin.disabled:active,
.btn.btn-social.btn-linkedin[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.disabled.active,
.btn.btn-social.btn-linkedin[disabled].active,
fieldset[disabled] .btn.btn-social.btn-linkedin.active {
  background-color: #007fb1;
  border-color: #007fb1;
}
.btn.btn-social.btn-linkedin .badge {
  color: #007fb1;
  background-color: #ffffff;
}
.btn.btn-social.btn-linkedin:hover,
.btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin.focus,
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #006d98 !important;
  border-color: #006d98 !important;
}
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  background-image: none;
}
.btn.btn-social.btn-linkedin.disabled,
.btn.btn-social.btn-linkedin[disabled],
fieldset[disabled] .btn.btn-social.btn-linkedin,
.btn.btn-social.btn-linkedin.disabled:hover,
.btn.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-linkedin:hover,
.btn.btn-social.btn-linkedin.disabled:focus,
.btn.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin.disabled.focus,
.btn.btn-social.btn-linkedin[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-linkedin.focus,
.btn.btn-social.btn-linkedin.disabled:active,
.btn.btn-social.btn-linkedin[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.disabled.active,
.btn.btn-social.btn-linkedin[disabled].active,
fieldset[disabled] .btn.btn-social.btn-linkedin.active {
  background-color: #007fb1;
  border-color: #007fb1;
}
.btn.btn-social.btn-linkedin .badge {
  color: #007fb1;
  background-color: #ffffff;
}
.btn.btn-social.btn-linkedin:hover {
  background-color: #006d98;
  border-color: #006288;
}
.btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  color: #ffffff;
  background-color: #006288;
  border-color: #005a7e;
}
.btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.active,
.open > .dropdown-toggle.btn.btn-social.btn-linkedin {
  background-image: none;
}
.btn.btn-social.btn-linkedin.disabled,
.btn.btn-social.btn-linkedin[disabled],
fieldset[disabled] .btn.btn-social.btn-linkedin,
.btn.btn-social.btn-linkedin.disabled:hover,
.btn.btn-social.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-linkedin:hover,
.btn.btn-social.btn-linkedin.disabled:focus,
.btn.btn-social.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-linkedin:focus,
.btn.btn-social.btn-linkedin.disabled:active,
.btn.btn-social.btn-linkedin[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-linkedin:active,
.btn.btn-social.btn-linkedin.disabled.active,
.btn.btn-social.btn-linkedin[disabled].active,
fieldset[disabled] .btn.btn-social.btn-linkedin.active {
  background-color: #007fb1;
  border-color: #007fb1;
}
.btn.btn-social.btn-linkedin .badge {
  color: #007fb1;
  background-color: #ffffff;
}
.btn.btn-social.btn-googleplus {
  background-color: #d14836 !important;
  border-color: #d14836 !important;
  color: #ffffff;
  background-color: #d14836;
  border-color: #d14836;
}
.btn.btn-social.btn-googleplus:hover,
.btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus.focus,
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  color: #ffffff;
  background-color: #ad3727;
  border-color: #a43426;
}
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  background-image: none;
}
.btn.btn-social.btn-googleplus.disabled,
.btn.btn-social.btn-googleplus[disabled],
fieldset[disabled] .btn.btn-social.btn-googleplus,
.btn.btn-social.btn-googleplus.disabled:hover,
.btn.btn-social.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-googleplus:hover,
.btn.btn-social.btn-googleplus.disabled:focus,
.btn.btn-social.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus.disabled.focus,
.btn.btn-social.btn-googleplus[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-googleplus.focus,
.btn.btn-social.btn-googleplus.disabled:active,
.btn.btn-social.btn-googleplus[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.disabled.active,
.btn.btn-social.btn-googleplus[disabled].active,
fieldset[disabled] .btn.btn-social.btn-googleplus.active {
  background-color: #d14836;
  border-color: #d14836;
}
.btn.btn-social.btn-googleplus .badge {
  color: #d14836;
  background-color: #ffffff;
}
.btn.btn-social.btn-googleplus:hover,
.btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus.focus,
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  color: #ffffff;
  background-color: #c13e2c !important;
  border-color: #c13e2c !important;
}
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  background-image: none;
}
.btn.btn-social.btn-googleplus.disabled,
.btn.btn-social.btn-googleplus[disabled],
fieldset[disabled] .btn.btn-social.btn-googleplus,
.btn.btn-social.btn-googleplus.disabled:hover,
.btn.btn-social.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-googleplus:hover,
.btn.btn-social.btn-googleplus.disabled:focus,
.btn.btn-social.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus.disabled.focus,
.btn.btn-social.btn-googleplus[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-googleplus.focus,
.btn.btn-social.btn-googleplus.disabled:active,
.btn.btn-social.btn-googleplus[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.disabled.active,
.btn.btn-social.btn-googleplus[disabled].active,
fieldset[disabled] .btn.btn-social.btn-googleplus.active {
  background-color: #d14836;
  border-color: #d14836;
}
.btn.btn-social.btn-googleplus .badge {
  color: #d14836;
  background-color: #ffffff;
}
.btn.btn-social.btn-googleplus:hover {
  background-color: #c13e2c;
  border-color: #b53a29;
}
.btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  color: #ffffff;
  background-color: #b53a29;
  border-color: #ad3727;
}
.btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.active,
.open > .dropdown-toggle.btn.btn-social.btn-googleplus {
  background-image: none;
}
.btn.btn-social.btn-googleplus.disabled,
.btn.btn-social.btn-googleplus[disabled],
fieldset[disabled] .btn.btn-social.btn-googleplus,
.btn.btn-social.btn-googleplus.disabled:hover,
.btn.btn-social.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-googleplus:hover,
.btn.btn-social.btn-googleplus.disabled:focus,
.btn.btn-social.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-googleplus:focus,
.btn.btn-social.btn-googleplus.disabled:active,
.btn.btn-social.btn-googleplus[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-googleplus:active,
.btn.btn-social.btn-googleplus.disabled.active,
.btn.btn-social.btn-googleplus[disabled].active,
fieldset[disabled] .btn.btn-social.btn-googleplus.active {
  background-color: #d14836;
  border-color: #d14836;
}
.btn.btn-social.btn-googleplus .badge {
  color: #d14836;
  background-color: #ffffff;
}
.btn.btn-social.btn-instagram {
  background-color: #3f729b !important;
  border-color: #3f729b !important;
  color: #ffffff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn.btn-social.btn-instagram:hover,
.btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram.focus,
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: #2d526f;
}
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  background-image: none;
}
.btn.btn-social.btn-instagram.disabled,
.btn.btn-social.btn-instagram[disabled],
fieldset[disabled] .btn.btn-social.btn-instagram,
.btn.btn-social.btn-instagram.disabled:hover,
.btn.btn-social.btn-instagram[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-instagram:hover,
.btn.btn-social.btn-instagram.disabled:focus,
.btn.btn-social.btn-instagram[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram.disabled.focus,
.btn.btn-social.btn-instagram[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-instagram.focus,
.btn.btn-social.btn-instagram.disabled:active,
.btn.btn-social.btn-instagram[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.disabled.active,
.btn.btn-social.btn-instagram[disabled].active,
fieldset[disabled] .btn.btn-social.btn-instagram.active {
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn.btn-social.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn.btn-social.btn-instagram:hover,
.btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram.focus,
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  color: #ffffff;
  background-color: #386589 !important;
  border-color: #386589 !important;
}
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  background-image: none;
}
.btn.btn-social.btn-instagram.disabled,
.btn.btn-social.btn-instagram[disabled],
fieldset[disabled] .btn.btn-social.btn-instagram,
.btn.btn-social.btn-instagram.disabled:hover,
.btn.btn-social.btn-instagram[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-instagram:hover,
.btn.btn-social.btn-instagram.disabled:focus,
.btn.btn-social.btn-instagram[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram.disabled.focus,
.btn.btn-social.btn-instagram[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-instagram.focus,
.btn.btn-social.btn-instagram.disabled:active,
.btn.btn-social.btn-instagram[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.disabled.active,
.btn.btn-social.btn-instagram[disabled].active,
fieldset[disabled] .btn.btn-social.btn-instagram.active {
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn.btn-social.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn.btn-social.btn-instagram:hover {
  background-color: #386589;
  border-color: #335d7e;
}
.btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  color: #ffffff;
  background-color: #335d7e;
  border-color: #305777;
}
.btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.active,
.open > .dropdown-toggle.btn.btn-social.btn-instagram {
  background-image: none;
}
.btn.btn-social.btn-instagram.disabled,
.btn.btn-social.btn-instagram[disabled],
fieldset[disabled] .btn.btn-social.btn-instagram,
.btn.btn-social.btn-instagram.disabled:hover,
.btn.btn-social.btn-instagram[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-instagram:hover,
.btn.btn-social.btn-instagram.disabled:focus,
.btn.btn-social.btn-instagram[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-instagram:focus,
.btn.btn-social.btn-instagram.disabled:active,
.btn.btn-social.btn-instagram[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-instagram:active,
.btn.btn-social.btn-instagram.disabled.active,
.btn.btn-social.btn-instagram[disabled].active,
fieldset[disabled] .btn.btn-social.btn-instagram.active {
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn.btn-social.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn.btn-social.btn-windows {
  background-color: #00bdf6 !important;
  border-color: #00bdf6 !important;
  color: #ffffff;
  background-color: #00bdf6;
  border-color: #00bdf6;
}
.btn.btn-social.btn-windows:hover,
.btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows.focus,
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  color: #ffffff;
  background-color: #0096c3;
  border-color: #008eb9;
}
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  background-image: none;
}
.btn.btn-social.btn-windows.disabled,
.btn.btn-social.btn-windows[disabled],
fieldset[disabled] .btn.btn-social.btn-windows,
.btn.btn-social.btn-windows.disabled:hover,
.btn.btn-social.btn-windows[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-windows:hover,
.btn.btn-social.btn-windows.disabled:focus,
.btn.btn-social.btn-windows[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows.disabled.focus,
.btn.btn-social.btn-windows[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-windows.focus,
.btn.btn-social.btn-windows.disabled:active,
.btn.btn-social.btn-windows[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.disabled.active,
.btn.btn-social.btn-windows[disabled].active,
fieldset[disabled] .btn.btn-social.btn-windows.active {
  background-color: #00bdf6;
  border-color: #00bdf6;
}
.btn.btn-social.btn-windows .badge {
  color: #00bdf6;
  background-color: #ffffff;
}
.btn.btn-social.btn-windows:hover,
.btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows.focus,
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  color: #ffffff;
  background-color: #00a9dd !important;
  border-color: #00a9dd !important;
}
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  background-image: none;
}
.btn.btn-social.btn-windows.disabled,
.btn.btn-social.btn-windows[disabled],
fieldset[disabled] .btn.btn-social.btn-windows,
.btn.btn-social.btn-windows.disabled:hover,
.btn.btn-social.btn-windows[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-windows:hover,
.btn.btn-social.btn-windows.disabled:focus,
.btn.btn-social.btn-windows[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows.disabled.focus,
.btn.btn-social.btn-windows[disabled].focus,
fieldset[disabled] .btn.btn-social.btn-windows.focus,
.btn.btn-social.btn-windows.disabled:active,
.btn.btn-social.btn-windows[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.disabled.active,
.btn.btn-social.btn-windows[disabled].active,
fieldset[disabled] .btn.btn-social.btn-windows.active {
  background-color: #00bdf6;
  border-color: #00bdf6;
}
.btn.btn-social.btn-windows .badge {
  color: #00bdf6;
  background-color: #ffffff;
}
.btn.btn-social.btn-windows:hover {
  background-color: #00a9dd;
  border-color: #009ecd;
}
.btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  color: #ffffff;
  background-color: #009ecd;
  border-color: #0096c3;
}
.btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.active,
.open > .dropdown-toggle.btn.btn-social.btn-windows {
  background-image: none;
}
.btn.btn-social.btn-windows.disabled,
.btn.btn-social.btn-windows[disabled],
fieldset[disabled] .btn.btn-social.btn-windows,
.btn.btn-social.btn-windows.disabled:hover,
.btn.btn-social.btn-windows[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-windows:hover,
.btn.btn-social.btn-windows.disabled:focus,
.btn.btn-social.btn-windows[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-windows:focus,
.btn.btn-social.btn-windows.disabled:active,
.btn.btn-social.btn-windows[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-windows:active,
.btn.btn-social.btn-windows.disabled.active,
.btn.btn-social.btn-windows[disabled].active,
fieldset[disabled] .btn.btn-social.btn-windows.active {
  background-color: #00bdf6;
  border-color: #00bdf6;
}
.btn.btn-social.btn-windows .badge {
  color: #00bdf6;
  background-color: #ffffff;
}
.btn.btn-social.btn-facebook-alt {
  color: #3b5998;
  background-color: rgba(255, 255, 255, 0);
  border-color: #3b5998;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-facebook-alt:hover,
.btn.btn-social.btn-facebook-alt:focus,
.btn.btn-social.btn-facebook-alt:active,
.btn.btn-social.btn-facebook-alt.active {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}
.btn.btn-social.btn-facebook-alt.disabled,
.btn.btn-social.btn-facebook-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-facebook-alt,
.btn.btn-social.btn-facebook-alt.disabled:hover,
.btn.btn-social.btn-facebook-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-facebook-alt:hover,
.btn.btn-social.btn-facebook-alt.disabled:focus,
.btn.btn-social.btn-facebook-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-facebook-alt:focus {
  box-shadow: none !important;
  border-color: #6a6a6a;
  color: #6a6a6a;
}
.btn.btn-social.btn-facebook-alt.disabled:active,
.btn.btn-social.btn-facebook-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-facebook-alt:active,
.btn.btn-social.btn-facebook-alt.disabled.active,
.btn.btn-social.btn-facebook-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-facebook-alt.active {
  border-color: #3b5998;
  background-color: #263961;
  color: #fff;
}
.btn.btn-social.btn-facebook-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-facebook-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-twitter-alt {
  color: #00aced;
  background-color: rgba(255, 255, 255, 0);
  border-color: #00aced;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-twitter-alt:hover,
.btn.btn-social.btn-twitter-alt:focus,
.btn.btn-social.btn-twitter-alt:active,
.btn.btn-social.btn-twitter-alt.active {
  border-color: #00aced;
  background-color: #00aced;
  color: #fff;
}
.btn.btn-social.btn-twitter-alt.disabled,
.btn.btn-social.btn-twitter-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-twitter-alt,
.btn.btn-social.btn-twitter-alt.disabled:hover,
.btn.btn-social.btn-twitter-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-twitter-alt:hover,
.btn.btn-social.btn-twitter-alt.disabled:focus,
.btn.btn-social.btn-twitter-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-twitter-alt:focus {
  box-shadow: none !important;
  border-color: #3b91b2;
  color: #3b91b2;
}
.btn.btn-social.btn-twitter-alt.disabled:active,
.btn.btn-social.btn-twitter-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-twitter-alt:active,
.btn.btn-social.btn-twitter-alt.disabled.active,
.btn.btn-social.btn-twitter-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-twitter-alt.active {
  border-color: #00aced;
  background-color: #0074a1;
  color: #fff;
}
.btn.btn-social.btn-twitter-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-twitter-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-github-alt {
  color: #4183c4;
  background-color: rgba(255, 255, 255, 0);
  border-color: #4183c4;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-github-alt:hover,
.btn.btn-social.btn-github-alt:focus,
.btn.btn-social.btn-github-alt:active,
.btn.btn-social.btn-github-alt.active {
  border-color: #4183c4;
  background-color: #4183c4;
  color: #fff;
}
.btn.btn-social.btn-github-alt.disabled,
.btn.btn-social.btn-github-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-github-alt,
.btn.btn-social.btn-github-alt.disabled:hover,
.btn.btn-social.btn-github-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-github-alt:hover,
.btn.btn-social.btn-github-alt.disabled:focus,
.btn.btn-social.btn-github-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-github-alt:focus {
  box-shadow: none !important;
  border-color: #7f8386;
  color: #7f8386;
}
.btn.btn-social.btn-github-alt.disabled:active,
.btn.btn-social.btn-github-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-github-alt:active,
.btn.btn-social.btn-github-alt.disabled.active,
.btn.btn-social.btn-github-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-github-alt.active {
  border-color: #4183c4;
  background-color: #2c5d8d;
  color: #fff;
}
.btn.btn-social.btn-github-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-github-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-behance-alt {
  color: #1769ff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #1769ff;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-behance-alt:hover,
.btn.btn-social.btn-behance-alt:focus,
.btn.btn-social.btn-behance-alt:active,
.btn.btn-social.btn-behance-alt.active {
  border-color: #1769ff;
  background-color: #1769ff;
  color: #fff;
}
.btn.btn-social.btn-behance-alt.disabled,
.btn.btn-social.btn-behance-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-behance-alt,
.btn.btn-social.btn-behance-alt.disabled:hover,
.btn.btn-social.btn-behance-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-behance-alt:hover,
.btn.btn-social.btn-behance-alt.disabled:focus,
.btn.btn-social.btn-behance-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-behance-alt:focus {
  box-shadow: none !important;
  border-color: #517ac5;
  color: #517ac5;
}
.btn.btn-social.btn-behance-alt.disabled:active,
.btn.btn-social.btn-behance-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-behance-alt:active,
.btn.btn-social.btn-behance-alt.disabled.active,
.btn.btn-social.btn-behance-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-behance-alt.active {
  border-color: #1769ff;
  background-color: #0047c9;
  color: #fff;
}
.btn.btn-social.btn-behance-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-behance-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-flickr-alt {
  color: #0063db;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0063db;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-flickr-alt:hover,
.btn.btn-social.btn-flickr-alt:focus,
.btn.btn-social.btn-flickr-alt:active,
.btn.btn-social.btn-flickr-alt.active {
  border-color: #0063db;
  background-color: #0063db;
  color: #fff;
}
.btn.btn-social.btn-flickr-alt.disabled,
.btn.btn-social.btn-flickr-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-flickr-alt,
.btn.btn-social.btn-flickr-alt.disabled:hover,
.btn.btn-social.btn-flickr-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-flickr-alt:hover,
.btn.btn-social.btn-flickr-alt.disabled:focus,
.btn.btn-social.btn-flickr-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-flickr-alt:focus {
  box-shadow: none !important;
  border-color: #3768a4;
  color: #3768a4;
}
.btn.btn-social.btn-flickr-alt.disabled:active,
.btn.btn-social.btn-flickr-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-flickr-alt:active,
.btn.btn-social.btn-flickr-alt.disabled.active,
.btn.btn-social.btn-flickr-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-flickr-alt.active {
  border-color: #0063db;
  background-color: #00408f;
  color: #fff;
}
.btn.btn-social.btn-flickr-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-flickr-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-jsfiddle-alt {
  color: #4679a4;
  background-color: rgba(255, 255, 255, 0);
  border-color: #4679a4;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-jsfiddle-alt:hover,
.btn.btn-social.btn-jsfiddle-alt:focus,
.btn.btn-social.btn-jsfiddle-alt:active,
.btn.btn-social.btn-jsfiddle-alt.active {
  border-color: #4679a4;
  background-color: #4679a4;
  color: #fff;
}
.btn.btn-social.btn-jsfiddle-alt.disabled,
.btn.btn-social.btn-jsfiddle-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt,
.btn.btn-social.btn-jsfiddle-alt.disabled:hover,
.btn.btn-social.btn-jsfiddle-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:hover,
.btn.btn-social.btn-jsfiddle-alt.disabled:focus,
.btn.btn-social.btn-jsfiddle-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:focus {
  box-shadow: none !important;
  border-color: #757575;
  color: #757575;
}
.btn.btn-social.btn-jsfiddle-alt.disabled:active,
.btn.btn-social.btn-jsfiddle-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt:active,
.btn.btn-social.btn-jsfiddle-alt.disabled.active,
.btn.btn-social.btn-jsfiddle-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-jsfiddle-alt.active {
  border-color: #4679a4;
  background-color: #2f516e;
  color: #fff;
}
.btn.btn-social.btn-jsfiddle-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-jsfiddle-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-reddit-alt {
  color: #ff4500;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ff4500;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-reddit-alt:hover,
.btn.btn-social.btn-reddit-alt:focus,
.btn.btn-social.btn-reddit-alt:active,
.btn.btn-social.btn-reddit-alt.active {
  border-color: #ff4500;
  background-color: #ff4500;
  color: #fff;
}
.btn.btn-social.btn-reddit-alt.disabled,
.btn.btn-social.btn-reddit-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-reddit-alt,
.btn.btn-social.btn-reddit-alt.disabled:hover,
.btn.btn-social.btn-reddit-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-reddit-alt:hover,
.btn.btn-social.btn-reddit-alt.disabled:focus,
.btn.btn-social.btn-reddit-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-reddit-alt:focus {
  box-shadow: none !important;
  border-color: #bf6240;
  color: #bf6240;
}
.btn.btn-social.btn-reddit-alt.disabled:active,
.btn.btn-social.btn-reddit-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-reddit-alt:active,
.btn.btn-social.btn-reddit-alt.disabled.active,
.btn.btn-social.btn-reddit-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-reddit-alt.active {
  border-color: #ff4500;
  background-color: #b33000;
  color: #fff;
}
.btn.btn-social.btn-reddit-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-reddit-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-youtube-alt {
  color: #cd332d;
  background-color: rgba(255, 255, 255, 0);
  border-color: #cd332d;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-youtube-alt:hover,
.btn.btn-social.btn-youtube-alt:focus,
.btn.btn-social.btn-youtube-alt:active,
.btn.btn-social.btn-youtube-alt.active {
  border-color: #cd332d;
  background-color: #cd332d;
  color: #fff;
}
.btn.btn-social.btn-youtube-alt.disabled,
.btn.btn-social.btn-youtube-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-youtube-alt,
.btn.btn-social.btn-youtube-alt.disabled:hover,
.btn.btn-social.btn-youtube-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-youtube-alt:hover,
.btn.btn-social.btn-youtube-alt.disabled:focus,
.btn.btn-social.btn-youtube-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-youtube-alt:focus {
  box-shadow: none !important;
  border-color: #8f6d6c;
  color: #8f6d6c;
}
.btn.btn-social.btn-youtube-alt.disabled:active,
.btn.btn-social.btn-youtube-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-youtube-alt:active,
.btn.btn-social.btn-youtube-alt.disabled.active,
.btn.btn-social.btn-youtube-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-youtube-alt.active {
  border-color: #cd332d;
  background-color: #8e231f;
  color: #fff;
}
.btn.btn-social.btn-youtube-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-youtube-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-foursquare-alt {
  color: #2398c9;
  background-color: rgba(255, 255, 255, 0);
  border-color: #2398c9;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-foursquare-alt:hover,
.btn.btn-social.btn-foursquare-alt:focus,
.btn.btn-social.btn-foursquare-alt:active,
.btn.btn-social.btn-foursquare-alt.active {
  border-color: #2398c9;
  background-color: #2398c9;
  color: #fff;
}
.btn.btn-social.btn-foursquare-alt.disabled,
.btn.btn-social.btn-foursquare-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-foursquare-alt,
.btn.btn-social.btn-foursquare-alt.disabled:hover,
.btn.btn-social.btn-foursquare-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-foursquare-alt:hover,
.btn.btn-social.btn-foursquare-alt.disabled:focus,
.btn.btn-social.btn-foursquare-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-foursquare-alt:focus {
  box-shadow: none !important;
  border-color: #5e808e;
  color: #5e808e;
}
.btn.btn-social.btn-foursquare-alt.disabled:active,
.btn.btn-social.btn-foursquare-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-foursquare-alt:active,
.btn.btn-social.btn-foursquare-alt.disabled.active,
.btn.btn-social.btn-foursquare-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-foursquare-alt.active {
  border-color: #2398c9;
  background-color: #186788;
  color: #fff;
}
.btn.btn-social.btn-foursquare-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-foursquare-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-google-alt {
  color: #245dc1;
  background-color: rgba(255, 255, 255, 0);
  border-color: #245dc1;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-google-alt:hover,
.btn.btn-social.btn-google-alt:focus,
.btn.btn-social.btn-google-alt:active,
.btn.btn-social.btn-google-alt.active {
  border-color: #245dc1;
  background-color: #245dc1;
  color: #fff;
}
.btn.btn-social.btn-google-alt.disabled,
.btn.btn-social.btn-google-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-google-alt,
.btn.btn-social.btn-google-alt.disabled:hover,
.btn.btn-social.btn-google-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-google-alt:hover,
.btn.btn-social.btn-google-alt.disabled:focus,
.btn.btn-social.btn-google-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-google-alt:focus {
  box-shadow: none !important;
  border-color: #5d6d88;
  color: #5d6d88;
}
.btn.btn-social.btn-google-alt.disabled:active,
.btn.btn-social.btn-google-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-google-alt:active,
.btn.btn-social.btn-google-alt.disabled.active,
.btn.btn-social.btn-google-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-google-alt.active {
  border-color: #245dc1;
  background-color: #183e81;
  color: #fff;
}
.btn.btn-social.btn-google-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-google-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-apple-alt {
  color: #b9bfc1;
  background-color: rgba(255, 255, 255, 0);
  border-color: #b9bfc1;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-apple-alt:hover,
.btn.btn-social.btn-apple-alt:focus,
.btn.btn-social.btn-apple-alt:active,
.btn.btn-social.btn-apple-alt.active {
  border-color: #b9bfc1;
  background-color: #b9bfc1;
  color: #fff;
}
.btn.btn-social.btn-apple-alt.disabled,
.btn.btn-social.btn-apple-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-apple-alt,
.btn.btn-social.btn-apple-alt.disabled:hover,
.btn.btn-social.btn-apple-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-apple-alt:hover,
.btn.btn-social.btn-apple-alt.disabled:focus,
.btn.btn-social.btn-apple-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-apple-alt:focus {
  box-shadow: none !important;
  border-color: #bdbdbd;
  color: #bdbdbd;
}
.btn.btn-social.btn-apple-alt.disabled:active,
.btn.btn-social.btn-apple-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-apple-alt:active,
.btn.btn-social.btn-apple-alt.disabled.active,
.btn.btn-social.btn-apple-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-apple-alt.active {
  border-color: #b9bfc1;
  background-color: #909a9d;
  color: #fff;
}
.btn.btn-social.btn-apple-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-apple-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-soundcloud-alt {
  color: #ff6600;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ff6600;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-soundcloud-alt:hover,
.btn.btn-social.btn-soundcloud-alt:focus,
.btn.btn-social.btn-soundcloud-alt:active,
.btn.btn-social.btn-soundcloud-alt.active {
  border-color: #ff6600;
  background-color: #ff6600;
  color: #fff;
}
.btn.btn-social.btn-soundcloud-alt.disabled,
.btn.btn-social.btn-soundcloud-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-soundcloud-alt,
.btn.btn-social.btn-soundcloud-alt.disabled:hover,
.btn.btn-social.btn-soundcloud-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:hover,
.btn.btn-social.btn-soundcloud-alt.disabled:focus,
.btn.btn-social.btn-soundcloud-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:focus {
  box-shadow: none !important;
  border-color: #bf7340;
  color: #bf7340;
}
.btn.btn-social.btn-soundcloud-alt.disabled:active,
.btn.btn-social.btn-soundcloud-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-soundcloud-alt:active,
.btn.btn-social.btn-soundcloud-alt.disabled.active,
.btn.btn-social.btn-soundcloud-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-soundcloud-alt.active {
  border-color: #ff6600;
  background-color: #b34700;
  color: #fff;
}
.btn.btn-social.btn-soundcloud-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-soundcloud-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-steam-alt {
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-steam-alt:hover,
.btn.btn-social.btn-steam-alt:focus,
.btn.btn-social.btn-steam-alt:active,
.btn.btn-social.btn-steam-alt.active {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
.btn.btn-social.btn-steam-alt.disabled,
.btn.btn-social.btn-steam-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-steam-alt,
.btn.btn-social.btn-steam-alt.disabled:hover,
.btn.btn-social.btn-steam-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-steam-alt:hover,
.btn.btn-social.btn-steam-alt.disabled:focus,
.btn.btn-social.btn-steam-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-steam-alt:focus {
  box-shadow: none !important;
  border-color: #000000;
  color: #000000;
}
.btn.btn-social.btn-steam-alt.disabled:active,
.btn.btn-social.btn-steam-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-steam-alt:active,
.btn.btn-social.btn-steam-alt.disabled.active,
.btn.btn-social.btn-steam-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-steam-alt.active {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
.btn.btn-social.btn-steam-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-steam-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-spotify-alt {
  color: #80b719;
  background-color: rgba(255, 255, 255, 0);
  border-color: #80b719;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-spotify-alt:hover,
.btn.btn-social.btn-spotify-alt:focus,
.btn.btn-social.btn-spotify-alt:active,
.btn.btn-social.btn-spotify-alt.active {
  border-color: #80b719;
  background-color: #80b719;
  color: #fff;
}
.btn.btn-social.btn-spotify-alt.disabled,
.btn.btn-social.btn-spotify-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-spotify-alt,
.btn.btn-social.btn-spotify-alt.disabled:hover,
.btn.btn-social.btn-spotify-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-spotify-alt:hover,
.btn.btn-social.btn-spotify-alt.disabled:focus,
.btn.btn-social.btn-spotify-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-spotify-alt:focus {
  box-shadow: none !important;
  border-color: #70834d;
  color: #70834d;
}
.btn.btn-social.btn-spotify-alt.disabled:active,
.btn.btn-social.btn-spotify-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-spotify-alt:active,
.btn.btn-social.btn-spotify-alt.disabled.active,
.btn.btn-social.btn-spotify-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-spotify-alt.active {
  border-color: #80b719;
  background-color: #517410;
  color: #fff;
}
.btn.btn-social.btn-spotify-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-spotify-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-wordpress-alt {
  color: #21759b;
  background-color: rgba(255, 255, 255, 0);
  border-color: #21759b;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-wordpress-alt:hover,
.btn.btn-social.btn-wordpress-alt:focus,
.btn.btn-social.btn-wordpress-alt:active,
.btn.btn-social.btn-wordpress-alt.active {
  border-color: #21759b;
  background-color: #21759b;
  color: #fff;
}
.btn.btn-social.btn-wordpress-alt.disabled,
.btn.btn-social.btn-wordpress-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-wordpress-alt,
.btn.btn-social.btn-wordpress-alt.disabled:hover,
.btn.btn-social.btn-wordpress-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-wordpress-alt:hover,
.btn.btn-social.btn-wordpress-alt.disabled:focus,
.btn.btn-social.btn-wordpress-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-wordpress-alt:focus {
  box-shadow: none !important;
  border-color: #50636c;
  color: #50636c;
}
.btn.btn-social.btn-wordpress-alt.disabled:active,
.btn.btn-social.btn-wordpress-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-wordpress-alt:active,
.btn.btn-social.btn-wordpress-alt.disabled.active,
.btn.btn-social.btn-wordpress-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-wordpress-alt.active {
  border-color: #21759b;
  background-color: #14455c;
  color: #fff;
}
.btn.btn-social.btn-wordpress-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-wordpress-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-skype-alt {
  color: #00aff0;
  background-color: rgba(255, 255, 255, 0);
  border-color: #00aff0;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-skype-alt:hover,
.btn.btn-social.btn-skype-alt:focus,
.btn.btn-social.btn-skype-alt:active,
.btn.btn-social.btn-skype-alt.active {
  border-color: #00aff0;
  background-color: #00aff0;
  color: #fff;
}
.btn.btn-social.btn-skype-alt.disabled,
.btn.btn-social.btn-skype-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-skype-alt,
.btn.btn-social.btn-skype-alt.disabled:hover,
.btn.btn-social.btn-skype-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-skype-alt:hover,
.btn.btn-social.btn-skype-alt.disabled:focus,
.btn.btn-social.btn-skype-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-skype-alt:focus {
  box-shadow: none !important;
  border-color: #3c93b4;
  color: #3c93b4;
}
.btn.btn-social.btn-skype-alt.disabled:active,
.btn.btn-social.btn-skype-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-skype-alt:active,
.btn.btn-social.btn-skype-alt.disabled.active,
.btn.btn-social.btn-skype-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-skype-alt.active {
  border-color: #00aff0;
  background-color: #0077a3;
  color: #fff;
}
.btn.btn-social.btn-skype-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-skype-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-android-alt {
  color: #a4c639;
  background-color: rgba(255, 255, 255, 0);
  border-color: #a4c639;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-android-alt:hover,
.btn.btn-social.btn-android-alt:focus,
.btn.btn-social.btn-android-alt:active,
.btn.btn-social.btn-android-alt.active {
  border-color: #a4c639;
  background-color: #a4c639;
  color: #fff;
}
.btn.btn-social.btn-android-alt.disabled,
.btn.btn-social.btn-android-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-android-alt,
.btn.btn-social.btn-android-alt.disabled:hover,
.btn.btn-social.btn-android-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-android-alt:hover,
.btn.btn-social.btn-android-alt.disabled:focus,
.btn.btn-social.btn-android-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-android-alt:focus {
  box-shadow: none !important;
  border-color: #838679;
  color: #838679;
}
.btn.btn-social.btn-android-alt.disabled:active,
.btn.btn-social.btn-android-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-android-alt:active,
.btn.btn-social.btn-android-alt.disabled.active,
.btn.btn-social.btn-android-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-android-alt.active {
  border-color: #a4c639;
  background-color: #738b28;
  color: #fff;
}
.btn.btn-social.btn-android-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-android-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-digg-alt {
  color: #14589e;
  background-color: rgba(255, 255, 255, 0);
  border-color: #14589e;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-digg-alt:hover,
.btn.btn-social.btn-digg-alt:focus,
.btn.btn-social.btn-digg-alt:active,
.btn.btn-social.btn-digg-alt.active {
  border-color: #14589e;
  background-color: #14589e;
  color: #fff;
}
.btn.btn-social.btn-digg-alt.disabled,
.btn.btn-social.btn-digg-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-digg-alt,
.btn.btn-social.btn-digg-alt.disabled:hover,
.btn.btn-social.btn-digg-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-digg-alt:hover,
.btn.btn-social.btn-digg-alt.disabled:focus,
.btn.btn-social.btn-digg-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-digg-alt:focus {
  box-shadow: none !important;
  border-color: #405972;
  color: #405972;
}
.btn.btn-social.btn-digg-alt.disabled:active,
.btn.btn-social.btn-digg-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-digg-alt:active,
.btn.btn-social.btn-digg-alt.disabled.active,
.btn.btn-social.btn-digg-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-digg-alt.active {
  border-color: #14589e;
  background-color: #0b325a;
  color: #fff;
}
.btn.btn-social.btn-digg-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-digg-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-linkedin-alt {
  color: #007fb1;
  background-color: rgba(255, 255, 255, 0);
  border-color: #007fb1;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-linkedin-alt:hover,
.btn.btn-social.btn-linkedin-alt:focus,
.btn.btn-social.btn-linkedin-alt:active,
.btn.btn-social.btn-linkedin-alt.active {
  border-color: #007fb1;
  background-color: #007fb1;
  color: #fff;
}
.btn.btn-social.btn-linkedin-alt.disabled,
.btn.btn-social.btn-linkedin-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-linkedin-alt,
.btn.btn-social.btn-linkedin-alt.disabled:hover,
.btn.btn-social.btn-linkedin-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-linkedin-alt:hover,
.btn.btn-social.btn-linkedin-alt.disabled:focus,
.btn.btn-social.btn-linkedin-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-linkedin-alt:focus {
  box-shadow: none !important;
  border-color: #2c6c85;
  color: #2c6c85;
}
.btn.btn-social.btn-linkedin-alt.disabled:active,
.btn.btn-social.btn-linkedin-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-linkedin-alt:active,
.btn.btn-social.btn-linkedin-alt.disabled.active,
.btn.btn-social.btn-linkedin-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-linkedin-alt.active {
  border-color: #007fb1;
  background-color: #004865;
  color: #fff;
}
.btn.btn-social.btn-linkedin-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-linkedin-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-googleplus-alt {
  color: #d14836;
  background-color: rgba(255, 255, 255, 0);
  border-color: #d14836;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-googleplus-alt:hover,
.btn.btn-social.btn-googleplus-alt:focus,
.btn.btn-social.btn-googleplus-alt:active,
.btn.btn-social.btn-googleplus-alt.active {
  border-color: #d14836;
  background-color: #d14836;
  color: #fff;
}
.btn.btn-social.btn-googleplus-alt.disabled,
.btn.btn-social.btn-googleplus-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-googleplus-alt,
.btn.btn-social.btn-googleplus-alt.disabled:hover,
.btn.btn-social.btn-googleplus-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-googleplus-alt:hover,
.btn.btn-social.btn-googleplus-alt.disabled:focus,
.btn.btn-social.btn-googleplus-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-googleplus-alt:focus {
  box-shadow: none !important;
  border-color: #937774;
  color: #937774;
}
.btn.btn-social.btn-googleplus-alt.disabled:active,
.btn.btn-social.btn-googleplus-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-googleplus-alt:active,
.btn.btn-social.btn-googleplus-alt.disabled.active,
.btn.btn-social.btn-googleplus-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-googleplus-alt.active {
  border-color: #d14836;
  background-color: #983023;
  color: #fff;
}
.btn.btn-social.btn-googleplus-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-googleplus-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-instagram-alt {
  color: #3f729b;
  background-color: rgba(255, 255, 255, 0);
  border-color: #3f729b;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-instagram-alt:hover,
.btn.btn-social.btn-instagram-alt:focus,
.btn.btn-social.btn-instagram-alt:active,
.btn.btn-social.btn-instagram-alt.active {
  border-color: #3f729b;
  background-color: #3f729b;
  color: #fff;
}
.btn.btn-social.btn-instagram-alt.disabled,
.btn.btn-social.btn-instagram-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-instagram-alt,
.btn.btn-social.btn-instagram-alt.disabled:hover,
.btn.btn-social.btn-instagram-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-instagram-alt:hover,
.btn.btn-social.btn-instagram-alt.disabled:focus,
.btn.btn-social.btn-instagram-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-instagram-alt:focus {
  box-shadow: none !important;
  border-color: #6d6d6d;
  color: #6d6d6d;
}
.btn.btn-social.btn-instagram-alt.disabled:active,
.btn.btn-social.btn-instagram-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-instagram-alt:active,
.btn.btn-social.btn-instagram-alt.disabled.active,
.btn.btn-social.btn-instagram-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-instagram-alt.active {
  border-color: #3f729b;
  background-color: #294a65;
  color: #fff;
}
.btn.btn-social.btn-instagram-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-instagram-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-windows-alt {
  color: #00bdf6;
  background-color: rgba(255, 255, 255, 0);
  border-color: #00bdf6;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-social.btn-windows-alt:hover,
.btn.btn-social.btn-windows-alt:focus,
.btn.btn-social.btn-windows-alt:active,
.btn.btn-social.btn-windows-alt.active {
  border-color: #00bdf6;
  background-color: #00bdf6;
  color: #fff;
}
.btn.btn-social.btn-windows-alt.disabled,
.btn.btn-social.btn-windows-alt[disabled],
fieldset[disabled] .btn.btn-social.btn-windows-alt,
.btn.btn-social.btn-windows-alt.disabled:hover,
.btn.btn-social.btn-windows-alt[disabled]:hover,
fieldset[disabled] .btn.btn-social.btn-windows-alt:hover,
.btn.btn-social.btn-windows-alt.disabled:focus,
.btn.btn-social.btn-windows-alt[disabled]:focus,
fieldset[disabled] .btn.btn-social.btn-windows-alt:focus {
  box-shadow: none !important;
  border-color: #3e9cb9;
  color: #3e9cb9;
}
.btn.btn-social.btn-windows-alt.disabled:active,
.btn.btn-social.btn-windows-alt[disabled]:active,
fieldset[disabled] .btn.btn-social.btn-windows-alt:active,
.btn.btn-social.btn-windows-alt.disabled.active,
.btn.btn-social.btn-windows-alt[disabled].active,
fieldset[disabled] .btn.btn-social.btn-windows-alt.active {
  border-color: #00bdf6;
  background-color: #0082aa;
  color: #fff;
}
.btn.btn-social.btn-windows-alt.dropdown-toggle {
  border-width: 1px;
}
.btn.btn-social.btn-windows-alt.dropdown-toggle.alt-border {
  border-width: 1px 1px 1px 1px;
}
.btn.btn-social.btn-steam.btn-label i {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 16px !important;
}
.pagination > a,
.pagination > span {
  padding: 6px 14px;
}
.pagination-sm > a,
.pagination-sm > span {
  padding: 3px 6px !important;
}
.bootstrap-switch-container input[type="radio"],
.bootstrap-switch-container input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.caret {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  margin-left: 4px;
  border: 0;
  vertical-align: initial;
  line-height: 1;
}
.caret:before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.dropup .caret {
  border: 0;
}
.dropup .caret:before {
  content: "\f106";
}
.yamm .dropdown-menu,
.yamm .tt-dropdown-menu {
  right: auto;
}
.dropdown-menu,
.tt-dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 0;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  padding: 8px 0;
}
.dropdown-menu.pull-left,
.tt-dropdown-menu.pull-left {
  left: 0;
  right: auto;
}
.dropdown-menu > li > a,
.tt-dropdown-menu > li > a,
.tt-suggestion > p {
  padding: 6px 16px;
}
.dropdown-menu.arrow:before,
.dropdown-menu.arrow:after,
.panel-editbox:before,
.panel-editbox:after,
.tt-dropdown-menu.arrow:before,
.tt-dropdown-menu.arrow:after {
  position: absolute;
  top: -8px;
  right: 12px;
  display: inline-block;
  content: '';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropdown-menu.arrow:before,
.panel-editbox:before,
.tt-dropdown-menu.arrow:before {
  border-bottom: 8px solid #e0e0e0;
}
.dropdown-menu.arrow:after,
.panel-editbox:after,
.tt-dropdown-menu.arrow:after {
  border-bottom: 8px solid #fff;
}
.dropdown-menu .divider,
.tt-dropdown-menu .divider {
  margin: 8px 0;
}
.well {
  padding: 16px;
  border: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}
.well.well-transparent {
  background: none;
}
.well.well-code {
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.well.well-sm {
  padding: 8px;
}
.well.well-lg {
  padding: 24px;
}
.list-group > .tabdrop + .list-group-item {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.nav-tabs .dropdown-menu,
.nav-tabs .tt-dropdown-menu {
  margin-top: 0px;
}
.nav-tabs > li > a {
  margin-right: 0px;
}
.nav-tabs > li > a:hover {
  border-color: #e0e0e0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #e0e0e0;
}
.btn-toolbar {
  margin-left: 0;
}
.btn.dropdown-toggle {
  min-width: 20px;
}
.btn-group,
.btn-group-vertical {
  padding: 0;
}
.btn-group > .btn.fc-state-active,
.btn-group-vertical > .btn.fc-state-active {
  z-index: 2;
}
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: 8px;
}
.btn-toolbar .btn-group {
  float: none;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 4px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 4px;
  padding-right: 4px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 16px;
  padding-right: 16px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
.breadcrumb {
  padding: 5px 10px;
  border: 1px solid #eeeeee !important;
  margin-bottom: 0;
}
.breadcrumb > li {
  color: #bdbdbd;
  font-size: 12px !important;
}
.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 20px;
  padding: 0 8px;
  color: #e0e0e0;
}
.pagination {
  margin: 10px 0;
}
.pagination > li > a:hover,
.pagination > li span:hover {
  background: #eeeeee;
}
.pager li > a,
.pager li span {
  padding: 6px 15px;
}
.navbar {
  border: none !important;
}
#headernav {
  margin-bottom: 0;
}
#headernav .navbar-collapse {
  padding-left: 16px;
  padding-right: 16px;
}
#headernav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#headernav .navbar-nav ul {
  border: none;
  border-radius: 0px;
}
#headernav .navbar-nav li i {
  margin-right: 16px;
  min-width: 18px;
}
body.topnav-collapsed header.navbar .navbar-collapse {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.02) !important;
}
body.topnav-collapsed header.navbar.navbar-inverse .navbar-collapse .open .dropdown-menu li a,
body.topnav-collapsed header.navbar.navbar-inverse .navbar-collapse .open .tt-dropdown-menu li a {
  padding: 5px 20px;
}
body.topnav-collapsed header.navbar.navbar-inverse .navbar-collapse .open .dropdown-menu .yamm-content li a,
body.topnav-collapsed header.navbar.navbar-inverse .navbar-collapse .open .tt-dropdown-menu .yamm-content li a {
  padding: 0 20px;
}
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .dropdown-menu,
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .tt-dropdown-menu {
  background-color: #f5f5f5;
}
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .dropdown-menu li a,
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .tt-dropdown-menu li a {
  padding: 5px 20px;
}
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .dropdown-menu .yamm-content li a,
body.topnav-collapsed header.navbar.navbar-default .navbar-collapse .open .tt-dropdown-menu .yamm-content li a {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .navbar .yamm.navbar-collapse .yamm-content {
    margin: 0 10px;
  }
  .navbar .yamm.navbar-collapse .yamm-content ul {
    margin-bottom: 10px;
  }
  .navbar .yamm.navbar-collapse .yamm-content .yamm-col {
    margin-bottom: 10px;
    border-right: 0 !important;
  }
  .navbar .yamm.navbar-collapse .yamm-content .yamm-col:last-child {
    margin-bottom: 0;
  }
}
#headernav .navbar-toggle {
  position: relative;
  float: right;
  margin: 8px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 16px;
}
.list-group.nav-tabs {
  border-bottom: 0;
}
.list-group.list-group-alternate {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 0 32px 0 !important;
}
.list-group.list-group-alternate .list-group-item {
  margin: 0;
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  color: #616161;
}
.list-group.list-group-alternate .list-group-item .badge {
  margin-top: 2px;
}
.list-group.list-group-alternate .list-group-item i {
  margin-right: 16px;
  color: #e0e0e0;
}
.list-group.list-group-alternate .list-group-item:hover,
.list-group.list-group-alternate .list-group-item:focus {
  color: #212121;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.list-group.list-group-alternate .list-group-item:hover i,
.list-group.list-group-alternate .list-group-item:focus i {
  color: #212121;
}
.list-group.list-group-alternate .list-group-item.active {
  font-weight: 700;
  color: #212121;
  background-color: #fafafa;
}
.list-group.list-group-alternate .list-group-item.active i {
  color: #212121;
}
.list-group.list-group-alternate .list-group-item.active .badge {
  background-color: #03a9f4;
  color: #fff;
}
.list-group.list-group-alternate .list-group-item:last-child {
  border-bottom: 0;
}
.popover {
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24);
  padding: 0;
  border: 0;
}
.popover-title {
  padding: 8px;
  background-color: #fafafa;
  border-radius: 2px 2px 0 0;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
}
.popover-content {
  padding: 16px;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}
.tooltip.top-right .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}
.tooltip-inner {
  padding: 8px;
}
.modal-title {
  font-size: 24px;
  font-weight: 300;
}
.alert .alert-link {
  font-weight: bold;
  color: #03a9f4 !important;
}
.alert {
  border-width: 0;
  border-style: solid;
  padding: 24px;
  margin-bottom: 32px;
}
.alert > h1,
.alert > h2,
.alert > h3,
.alert > h4,
.alert > h5,
.alert > h5,
.alert > h6 {
  margin-top: 0 !important;
}
.alert-inverse {
  color: #9e9e9e;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
}
.alert-inverse hr {
  border-top-color: #919191;
}
.alert-inverse .alert-link {
  color: #858585;
}
.alert-inverse,
.alert-inverse h1,
.alert-inverse h2,
.alert-inverse h3,
.alert-inverse h4,
.alert-inverse h5,
.alert-inverse h6,
.alert-inverse small {
  color: #9e9e9e;
}
.alert-inverse hr {
  border-top-color: #919191;
}
.alert-inverse .alert-link {
  color: #858585;
}
.panel .alert {
  margin-bottom: 16px;
}
.alert-dismissable .close {
  right: 0;
  top: 0;
}
.thumbnail {
  margin-bottom: 0;
}
.img-thumbnail {
  padding: 4px;
  border: 0;
}
.label {
  padding: 0em 0.3em;
  font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: 600;
  border-radius: 2px;
  font-size: 85%;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}
.label-orange {
  background-color: #ff9800;
}
.label-orange[href]:hover,
.label-orange[href]:focus {
  background-color: #cc7a00;
}
.label-lime {
  background-color: #cddc39;
}
.label-lime[href]:hover,
.label-lime[href]:focus {
  background-color: #b2c022;
}
.label-inverse {
  background-color: #757575;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #5b5b5b;
}
.label-teal {
  background-color: #009688;
}
.label-teal[href]:hover,
.label-teal[href]:focus {
  background-color: #00635a;
}
.label-deeporange {
  background-color: #ff5722;
}
.label-deeporange[href]:hover,
.label-deeporange[href]:focus {
  background-color: #ee3900;
}
.label-midnightblue {
  background-color: #37474f;
}
.label-midnightblue[href]:hover,
.label-midnightblue[href]:focus {
  background-color: #222c31;
}
.label-green {
  background-color: #4caf50;
}
.label-green[href]:hover,
.label-green[href]:focus {
  background-color: #3d8b40;
}
.label-indigo {
  background-color: #3f51b5;
}
.label-indigo[href]:hover,
.label-indigo[href]:focus {
  background-color: #32408f;
}
.label-purple {
  background-color: #9c27b0;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #771e86;
}
.label-deeppurple {
  background-color: #673ab7;
}
.label-deeppurple[href]:hover,
.label-deeppurple[href]:focus {
  background-color: #512e90;
}
.badge {
  padding: 0px 5px;
  font-size: 12px;
  font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #0286c2;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #71a436;
}
.badge-info {
  background-color: #00bcd4;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #008fa1;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #d39e00;
}
.badge-danger {
  background-color: #e51c23;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #b9151b;
}
.badge-orange {
  background-color: #ff9800;
}
.badge-orange[href]:hover,
.badge-orange[href]:focus {
  background-color: #cc7a00;
}
.badge-deeporange {
  background-color: #ff5722;
}
.badge-deeporange[href]:hover,
.badge-deeporange[href]:focus {
  background-color: #ee3900;
}
.badge-midnightblue {
  background-color: #37474f;
}
.badge-midnightblue[href]:hover,
.badge-midnightblue[href]:focus {
  background-color: #222c31;
}
.badge-green {
  background-color: #4caf50;
}
.badge-green[href]:hover,
.badge-green[href]:focus {
  background-color: #3d8b40;
}
.badge-inverse {
  background-color: #757575;
}
.badge-inverse[href]:hover,
.badge-inverse[href]:focus {
  background-color: #5b5b5b;
}
.badge-lime {
  background-color: #cddc39;
}
.badge-lime[href]:hover,
.badge-lime[href]:focus {
  background-color: #b2c022;
}
.badge-teal {
  background-color: #009688;
}
.badge-teal[href]:hover,
.badge-teal[href]:focus {
  background-color: #00635a;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-primary {
  background-color: #03a9f4;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-primary[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-primary[href]:focus {
  background-color: #0286c2;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-indigo {
  background-color: #3f51b5;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-indigo[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-indigo[href]:focus {
  background-color: #32408f;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-orange {
  background-color: #ff9800;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-orange[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-orange[href]:focus {
  background-color: #cc7a00;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-success {
  background-color: #8bc34a;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-success[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-success[href]:focus {
  background-color: #71a436;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-info {
  background-color: #00bcd4;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-info[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-info[href]:focus {
  background-color: #008fa1;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-warning {
  background-color: #ffc107;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-warning[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-warning[href]:focus {
  background-color: #d39e00;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-danger {
  background-color: #e51c23;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-danger[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-danger[href]:focus {
  background-color: #b9151b;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-green {
  background-color: #4caf50;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-green[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-green[href]:focus {
  background-color: #3d8b40;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-deeporange {
  background-color: #ff5722;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-deeporange[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-deeporange[href]:focus {
  background-color: #ee3900;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-lime {
  background-color: #cddc39;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-lime[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-lime[href]:focus {
  background-color: #b2c022;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-midnightblue {
  background-color: #37474f;
}
.sidebar nav.widget-body > ul.acc-menu .badge.badge-midnightblue[href]:hover,
.sidebar nav.widget-body > ul.acc-menu .badge.badge-midnightblue[href]:focus {
  background-color: #222c31;
}
.progress-lg {
  height: 12px !important;
}
.progress-sm {
  height: 4px !important;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-inverse {
  background-color: #757575;
}
.progress-striped .progress-bar-inverse {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green {
  background-color: #4caf50;
}
.progress-striped .progress-bar-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-lime {
  background-color: #cddc39;
}
.progress-striped .progress-bar-lime {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-orange {
  background-color: #ff9800;
}
.progress-striped .progress-bar-orange {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-purple {
  background-color: #9c27b0;
}
.progress-striped .progress-bar-purple {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-indigo {
  background-color: #3f51b5;
}
.progress-striped .progress-bar-indigo {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-midnightblue {
  background-color: #37474f;
}
.progress-striped .progress-bar-midnightblue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-teal {
  background-color: #009688;
}
.progress-striped .progress-bar-teal {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-deeporange {
  background-color: #ff5722;
}
.progress-striped .progress-bar-deeporange {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.input-group-addon {
  background-color: #f7f7f7 !important;
  padding: 7px 10px 5px;
  min-width: 40px;
  color: #616161;
}
.input-group-btn > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.input-group .form-control {
  z-index: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.input-group-btn:last-child > .btn + .btn,
.input-group-btn:last-child > .btn-group + .btn,
.input-group-btn:last-child > .btn + .btn-group,
.input-group-btn:last-child > .btn-group + .btn-group {
  margin-left: -1px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.modal-header {
  padding: 20px;
}
.modal-content {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border: 0px solid #e0e0e0;
}
.close {
  float: right;
  font-size: 20px;
  line-height: 17px;
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6,
.carousel-caption .h1,
.carousel-caption .h2,
.carousel-caption .h3,
.carousel-caption .h4,
.carousel-caption .h5,
.carousel-caption .h6,
.carousel-caption p {
  color: #fff;
}
.carousel-text .carousel-indicators {
  bottom: 0;
}
.carousel-text .carousel-control {
  background-image: none;
  text-shadow: none;
}
.carousel-text .item {
  padding: 20px;
}
.carousel-text.carousel-default .item {
  background: #fff;
}
.carousel-text.carousel-default .carousel-control {
  color: #000;
}
.carousel-text.carousel-default .carousel-indicators li {
  border: 1px solid #e0e0e0;
}
.carousel-text.carousel-default .carousel-indicators li.active {
  background-color: #e0e0e0;
}
.carousel-text.carousel-inverse .item {
  background: #757575;
}
.carousel-text.carousel-inverse .carousel-control {
  color: #fff;
}
.carousel-text.carousel-inverse h1,
.carousel-text.carousel-inverse h2,
.carousel-text.carousel-inverse h3,
.carousel-text.carousel-inverse h4,
.carousel-text.carousel-inverse h5,
.carousel-text.carousel-inverse h6,
.carousel-text.carousel-inverse .h1,
.carousel-text.carousel-inverse .h2,
.carousel-text.carousel-inverse .h3,
.carousel-text.carousel-inverse .h4,
.carousel-text.carousel-inverse .h5,
.carousel-text.carousel-inverse .h6,
.carousel-text.carousel-inverse p {
  color: #fff;
}
.sidebar-default.static-sidebar-wrapper,
.sidebar-default.fixed-sidebar {
  background-color: #ffffff;
}
.sidebar-default .sidebar .widget .widget-heading {
  color: #bdbdbd;
  background-color: #ffffff;
}
.sidebar-default .sidebar .widget .widget-body .userinfo .username {
  color: #212121;
}
.sidebar-default .sidebar .widget .widget-body .userinfo .useremail {
  color: #bdbdbd;
}
.sidebar-default .sidebar .widget .widget-body .mini-progressbar {
  color: #bdbdbd;
}
.sidebar-default .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #fafafa;
}
.sidebar-default nav.widget-body > ul.acc-menu li.nav-separator {
  color: #bdbdbd;
}
.sidebar-default nav.widget-body > ul.acc-menu ul,
.sidebar-default nav.widget-body > ul.acc-menu ul li a {
  background-color: #eeeeee;
  color: #757575;
}
.sidebar-default nav.widget-body > ul.acc-menu li a {
  color: #616161;
  background-color: #ffffff;
}
.sidebar-default nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #fafafa;
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #fafafa;
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu > li > a > i {
  color: #616161;
}
.sidebar-default nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-default nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #e1e1e1;
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #212121;
}
.sidebar-default nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #bdbdbd;
}
.sidebar-bluegray.static-sidebar-wrapper,
.sidebar-bluegray.fixed-sidebar {
  background-color: #455a64;
}
.sidebar-bluegray .sidebar .widget .widget-heading {
  color: #90a4ae;
  background-color: #455a64;
}
.sidebar-bluegray .sidebar .widget .widget-body .userinfo .username {
  color: #eceff1;
}
.sidebar-bluegray .sidebar .widget .widget-body .userinfo .useremail {
  color: #90a4ae;
}
.sidebar-bluegray .sidebar .widget .widget-body .mini-progressbar {
  color: #90a4ae;
}
.sidebar-bluegray .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #607d8b;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu li.nav-separator {
  color: #90a4ae;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu ul,
.sidebar-bluegray nav.widget-body > ul.acc-menu ul li a {
  background-color: #37474f;
  color: #b0bec5;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu li a {
  color: #b0bec5;
  background-color: #455a64;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #546e7a;
  color: #eceff1;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #607d8b;
  color: #ffffff;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu > li > a > i {
  color: #b0bec5;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #eceff1;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-bluegray nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #41555e;
  color: #eceff1;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #ffffff;
}
.sidebar-bluegray nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #90a4ae;
}
.sidebar-midnightblue.static-sidebar-wrapper,
.sidebar-midnightblue.fixed-sidebar {
  background-color: #263238;
}
.sidebar-midnightblue .sidebar .widget .widget-heading {
  color: #546e7a;
  background-color: #263238;
}
.sidebar-midnightblue .sidebar .widget .widget-body .userinfo .username {
  color: #cfd8dc;
}
.sidebar-midnightblue .sidebar .widget .widget-body .userinfo .useremail {
  color: #546e7a;
}
.sidebar-midnightblue .sidebar .widget .widget-body .mini-progressbar {
  color: #546e7a;
}
.sidebar-midnightblue .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #455a64;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu li.nav-separator {
  color: #546e7a;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu ul,
.sidebar-midnightblue nav.widget-body > ul.acc-menu ul li a {
  background-color: #1c2429;
  color: #78909c;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu li a {
  color: #90a4ae;
  background-color: #263238;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #37474f;
  color: #cfd8dc;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #455a64;
  color: #ffffff;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li > a > i {
  color: #90a4ae;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #cfd8dc;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-midnightblue nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #212b30;
  color: #cfd8dc;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #ffffff;
}
.sidebar-midnightblue nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #546e7a;
}
.sidebar-orange.static-sidebar-wrapper,
.sidebar-orange.fixed-sidebar {
  background-color: #e65100;
}
.sidebar-orange .sidebar .widget .widget-heading {
  color: #ffa726;
  background-color: #e65100;
}
.sidebar-orange .sidebar .widget .widget-body .userinfo .username {
  color: #fff3e0;
}
.sidebar-orange .sidebar .widget .widget-body .userinfo .useremail {
  color: #ffa726;
}
.sidebar-orange .sidebar .widget .widget-body .mini-progressbar {
  color: #ffa726;
}
.sidebar-orange .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #f57c00;
}
.sidebar-orange nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ffa726;
}
.sidebar-orange nav.widget-body > ul.acc-menu ul,
.sidebar-orange nav.widget-body > ul.acc-menu ul li a {
  background-color: #c04400;
  color: #ffe0b2;
}
.sidebar-orange nav.widget-body > ul.acc-menu li a {
  color: #fff3e0;
  background-color: #e65100;
}
.sidebar-orange nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #ef6c00;
  color: #fff3e0;
}
.sidebar-orange nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #f57c00;
  color: #ffffff;
}
.sidebar-orange nav.widget-body > ul.acc-menu > li > a > i {
  color: #fff3e0;
}
.sidebar-orange nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fff3e0;
}
.sidebar-orange nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-orange nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-orange nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #b33f00;
  color: #fff3e0;
}
.sidebar-orange nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fff3e0;
}
.sidebar-orange nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ffa726;
}
.sidebar-blue.static-sidebar-wrapper,
.sidebar-blue.fixed-sidebar {
  background-color: #0d47a1;
}
.sidebar-blue .sidebar .widget .widget-heading {
  color: #1e88e5;
  background-color: #0d47a1;
}
.sidebar-blue .sidebar .widget .widget-body .userinfo .username {
  color: #e3f2fd;
}
.sidebar-blue .sidebar .widget .widget-body .userinfo .useremail {
  color: #1e88e5;
}
.sidebar-blue .sidebar .widget .widget-body .mini-progressbar {
  color: #1e88e5;
}
.sidebar-blue .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #1976d2;
}
.sidebar-blue nav.widget-body > ul.acc-menu li.nav-separator {
  color: #1e88e5;
}
.sidebar-blue nav.widget-body > ul.acc-menu ul,
.sidebar-blue nav.widget-body > ul.acc-menu ul li a {
  background-color: #0a377e;
  color: #64b5f6;
}
.sidebar-blue nav.widget-body > ul.acc-menu li a {
  color: #bbdefb;
  background-color: #0d47a1;
}
.sidebar-blue nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #1565c0;
  color: #e3f2fd;
}
.sidebar-blue nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #1976d2;
  color: #ffffff;
}
.sidebar-blue nav.widget-body > ul.acc-menu > li > a > i {
  color: #bbdefb;
}
.sidebar-blue nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e3f2fd;
}
.sidebar-blue nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-blue nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-blue nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #082d66;
  color: #e3f2fd;
}
.sidebar-blue nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e3f2fd;
}
.sidebar-blue nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #1e88e5;
}
.sidebar-teal.static-sidebar-wrapper,
.sidebar-teal.fixed-sidebar {
  background-color: #004d40;
}
.sidebar-teal .sidebar .widget .widget-heading {
  color: #009688;
  background-color: #004d40;
}
.sidebar-teal .sidebar .widget .widget-body .userinfo .username {
  color: #e0f2f1;
}
.sidebar-teal .sidebar .widget .widget-body .userinfo .useremail {
  color: #009688;
}
.sidebar-teal .sidebar .widget .widget-body .mini-progressbar {
  color: #009688;
}
.sidebar-teal .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #00796b;
}
.sidebar-teal nav.widget-body > ul.acc-menu li.nav-separator {
  color: #009688;
}
.sidebar-teal nav.widget-body > ul.acc-menu ul,
.sidebar-teal nav.widget-body > ul.acc-menu ul li a {
  background-color: #00332b;
  color: #4db6ac;
}
.sidebar-teal nav.widget-body > ul.acc-menu li a {
  color: #b2dfdb;
  background-color: #004d40;
}
.sidebar-teal nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #00695c;
  color: #e0f2f1;
}
.sidebar-teal nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #00796b;
  color: #ffffff;
}
.sidebar-teal nav.widget-body > ul.acc-menu > li > a > i {
  color: #b2dfdb;
}
.sidebar-teal nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e0f2f1;
}
.sidebar-teal nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-teal nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-teal nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #002720;
  color: #e0f2f1;
}
.sidebar-teal nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e0f2f1;
}
.sidebar-teal nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #009688;
}
.sidebar-purple.static-sidebar-wrapper,
.sidebar-purple.fixed-sidebar {
  background-color: #4a148c;
}
.sidebar-purple .sidebar .widget .widget-heading {
  color: #ab47bc;
  background-color: #4a148c;
}
.sidebar-purple .sidebar .widget .widget-body .userinfo .username {
  color: #f3e5f5;
}
.sidebar-purple .sidebar .widget .widget-body .userinfo .useremail {
  color: #ab47bc;
}
.sidebar-purple .sidebar .widget .widget-body .mini-progressbar {
  color: #ab47bc;
}
.sidebar-purple .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #7b1fa2;
}
.sidebar-purple nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ab47bc;
}
.sidebar-purple nav.widget-body > ul.acc-menu ul,
.sidebar-purple nav.widget-body > ul.acc-menu ul li a {
  background-color: #3e1176;
  color: #ce93d8;
}
.sidebar-purple nav.widget-body > ul.acc-menu li a {
  color: #e1bee7;
  background-color: #4a148c;
}
.sidebar-purple nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #6a1b9a;
  color: #f3e5f5;
}
.sidebar-purple nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #7b1fa2;
  color: #ffffff;
}
.sidebar-purple nav.widget-body > ul.acc-menu > li > a > i {
  color: #e1bee7;
}
.sidebar-purple nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #f3e5f5;
}
.sidebar-purple nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-purple nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-purple nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #320e5f;
  color: #f3e5f5;
}
.sidebar-purple nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #f3e5f5;
}
.sidebar-purple nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ab47bc;
}
.sidebar-indigo.static-sidebar-wrapper,
.sidebar-indigo.fixed-sidebar {
  background-color: #1a237e;
}
.sidebar-indigo .sidebar .widget .widget-heading {
  color: #5c6bc0;
  background-color: #1a237e;
}
.sidebar-indigo .sidebar .widget .widget-body .userinfo .username {
  color: #e8eaf6;
}
.sidebar-indigo .sidebar .widget .widget-body .userinfo .useremail {
  color: #5c6bc0;
}
.sidebar-indigo .sidebar .widget .widget-body .mini-progressbar {
  color: #5c6bc0;
}
.sidebar-indigo .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #303f9f;
}
.sidebar-indigo nav.widget-body > ul.acc-menu li.nav-separator {
  color: #5c6bc0;
}
.sidebar-indigo nav.widget-body > ul.acc-menu ul,
.sidebar-indigo nav.widget-body > ul.acc-menu ul li a {
  background-color: #161d69;
  color: #9fa8da;
}
.sidebar-indigo nav.widget-body > ul.acc-menu li a {
  color: #c5cae9;
  background-color: #1a237e;
}
.sidebar-indigo nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #283593;
  color: #e8eaf6;
}
.sidebar-indigo nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #303f9f;
  color: #ffffff;
}
.sidebar-indigo nav.widget-body > ul.acc-menu > li > a > i {
  color: #c5cae9;
}
.sidebar-indigo nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e8eaf6;
}
.sidebar-indigo nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-indigo nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-indigo nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #131a5e;
  color: #e8eaf6;
}
.sidebar-indigo nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e8eaf6;
}
.sidebar-indigo nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #5c6bc0;
}
.sidebar-cyan.static-sidebar-wrapper,
.sidebar-cyan.fixed-sidebar {
  background-color: #006064;
}
.sidebar-cyan .sidebar .widget .widget-heading {
  color: #00acc1;
  background-color: #006064;
}
.sidebar-cyan .sidebar .widget .widget-body .userinfo .username {
  color: #e0f7fa;
}
.sidebar-cyan .sidebar .widget .widget-body .userinfo .useremail {
  color: #00acc1;
}
.sidebar-cyan .sidebar .widget .widget-body .mini-progressbar {
  color: #00acc1;
}
.sidebar-cyan .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #0097a7;
}
.sidebar-cyan nav.widget-body > ul.acc-menu li.nav-separator {
  color: #00acc1;
}
.sidebar-cyan nav.widget-body > ul.acc-menu ul,
.sidebar-cyan nav.widget-body > ul.acc-menu ul li a {
  background-color: #00484a;
  color: #4dd0e1;
}
.sidebar-cyan nav.widget-body > ul.acc-menu li a {
  color: #b2ebf2;
  background-color: #006064;
}
.sidebar-cyan nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #00838f;
  color: #e0f7fa;
}
.sidebar-cyan nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #0097a7;
  color: #ffffff;
}
.sidebar-cyan nav.widget-body > ul.acc-menu > li > a > i {
  color: #b2ebf2;
}
.sidebar-cyan nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e0f7fa;
}
.sidebar-cyan nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-cyan nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-cyan nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #003b3e;
  color: #e0f7fa;
}
.sidebar-cyan nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e0f7fa;
}
.sidebar-cyan nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #00acc1;
}
.sidebar-red.static-sidebar-wrapper,
.sidebar-red.fixed-sidebar {
  background-color: #b0120a;
}
.sidebar-red .sidebar .widget .widget-heading {
  color: #e84e40;
  background-color: #b0120a;
}
.sidebar-red .sidebar .widget .widget-body .userinfo .username {
  color: #fde0dc;
}
.sidebar-red .sidebar .widget .widget-body .userinfo .useremail {
  color: #e84e40;
}
.sidebar-red .sidebar .widget .widget-body .mini-progressbar {
  color: #e84e40;
}
.sidebar-red .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #d01716;
}
.sidebar-red nav.widget-body > ul.acc-menu li.nav-separator {
  color: #e84e40;
}
.sidebar-red nav.widget-body > ul.acc-menu ul,
.sidebar-red nav.widget-body > ul.acc-menu ul li a {
  background-color: #981009;
  color: #f36c60;
}
.sidebar-red nav.widget-body > ul.acc-menu li a {
  color: #f9bdbb;
  background-color: #b0120a;
}
.sidebar-red nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #c41411;
  color: #fde0dc;
}
.sidebar-red nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #d01716;
  color: #ffffff;
}
.sidebar-red nav.widget-body > ul.acc-menu > li > a > i {
  color: #f9bdbb;
}
.sidebar-red nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fde0dc;
}
.sidebar-red nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-red nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-red nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #800d07;
  color: #fde0dc;
}
.sidebar-red nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fde0dc;
}
.sidebar-red nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #e84e40;
}
.sidebar-pink.static-sidebar-wrapper,
.sidebar-pink.fixed-sidebar {
  background-color: #880e4f;
}
.sidebar-pink .sidebar .widget .widget-heading {
  color: #ec407a;
  background-color: #880e4f;
}
.sidebar-pink .sidebar .widget .widget-body .userinfo .username {
  color: #fce4ec;
}
.sidebar-pink .sidebar .widget .widget-body .userinfo .useremail {
  color: #ec407a;
}
.sidebar-pink .sidebar .widget .widget-body .mini-progressbar {
  color: #ec407a;
}
.sidebar-pink .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #c2185b;
}
.sidebar-pink nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ec407a;
}
.sidebar-pink nav.widget-body > ul.acc-menu ul,
.sidebar-pink nav.widget-body > ul.acc-menu ul li a {
  background-color: #710c42;
  color: #f48fb1;
}
.sidebar-pink nav.widget-body > ul.acc-menu li a {
  color: #f8bbd0;
  background-color: #880e4f;
}
.sidebar-pink nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #ad1457;
  color: #fce4ec;
}
.sidebar-pink nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #c2185b;
  color: #ffffff;
}
.sidebar-pink nav.widget-body > ul.acc-menu > li > a > i {
  color: #f8bbd0;
}
.sidebar-pink nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fce4ec;
}
.sidebar-pink nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-pink nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-pink nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #5a0934;
  color: #fce4ec;
}
.sidebar-pink nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fce4ec;
}
.sidebar-pink nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ec407a;
}
.sidebar-deep-purple.static-sidebar-wrapper,
.sidebar-deep-purple.fixed-sidebar {
  background-color: #311b92;
}
.sidebar-deep-purple .sidebar .widget .widget-heading {
  color: #7e57c2;
  background-color: #311b92;
}
.sidebar-deep-purple .sidebar .widget .widget-body .userinfo .username {
  color: #ede7f6;
}
.sidebar-deep-purple .sidebar .widget .widget-body .userinfo .useremail {
  color: #7e57c2;
}
.sidebar-deep-purple .sidebar .widget .widget-body .mini-progressbar {
  color: #7e57c2;
}
.sidebar-deep-purple .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #512da8;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu li.nav-separator {
  color: #7e57c2;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu ul,
.sidebar-deep-purple nav.widget-body > ul.acc-menu ul li a {
  background-color: #2a177c;
  color: #b39ddb;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu li a {
  color: #d1c4e9;
  background-color: #311b92;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #4527a0;
  color: #ede7f6;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #512da8;
  color: #ffffff;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li > a > i {
  color: #d1c4e9;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #ede7f6;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-deep-purple nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #231367;
  color: #ede7f6;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #ede7f6;
}
.sidebar-deep-purple nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #7e57c2;
}
.sidebar-brown.static-sidebar-wrapper,
.sidebar-brown.fixed-sidebar {
  background-color: #3e2723;
}
.sidebar-brown .sidebar .widget .widget-heading {
  color: #8d6e63;
  background-color: #3e2723;
}
.sidebar-brown .sidebar .widget .widget-body .userinfo .username {
  color: #efebe9;
}
.sidebar-brown .sidebar .widget .widget-body .userinfo .useremail {
  color: #8d6e63;
}
.sidebar-brown .sidebar .widget .widget-body .mini-progressbar {
  color: #8d6e63;
}
.sidebar-brown .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #5d4037;
}
.sidebar-brown nav.widget-body > ul.acc-menu li.nav-separator {
  color: #8d6e63;
}
.sidebar-brown nav.widget-body > ul.acc-menu ul,
.sidebar-brown nav.widget-body > ul.acc-menu ul li a {
  background-color: #2e1d1a;
  color: #a1887f;
}
.sidebar-brown nav.widget-body > ul.acc-menu li a {
  color: #d7ccc8;
  background-color: #3e2723;
}
.sidebar-brown nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #4e342e;
  color: #efebe9;
}
.sidebar-brown nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #5d4037;
  color: #ffffff;
}
.sidebar-brown nav.widget-body > ul.acc-menu > li > a > i {
  color: #d7ccc8;
}
.sidebar-brown nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #efebe9;
}
.sidebar-brown nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-brown nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-brown nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #261815;
  color: #efebe9;
}
.sidebar-brown nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #efebe9;
}
.sidebar-brown nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #8d6e63;
}
.sidebar-green.static-sidebar-wrapper,
.sidebar-green.fixed-sidebar {
  background-color: #1b5e20;
}
.sidebar-green .sidebar .widget .widget-heading {
  color: #4caf50;
  background-color: #1b5e20;
}
.sidebar-green .sidebar .widget .widget-body .userinfo .username {
  color: #e8f5e9;
}
.sidebar-green .sidebar .widget .widget-body .userinfo .useremail {
  color: #4caf50;
}
.sidebar-green .sidebar .widget .widget-body .mini-progressbar {
  color: #4caf50;
}
.sidebar-green .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #388e3c;
}
.sidebar-green nav.widget-body > ul.acc-menu li.nav-separator {
  color: #4caf50;
}
.sidebar-green nav.widget-body > ul.acc-menu ul,
.sidebar-green nav.widget-body > ul.acc-menu ul li a {
  background-color: #154a19;
  color: #81c784;
}
.sidebar-green nav.widget-body > ul.acc-menu li a {
  color: #c8e6c9;
  background-color: #1b5e20;
}
.sidebar-green nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #2e7d32;
  color: #e8f5e9;
}
.sidebar-green nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #388e3c;
  color: #ffffff;
}
.sidebar-green nav.widget-body > ul.acc-menu > li > a > i {
  color: #c8e6c9;
}
.sidebar-green nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e8f5e9;
}
.sidebar-green nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-green nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-green nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #103613;
  color: #e8f5e9;
}
.sidebar-green nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e8f5e9;
}
.sidebar-green nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #4caf50;
}
.sidebar-light-green.static-sidebar-wrapper,
.sidebar-light-green.fixed-sidebar {
  background-color: #33691e;
}
.sidebar-light-green .sidebar .widget .widget-heading {
  color: #9ccc65;
  background-color: #33691e;
}
.sidebar-light-green .sidebar .widget .widget-body .userinfo .username {
  color: #f1f8e9;
}
.sidebar-light-green .sidebar .widget .widget-body .userinfo .useremail {
  color: #9ccc65;
}
.sidebar-light-green .sidebar .widget .widget-body .mini-progressbar {
  color: #9ccc65;
}
.sidebar-light-green .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #689f38;
}
.sidebar-light-green nav.widget-body > ul.acc-menu li.nav-separator {
  color: #9ccc65;
}
.sidebar-light-green nav.widget-body > ul.acc-menu ul,
.sidebar-light-green nav.widget-body > ul.acc-menu ul li a {
  background-color: #295518;
  color: #aed581;
}
.sidebar-light-green nav.widget-body > ul.acc-menu li a {
  color: #dcedc8;
  background-color: #33691e;
}
.sidebar-light-green nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #558b2f;
  color: #f1f8e9;
}
.sidebar-light-green nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #689f38;
  color: #ffffff;
}
.sidebar-light-green nav.widget-body > ul.acc-menu > li > a > i {
  color: #dcedc8;
}
.sidebar-light-green nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #f1f8e9;
}
.sidebar-light-green nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-light-green nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-light-green nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #254b16;
  color: #f1f8e9;
}
.sidebar-light-green nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #f1f8e9;
}
.sidebar-light-green nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #9ccc65;
}
.sidebar-deep-orange.static-sidebar-wrapper,
.sidebar-deep-orange.fixed-sidebar {
  background-color: #bf360c;
}
.sidebar-deep-orange .sidebar .widget .widget-heading {
  color: #ff7043;
  background-color: #bf360c;
}
.sidebar-deep-orange .sidebar .widget .widget-body .userinfo .username {
  color: #fbe9e7;
}
.sidebar-deep-orange .sidebar .widget .widget-body .userinfo .useremail {
  color: #ff7043;
}
.sidebar-deep-orange .sidebar .widget .widget-body .mini-progressbar {
  color: #ff7043;
}
.sidebar-deep-orange .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #e64a19;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ff7043;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu ul,
.sidebar-deep-orange nav.widget-body > ul.acc-menu ul li a {
  background-color: #a72f0a;
  color: #ff8a65;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu li a {
  color: #ffccbc;
  background-color: #bf360c;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #d84315;
  color: #fbe9e7;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #e64a19;
  color: #ffffff;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li > a > i {
  color: #ffccbc;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fbe9e7;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-deep-orange nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #9b2c0a;
  color: #fbe9e7;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fbe9e7;
}
.sidebar-deep-orange nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ff7043;
}
.sidebar-lime.static-sidebar-wrapper,
.sidebar-lime.fixed-sidebar {
  background-color: #827717;
}
.sidebar-lime .sidebar .widget .widget-heading {
  color: #d4e157;
  background-color: #827717;
}
.sidebar-lime .sidebar .widget .widget-body .userinfo .username {
  color: #f9fbe7;
}
.sidebar-lime .sidebar .widget .widget-body .userinfo .useremail {
  color: #d4e157;
}
.sidebar-lime .sidebar .widget .widget-body .mini-progressbar {
  color: #d4e157;
}
.sidebar-lime .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #afb42b;
}
.sidebar-lime nav.widget-body > ul.acc-menu li.nav-separator {
  color: #d4e157;
}
.sidebar-lime nav.widget-body > ul.acc-menu ul,
.sidebar-lime nav.widget-body > ul.acc-menu ul li a {
  background-color: #6c6313;
  color: #e6ee9c;
}
.sidebar-lime nav.widget-body > ul.acc-menu li a {
  color: #f0f4c3;
  background-color: #827717;
}
.sidebar-lime nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #9e9d24;
  color: #f9fbe7;
}
.sidebar-lime nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #afb42b;
  color: #ffffff;
}
.sidebar-lime nav.widget-body > ul.acc-menu > li > a > i {
  color: #f0f4c3;
}
.sidebar-lime nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #f9fbe7;
}
.sidebar-lime nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-lime nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-lime nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #625911;
  color: #f9fbe7;
}
.sidebar-lime nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #f9fbe7;
}
.sidebar-lime nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #d4e157;
}
.sidebar-amber.static-sidebar-wrapper,
.sidebar-amber.fixed-sidebar {
  background-color: #ff6f00;
}
.sidebar-amber .sidebar .widget .widget-heading {
  color: #ffca28;
  background-color: #ff6f00;
}
.sidebar-amber .sidebar .widget .widget-body .userinfo .username {
  color: #fff8e1;
}
.sidebar-amber .sidebar .widget .widget-body .userinfo .useremail {
  color: #ffca28;
}
.sidebar-amber .sidebar .widget .widget-body .mini-progressbar {
  color: #ffca28;
}
.sidebar-amber .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #ffa000;
}
.sidebar-amber nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ffca28;
}
.sidebar-amber nav.widget-body > ul.acc-menu ul,
.sidebar-amber nav.widget-body > ul.acc-menu ul li a {
  background-color: #e66400;
  color: #ffe082;
}
.sidebar-amber nav.widget-body > ul.acc-menu li a {
  color: #ffecb3;
  background-color: #ff6f00;
}
.sidebar-amber nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #ff8f00;
  color: #fff8e1;
}
.sidebar-amber nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #ffa000;
  color: #ffffff;
}
.sidebar-amber nav.widget-body > ul.acc-menu > li > a > i {
  color: #ffecb3;
}
.sidebar-amber nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fff8e1;
}
.sidebar-amber nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-amber nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-amber nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #d95e00;
  color: #fff8e1;
}
.sidebar-amber nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fff8e1;
}
.sidebar-amber nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ffca28;
}
.sidebar-gray.static-sidebar-wrapper,
.sidebar-gray.fixed-sidebar {
  background-color: #616161;
}
.sidebar-gray .sidebar .widget .widget-heading {
  color: #9e9e9e;
  background-color: #616161;
}
.sidebar-gray .sidebar .widget .widget-body .userinfo .username {
  color: #fafafa;
}
.sidebar-gray .sidebar .widget .widget-body .userinfo .useremail {
  color: #9e9e9e;
}
.sidebar-gray .sidebar .widget .widget-body .mini-progressbar {
  color: #9e9e9e;
}
.sidebar-gray .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #9e9e9e;
}
.sidebar-gray nav.widget-body > ul.acc-menu li.nav-separator {
  color: #9e9e9e;
}
.sidebar-gray nav.widget-body > ul.acc-menu ul,
.sidebar-gray nav.widget-body > ul.acc-menu ul li a {
  background-color: #545454;
  color: #bdbdbd;
}
.sidebar-gray nav.widget-body > ul.acc-menu li a {
  color: #e0e0e0;
  background-color: #616161;
}
.sidebar-gray nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #757575;
  color: #fafafa;
}
.sidebar-gray nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #9e9e9e;
  color: #ffffff;
}
.sidebar-gray nav.widget-body > ul.acc-menu > li > a > i {
  color: #e0e0e0;
}
.sidebar-gray nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fafafa;
}
.sidebar-gray nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-gray nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-gray nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #4e4e4e;
  color: #fafafa;
}
.sidebar-gray nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #ffffff;
}
.sidebar-gray nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #9e9e9e;
}
.sidebar-black.static-sidebar-wrapper,
.sidebar-black.fixed-sidebar {
  background-color: #212121;
}
.sidebar-black .sidebar .widget .widget-heading {
  color: #616161;
  background-color: #212121;
}
.sidebar-black .sidebar .widget .widget-body .userinfo .username {
  color: #fafafa;
}
.sidebar-black .sidebar .widget .widget-body .userinfo .useremail {
  color: #616161;
}
.sidebar-black .sidebar .widget .widget-body .mini-progressbar {
  color: #616161;
}
.sidebar-black .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #616161;
}
.sidebar-black nav.widget-body > ul.acc-menu li.nav-separator {
  color: #616161;
}
.sidebar-black nav.widget-body > ul.acc-menu ul,
.sidebar-black nav.widget-body > ul.acc-menu ul li a {
  background-color: #080808;
  color: #bdbdbd;
}
.sidebar-black nav.widget-body > ul.acc-menu li a {
  color: #bdbdbd;
  background-color: #212121;
}
.sidebar-black nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #424242;
  color: #fafafa;
}
.sidebar-black nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #616161;
  color: #ffffff;
}
.sidebar-black nav.widget-body > ul.acc-menu > li > a > i {
  color: #bdbdbd;
}
.sidebar-black nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fafafa;
}
.sidebar-black nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-black nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-black nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #272727;
  color: #fafafa;
}
.sidebar-black nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #ffffff;
}
.sidebar-black nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #616161;
}
.sidebar-graylight.static-sidebar-wrapper,
.sidebar-graylight.fixed-sidebar {
  background-color: #fafafa;
}
.sidebar-graylight .sidebar .widget .widget-heading {
  color: #bdbdbd;
  background-color: #fafafa;
}
.sidebar-graylight .sidebar .widget .widget-body .userinfo .username {
  color: #212121;
}
.sidebar-graylight .sidebar .widget .widget-body .userinfo .useremail {
  color: #bdbdbd;
}
.sidebar-graylight .sidebar .widget .widget-body .mini-progressbar {
  color: #bdbdbd;
}
.sidebar-graylight .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #eeeeee;
}
.sidebar-graylight nav.widget-body > ul.acc-menu li.nav-separator {
  color: #bdbdbd;
}
.sidebar-graylight nav.widget-body > ul.acc-menu ul,
.sidebar-graylight nav.widget-body > ul.acc-menu ul li a {
  background-color: #ededed;
  color: #616161;
}
.sidebar-graylight nav.widget-body > ul.acc-menu li a {
  color: #616161;
  background-color: #fafafa;
}
.sidebar-graylight nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #f5f5f5;
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #eeeeee;
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu > li > a > i {
  color: #616161;
}
.sidebar-graylight nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-graylight nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #e7e7e7;
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #212121;
}
.sidebar-graylight nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #bdbdbd;
}
.sidebar-light-blue.static-sidebar-wrapper,
.sidebar-light-blue.fixed-sidebar {
  background-color: #01579b;
}
.sidebar-light-blue .sidebar .widget .widget-heading {
  color: #039be5;
  background-color: #01579b;
}
.sidebar-light-blue .sidebar .widget .widget-body .userinfo .username {
  color: #e1f5fe;
}
.sidebar-light-blue .sidebar .widget .widget-body .userinfo .useremail {
  color: #039be5;
}
.sidebar-light-blue .sidebar .widget .widget-body .mini-progressbar {
  color: #039be5;
}
.sidebar-light-blue .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #0288d1;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu li.nav-separator {
  color: #039be5;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu ul,
.sidebar-light-blue nav.widget-body > ul.acc-menu ul li a {
  background-color: #014275;
  color: #4fc3f7;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu li a {
  color: #b3e5fc;
  background-color: #01579b;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #0277bd;
  color: #e1f5fe;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #0288d1;
  color: #ffffff;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu > li > a > i {
  color: #b3e5fc;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #e1f5fe;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-light-blue nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #01335c;
  color: #e1f5fe;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #e1f5fe;
}
.sidebar-light-blue nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #039be5;
}
.sidebar-yellow.static-sidebar-wrapper,
.sidebar-yellow.fixed-sidebar {
  background-color: #f57f17;
}
.sidebar-yellow .sidebar .widget .widget-heading {
  color: #ffeb3b;
  background-color: #f57f17;
}
.sidebar-yellow .sidebar .widget .widget-body .userinfo .username {
  color: #fffde7;
}
.sidebar-yellow .sidebar .widget .widget-body .userinfo .useremail {
  color: #ffeb3b;
}
.sidebar-yellow .sidebar .widget .widget-body .mini-progressbar {
  color: #ffeb3b;
}
.sidebar-yellow .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #fbc02d;
}
.sidebar-yellow nav.widget-body > ul.acc-menu li.nav-separator {
  color: #ffeb3b;
}
.sidebar-yellow nav.widget-body > ul.acc-menu ul,
.sidebar-yellow nav.widget-body > ul.acc-menu ul li a {
  background-color: #e8720a;
  color: #fff176;
}
.sidebar-yellow nav.widget-body > ul.acc-menu li a {
  color: #fff9c4;
  background-color: #f57f17;
}
.sidebar-yellow nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #f9a825;
  color: #fffde7;
}
.sidebar-yellow nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #fbc02d;
  color: #ffffff;
}
.sidebar-yellow nav.widget-body > ul.acc-menu > li > a > i {
  color: #fff9c4;
}
.sidebar-yellow nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #fffde7;
}
.sidebar-yellow nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-yellow nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #ffffff;
}
.sidebar-yellow nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #dc6c09;
  color: #fffde7;
}
.sidebar-yellow nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #fffde7;
}
.sidebar-yellow nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #ffeb3b;
}
.sidebar-bluegraylight.static-sidebar-wrapper,
.sidebar-bluegraylight.fixed-sidebar {
  background-color: #eceff1;
}
.sidebar-bluegraylight .sidebar .widget .widget-heading {
  color: #90a4ae;
  background-color: #eceff1;
}
.sidebar-bluegraylight .sidebar .widget .widget-body .userinfo .username {
  color: #263238;
}
.sidebar-bluegraylight .sidebar .widget .widget-body .userinfo .useremail {
  color: #90a4ae;
}
.sidebar-bluegraylight .sidebar .widget .widget-body .mini-progressbar {
  color: #90a4ae;
}
.sidebar-bluegraylight .sidebar .widget .widget-body .mini-progressbar .progress {
  background-color: #cfd8dc;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu li.nav-separator {
  color: #90a4ae;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu ul,
.sidebar-bluegraylight nav.widget-body > ul.acc-menu ul li a {
  background-color: #dde3e6;
  color: #455a64;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu li a {
  color: #455a64;
  background-color: #eceff1;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li:hover > a {
  background-color: #e5e9ec;
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li.active > a {
  background-color: #cfd8dc;
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li > a > i {
  color: #455a64;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li > a:hover > i {
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li.active > a > i,
.sidebar-bluegraylight nav.widget-body > ul.acc-menu > li.active > a:hover > i {
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu ul li a:hover {
  background-color: #cfd6db;
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu ul li.active:not(.open) > a {
  color: #263238;
}
.sidebar-bluegraylight nav.widget-body > ul.acc-menu li.disabled-link a {
  color: #90a4ae;
}
#headernav.navbar-default {
  background: #ffffff;
}
#headernav.navbar-default .navbar-nav {
  background: #ffffff;
}
#headernav.navbar-default .navbar-nav > .open > a,
#headernav.navbar-default .navbar-nav > .open > a i,
#headernav.navbar-default .navbar-nav > li:hover > a,
#headernav.navbar-default .navbar-nav > li:hover > a i {
  background: #fafafa;
  color: #212121;
}
#headernav.navbar-default .navbar-nav ul {
  background: #eeeeee;
}
#headernav.navbar-default .navbar-nav ul li a {
  color: #757575;
}
#headernav.navbar-default .navbar-nav ul li a:hover {
  background: #e1e1e1;
  color: #212121;
}
#headernav.navbar-default .navbar-nav ul li.active a:hover {
  background-color: #e1e1e1;
  color: #212121;
}
#headernav.navbar-default .navbar-nav ul li.active a {
  background-color: #eeeeee;
  color: #212121;
}
#headernav.navbar-default .navbar-nav li a {
  color: #616161;
}
#headernav.navbar-default .navbar-nav li a i {
  color: #616161;
}
#headernav.navbar-default .navbar-nav li.active > a,
#headernav.navbar-default .navbar-nav li.active > a i,
#headernav.navbar-default .navbar-nav li.active a:hover,
#headernav.navbar-default .navbar-nav li.active a:hover i {
  background: #fafafa;
  color: #212121;
}
#headernav.navbar-default .navbar-nav li a:hover,
#headernav.navbar-default .navbar-nav li a:hover i {
  background: #fafafa;
  color: #212121;
}
#headernav.navbar-default .navbar-nav li a:focus,
#headernav.navbar-default .navbar-nav li a:focus i {
  background: #fafafa;
  color: #212121;
}
#headernav.navbar-default .navbar-nav li.active ul li a:hover {
  background-color: #e1e1e1;
  color: #212121;
}
#headernav.navbar-default .navbar-nav li.active ul li.active a:hover {
  background-color: #e1e1e1;
  color: #212121;
}
#headernav.navbar-default .navbar-toggle,
#headernav.navbar-default .navbar-toggle:hover,
#headernav.navbar-default .navbar-toggle:focus {
  background: #fafafa;
  color: #616161;
  border: none;
}
#headernav.navbar-midnightblue {
  background: #263238;
}
#headernav.navbar-midnightblue .navbar-nav {
  background: #263238;
}
#headernav.navbar-midnightblue .navbar-nav > .open > a,
#headernav.navbar-midnightblue .navbar-nav > .open > a i,
#headernav.navbar-midnightblue .navbar-nav > li:hover > a,
#headernav.navbar-midnightblue .navbar-nav > li:hover > a i {
  background: #37474f;
  color: #cfd8dc;
}
#headernav.navbar-midnightblue .navbar-nav ul {
  background: #1c2429;
}
#headernav.navbar-midnightblue .navbar-nav ul li a {
  color: #78909c;
}
#headernav.navbar-midnightblue .navbar-nav ul li a:hover {
  background: #212b30;
  color: #cfd8dc;
}
#headernav.navbar-midnightblue .navbar-nav ul li.active a:hover {
  background-color: #212b30;
  color: #ffffff;
}
#headernav.navbar-midnightblue .navbar-nav ul li.active a {
  background-color: #1c2429;
  color: #ffffff;
}
#headernav.navbar-midnightblue .navbar-nav li a {
  color: #90a4ae;
}
#headernav.navbar-midnightblue .navbar-nav li a i {
  color: #90a4ae;
}
#headernav.navbar-midnightblue .navbar-nav li.active > a,
#headernav.navbar-midnightblue .navbar-nav li.active > a i,
#headernav.navbar-midnightblue .navbar-nav li.active a:hover,
#headernav.navbar-midnightblue .navbar-nav li.active a:hover i {
  background: #455a64;
  color: #ffffff;
}
#headernav.navbar-midnightblue .navbar-nav li a:hover,
#headernav.navbar-midnightblue .navbar-nav li a:hover i {
  background: #37474f;
  color: #cfd8dc;
}
#headernav.navbar-midnightblue .navbar-nav li a:focus,
#headernav.navbar-midnightblue .navbar-nav li a:focus i {
  background: #37474f;
  color: #cfd8dc;
}
#headernav.navbar-midnightblue .navbar-nav li.active ul li a:hover {
  background-color: #212b30;
  color: #cfd8dc;
}
#headernav.navbar-midnightblue .navbar-nav li.active ul li.active a:hover {
  background-color: #212b30;
  color: #ffffff;
}
#headernav.navbar-midnightblue .navbar-toggle,
#headernav.navbar-midnightblue .navbar-toggle:hover,
#headernav.navbar-midnightblue .navbar-toggle:focus {
  background: #37474f;
  color: #90a4ae;
  border: none;
}
#headernav.navbar-bluegray {
  background: #455a64;
}
#headernav.navbar-bluegray .navbar-nav {
  background: #455a64;
}
#headernav.navbar-bluegray .navbar-nav > .open > a,
#headernav.navbar-bluegray .navbar-nav > .open > a i,
#headernav.navbar-bluegray .navbar-nav > li:hover > a,
#headernav.navbar-bluegray .navbar-nav > li:hover > a i {
  background: #546e7a;
  color: #eceff1;
}
#headernav.navbar-bluegray .navbar-nav ul {
  background: #37474f;
}
#headernav.navbar-bluegray .navbar-nav ul li a {
  color: #b0bec5;
}
#headernav.navbar-bluegray .navbar-nav ul li a:hover {
  background: #546e7a;
  color: #eceff1;
}
#headernav.navbar-bluegray .navbar-nav ul li.active a:hover {
  background-color: #546e7a;
  color: #ffffff;
}
#headernav.navbar-bluegray .navbar-nav ul li.active a {
  background-color: #37474f;
  color: #ffffff;
}
#headernav.navbar-bluegray .navbar-nav li a {
  color: #b0bec5;
}
#headernav.navbar-bluegray .navbar-nav li a i {
  color: #b0bec5;
}
#headernav.navbar-bluegray .navbar-nav li.active > a,
#headernav.navbar-bluegray .navbar-nav li.active > a i,
#headernav.navbar-bluegray .navbar-nav li.active a:hover,
#headernav.navbar-bluegray .navbar-nav li.active a:hover i {
  background: #607d8b;
  color: #ffffff;
}
#headernav.navbar-bluegray .navbar-nav li a:hover,
#headernav.navbar-bluegray .navbar-nav li a:hover i {
  background: #546e7a;
  color: #eceff1;
}
#headernav.navbar-bluegray .navbar-nav li a:focus,
#headernav.navbar-bluegray .navbar-nav li a:focus i {
  background: #546e7a;
  color: #eceff1;
}
#headernav.navbar-bluegray .navbar-nav li.active ul li a:hover {
  background-color: #546e7a;
  color: #eceff1;
}
#headernav.navbar-bluegray .navbar-nav li.active ul li.active a:hover {
  background-color: #546e7a;
  color: #ffffff;
}
#headernav.navbar-bluegray .navbar-toggle,
#headernav.navbar-bluegray .navbar-toggle:hover,
#headernav.navbar-bluegray .navbar-toggle:focus {
  background: #546e7a;
  color: #b0bec5;
  border: none;
}
#headernav.navbar-orange {
  background: #e65100;
}
#headernav.navbar-orange .navbar-nav {
  background: #e65100;
}
#headernav.navbar-orange .navbar-nav > .open > a,
#headernav.navbar-orange .navbar-nav > .open > a i,
#headernav.navbar-orange .navbar-nav > li:hover > a,
#headernav.navbar-orange .navbar-nav > li:hover > a i {
  background: #ef6c00;
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav ul {
  background: #c04400;
}
#headernav.navbar-orange .navbar-nav ul li a {
  color: #ffe0b2;
}
#headernav.navbar-orange .navbar-nav ul li a:hover {
  background: #b33f00;
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav ul li.active a:hover {
  background-color: #b33f00;
  color: #ffffff;
}
#headernav.navbar-orange .navbar-nav ul li.active a {
  background-color: #c04400;
  color: #ffffff;
}
#headernav.navbar-orange .navbar-nav li a {
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav li a i {
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav li.active > a,
#headernav.navbar-orange .navbar-nav li.active > a i,
#headernav.navbar-orange .navbar-nav li.active a:hover,
#headernav.navbar-orange .navbar-nav li.active a:hover i {
  background: #f57c00;
  color: #ffffff;
}
#headernav.navbar-orange .navbar-nav li a:hover,
#headernav.navbar-orange .navbar-nav li a:hover i {
  background: #ef6c00;
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav li a:focus,
#headernav.navbar-orange .navbar-nav li a:focus i {
  background: #ef6c00;
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav li.active ul li a:hover {
  background-color: #b33f00;
  color: #fff3e0;
}
#headernav.navbar-orange .navbar-nav li.active ul li.active a:hover {
  background-color: #b33f00;
  color: #ffffff;
}
#headernav.navbar-orange .navbar-toggle,
#headernav.navbar-orange .navbar-toggle:hover,
#headernav.navbar-orange .navbar-toggle:focus {
  background: #ef6c00;
  color: #fff3e0;
  border: none;
}
#headernav.navbar-blue {
  background: #0d47a1;
}
#headernav.navbar-blue .navbar-nav {
  background: #0d47a1;
}
#headernav.navbar-blue .navbar-nav > .open > a,
#headernav.navbar-blue .navbar-nav > .open > a i,
#headernav.navbar-blue .navbar-nav > li:hover > a,
#headernav.navbar-blue .navbar-nav > li:hover > a i {
  background: #1565c0;
  color: #e3f2fd;
}
#headernav.navbar-blue .navbar-nav ul {
  background: #0a377e;
}
#headernav.navbar-blue .navbar-nav ul li a {
  color: #64b5f6;
}
#headernav.navbar-blue .navbar-nav ul li a:hover {
  background: #082d66;
  color: #e3f2fd;
}
#headernav.navbar-blue .navbar-nav ul li.active a:hover {
  background-color: #082d66;
  color: #ffffff;
}
#headernav.navbar-blue .navbar-nav ul li.active a {
  background-color: #0a377e;
  color: #ffffff;
}
#headernav.navbar-blue .navbar-nav li a {
  color: #bbdefb;
}
#headernav.navbar-blue .navbar-nav li a i {
  color: #bbdefb;
}
#headernav.navbar-blue .navbar-nav li.active > a,
#headernav.navbar-blue .navbar-nav li.active > a i,
#headernav.navbar-blue .navbar-nav li.active a:hover,
#headernav.navbar-blue .navbar-nav li.active a:hover i {
  background: #1976d2;
  color: #ffffff;
}
#headernav.navbar-blue .navbar-nav li a:hover,
#headernav.navbar-blue .navbar-nav li a:hover i {
  background: #1565c0;
  color: #e3f2fd;
}
#headernav.navbar-blue .navbar-nav li a:focus,
#headernav.navbar-blue .navbar-nav li a:focus i {
  background: #1565c0;
  color: #e3f2fd;
}
#headernav.navbar-blue .navbar-nav li.active ul li a:hover {
  background-color: #082d66;
  color: #e3f2fd;
}
#headernav.navbar-blue .navbar-nav li.active ul li.active a:hover {
  background-color: #082d66;
  color: #ffffff;
}
#headernav.navbar-blue .navbar-toggle,
#headernav.navbar-blue .navbar-toggle:hover,
#headernav.navbar-blue .navbar-toggle:focus {
  background: #1565c0;
  color: #bbdefb;
  border: none;
}
#headernav.navbar-teal {
  background: #004d40;
}
#headernav.navbar-teal .navbar-nav {
  background: #004d40;
}
#headernav.navbar-teal .navbar-nav > .open > a,
#headernav.navbar-teal .navbar-nav > .open > a i,
#headernav.navbar-teal .navbar-nav > li:hover > a,
#headernav.navbar-teal .navbar-nav > li:hover > a i {
  background: #00695c;
  color: #e0f2f1;
}
#headernav.navbar-teal .navbar-nav ul {
  background: #00332b;
}
#headernav.navbar-teal .navbar-nav ul li a {
  color: #4db6ac;
}
#headernav.navbar-teal .navbar-nav ul li a:hover {
  background: #002720;
  color: #e0f2f1;
}
#headernav.navbar-teal .navbar-nav ul li.active a:hover {
  background-color: #002720;
  color: #ffffff;
}
#headernav.navbar-teal .navbar-nav ul li.active a {
  background-color: #00332b;
  color: #ffffff;
}
#headernav.navbar-teal .navbar-nav li a {
  color: #b2dfdb;
}
#headernav.navbar-teal .navbar-nav li a i {
  color: #b2dfdb;
}
#headernav.navbar-teal .navbar-nav li.active > a,
#headernav.navbar-teal .navbar-nav li.active > a i,
#headernav.navbar-teal .navbar-nav li.active a:hover,
#headernav.navbar-teal .navbar-nav li.active a:hover i {
  background: #00796b;
  color: #ffffff;
}
#headernav.navbar-teal .navbar-nav li a:hover,
#headernav.navbar-teal .navbar-nav li a:hover i {
  background: #00695c;
  color: #e0f2f1;
}
#headernav.navbar-teal .navbar-nav li a:focus,
#headernav.navbar-teal .navbar-nav li a:focus i {
  background: #00695c;
  color: #e0f2f1;
}
#headernav.navbar-teal .navbar-nav li.active ul li a:hover {
  background-color: #002720;
  color: #e0f2f1;
}
#headernav.navbar-teal .navbar-nav li.active ul li.active a:hover {
  background-color: #002720;
  color: #ffffff;
}
#headernav.navbar-teal .navbar-toggle,
#headernav.navbar-teal .navbar-toggle:hover,
#headernav.navbar-teal .navbar-toggle:focus {
  background: #00695c;
  color: #b2dfdb;
  border: none;
}
#headernav.navbar-purple {
  background: #4a148c;
}
#headernav.navbar-purple .navbar-nav {
  background: #4a148c;
}
#headernav.navbar-purple .navbar-nav > .open > a,
#headernav.navbar-purple .navbar-nav > .open > a i,
#headernav.navbar-purple .navbar-nav > li:hover > a,
#headernav.navbar-purple .navbar-nav > li:hover > a i {
  background: #6a1b9a;
  color: #f3e5f5;
}
#headernav.navbar-purple .navbar-nav ul {
  background: #3e1176;
}
#headernav.navbar-purple .navbar-nav ul li a {
  color: #ce93d8;
}
#headernav.navbar-purple .navbar-nav ul li a:hover {
  background: #320e5f;
  color: #f3e5f5;
}
#headernav.navbar-purple .navbar-nav ul li.active a:hover {
  background-color: #320e5f;
  color: #ffffff;
}
#headernav.navbar-purple .navbar-nav ul li.active a {
  background-color: #3e1176;
  color: #ffffff;
}
#headernav.navbar-purple .navbar-nav li a {
  color: #e1bee7;
}
#headernav.navbar-purple .navbar-nav li a i {
  color: #e1bee7;
}
#headernav.navbar-purple .navbar-nav li.active > a,
#headernav.navbar-purple .navbar-nav li.active > a i,
#headernav.navbar-purple .navbar-nav li.active a:hover,
#headernav.navbar-purple .navbar-nav li.active a:hover i {
  background: #7b1fa2;
  color: #ffffff;
}
#headernav.navbar-purple .navbar-nav li a:hover,
#headernav.navbar-purple .navbar-nav li a:hover i {
  background: #6a1b9a;
  color: #f3e5f5;
}
#headernav.navbar-purple .navbar-nav li a:focus,
#headernav.navbar-purple .navbar-nav li a:focus i {
  background: #6a1b9a;
  color: #f3e5f5;
}
#headernav.navbar-purple .navbar-nav li.active ul li a:hover {
  background-color: #320e5f;
  color: #f3e5f5;
}
#headernav.navbar-purple .navbar-nav li.active ul li.active a:hover {
  background-color: #320e5f;
  color: #ffffff;
}
#headernav.navbar-purple .navbar-toggle,
#headernav.navbar-purple .navbar-toggle:hover,
#headernav.navbar-purple .navbar-toggle:focus {
  background: #6a1b9a;
  color: #e1bee7;
  border: none;
}
#headernav.navbar-indigo {
  background: #1a237e;
}
#headernav.navbar-indigo .navbar-nav {
  background: #1a237e;
}
#headernav.navbar-indigo .navbar-nav > .open > a,
#headernav.navbar-indigo .navbar-nav > .open > a i,
#headernav.navbar-indigo .navbar-nav > li:hover > a,
#headernav.navbar-indigo .navbar-nav > li:hover > a i {
  background: #283593;
  color: #e8eaf6;
}
#headernav.navbar-indigo .navbar-nav ul {
  background: #161d69;
}
#headernav.navbar-indigo .navbar-nav ul li a {
  color: #9fa8da;
}
#headernav.navbar-indigo .navbar-nav ul li a:hover {
  background: #131a5e;
  color: #e8eaf6;
}
#headernav.navbar-indigo .navbar-nav ul li.active a:hover {
  background-color: #131a5e;
  color: #ffffff;
}
#headernav.navbar-indigo .navbar-nav ul li.active a {
  background-color: #161d69;
  color: #ffffff;
}
#headernav.navbar-indigo .navbar-nav li a {
  color: #c5cae9;
}
#headernav.navbar-indigo .navbar-nav li a i {
  color: #c5cae9;
}
#headernav.navbar-indigo .navbar-nav li.active > a,
#headernav.navbar-indigo .navbar-nav li.active > a i,
#headernav.navbar-indigo .navbar-nav li.active a:hover,
#headernav.navbar-indigo .navbar-nav li.active a:hover i {
  background: #303f9f;
  color: #ffffff;
}
#headernav.navbar-indigo .navbar-nav li a:hover,
#headernav.navbar-indigo .navbar-nav li a:hover i {
  background: #283593;
  color: #e8eaf6;
}
#headernav.navbar-indigo .navbar-nav li a:focus,
#headernav.navbar-indigo .navbar-nav li a:focus i {
  background: #283593;
  color: #e8eaf6;
}
#headernav.navbar-indigo .navbar-nav li.active ul li a:hover {
  background-color: #131a5e;
  color: #e8eaf6;
}
#headernav.navbar-indigo .navbar-nav li.active ul li.active a:hover {
  background-color: #131a5e;
  color: #ffffff;
}
#headernav.navbar-indigo .navbar-toggle,
#headernav.navbar-indigo .navbar-toggle:hover,
#headernav.navbar-indigo .navbar-toggle:focus {
  background: #283593;
  color: #c5cae9;
  border: none;
}
#headernav.navbar-cyan {
  background: #006064;
}
#headernav.navbar-cyan .navbar-nav {
  background: #006064;
}
#headernav.navbar-cyan .navbar-nav > .open > a,
#headernav.navbar-cyan .navbar-nav > .open > a i,
#headernav.navbar-cyan .navbar-nav > li:hover > a,
#headernav.navbar-cyan .navbar-nav > li:hover > a i {
  background: #00838f;
  color: #e0f7fa;
}
#headernav.navbar-cyan .navbar-nav ul {
  background: #00484a;
}
#headernav.navbar-cyan .navbar-nav ul li a {
  color: #4dd0e1;
}
#headernav.navbar-cyan .navbar-nav ul li a:hover {
  background: #003b3e;
  color: #e0f7fa;
}
#headernav.navbar-cyan .navbar-nav ul li.active a:hover {
  background-color: #003b3e;
  color: #ffffff;
}
#headernav.navbar-cyan .navbar-nav ul li.active a {
  background-color: #00484a;
  color: #ffffff;
}
#headernav.navbar-cyan .navbar-nav li a {
  color: #b2ebf2;
}
#headernav.navbar-cyan .navbar-nav li a i {
  color: #b2ebf2;
}
#headernav.navbar-cyan .navbar-nav li.active > a,
#headernav.navbar-cyan .navbar-nav li.active > a i,
#headernav.navbar-cyan .navbar-nav li.active a:hover,
#headernav.navbar-cyan .navbar-nav li.active a:hover i {
  background: #0097a7;
  color: #ffffff;
}
#headernav.navbar-cyan .navbar-nav li a:hover,
#headernav.navbar-cyan .navbar-nav li a:hover i {
  background: #00838f;
  color: #e0f7fa;
}
#headernav.navbar-cyan .navbar-nav li a:focus,
#headernav.navbar-cyan .navbar-nav li a:focus i {
  background: #00838f;
  color: #e0f7fa;
}
#headernav.navbar-cyan .navbar-nav li.active ul li a:hover {
  background-color: #003b3e;
  color: #e0f7fa;
}
#headernav.navbar-cyan .navbar-nav li.active ul li.active a:hover {
  background-color: #003b3e;
  color: #ffffff;
}
#headernav.navbar-cyan .navbar-toggle,
#headernav.navbar-cyan .navbar-toggle:hover,
#headernav.navbar-cyan .navbar-toggle:focus {
  background: #00838f;
  color: #b2ebf2;
  border: none;
}
#headernav.navbar-red {
  background: #b0120a;
}
#headernav.navbar-red .navbar-nav {
  background: #b0120a;
}
#headernav.navbar-red .navbar-nav > .open > a,
#headernav.navbar-red .navbar-nav > .open > a i,
#headernav.navbar-red .navbar-nav > li:hover > a,
#headernav.navbar-red .navbar-nav > li:hover > a i {
  background: #c41411;
  color: #fde0dc;
}
#headernav.navbar-red .navbar-nav ul {
  background: #981009;
}
#headernav.navbar-red .navbar-nav ul li a {
  color: #f36c60;
}
#headernav.navbar-red .navbar-nav ul li a:hover {
  background: #800d07;
  color: #fde0dc;
}
#headernav.navbar-red .navbar-nav ul li.active a:hover {
  background-color: #800d07;
  color: #ffffff;
}
#headernav.navbar-red .navbar-nav ul li.active a {
  background-color: #981009;
  color: #ffffff;
}
#headernav.navbar-red .navbar-nav li a {
  color: #f9bdbb;
}
#headernav.navbar-red .navbar-nav li a i {
  color: #f9bdbb;
}
#headernav.navbar-red .navbar-nav li.active > a,
#headernav.navbar-red .navbar-nav li.active > a i,
#headernav.navbar-red .navbar-nav li.active a:hover,
#headernav.navbar-red .navbar-nav li.active a:hover i {
  background: #d01716;
  color: #ffffff;
}
#headernav.navbar-red .navbar-nav li a:hover,
#headernav.navbar-red .navbar-nav li a:hover i {
  background: #c41411;
  color: #fde0dc;
}
#headernav.navbar-red .navbar-nav li a:focus,
#headernav.navbar-red .navbar-nav li a:focus i {
  background: #c41411;
  color: #fde0dc;
}
#headernav.navbar-red .navbar-nav li.active ul li a:hover {
  background-color: #800d07;
  color: #fde0dc;
}
#headernav.navbar-red .navbar-nav li.active ul li.active a:hover {
  background-color: #800d07;
  color: #ffffff;
}
#headernav.navbar-red .navbar-toggle,
#headernav.navbar-red .navbar-toggle:hover,
#headernav.navbar-red .navbar-toggle:focus {
  background: #c41411;
  color: #f9bdbb;
  border: none;
}
#headernav.navbar-pink {
  background: #880e4f;
}
#headernav.navbar-pink .navbar-nav {
  background: #880e4f;
}
#headernav.navbar-pink .navbar-nav > .open > a,
#headernav.navbar-pink .navbar-nav > .open > a i,
#headernav.navbar-pink .navbar-nav > li:hover > a,
#headernav.navbar-pink .navbar-nav > li:hover > a i {
  background: #ad1457;
  color: #fce4ec;
}
#headernav.navbar-pink .navbar-nav ul {
  background: #710c42;
}
#headernav.navbar-pink .navbar-nav ul li a {
  color: #f48fb1;
}
#headernav.navbar-pink .navbar-nav ul li a:hover {
  background: #5a0934;
  color: #fce4ec;
}
#headernav.navbar-pink .navbar-nav ul li.active a:hover {
  background-color: #5a0934;
  color: #ffffff;
}
#headernav.navbar-pink .navbar-nav ul li.active a {
  background-color: #710c42;
  color: #ffffff;
}
#headernav.navbar-pink .navbar-nav li a {
  color: #f8bbd0;
}
#headernav.navbar-pink .navbar-nav li a i {
  color: #f8bbd0;
}
#headernav.navbar-pink .navbar-nav li.active > a,
#headernav.navbar-pink .navbar-nav li.active > a i,
#headernav.navbar-pink .navbar-nav li.active a:hover,
#headernav.navbar-pink .navbar-nav li.active a:hover i {
  background: #c2185b;
  color: #ffffff;
}
#headernav.navbar-pink .navbar-nav li a:hover,
#headernav.navbar-pink .navbar-nav li a:hover i {
  background: #ad1457;
  color: #fce4ec;
}
#headernav.navbar-pink .navbar-nav li a:focus,
#headernav.navbar-pink .navbar-nav li a:focus i {
  background: #ad1457;
  color: #fce4ec;
}
#headernav.navbar-pink .navbar-nav li.active ul li a:hover {
  background-color: #5a0934;
  color: #fce4ec;
}
#headernav.navbar-pink .navbar-nav li.active ul li.active a:hover {
  background-color: #5a0934;
  color: #ffffff;
}
#headernav.navbar-pink .navbar-toggle,
#headernav.navbar-pink .navbar-toggle:hover,
#headernav.navbar-pink .navbar-toggle:focus {
  background: #ad1457;
  color: #f8bbd0;
  border: none;
}
#headernav.navbar-deep-purple {
  background: #311b92;
}
#headernav.navbar-deep-purple .navbar-nav {
  background: #311b92;
}
#headernav.navbar-deep-purple .navbar-nav > .open > a,
#headernav.navbar-deep-purple .navbar-nav > .open > a i,
#headernav.navbar-deep-purple .navbar-nav > li:hover > a,
#headernav.navbar-deep-purple .navbar-nav > li:hover > a i {
  background: #4527a0;
  color: #ede7f6;
}
#headernav.navbar-deep-purple .navbar-nav ul {
  background: #2a177c;
}
#headernav.navbar-deep-purple .navbar-nav ul li a {
  color: #b39ddb;
}
#headernav.navbar-deep-purple .navbar-nav ul li a:hover {
  background: #231367;
  color: #ede7f6;
}
#headernav.navbar-deep-purple .navbar-nav ul li.active a:hover {
  background-color: #231367;
  color: #ffffff;
}
#headernav.navbar-deep-purple .navbar-nav ul li.active a {
  background-color: #2a177c;
  color: #ffffff;
}
#headernav.navbar-deep-purple .navbar-nav li a {
  color: #d1c4e9;
}
#headernav.navbar-deep-purple .navbar-nav li a i {
  color: #d1c4e9;
}
#headernav.navbar-deep-purple .navbar-nav li.active > a,
#headernav.navbar-deep-purple .navbar-nav li.active > a i,
#headernav.navbar-deep-purple .navbar-nav li.active a:hover,
#headernav.navbar-deep-purple .navbar-nav li.active a:hover i {
  background: #512da8;
  color: #ffffff;
}
#headernav.navbar-deep-purple .navbar-nav li a:hover,
#headernav.navbar-deep-purple .navbar-nav li a:hover i {
  background: #4527a0;
  color: #ede7f6;
}
#headernav.navbar-deep-purple .navbar-nav li a:focus,
#headernav.navbar-deep-purple .navbar-nav li a:focus i {
  background: #4527a0;
  color: #ede7f6;
}
#headernav.navbar-deep-purple .navbar-nav li.active ul li a:hover {
  background-color: #231367;
  color: #ede7f6;
}
#headernav.navbar-deep-purple .navbar-nav li.active ul li.active a:hover {
  background-color: #231367;
  color: #ffffff;
}
#headernav.navbar-deep-purple .navbar-toggle,
#headernav.navbar-deep-purple .navbar-toggle:hover,
#headernav.navbar-deep-purple .navbar-toggle:focus {
  background: #4527a0;
  color: #d1c4e9;
  border: none;
}
#headernav.navbar-brown {
  background: #3e2723;
}
#headernav.navbar-brown .navbar-nav {
  background: #3e2723;
}
#headernav.navbar-brown .navbar-nav > .open > a,
#headernav.navbar-brown .navbar-nav > .open > a i,
#headernav.navbar-brown .navbar-nav > li:hover > a,
#headernav.navbar-brown .navbar-nav > li:hover > a i {
  background: #4e342e;
  color: #efebe9;
}
#headernav.navbar-brown .navbar-nav ul {
  background: #2e1d1a;
}
#headernav.navbar-brown .navbar-nav ul li a {
  color: #a1887f;
}
#headernav.navbar-brown .navbar-nav ul li a:hover {
  background: #261815;
  color: #efebe9;
}
#headernav.navbar-brown .navbar-nav ul li.active a:hover {
  background-color: #261815;
  color: #ffffff;
}
#headernav.navbar-brown .navbar-nav ul li.active a {
  background-color: #2e1d1a;
  color: #ffffff;
}
#headernav.navbar-brown .navbar-nav li a {
  color: #d7ccc8;
}
#headernav.navbar-brown .navbar-nav li a i {
  color: #d7ccc8;
}
#headernav.navbar-brown .navbar-nav li.active > a,
#headernav.navbar-brown .navbar-nav li.active > a i,
#headernav.navbar-brown .navbar-nav li.active a:hover,
#headernav.navbar-brown .navbar-nav li.active a:hover i {
  background: #5d4037;
  color: #ffffff;
}
#headernav.navbar-brown .navbar-nav li a:hover,
#headernav.navbar-brown .navbar-nav li a:hover i {
  background: #4e342e;
  color: #efebe9;
}
#headernav.navbar-brown .navbar-nav li a:focus,
#headernav.navbar-brown .navbar-nav li a:focus i {
  background: #4e342e;
  color: #efebe9;
}
#headernav.navbar-brown .navbar-nav li.active ul li a:hover {
  background-color: #261815;
  color: #efebe9;
}
#headernav.navbar-brown .navbar-nav li.active ul li.active a:hover {
  background-color: #261815;
  color: #ffffff;
}
#headernav.navbar-brown .navbar-toggle,
#headernav.navbar-brown .navbar-toggle:hover,
#headernav.navbar-brown .navbar-toggle:focus {
  background: #4e342e;
  color: #d7ccc8;
  border: none;
}
#headernav.navbar-green {
  background: #1b5e20;
}
#headernav.navbar-green .navbar-nav {
  background: #1b5e20;
}
#headernav.navbar-green .navbar-nav > .open > a,
#headernav.navbar-green .navbar-nav > .open > a i,
#headernav.navbar-green .navbar-nav > li:hover > a,
#headernav.navbar-green .navbar-nav > li:hover > a i {
  background: #2e7d32;
  color: #e8f5e9;
}
#headernav.navbar-green .navbar-nav ul {
  background: #154a19;
}
#headernav.navbar-green .navbar-nav ul li a {
  color: #81c784;
}
#headernav.navbar-green .navbar-nav ul li a:hover {
  background: #103613;
  color: #e8f5e9;
}
#headernav.navbar-green .navbar-nav ul li.active a:hover {
  background-color: #103613;
  color: #ffffff;
}
#headernav.navbar-green .navbar-nav ul li.active a {
  background-color: #154a19;
  color: #ffffff;
}
#headernav.navbar-green .navbar-nav li a {
  color: #c8e6c9;
}
#headernav.navbar-green .navbar-nav li a i {
  color: #c8e6c9;
}
#headernav.navbar-green .navbar-nav li.active > a,
#headernav.navbar-green .navbar-nav li.active > a i,
#headernav.navbar-green .navbar-nav li.active a:hover,
#headernav.navbar-green .navbar-nav li.active a:hover i {
  background: #388e3c;
  color: #ffffff;
}
#headernav.navbar-green .navbar-nav li a:hover,
#headernav.navbar-green .navbar-nav li a:hover i {
  background: #2e7d32;
  color: #e8f5e9;
}
#headernav.navbar-green .navbar-nav li a:focus,
#headernav.navbar-green .navbar-nav li a:focus i {
  background: #2e7d32;
  color: #e8f5e9;
}
#headernav.navbar-green .navbar-nav li.active ul li a:hover {
  background-color: #103613;
  color: #e8f5e9;
}
#headernav.navbar-green .navbar-nav li.active ul li.active a:hover {
  background-color: #103613;
  color: #ffffff;
}
#headernav.navbar-green .navbar-toggle,
#headernav.navbar-green .navbar-toggle:hover,
#headernav.navbar-green .navbar-toggle:focus {
  background: #2e7d32;
  color: #c8e6c9;
  border: none;
}
#headernav.navbar-light-green {
  background: #33691e;
}
#headernav.navbar-light-green .navbar-nav {
  background: #33691e;
}
#headernav.navbar-light-green .navbar-nav > .open > a,
#headernav.navbar-light-green .navbar-nav > .open > a i,
#headernav.navbar-light-green .navbar-nav > li:hover > a,
#headernav.navbar-light-green .navbar-nav > li:hover > a i {
  background: #558b2f;
  color: #f1f8e9;
}
#headernav.navbar-light-green .navbar-nav ul {
  background: #295518;
}
#headernav.navbar-light-green .navbar-nav ul li a {
  color: #aed581;
}
#headernav.navbar-light-green .navbar-nav ul li a:hover {
  background: #254b16;
  color: #f1f8e9;
}
#headernav.navbar-light-green .navbar-nav ul li.active a:hover {
  background-color: #254b16;
  color: #ffffff;
}
#headernav.navbar-light-green .navbar-nav ul li.active a {
  background-color: #295518;
  color: #ffffff;
}
#headernav.navbar-light-green .navbar-nav li a {
  color: #dcedc8;
}
#headernav.navbar-light-green .navbar-nav li a i {
  color: #dcedc8;
}
#headernav.navbar-light-green .navbar-nav li.active > a,
#headernav.navbar-light-green .navbar-nav li.active > a i,
#headernav.navbar-light-green .navbar-nav li.active a:hover,
#headernav.navbar-light-green .navbar-nav li.active a:hover i {
  background: #689f38;
  color: #ffffff;
}
#headernav.navbar-light-green .navbar-nav li a:hover,
#headernav.navbar-light-green .navbar-nav li a:hover i {
  background: #558b2f;
  color: #f1f8e9;
}
#headernav.navbar-light-green .navbar-nav li a:focus,
#headernav.navbar-light-green .navbar-nav li a:focus i {
  background: #558b2f;
  color: #f1f8e9;
}
#headernav.navbar-light-green .navbar-nav li.active ul li a:hover {
  background-color: #254b16;
  color: #f1f8e9;
}
#headernav.navbar-light-green .navbar-nav li.active ul li.active a:hover {
  background-color: #254b16;
  color: #ffffff;
}
#headernav.navbar-light-green .navbar-toggle,
#headernav.navbar-light-green .navbar-toggle:hover,
#headernav.navbar-light-green .navbar-toggle:focus {
  background: #558b2f;
  color: #dcedc8;
  border: none;
}
#headernav.navbar-deep-orange {
  background: #bf360c;
}
#headernav.navbar-deep-orange .navbar-nav {
  background: #bf360c;
}
#headernav.navbar-deep-orange .navbar-nav > .open > a,
#headernav.navbar-deep-orange .navbar-nav > .open > a i,
#headernav.navbar-deep-orange .navbar-nav > li:hover > a,
#headernav.navbar-deep-orange .navbar-nav > li:hover > a i {
  background: #d84315;
  color: #fbe9e7;
}
#headernav.navbar-deep-orange .navbar-nav ul {
  background: #a72f0a;
}
#headernav.navbar-deep-orange .navbar-nav ul li a {
  color: #ff8a65;
}
#headernav.navbar-deep-orange .navbar-nav ul li a:hover {
  background: #9b2c0a;
  color: #fbe9e7;
}
#headernav.navbar-deep-orange .navbar-nav ul li.active a:hover {
  background-color: #9b2c0a;
  color: #ffffff;
}
#headernav.navbar-deep-orange .navbar-nav ul li.active a {
  background-color: #a72f0a;
  color: #ffffff;
}
#headernav.navbar-deep-orange .navbar-nav li a {
  color: #ffccbc;
}
#headernav.navbar-deep-orange .navbar-nav li a i {
  color: #ffccbc;
}
#headernav.navbar-deep-orange .navbar-nav li.active > a,
#headernav.navbar-deep-orange .navbar-nav li.active > a i,
#headernav.navbar-deep-orange .navbar-nav li.active a:hover,
#headernav.navbar-deep-orange .navbar-nav li.active a:hover i {
  background: #e64a19;
  color: #ffffff;
}
#headernav.navbar-deep-orange .navbar-nav li a:hover,
#headernav.navbar-deep-orange .navbar-nav li a:hover i {
  background: #d84315;
  color: #fbe9e7;
}
#headernav.navbar-deep-orange .navbar-nav li a:focus,
#headernav.navbar-deep-orange .navbar-nav li a:focus i {
  background: #d84315;
  color: #fbe9e7;
}
#headernav.navbar-deep-orange .navbar-nav li.active ul li a:hover {
  background-color: #9b2c0a;
  color: #fbe9e7;
}
#headernav.navbar-deep-orange .navbar-nav li.active ul li.active a:hover {
  background-color: #9b2c0a;
  color: #ffffff;
}
#headernav.navbar-deep-orange .navbar-toggle,
#headernav.navbar-deep-orange .navbar-toggle:hover,
#headernav.navbar-deep-orange .navbar-toggle:focus {
  background: #d84315;
  color: #ffccbc;
  border: none;
}
#headernav.navbar-lime {
  background: #827717;
}
#headernav.navbar-lime .navbar-nav {
  background: #827717;
}
#headernav.navbar-lime .navbar-nav > .open > a,
#headernav.navbar-lime .navbar-nav > .open > a i,
#headernav.navbar-lime .navbar-nav > li:hover > a,
#headernav.navbar-lime .navbar-nav > li:hover > a i {
  background: #9e9d24;
  color: #f9fbe7;
}
#headernav.navbar-lime .navbar-nav ul {
  background: #6c6313;
}
#headernav.navbar-lime .navbar-nav ul li a {
  color: #e6ee9c;
}
#headernav.navbar-lime .navbar-nav ul li a:hover {
  background: #625911;
  color: #f9fbe7;
}
#headernav.navbar-lime .navbar-nav ul li.active a:hover {
  background-color: #625911;
  color: #ffffff;
}
#headernav.navbar-lime .navbar-nav ul li.active a {
  background-color: #6c6313;
  color: #ffffff;
}
#headernav.navbar-lime .navbar-nav li a {
  color: #f0f4c3;
}
#headernav.navbar-lime .navbar-nav li a i {
  color: #f0f4c3;
}
#headernav.navbar-lime .navbar-nav li.active > a,
#headernav.navbar-lime .navbar-nav li.active > a i,
#headernav.navbar-lime .navbar-nav li.active a:hover,
#headernav.navbar-lime .navbar-nav li.active a:hover i {
  background: #afb42b;
  color: #ffffff;
}
#headernav.navbar-lime .navbar-nav li a:hover,
#headernav.navbar-lime .navbar-nav li a:hover i {
  background: #9e9d24;
  color: #f9fbe7;
}
#headernav.navbar-lime .navbar-nav li a:focus,
#headernav.navbar-lime .navbar-nav li a:focus i {
  background: #9e9d24;
  color: #f9fbe7;
}
#headernav.navbar-lime .navbar-nav li.active ul li a:hover {
  background-color: #625911;
  color: #f9fbe7;
}
#headernav.navbar-lime .navbar-nav li.active ul li.active a:hover {
  background-color: #625911;
  color: #ffffff;
}
#headernav.navbar-lime .navbar-toggle,
#headernav.navbar-lime .navbar-toggle:hover,
#headernav.navbar-lime .navbar-toggle:focus {
  background: #9e9d24;
  color: #f0f4c3;
  border: none;
}
#headernav.navbar-amber {
  background: #ff6f00;
}
#headernav.navbar-amber .navbar-nav {
  background: #ff6f00;
}
#headernav.navbar-amber .navbar-nav > .open > a,
#headernav.navbar-amber .navbar-nav > .open > a i,
#headernav.navbar-amber .navbar-nav > li:hover > a,
#headernav.navbar-amber .navbar-nav > li:hover > a i {
  background: #ff8f00;
  color: #fff8e1;
}
#headernav.navbar-amber .navbar-nav ul {
  background: #e66400;
}
#headernav.navbar-amber .navbar-nav ul li a {
  color: #ffe082;
}
#headernav.navbar-amber .navbar-nav ul li a:hover {
  background: #d95e00;
  color: #fff8e1;
}
#headernav.navbar-amber .navbar-nav ul li.active a:hover {
  background-color: #d95e00;
  color: #ffffff;
}
#headernav.navbar-amber .navbar-nav ul li.active a {
  background-color: #e66400;
  color: #ffffff;
}
#headernav.navbar-amber .navbar-nav li a {
  color: #ffecb3;
}
#headernav.navbar-amber .navbar-nav li a i {
  color: #ffecb3;
}
#headernav.navbar-amber .navbar-nav li.active > a,
#headernav.navbar-amber .navbar-nav li.active > a i,
#headernav.navbar-amber .navbar-nav li.active a:hover,
#headernav.navbar-amber .navbar-nav li.active a:hover i {
  background: #ffa000;
  color: #ffffff;
}
#headernav.navbar-amber .navbar-nav li a:hover,
#headernav.navbar-amber .navbar-nav li a:hover i {
  background: #ff8f00;
  color: #fff8e1;
}
#headernav.navbar-amber .navbar-nav li a:focus,
#headernav.navbar-amber .navbar-nav li a:focus i {
  background: #ff8f00;
  color: #fff8e1;
}
#headernav.navbar-amber .navbar-nav li.active ul li a:hover {
  background-color: #d95e00;
  color: #fff8e1;
}
#headernav.navbar-amber .navbar-nav li.active ul li.active a:hover {
  background-color: #d95e00;
  color: #ffffff;
}
#headernav.navbar-amber .navbar-toggle,
#headernav.navbar-amber .navbar-toggle:hover,
#headernav.navbar-amber .navbar-toggle:focus {
  background: #ff8f00;
  color: #ffecb3;
  border: none;
}
#headernav.navbar-gray {
  background: #616161;
}
#headernav.navbar-gray .navbar-nav {
  background: #616161;
}
#headernav.navbar-gray .navbar-nav > .open > a,
#headernav.navbar-gray .navbar-nav > .open > a i,
#headernav.navbar-gray .navbar-nav > li:hover > a,
#headernav.navbar-gray .navbar-nav > li:hover > a i {
  background: #757575;
  color: #fafafa;
}
#headernav.navbar-gray .navbar-nav ul {
  background: #545454;
}
#headernav.navbar-gray .navbar-nav ul li a {
  color: #bdbdbd;
}
#headernav.navbar-gray .navbar-nav ul li a:hover {
  background: #4e4e4e;
  color: #fafafa;
}
#headernav.navbar-gray .navbar-nav ul li.active a:hover {
  background-color: #4e4e4e;
  color: #ffffff;
}
#headernav.navbar-gray .navbar-nav ul li.active a {
  background-color: #545454;
  color: #ffffff;
}
#headernav.navbar-gray .navbar-nav li a {
  color: #e0e0e0;
}
#headernav.navbar-gray .navbar-nav li a i {
  color: #e0e0e0;
}
#headernav.navbar-gray .navbar-nav li.active > a,
#headernav.navbar-gray .navbar-nav li.active > a i,
#headernav.navbar-gray .navbar-nav li.active a:hover,
#headernav.navbar-gray .navbar-nav li.active a:hover i {
  background: #9e9e9e;
  color: #ffffff;
}
#headernav.navbar-gray .navbar-nav li a:hover,
#headernav.navbar-gray .navbar-nav li a:hover i {
  background: #757575;
  color: #fafafa;
}
#headernav.navbar-gray .navbar-nav li a:focus,
#headernav.navbar-gray .navbar-nav li a:focus i {
  background: #757575;
  color: #fafafa;
}
#headernav.navbar-gray .navbar-nav li.active ul li a:hover {
  background-color: #4e4e4e;
  color: #fafafa;
}
#headernav.navbar-gray .navbar-nav li.active ul li.active a:hover {
  background-color: #4e4e4e;
  color: #ffffff;
}
#headernav.navbar-gray .navbar-toggle,
#headernav.navbar-gray .navbar-toggle:hover,
#headernav.navbar-gray .navbar-toggle:focus {
  background: #757575;
  color: #e0e0e0;
  border: none;
}
#headernav.navbar-black {
  background: #212121;
}
#headernav.navbar-black .navbar-nav {
  background: #212121;
}
#headernav.navbar-black .navbar-nav > .open > a,
#headernav.navbar-black .navbar-nav > .open > a i,
#headernav.navbar-black .navbar-nav > li:hover > a,
#headernav.navbar-black .navbar-nav > li:hover > a i {
  background: #424242;
  color: #fafafa;
}
#headernav.navbar-black .navbar-nav ul {
  background: #080808;
}
#headernav.navbar-black .navbar-nav ul li a {
  color: #bdbdbd;
}
#headernav.navbar-black .navbar-nav ul li a:hover {
  background: #272727;
  color: #fafafa;
}
#headernav.navbar-black .navbar-nav ul li.active a:hover {
  background-color: #272727;
  color: #ffffff;
}
#headernav.navbar-black .navbar-nav ul li.active a {
  background-color: #080808;
  color: #ffffff;
}
#headernav.navbar-black .navbar-nav li a {
  color: #bdbdbd;
}
#headernav.navbar-black .navbar-nav li a i {
  color: #bdbdbd;
}
#headernav.navbar-black .navbar-nav li.active > a,
#headernav.navbar-black .navbar-nav li.active > a i,
#headernav.navbar-black .navbar-nav li.active a:hover,
#headernav.navbar-black .navbar-nav li.active a:hover i {
  background: #616161;
  color: #ffffff;
}
#headernav.navbar-black .navbar-nav li a:hover,
#headernav.navbar-black .navbar-nav li a:hover i {
  background: #424242;
  color: #fafafa;
}
#headernav.navbar-black .navbar-nav li a:focus,
#headernav.navbar-black .navbar-nav li a:focus i {
  background: #424242;
  color: #fafafa;
}
#headernav.navbar-black .navbar-nav li.active ul li a:hover {
  background-color: #272727;
  color: #fafafa;
}
#headernav.navbar-black .navbar-nav li.active ul li.active a:hover {
  background-color: #272727;
  color: #ffffff;
}
#headernav.navbar-black .navbar-toggle,
#headernav.navbar-black .navbar-toggle:hover,
#headernav.navbar-black .navbar-toggle:focus {
  background: #424242;
  color: #bdbdbd;
  border: none;
}
#headernav.navbar-graylight {
  background: #fafafa;
}
#headernav.navbar-graylight .navbar-nav {
  background: #fafafa;
}
#headernav.navbar-graylight .navbar-nav > .open > a,
#headernav.navbar-graylight .navbar-nav > .open > a i,
#headernav.navbar-graylight .navbar-nav > li:hover > a,
#headernav.navbar-graylight .navbar-nav > li:hover > a i {
  background: #f5f5f5;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav ul {
  background: #ededed;
}
#headernav.navbar-graylight .navbar-nav ul li a {
  color: #616161;
}
#headernav.navbar-graylight .navbar-nav ul li a:hover {
  background: #e7e7e7;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav ul li.active a:hover {
  background-color: #e7e7e7;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav ul li.active a {
  background-color: #ededed;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav li a {
  color: #616161;
}
#headernav.navbar-graylight .navbar-nav li a i {
  color: #616161;
}
#headernav.navbar-graylight .navbar-nav li.active > a,
#headernav.navbar-graylight .navbar-nav li.active > a i,
#headernav.navbar-graylight .navbar-nav li.active a:hover,
#headernav.navbar-graylight .navbar-nav li.active a:hover i {
  background: #eeeeee;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav li a:hover,
#headernav.navbar-graylight .navbar-nav li a:hover i {
  background: #f5f5f5;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav li a:focus,
#headernav.navbar-graylight .navbar-nav li a:focus i {
  background: #f5f5f5;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav li.active ul li a:hover {
  background-color: #e7e7e7;
  color: #212121;
}
#headernav.navbar-graylight .navbar-nav li.active ul li.active a:hover {
  background-color: #e7e7e7;
  color: #212121;
}
#headernav.navbar-graylight .navbar-toggle,
#headernav.navbar-graylight .navbar-toggle:hover,
#headernav.navbar-graylight .navbar-toggle:focus {
  background: #f5f5f5;
  color: #616161;
  border: none;
}
#headernav.navbar-light-blue {
  background: #01579b;
}
#headernav.navbar-light-blue .navbar-nav {
  background: #01579b;
}
#headernav.navbar-light-blue .navbar-nav > .open > a,
#headernav.navbar-light-blue .navbar-nav > .open > a i,
#headernav.navbar-light-blue .navbar-nav > li:hover > a,
#headernav.navbar-light-blue .navbar-nav > li:hover > a i {
  background: #0277bd;
  color: #e1f5fe;
}
#headernav.navbar-light-blue .navbar-nav ul {
  background: #014275;
}
#headernav.navbar-light-blue .navbar-nav ul li a {
  color: #4fc3f7;
}
#headernav.navbar-light-blue .navbar-nav ul li a:hover {
  background: #01335c;
  color: #e1f5fe;
}
#headernav.navbar-light-blue .navbar-nav ul li.active a:hover {
  background-color: #01335c;
  color: #ffffff;
}
#headernav.navbar-light-blue .navbar-nav ul li.active a {
  background-color: #014275;
  color: #ffffff;
}
#headernav.navbar-light-blue .navbar-nav li a {
  color: #b3e5fc;
}
#headernav.navbar-light-blue .navbar-nav li a i {
  color: #b3e5fc;
}
#headernav.navbar-light-blue .navbar-nav li.active > a,
#headernav.navbar-light-blue .navbar-nav li.active > a i,
#headernav.navbar-light-blue .navbar-nav li.active a:hover,
#headernav.navbar-light-blue .navbar-nav li.active a:hover i {
  background: #0288d1;
  color: #ffffff;
}
#headernav.navbar-light-blue .navbar-nav li a:hover,
#headernav.navbar-light-blue .navbar-nav li a:hover i {
  background: #0277bd;
  color: #e1f5fe;
}
#headernav.navbar-light-blue .navbar-nav li a:focus,
#headernav.navbar-light-blue .navbar-nav li a:focus i {
  background: #0277bd;
  color: #e1f5fe;
}
#headernav.navbar-light-blue .navbar-nav li.active ul li a:hover {
  background-color: #01335c;
  color: #e1f5fe;
}
#headernav.navbar-light-blue .navbar-nav li.active ul li.active a:hover {
  background-color: #01335c;
  color: #ffffff;
}
#headernav.navbar-light-blue .navbar-toggle,
#headernav.navbar-light-blue .navbar-toggle:hover,
#headernav.navbar-light-blue .navbar-toggle:focus {
  background: #0277bd;
  color: #b3e5fc;
  border: none;
}
#headernav.navbar-yellow {
  background: #f57f17;
}
#headernav.navbar-yellow .navbar-nav {
  background: #f57f17;
}
#headernav.navbar-yellow .navbar-nav > .open > a,
#headernav.navbar-yellow .navbar-nav > .open > a i,
#headernav.navbar-yellow .navbar-nav > li:hover > a,
#headernav.navbar-yellow .navbar-nav > li:hover > a i {
  background: #f9a825;
  color: #fffde7;
}
#headernav.navbar-yellow .navbar-nav ul {
  background: #e8720a;
}
#headernav.navbar-yellow .navbar-nav ul li a {
  color: #fff176;
}
#headernav.navbar-yellow .navbar-nav ul li a:hover {
  background: #dc6c09;
  color: #fffde7;
}
#headernav.navbar-yellow .navbar-nav ul li.active a:hover {
  background-color: #dc6c09;
  color: #ffffff;
}
#headernav.navbar-yellow .navbar-nav ul li.active a {
  background-color: #e8720a;
  color: #ffffff;
}
#headernav.navbar-yellow .navbar-nav li a {
  color: #fff9c4;
}
#headernav.navbar-yellow .navbar-nav li a i {
  color: #fff9c4;
}
#headernav.navbar-yellow .navbar-nav li.active > a,
#headernav.navbar-yellow .navbar-nav li.active > a i,
#headernav.navbar-yellow .navbar-nav li.active a:hover,
#headernav.navbar-yellow .navbar-nav li.active a:hover i {
  background: #fbc02d;
  color: #ffffff;
}
#headernav.navbar-yellow .navbar-nav li a:hover,
#headernav.navbar-yellow .navbar-nav li a:hover i {
  background: #f9a825;
  color: #fffde7;
}
#headernav.navbar-yellow .navbar-nav li a:focus,
#headernav.navbar-yellow .navbar-nav li a:focus i {
  background: #f9a825;
  color: #fffde7;
}
#headernav.navbar-yellow .navbar-nav li.active ul li a:hover {
  background-color: #dc6c09;
  color: #fffde7;
}
#headernav.navbar-yellow .navbar-nav li.active ul li.active a:hover {
  background-color: #dc6c09;
  color: #ffffff;
}
#headernav.navbar-yellow .navbar-toggle,
#headernav.navbar-yellow .navbar-toggle:hover,
#headernav.navbar-yellow .navbar-toggle:focus {
  background: #f9a825;
  color: #fff9c4;
  border: none;
}
#headernav.navbar-bluegraylight {
  background: #eceff1;
}
#headernav.navbar-bluegraylight .navbar-nav {
  background: #eceff1;
}
#headernav.navbar-bluegraylight .navbar-nav > .open > a,
#headernav.navbar-bluegraylight .navbar-nav > .open > a i,
#headernav.navbar-bluegraylight .navbar-nav > li:hover > a,
#headernav.navbar-bluegraylight .navbar-nav > li:hover > a i {
  background: #e5e9ec;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav ul {
  background: #dde3e6;
}
#headernav.navbar-bluegraylight .navbar-nav ul li a {
  color: #455a64;
}
#headernav.navbar-bluegraylight .navbar-nav ul li a:hover {
  background: #cfd6db;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav ul li.active a:hover {
  background-color: #cfd6db;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav ul li.active a {
  background-color: #dde3e6;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav li a {
  color: #455a64;
}
#headernav.navbar-bluegraylight .navbar-nav li a i {
  color: #455a64;
}
#headernav.navbar-bluegraylight .navbar-nav li.active > a,
#headernav.navbar-bluegraylight .navbar-nav li.active > a i,
#headernav.navbar-bluegraylight .navbar-nav li.active a:hover,
#headernav.navbar-bluegraylight .navbar-nav li.active a:hover i {
  background: #cfd8dc;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav li a:hover,
#headernav.navbar-bluegraylight .navbar-nav li a:hover i {
  background: #e5e9ec;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav li a:focus,
#headernav.navbar-bluegraylight .navbar-nav li a:focus i {
  background: #e5e9ec;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav li.active ul li a:hover {
  background-color: #cfd6db;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-nav li.active ul li.active a:hover {
  background-color: #cfd6db;
  color: #263238;
}
#headernav.navbar-bluegraylight .navbar-toggle,
#headernav.navbar-bluegraylight .navbar-toggle:hover,
#headernav.navbar-bluegraylight .navbar-toggle:focus {
  background: #e5e9ec;
  color: #455a64;
  border: none;
}
#topnav.navbar-bluegray {
  background: #607d8b;
}
#topnav.navbar-bluegray .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #78909c;
}
#topnav.navbar-bluegray .logo-area .toolbar-trigger a span.icon-bg i {
  color: #cfd8dc;
}
#topnav.navbar-bluegray .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #90a4ae;
}
#topnav.navbar-bluegray .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #78909c;
}
#topnav.navbar-bluegray .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #cfd8dc;
}
#topnav.navbar-bluegray .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #90a4ae;
}
#topnav.navbar-bluegray .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg > a:hover,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-bluegray .toolbar-icon-bg > a:focus,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-bluegray .toolbar-icon-bg > a.active,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg.open > a,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg.open > a:hover,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #ffffff;
  background-color: #90a4ae;
}
#topnav.navbar-bluegray .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #ffffff;
}
#topnav.navbar-bluegray .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #ffffff;
  background-color: #90a4ae;
}
#topnav.navbar-bluegray .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-bluegray .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #90a4ae;
  color: #ffffff;
}
#topnav.navbar-bluegray a.username:hover,
#topnav.navbar-bluegray a.username:focus,
#topnav.navbar-bluegray a.username:visited {
  background-color: #607d8b;
}
#topnav.navbar-bluegray #toolbar-search .input-group-btn button,
#topnav.navbar-bluegray #toolbar-search .form-control {
  background: #607d8b;
  color: #cfd8dc;
}
#topnav.navbar-bluegray #toolbar-search .input-group-btn button i,
#topnav.navbar-bluegray #toolbar-search .form-control i {
  color: #cfd8dc;
}
#topnav.navbar-bluegray #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-bluegray #toolbar-search .form-control::-moz-placeholder {
  color: rgba(207, 216, 220, 0.5);
  opacity: 1;
}
#topnav.navbar-bluegray #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-bluegray #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(207, 216, 220, 0.5);
}
#topnav.navbar-bluegray #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-bluegray #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(207, 216, 220, 0.5);
}
#topnav.navbar-midnightblue {
  background: #455a64;
}
#topnav.navbar-midnightblue .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #546e7a;
}
#topnav.navbar-midnightblue .logo-area .toolbar-trigger a span.icon-bg i {
  color: #cfd8dc;
}
#topnav.navbar-midnightblue .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #607d8b;
}
#topnav.navbar-midnightblue .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #546e7a;
}
#topnav.navbar-midnightblue .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #cfd8dc;
}
#topnav.navbar-midnightblue .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #607d8b;
}
#topnav.navbar-midnightblue .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg > a:hover,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-midnightblue .toolbar-icon-bg > a:focus,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-midnightblue .toolbar-icon-bg > a.active,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg.open > a,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg.open > a:hover,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #eceff1;
  background-color: #607d8b;
}
#topnav.navbar-midnightblue .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #eceff1;
}
#topnav.navbar-midnightblue .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #eceff1;
  background-color: #607d8b;
}
#topnav.navbar-midnightblue .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-midnightblue .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #607d8b;
  color: #eceff1;
}
#topnav.navbar-midnightblue a.username:hover,
#topnav.navbar-midnightblue a.username:focus,
#topnav.navbar-midnightblue a.username:visited {
  background-color: #455a64;
}
#topnav.navbar-midnightblue #toolbar-search .input-group-btn button,
#topnav.navbar-midnightblue #toolbar-search .form-control {
  background: #455a64;
  color: #cfd8dc;
}
#topnav.navbar-midnightblue #toolbar-search .input-group-btn button i,
#topnav.navbar-midnightblue #toolbar-search .form-control i {
  color: #cfd8dc;
}
#topnav.navbar-midnightblue #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-midnightblue #toolbar-search .form-control::-moz-placeholder {
  color: rgba(207, 216, 220, 0.5);
  opacity: 1;
}
#topnav.navbar-midnightblue #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-midnightblue #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(207, 216, 220, 0.5);
}
#topnav.navbar-midnightblue #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-midnightblue #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(207, 216, 220, 0.5);
}
#topnav.navbar-default {
  background: #ffffff;
}
#topnav.navbar-default .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #fafafa;
}
#topnav.navbar-default .logo-area .toolbar-trigger a span.icon-bg i {
  color: #bdbdbd;
}
#topnav.navbar-default .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #f5f5f5;
}
#topnav.navbar-default .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #fafafa;
}
#topnav.navbar-default .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #bdbdbd;
}
#topnav.navbar-default .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #f5f5f5;
}
#topnav.navbar-default .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg > a:hover,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-default .toolbar-icon-bg > a:focus,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-default .toolbar-icon-bg > a.active,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg.open > a,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg.open > a:hover,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #212121;
  background-color: #f5f5f5;
}
#topnav.navbar-default .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #212121;
}
#topnav.navbar-default .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #212121;
  background-color: #f5f5f5;
}
#topnav.navbar-default .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-default .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #f5f5f5;
  color: #212121;
}
#topnav.navbar-default a.username:hover,
#topnav.navbar-default a.username:focus,
#topnav.navbar-default a.username:visited {
  background-color: #ffffff;
}
#topnav.navbar-default #toolbar-search .input-group-btn button,
#topnav.navbar-default #toolbar-search .form-control {
  background: #ffffff;
  color: #bdbdbd;
}
#topnav.navbar-default #toolbar-search .input-group-btn button i,
#topnav.navbar-default #toolbar-search .form-control i {
  color: #bdbdbd;
}
#topnav.navbar-default #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-default #toolbar-search .form-control::-moz-placeholder {
  color: rgba(189, 189, 189, 0.5);
  opacity: 1;
}
#topnav.navbar-default #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-default #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(189, 189, 189, 0.5);
}
#topnav.navbar-default #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-default #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(189, 189, 189, 0.5);
}
#topnav.navbar-orange {
  background: #ff9800;
}
#topnav.navbar-orange .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #ffa726;
}
#topnav.navbar-orange .logo-area .toolbar-trigger a span.icon-bg i {
  color: #ffe0b2;
}
#topnav.navbar-orange .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #ffb74d;
}
#topnav.navbar-orange .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #ffa726;
}
#topnav.navbar-orange .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #ffe0b2;
}
#topnav.navbar-orange .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #ffb74d;
}
#topnav.navbar-orange .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg > a:hover,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-orange .toolbar-icon-bg > a:focus,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-orange .toolbar-icon-bg > a.active,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg.open > a,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg.open > a:hover,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #fff3e0;
  background-color: #ffb74d;
}
#topnav.navbar-orange .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #fff3e0;
}
#topnav.navbar-orange .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #fff3e0;
  background-color: #ffb74d;
}
#topnav.navbar-orange .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-orange .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #ffb74d;
  color: #fff3e0;
}
#topnav.navbar-orange a.username:hover,
#topnav.navbar-orange a.username:focus,
#topnav.navbar-orange a.username:visited {
  background-color: #ff9800;
}
#topnav.navbar-orange #toolbar-search .input-group-btn button,
#topnav.navbar-orange #toolbar-search .form-control {
  background: #ff9800;
  color: #ffe0b2;
}
#topnav.navbar-orange #toolbar-search .input-group-btn button i,
#topnav.navbar-orange #toolbar-search .form-control i {
  color: #ffe0b2;
}
#topnav.navbar-orange #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-orange #toolbar-search .form-control::-moz-placeholder {
  color: rgba(255, 224, 178, 0.5);
  opacity: 1;
}
#topnav.navbar-orange #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-orange #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(255, 224, 178, 0.5);
}
#topnav.navbar-orange #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-orange #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 224, 178, 0.5);
}
#topnav.navbar-blue {
  background: #2196f3;
}
#topnav.navbar-blue .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #42a5f5;
}
#topnav.navbar-blue .logo-area .toolbar-trigger a span.icon-bg i {
  color: #bbdefb;
}
#topnav.navbar-blue .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #64b5f6;
}
#topnav.navbar-blue .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #42a5f5;
}
#topnav.navbar-blue .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #bbdefb;
}
#topnav.navbar-blue .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #64b5f6;
}
#topnav.navbar-blue .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg > a:hover,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-blue .toolbar-icon-bg > a:focus,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-blue .toolbar-icon-bg > a.active,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg.open > a,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg.open > a:hover,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #e3f2fd;
  background-color: #64b5f6;
}
#topnav.navbar-blue .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #e3f2fd;
}
#topnav.navbar-blue .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #e3f2fd;
  background-color: #64b5f6;
}
#topnav.navbar-blue .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-blue .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #64b5f6;
  color: #e3f2fd;
}
#topnav.navbar-blue a.username:hover,
#topnav.navbar-blue a.username:focus,
#topnav.navbar-blue a.username:visited {
  background-color: #2196f3;
}
#topnav.navbar-blue #toolbar-search .input-group-btn button,
#topnav.navbar-blue #toolbar-search .form-control {
  background: #2196f3;
  color: #bbdefb;
}
#topnav.navbar-blue #toolbar-search .input-group-btn button i,
#topnav.navbar-blue #toolbar-search .form-control i {
  color: #bbdefb;
}
#topnav.navbar-blue #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-blue #toolbar-search .form-control::-moz-placeholder {
  color: rgba(187, 222, 251, 0.5);
  opacity: 1;
}
#topnav.navbar-blue #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-blue #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(187, 222, 251, 0.5);
}
#topnav.navbar-blue #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-blue #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(187, 222, 251, 0.5);
}
#topnav.navbar-teal {
  background: #009688;
}
#topnav.navbar-teal .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #26a69a;
}
#topnav.navbar-teal .logo-area .toolbar-trigger a span.icon-bg i {
  color: #b2dfdb;
}
#topnav.navbar-teal .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #4db6ac;
}
#topnav.navbar-teal .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #26a69a;
}
#topnav.navbar-teal .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #b2dfdb;
}
#topnav.navbar-teal .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #4db6ac;
}
#topnav.navbar-teal .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg > a:hover,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-teal .toolbar-icon-bg > a:focus,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-teal .toolbar-icon-bg > a.active,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg.open > a,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg.open > a:hover,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #e0f2f1;
  background-color: #4db6ac;
}
#topnav.navbar-teal .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #e0f2f1;
}
#topnav.navbar-teal .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #e0f2f1;
  background-color: #4db6ac;
}
#topnav.navbar-teal .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-teal .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #4db6ac;
  color: #e0f2f1;
}
#topnav.navbar-teal a.username:hover,
#topnav.navbar-teal a.username:focus,
#topnav.navbar-teal a.username:visited {
  background-color: #009688;
}
#topnav.navbar-teal #toolbar-search .input-group-btn button,
#topnav.navbar-teal #toolbar-search .form-control {
  background: #009688;
  color: #b2dfdb;
}
#topnav.navbar-teal #toolbar-search .input-group-btn button i,
#topnav.navbar-teal #toolbar-search .form-control i {
  color: #b2dfdb;
}
#topnav.navbar-teal #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-teal #toolbar-search .form-control::-moz-placeholder {
  color: rgba(178, 223, 219, 0.5);
  opacity: 1;
}
#topnav.navbar-teal #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-teal #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(178, 223, 219, 0.5);
}
#topnav.navbar-teal #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-teal #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(178, 223, 219, 0.5);
}
#topnav.navbar-purple {
  background: #9c27b0;
}
#topnav.navbar-purple .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #ab47bc;
}
#topnav.navbar-purple .logo-area .toolbar-trigger a span.icon-bg i {
  color: #e1bee7;
}
#topnav.navbar-purple .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #ba68c8;
}
#topnav.navbar-purple .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #ab47bc;
}
#topnav.navbar-purple .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #e1bee7;
}
#topnav.navbar-purple .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #ba68c8;
}
#topnav.navbar-purple .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg > a:hover,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-purple .toolbar-icon-bg > a:focus,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-purple .toolbar-icon-bg > a.active,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg.open > a,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg.open > a {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg.open > a:hover,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg.open > a:hover {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg.open > a span.icon-bg,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg {
  color: #f3e5f5;
  background-color: #ba68c8;
}
#topnav.navbar-purple .toolbar-icon-bg.open > a span.icon-bg i,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg i {
  color: #f3e5f5;
}
#topnav.navbar-purple .toolbar-icon-bg.open > a span.icon-bg:hover,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg.open > a span.icon-bg:hover {
  color: #f3e5f5;
  background-color: #ba68c8;
}
#topnav.navbar-purple .toolbar-icon-bg:hover span.icon-bg,
#topnav.navbar-purple .toolbar.pull-right .toolbar-icon-bg:hover span.icon-bg {
  background-color: #ba68c8;
  color: #f3e5f5;
}
#topnav.navbar-purple a.username:hover,
#topnav.navbar-purple a.username:focus,
#topnav.navbar-purple a.username:visited {
  background-color: #9c27b0;
}
#topnav.navbar-purple #toolbar-search .input-group-btn button,
#topnav.navbar-purple #toolbar-search .form-control {
  background: #9c27b0;
  color: #e1bee7;
}
#topnav.navbar-purple #toolbar-search .input-group-btn button i,
#topnav.navbar-purple #toolbar-search .form-control i {
  color: #e1bee7;
}
#topnav.navbar-purple #toolbar-search .input-group-btn button::-moz-placeholder,
#topnav.navbar-purple #toolbar-search .form-control::-moz-placeholder {
  color: rgba(225, 190, 231, 0.5);
  opacity: 1;
}
#topnav.navbar-purple #toolbar-search .input-group-btn button:-ms-input-placeholder,
#topnav.navbar-purple #toolbar-search .form-control:-ms-input-placeholder {
  color: rgba(225, 190, 231, 0.5);
}
#topnav.navbar-purple #toolbar-search .input-group-btn button::-webkit-input-placeholder,
#topnav.navbar-purple #toolbar-search .form-control::-webkit-input-placeholder {
  color: rgba(225, 190, 231, 0.5);
}
#topnav.navbar-indigo {
  background: #3f51b5;
}
#topnav.navbar-indigo .logo-area .toolbar-trigger a span.icon-bg {
  background-color: #5c6bc0;
}
#topnav.navbar-indigo .logo-area .toolbar-trigger a span.icon-bg i {
  color: #c5cae9;
}
#topnav.navbar-indigo .logo-area .toolbar-trigger a:hover span.icon-bg {
  background-color: #7986cb;
}
#topnav.navbar-indigo .logo-area .toolbar-trigger a:hover span.icon-bg i {
  color: #e8eaf6;
}
#topnav.navbar-indigo .toolbar-icon-bg > a span.icon-bg,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg {
  background-color: #5c6bc0;
}
#topnav.navbar-indigo .toolbar-icon-bg > a span.icon-bg i,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a span.icon-bg i {
  color: #c5cae9;
}
#topnav.navbar-indigo .toolbar-icon-bg > a:hover span.icon-bg,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg {
  background-color: #7986cb;
}
#topnav.navbar-indigo .toolbar-icon-bg > a:hover span.icon-bg i,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a:hover span.icon-bg i {
  color: #e8eaf6;
}
#topnav.navbar-indigo .toolbar-icon-bg > a:hover,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a:hover,
#topnav.navbar-indigo .toolbar-icon-bg > a:focus,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a:focus,
#topnav.navbar-indigo .toolbar-icon-bg > a.active,
#topnav.navbar-indigo .toolbar.pull-right .toolbar-icon-bg > a.active {
  color: #e8eaf6;
}