/* ------------------------------------------------------------------------------------------------------------- */
/* Contains all readily available classes to make our lives easier when setting up layouts in HTML.
   Can be used anywhere in the project, are not bound to the .bk-widget class unlike the classes in widget.less
   These values are just defaults and can easily be adjusted to your needs.
*/
.bk-overflow-off {
  overflow: hidden !important;
}

.bk-overflow {
  overflow: visible !important;
}

.bk-wrap-off {
  white-space: nowrap;
}

.bk-outline-off {
  outline: none !important;
}

.bk-box-shadow-off {
  box-shadow: none !important;
}

.bk-wrapper {
  position: relative;
}

.bk-chrome-fix {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bk-block {
  display: block;
}

.bk-sml {
  font-size: 80%;
}

.bk-300 {
  font-weight: 300;
}

.bk-400 {
  font-weight: 400;
}

.bk-500 {
  font-weight: 500;
}

.bk-600 {
  font-weight: 600;
}

.bk-700 {
  font-weight: 700;
}

.bk-800 {
  font-weight: 800;
}

.bk-900 {
  font-weight: 900;
}

.bk-round {
  border-radius: 50% !important;
}

.bk-rd {
  border-radius: 4px;
}

.bk-rd-off {
  border-radius: 0 !important;
}

.bk-rd-off-t {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.bk-rd-off-b {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.bk-rd-off-l {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.bk-rd-off-r {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.bk-rd-t {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.bk-rd-t-l {
  border-top-left-radius: 4px;
}

.bk-rd-t-r {
  border-top-right-radius: 4px;
}

.bk-rd-b {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bk-rd-b-l {
  border-bottom-left-radius: 4px;
}

.bk-rd-b-r {
  border-bottom-right-radius: 4px;
}

.bk-rd-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bk-rd-l {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

@-ms-viewport {
  width: auto !important;
}

.bk-d-mg {
  margin-top: 50px !important;
}

.bk-u-mg {
  margin-bottom: 50px !important;
}

.bk-d-mg-sm {
  margin-top: 25px !important;
}

.bk-u-mg-sm {
  margin-bottom: 25px !important;
}

.bk-d-mg-xs {
  margin-top: 13px !important;
}

.bk-u-mg-xs {
  margin-bottom: 13px !important;
}

.bk-d-pd {
  padding-top: 50px !important;
}

.bk-u-pd {
  padding-bottom: 50px !important;
}

.bk-d-pd-sm {
  padding-top: 25px !important;
}

.bk-u-pd-sm {
  padding-bottom: 25px !important;
}

.bk-d-pd-xs {
  padding-top: 13px !important;
}

.bk-u-pd-xs {
  padding-bottom: 13px !important;
}

.bk-mg-5 {
  margin: 5px !important;
}

.bk-mg-10 {
  margin: 10px !important;
}

.bk-mg-15 {
  margin: 15px !important;
}

.bk-mg-t-5 {
  margin-top: 5px !important;
}

.bk-mg-b-5 {
  margin-bottom: 5px !important;
}

.bk-mg-r-5 {
  margin-right: 5px !important;
}

.bk-mg-l-5 {
  margin-left: 5px !important;
}

.bk-mg-t-10 {
  margin-top: 10px !important;
}

.bk-mg-b-10 {
  margin-bottom: 10px !important;
}

.bk-mg-r-10 {
  margin-right: 10px !important;
}

.bk-mg-l-10 {
  margin-left: 10px !important;
}

.bk-mg-t-15 {
  margin-top: 15px !important;
}

.bk-mg-b-15 {
  margin-bottom: 15px !important;
}

.bk-mg-r-15 {
  margin-right: 15px !important;
}

.bk-mg-l-15 {
  margin-left: 15px !important;
}

.bk-mg-off {
  margin: 0 !important;
}

.bk-mg-off-t {
  margin-top: 0 !important;
}

.bk-mg-off-b {
  margin-bottom: 0 !important;
}

.bk-mg-off-r {
  margin-right: 0 !important;
}

.bk-mg-off-l {
  margin-left: 0 !important;
}

.bk-pd-5 {
  padding: 5px !important;
}

.bk-pd-10 {
  padding: 10px !important;
}

.bk-pd-15 {
  padding: 15px !important;
}

.bk-pd-20 {
  padding: 20px !important;
}

.bk-pd-30 {
  padding: 30px !important;
}

.bk-pd-40 {
  padding: 40px !important;
}

.bk-pd-t-5 {
  padding-top: 5px !important;
}

.bk-pd-b-5 {
  padding-bottom: 5px !important;
}

.bk-pd-r-5 {
  padding-right: 5px !important;
}

.bk-pd-l-5 {
  padding-left: 5px !important;
}

.bk-pd-t-10 {
  padding-top: 10px !important;
}

.bk-pd-b-10 {
  padding-bottom: 10px !important;
}

.bk-pd-r-10 {
  padding-right: 10px !important;
}

.bk-pd-l-10 {
  padding-left: 10px !important;
}

.bk-pd-t-15 {
  padding-top: 15px !important;
}

.bk-pd-b-15 {
  padding-bottom: 15px !important;
}

.bk-pd-r-15 {
  padding-right: 15px !important;
}

.bk-pd-l-15 {
  padding-left: 15px !important;
}

.bk-pd-t-20 {
  padding-top: 20px !important;
}

.bk-pd-b-20 {
  padding-bottom: 20px !important;
}

.bk-pd-r-20 {
  padding-right: 20px !important;
}

.bk-pd-l-20 {
  padding-left: 20px !important;
}

.bk-pd-t-30 {
  padding-top: 30px !important;
}

.bk-pd-b-30 {
  padding-bottom: 30px !important;
}

.bk-pd-r-30 {
  padding-right: 30px !important;
}

.bk-pd-l-30 {
  padding-left: 30px !important;
}

.bk-pd-t-40 {
  padding-top: 40px !important;
}

.bk-pd-b-40 {
  padding-bottom: 40px !important;
}

.bk-pd-r-40 {
  padding-right: 40px !important;
}

.bk-pd-l-40 {
  padding-left: 40px !important;
}

.bk-pd-off {
  padding: 0 !important;
}

.bk-pd-off-t {
  padding-top: 0 !important;
}

.bk-pd-off-b {
  padding-bottom: 0 !important;
}

.bk-pd-off-r {
  padding-right: 0 !important;
}

.bk-pd-off-l {
  padding-left: 0 !important;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
.bk-widget.panel,
.bk-widget .panel {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}

.bk-widget.panel .bk-img-radius,
.bk-widget .panel .bk-img-radius {
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}

.bk-widget a {
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none !important;
}

.bk-widget a:hover {
  text-decoration: none !important;
}

.bk-widget a.panel-body {
  display: block;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.bk-bd-primary {
  border: 1px solid #5eabf4 !important;
}

.bk-bd-primary-right {
  border-right: 1px solid #5eabf4 !important;
}

a:not(.btn).bk-bd-primary.bk-bd-darken:hover {
  border-color: #2e92f1 !important;
}

a:not(.btn).bk-bd-primary.bk-bd-lighten:hover {
  border-color: #8ec4f7 !important;
}

.bk-bd-db-primary {
  border: 1px solid #5eabf4;
  padding: 4px;
}

.bk-bd-success {
  border: 1px solid #87cc64 !important;
}

.bk-bd-success-right {
  border-right: 1px solid #87cc64 !important;
}

a:not(.btn).bk-bd-success.bk-bd-darken:hover {
  border-color: #6abe3f !important;
}

a:not(.btn).bk-bd-success.bk-bd-lighten:hover {
  border-color: #a5d98a !important;
}

.bk-bd-db-success {
  border: 1px solid #87cc64;
  padding: 4px;
}

.bk-bd-info {
  border: 1px solid #57d9ca !important;
}

.bk-bd-info-right {
  border-right: 1px solid #57d9ca !important;
}

a:not(.btn).bk-bd-info.bk-bd-darken:hover {
  border-color: #2fcebc !important;
}

a:not(.btn).bk-bd-info.bk-bd-lighten:hover {
  border-color: #81e2d7 !important;
}

.bk-bd-db-info {
  border: 1px solid #57d9ca;
  padding: 4px;
}

.bk-bd-warning {
  border: 1px solid #f8c556 !important;
}

.bk-bd-warning-right {
  border-right: 1px solid #f8c556 !important;
}

a:not(.btn).bk-bd-warning.bk-bd-darken:hover {
  border-color: #f6b425 !important;
}

a:not(.btn).bk-bd-warning.bk-bd-lighten:hover {
  border-color: #fad687 !important;
}

.bk-bd-db-warning {
  border: 1px solid #f8c556;
  padding: 4px;
}

.bk-bd-danger {
  border: 1px solid #f78852 !important;
}

.bk-bd-danger-right {
  border-right: 1px solid #f78852 !important;
}

a:not(.btn).bk-bd-danger.bk-bd-darken:hover {
  border-color: #f56621 !important;
}

a:not(.btn).bk-bd-danger.bk-bd-lighten:hover {
  border-color: #f9aa83 !important;
}

.bk-bd-db-danger {
  border: 1px solid #f78852;
  padding: 4px;
}

.bk-bd-inverse {
  border: 1px solid #222222 !important;
}

.bk-bd-inverse-right {
  border-right: 1px solid #222222 !important;
}

a:not(.btn).bk-bd-inverse.bk-bd-darken:hover {
  border-color: #080808 !important;
}

a:not(.btn).bk-bd-inverse.bk-bd-lighten:hover {
  border-color: #3c3c3c !important;
}

.bk-bd-db-inverse {
  border: 1px solid #222222;
  padding: 4px;
}

.bk-bd-white {
  border: 1px solid #ffffff !important;
}

.bk-bd-white-right {
  border-right: 1px solid #ffffff !important;
}

a:not(.btn).bk-bd-white.bk-bd-darken:hover {
  border-color: #e6e6e6 !important;
}

a:not(.btn).bk-bd-white.bk-bd-lighten:hover {
  border-color: #ffffff !important;
}

.bk-bd-db-white {
  border: 1px solid #ffffff;
  padding: 4px;
}

.bk-bd-gray {
  border: 1px solid #999999 !important;
}

.bk-bd-gray-right {
  border-right: 1px solid #999999 !important;
}

a:not(.btn).bk-bd-gray.bk-bd-darken:hover {
  border-color: #808080 !important;
}

a:not(.btn).bk-bd-gray.bk-bd-lighten:hover {
  border-color: #b3b3b3 !important;
}

.bk-bd-db-gray {
  border: 1px solid #999999;
  padding: 4px;
}

.bk-bd-light-gray {
  border: 1px solid #dfdfdf !important;
}

.bk-bd-light-gray-right {
  border-right: 1px solid #dfdfdf !important;
}

a:not(.btn).bk-bd-light-gray.bk-bd-darken:hover {
  border-color: #c6c6c6 !important;
}

a:not(.btn).bk-bd-light-gray.bk-bd-lighten:hover {
  border-color: #f9f9f9 !important;
}

.bk-bd-db-light-gray {
  border: 1px solid #dfdfdf;
  padding: 4px;
}

.bk-bd-very-light-gray {
  border: 1px solid #f6f6f6 !important;
}

.bk-bd-very-light-gray-right {
  border-right: 1px solid #f6f6f6 !important;
}

a:not(.btn).bk-bd-very-light-gray.bk-bd-darken:hover {
  border-color: #dddddd !important;
}

a:not(.btn).bk-bd-very-light-gray.bk-bd-lighten:hover {
  border-color: #ffffff !important;
}

.bk-bd-db-very-light-gray {
  border: 1px solid #f6f6f6;
  padding: 4px;
}

.bk-bd-textcolor {
  border: 1px solid #333333 !important;
}

.bk-bd-textcolor-right {
  border-right: 1px solid #333333 !important;
}

a:not(.btn).bk-bd-textcolor.bk-bd-darken:hover {
  border-color: #1a1a1a !important;
}

a:not(.btn).bk-bd-textcolor.bk-bd-lighten:hover {
  border-color: #4d4d4d !important;
}

.bk-bd-db-textcolor {
  border: 1px solid #333333;
  padding: 4px;
}

.bk-bd-off {
  border-width: 0 !important;
}

.bk-bd-2x {
  border-width: 2px !important;
}

.bk-bd-3x {
  border-width: 3px !important;
}

.bk-bd-4x {
  border-width: 4px !important;
}

.bk-bd-5x {
  border-width: 5px !important;
}

a .bk-bd-lighten,
a .bk-bd-darken {
  transition: border 0.3s ease;
}

a:hover.bk-bd-primary.bk-bd-darken,
a:hover .bk-bd-primary.bk-bd-darken {
  border-color: #2e92f1 !important;
}

a:hover.bk-bd-primary.bk-bd-lighten,
a:hover .bk-bd-primary.bk-bd-lighten {
  border-color: #8ec4f7 !important;
}

a:hover.bk-bd-success.bk-bd-darken,
a:hover .bk-bd-success.bk-bd-darken {
  border-color: #6abe3f !important;
}

a:hover.bk-bd-success.bk-bd-lighten,
a:hover .bk-bd-success.bk-bd-lighten {
  border-color: #a5d98a !important;
}

a:hover.bk-bd-info.bk-bd-darken,
a:hover .bk-bd-info.bk-bd-darken {
  border-color: #2fcebc !important;
}

a:hover.bk-bd-info.bk-bd-lighten,
a:hover .bk-bd-info.bk-bd-lighten {
  border-color: #81e2d7 !important;
}

a:hover.bk-bd-warning.bk-bd-darken,
a:hover .bk-bd-warning.bk-bd-darken {
  border-color: #f6b425 !important;
}

a:hover.bk-bd-warning.bk-bd-lighten,
a:hover .bk-bd-warning.bk-bd-lighten {
  border-color: #fad687 !important;
}

a:hover.bk-bd-danger.bk-bd-darken,
a:hover .bk-bd-danger.bk-bd-darken {
  border-color: #f56621 !important;
}

a:hover.bk-bd-danger.bk-bd-lighten,
a:hover .bk-bd-danger.bk-bd-lighten {
  border-color: #f9aa83 !important;
}

a:hover.bk-bd-inverse.bk-bd-darken,
a:hover .bk-bd-inverse.bk-bd-darken {
  border-color: #080808 !important;
}

a:hover.bk-bd-inverse.bk-bd-lighten,
a:hover .bk-bd-inverse.bk-bd-lighten {
  border-color: #3c3c3c !important;
}

a:hover.bk-bd-very-light-gray.bk-bd-darken,
a:hover .bk-bd-very-light-gray.bk-bd-darken {
  border-color: #dddddd !important;
}

a:hover.bk-bd-very-light-gray.bk-bd-lighten,
a:hover .bk-bd-very-light-gray.bk-bd-lighten {
  border-color: #ffffff !important;
}

a:hover.bk-bd-light-gray.bk-bd-darken,
a:hover .bk-bd-light-gray.bk-bd-darken {
  border-color: #c6c6c6 !important;
}

a:hover.bk-bd-light-gray.bk-bd-lighten,
a:hover .bk-bd-light-gray.bk-bd-lighten {
  border-color: #f9f9f9 !important;
}

a:hover.bk-bd-gray.bk-bd-darken,
a:hover .bk-bd-gray.bk-bd-darken {
  border-color: #808080 !important;
}

a:hover.bk-bd-gray.bk-bd-lighten,
a:hover .bk-bd-gray.bk-bd-lighten {
  border-color: #b3b3b3 !important;
}

a:hover.bk-bd-white.bk-bd-darken,
a:hover .bk-bd-white.bk-bd-darken {
  border-color: #e6e6e6 !important;
}

a:hover.bk-bd-white.bk-bd-lighten,
a:hover .bk-bd-white.bk-bd-lighten {
  border-color: #ffffff !important;
}

a:hover.bk-bd-textcolor.bk-bd-darken,
a:hover .bk-bd-textcolor.bk-bd-darken {
  background-color: #1a1a1a !important;
}

a:hover.bk-bd-textcolor.bk-bd-lighten,
a:hover .bk-bd-textcolor.bk-bd-lighten {
  background-color: #4d4d4d !important;
}

.bk-bg-primary {
  background-color: #5eabf4 !important;
}

a:not(.btn).bk-bg-primary.bk-bg-darken:hover {
  background-color: #2e92f1 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-primary.bk-bg-lighten:hover {
  background-color: #8ec4f7 !important;
  text-decoration: none;
}

.bk-bg-primary-darker {
  background-color: #2e92f1;
}

.bk-bg-primary-lighter {
  background-color: #8ec4f7;
}

.bk-bg-success {
  background-color: #87cc64 !important;
}

a:not(.btn).bk-bg-success.bk-bg-darken:hover {
  background-color: #6abe3f !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-success.bk-bg-lighten:hover {
  background-color: #a5d98a !important;
  text-decoration: none;
}

.bk-bg-success-darker {
  background-color: #6abe3f;
}

.bk-bg-success-lighter {
  background-color: #a5d98a;
}

.bk-bg-info {
  background-color: #57d9ca !important;
}

a:not(.btn).bk-bg-info.bk-bg-darken:hover {
  background-color: #2fcebc !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-info.bk-bg-lighten:hover {
  background-color: #81e2d7 !important;
  text-decoration: none;
}

.bk-bg-info-darker {
  background-color: #2fcebc;
}

.bk-bg-info-lighter {
  background-color: #81e2d7;
}

.bk-bg-warning {
  background-color: #f8c556 !important;
}

a:not(.btn).bk-bg-warning.bk-bg-darken:hover {
  background-color: #f6b425 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-warning.bk-bg-lighten:hover {
  background-color: #fad687 !important;
  text-decoration: none;
}

.bk-bg-warning-darker {
  background-color: #f6b425;
}

.bk-bg-warning-lighter {
  background-color: #fad687;
}

.bk-bg-danger {
  background-color: #f78852 !important;
}

a:not(.btn).bk-bg-danger.bk-bg-darken:hover {
  background-color: #f56621 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-danger.bk-bg-lighten:hover {
  background-color: #f9aa83 !important;
  text-decoration: none;
}

.bk-bg-danger-darker {
  background-color: #f56621;
}

.bk-bg-danger-lighter {
  background-color: #f9aa83;
}

.bk-bg-inverse {
  background-color: #222222 !important;
}

a:not(.btn).bk-bg-inverse.bk-bg-darken:hover {
  background-color: #080808 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-inverse.bk-bg-lighten:hover {
  background-color: #3c3c3c !important;
  text-decoration: none;
}

.bk-bg-inverse-darker {
  background-color: #080808;
}

.bk-bg-inverse-lighter {
  background-color: #3c3c3c;
}

.bk-bg-white {
  background-color: #ffffff !important;
}

a:not(.btn).bk-bg-white.bk-bg-darken:hover {
  background-color: #f5f5f5 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-white.bk-bg-lighten:hover {
  background-color: #ffffff !important;
  text-decoration: none;
}

.bk-bg-white-darker {
  background-color: #e6e6e6;
}

.bk-bg-very-light-gray {
  background-color: #f6f6f6 !important;
}

a:not(.btn).bk-bg-very-light-gray.bk-bg-darken:hover {
  background-color: #dddddd !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-very-light-gray.bk-bg-lighten:hover {
  background-color: #ffffff !important;
  text-decoration: none;
}

.bk-bg-very-light-gray-darker {
  background-color: #dddddd;
}

.bk-bg-light-gray {
  background-color: #dfdfdf !important;
}

a:not(.btn).bk-bg-light-gray.bk-bg-darken:hover {
  background-color: #c6c6c6 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-light-gray.bk-bg-lighten:hover {
  background-color: #f9f9f9 !important;
  text-decoration: none;
}

.bk-bg-light-gray-darker {
  background-color: #c6c6c6;
}

.bk-bg-light-gray-lighter {
  background-color: #f9f9f9;
}

.bk-bg-gray {
  background-color: #999999 !important;
}

a:not(.btn).bk-bg-gray.bk-bg-darken:hover {
  background-color: #808080 !important;
  text-decoration: none;
}

a:not(.btn).bk-bg-gray.bk-bg-lighten:hover {
  background-color: #b3b3b3 !important;
  text-decoration: none;
}

.bk-bg-gray-darker {
  background-color: #808080;
}

.bk-bg-gray-lighter {
  background-color: #b3b3b3;
}

a .bk-bg-lighten,
a .bk-bg-darken {
  transition: background 0.3s ease;
}

a:hover .bk-bg-primary.bk-bg-darken {
  background-color: #2e92f1 !important;
}

a:hover .bk-bg-primary.bk-bg-lighten {
  background-color: #8ec4f7 !important;
}

a:hover .bk-bg-success.bk-bg-darken {
  background-color: #6abe3f !important;
}

a:hover .bk-bg-success.bk-bg-lighten {
  background-color: #a5d98a !important;
}

a:hover .bk-bg-info.bk-bg-darken {
  background-color: #2fcebc !important;
}

a:hover .bk-bg-info.bk-bg-lighten {
  background-color: #81e2d7 !important;
}

a:hover .bk-bg-warning.bk-bg-darken {
  background-color: #f6b425 !important;
}

a:hover .bk-bg-warning.bk-bg-lighten {
  background-color: #fad687 !important;
}

a:hover .bk-bg-danger.bk-bg-darken {
  background-color: #f56621 !important;
}

a:hover .bk-bg-danger.bk-bg-lighten {
  background-color: #f9aa83 !important;
}

a:hover .bk-bg-inverse.bk-bg-darken {
  background-color: #080808 !important;
}

a:hover .bk-bg-inverse.bk-bg-lighten {
  background-color: #3c3c3c !important;
}

a:hover .bk-bg-white.bk-bg-darken {
  background-color: #e6e6e6 !important;
}

a:hover .bk-bg-white.bk-bg-lighten {
  background-color: #ffffff !important;
}

a:hover .bk-bg-very-light-gray.bk-bg-darken {
  background-color: #dddddd !important;
}

a:hover .bk-bg-very-light-gray.bk-bg-lighten {
  background-color: #ffffff !important;
}

a:hover .bk-bg-light-gray.bk-bg-darken {
  background-color: #c6c6c6 !important;
}

a:hover .bk-bg-light-gray.bk-bg-lighten {
  background-color: #f9f9f9 !important;
}

a:hover .bk-bg-gray.bk-bg-darken {
  background-color: #808080 !important;
}

a:hover .bk-bg-gray.bk-bg-lighten {
  background-color: #b3b3b3 !important;
}

.bk-fg-primary {
  color: #5eabf4 !important;
}

a:not(.btn).bk-fg-primary.bk-fg-darken:hover {
  text-decoration: none;
  color: #2e92f1 !important;
}

a:not(.btn).bk-fg-primary.bk-fg-lighten:hover {
  text-decoration: none;
  color: #8ec4f7 !important;
}

.bk-fg-success {
  color: #87cc64 !important;
}

a:not(.btn).bk-fg-success.bk-fg-darken:hover {
  text-decoration: none;
  color: #6abe3f !important;
}

a:not(.btn).bk-fg-success.bk-fg-lighten:hover {
  text-decoration: none;
  color: #a5d98a !important;
}

.bk-fg-info {
  color: #57d9ca !important;
}

a:not(.btn).bk-fg-info.bk-fg-darken:hover {
  text-decoration: none;
  color: #2fcebc !important;
}

a:not(.btn).bk-fg-info.bk-fg-lighten:hover {
  text-decoration: none;
  color: #81e2d7 !important;
}

.bk-fg-warning {
  color: #f8c556 !important;
}

a:not(.btn).bk-fg-warning.bk-fg-darken:hover {
  text-decoration: none;
  color: #f6b425 !important;
}

a:not(.btn).bk-fg-warning.bk-fg-lighten:hover {
  text-decoration: none;
  color: #fad687 !important;
}

.bk-fg-danger {
  color: #f78852 !important;
}

a:not(.btn).bk-fg-danger.bk-fg-darken:hover {
  text-decoration: none;
  color: #f56621 !important;
}

a:not(.btn).bk-fg-danger.bk-fg-lighten:hover {
  text-decoration: none;
  color: #f9aa83 !important;
}

.bk-fg-inverse {
  color: #222222 !important;
}

a:not(.btn).bk-fg-inverse.bk-fg-darken:hover {
  text-decoration: none;
  color: #080808 !important;
}

a:not(.btn).bk-fg-inverse.bk-fg-lighten:hover {
  text-decoration: none;
  color: #3c3c3c !important;
}

.bk-fg-white {
  color: #ffffff !important;
}

a:not(.btn).bk-fg-white.bk-fg-darken:hover {
  text-decoration: none;
  color: #e6e6e6 !important;
}

a:not(.btn).bk-fg-white.bk-fg-lighten:hover {
  text-decoration: none;
  color: #ffffff !important;
}

.bk-fg-gray {
  color: #999999 !important;
}

a:not(.btn).bk-fg-gray.bk-fg-darken:hover {
  text-decoration: none;
  color: #808080 !important;
}

a:not(.btn).bk-fg-gray.bk-fg-lighten:hover {
  text-decoration: none;
  color: #b3b3b3 !important;
}

.bk-fg-light-gray {
  color: #dfdfdf !important;
}

a:not(.btn).bk-fg-light-gray.bk-fg-darken:hover {
  text-decoration: none;
  color: #c6c6c6 !important;
}

a:not(.btn).bk-fg-light-gray.bk-fg-lighten:hover {
  text-decoration: none;
  color: #f9f9f9 !important;
}

.bk-fg-very-light-gray {
  color: #f6f6f6 !important;
}

a:not(.btn).bk-fg-very-light-gray.bk-fg-darken:hover {
  text-decoration: none;
  color: #dddddd !important;
}

a:not(.btn).bk-fg-very-light-gray.bk-fg-lighten:hover {
  text-decoration: none;
  color: #ffffff !important;
}

.bk-fg-textcolor {
  color: #333333 !important;
}

a:not(.btn).bk-fg-textcolor.bk-fg-darken:hover {
  text-decoration: none;
  color: #1a1a1a !important;
}

a:not(.btn).bk-fg-textcolor.bk-fg-lighten:hover {
  text-decoration: none;
  color: #4d4d4d !important;
}

a .bk-fg-lighten,
a .bk-fg-darken {
  transition: color 0.3s ease;
}

a:hover .bk-fg-primary.bk-fg-darken {
  color: #2e92f1 !important;
}

a:hover .bk-fg-primary.bk-fg-lighten {
  color: #8ec4f7 !important;
}

a:hover .bk-fg-success.bk-fg-darken {
  color: #6abe3f !important;
}

a:hover .bk-fg-success.bk-fg-lighten {
  color: #a5d98a !important;
}

a:hover .bk-fg-info.bk-fg-darken {
  color: #2fcebc !important;
}

a:hover .bk-fg-info.bk-fg-lighten {
  color: #81e2d7 !important;
}

a:hover .bk-fg-warning.bk-fg-darken {
  color: #f6b425 !important;
}

a:hover .bk-fg-warning.bk-fg-lighten {
  color: #fad687 !important;
}

a:hover .bk-fg-danger.bk-fg-darken {
  color: #f56621 !important;
}

a:hover .bk-fg-danger.bk-fg-lighten {
  color: #f9aa83 !important;
}

a:hover .bk-fg-inverse.bk-fg-darken {
  color: #080808 !important;
}

a:hover .bk-fg-inverse.bk-fg-lighten {
  color: #3c3c3c !important;
}

a:hover .bk-fg-white.bk-fg-darken {
  color: #e6e6e6 !important;
}

a:hover .bk-fg-white.bk-fg-lighten {
  color: #ffffff !important;
}

a:hover .bk-fg-gray.bk-fg-darken {
  color: #808080 !important;
}

a:hover .bk-fg-gray.bk-fg-lighten {
  color: #b3b3b3 !important;
}

a:hover .bk-fg-light-gray.bk-fg-darken {
  color: #c6c6c6 !important;
}

a:hover .bk-fg-light-gray.bk-fg-lighten {
  color: #f9f9f9 !important;
}

a:hover .bk-fg-very-light-gray.bk-fg-darken {
  color: #dddddd !important;
}

a:hover .bk-fg-very-light-gray.bk-fg-lighten {
  color: #ffffff !important;
}

a:hover .bk-fg-textcolor.bk-fg-darken {
  color: #1a1a1a !important;
}

a:hover .bk-fg-textcolor.bk-fg-lighten {
  color: #4d4d4d !important;
}

.bk-icon {
  display: block;
  text-align: center;
  border-radius: 4px;
  border-width: 0;
  height: 34px;
  width: 34px;
  line-height: 32px;
}

.bk-icon.bk-icon-default {
  font-size: 14px;
}

.bk-icon.bk-icon-default.bk-bd-2x {
  line-height: 30px;
}

.bk-icon.bk-icon-default.bk-bd-3x {
  line-height: 28px;
}

.bk-icon.bk-icon-default.bk-bd-4x {
  line-height: 26px;
}

.bk-icon.bk-icon-default.bk-bd-5x {
  line-height: 24px;
}

.bk-icon.bk-icon-default.bk-bd-off {
  line-height: 34px;
}

.bk-icon.bk-icon-24 {
  height: 46px;
  width: 46px;
  line-height: 42px;
  font-size: 24px;
}

.bk-icon.bk-icon-24.bk-bd-2x {
  line-height: 40px;
}

.bk-icon.bk-icon-24.bk-bd-3x {
  line-height: 38px;
}

.bk-icon.bk-icon-24.bk-bd-4x {
  line-height: 36px;
}

.bk-icon.bk-icon-24.bk-bd-5x {
  line-height: 34px;
}

.bk-icon.bk-icon-24.bk-bd-off {
  line-height: 44px;
}

.bk-icon.bk-icon-2x {
  height: 56px;
  width: 56px;
  line-height: 64px;
}

.bk-icon.bk-icon-2x.bk-bd-2x {
  line-height: 62px;
}

.bk-icon.bk-icon-2x.bk-bd-3x {
  line-height: 60px;
}

.bk-icon.bk-icon-2x.bk-bd-4x {
  line-height: 58px;
}

.bk-icon.bk-icon-2x.bk-bd-5x {
  line-height: 56px;
}

.bk-icon.bk-icon-2x.bk-bd-off {
  line-height: 66px;
}

.bk-icon.bk-icon-3x {
  height: 80px;
  width: 80px;
  line-height: 98px;
}

.bk-icon.bk-icon-3x.bk-bd-2x {
  line-height: 96px;
}

.bk-icon.bk-icon-3x.bk-bd-3x {
  line-height: 94px;
}

.bk-icon.bk-icon-3x.bk-bd-4x {
  line-height: 92px;
}

.bk-icon.bk-icon-3x.bk-bd-5x {
  line-height: 90px;
}

.bk-icon.bk-icon-3x.bk-bd-off {
  line-height: 100px;
}

.bk-icon.bk-icon-4x {
  height: 100px;
  width: 100px;
  line-height: 128px;
}

.bk-icon.bk-icon-4x.bk-bd-2x {
  line-height: 126px;
}

.bk-icon.bk-icon-4x.bk-bd-3x {
  line-height: 124px;
}

.bk-icon.bk-icon-4x.bk-bd-4x {
  line-height: 122px;
}

.bk-icon.bk-icon-4x.bk-bd-5x {
  line-height: 120px;
}

.bk-icon.bk-icon-4x.bk-bd-off {
  line-height: 130px;
}

.bk-icon.bk-icon-5x {
  height: 130px;
  width: 130px;
  line-height: 168px;
}

.bk-icon.bk-icon-5x.bk-bd-2x {
  line-height: 166px;
}

.bk-icon.bk-icon-5x.bk-bd-3x {
  line-height: 164px;
}

.bk-icon.bk-icon-5x.bk-bd-4x {
  line-height: 162px;
}

.bk-icon.bk-icon-5x.bk-bd-5x {
  line-height: 160px;
}

.bk-icon.bk-icon-5x.bk-bd-off {
  line-height: 170px;
}

a.bk-icon,
a .bk-icon {
  transition: all 0.3s ease !important;
}

a.bk-opacity {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a.bk-opacity:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.bk-opacity-inv:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a.bk-opacity,
a.bk-opacity-inv {
  transition: all 0.3s ease;
}

a.bk-opacity img,
a.bk-opacity-inv img {
  background-color: rgba(255, 255, 255, 0.01);
}

.bk-opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.bk-opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.bk-opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bk-opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bk-opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.bk-opacity-light {
  background: rgba(255, 255, 255, 0.1);
}

.bk-opacity-dark {
  background: rgba(0, 0, 0, 0.1);
}

.bk-avatar {
  position: relative;
}

img.bk-img-40 {
  width: 40px;
  height: 40px;
}

img.bk-img-60 {
  width: 60px;
  height: 60px;
}

img.bk-img-80 {
  width: 80px;
  height: 80px;
}

img.bk-img-100 {
  width: 100px;
  height: 100px;
}

img.bk-img-120 {
  width: 120px;
  height: 120px;
}

.bk-avatar40-hcenter,
.bk-avatar60-hcenter,
.bk-avatar80-hcenter,
.bk-avatar100-hcenter,
.bk-avatar120-hcenter {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  bottom: 0;
}

.bk-avatar40-hcenter {
  margin-left: -20px;
}

.bk-avatar60-hcenter {
  margin-left: -30px;
}

.bk-avatar80-hcenter {
  margin-left: -40px;
}

.bk-avatar100-hcenter {
  margin-left: -50px;
}

.bk-avatar120-hcenter {
  margin-left: -60px;
}

.bk-avatar120-halfdown,
.bk-avatar100-halfdown,
.bk-avatar80-halfdown {
  position: absolute;
  z-index: 1;
  left: 50%;
}

.bk-avatar120-halfdown {
  margin-left: -60px;
  bottom: -60px;
}

.bk-avatar100-halfdown {
  margin-left: -50px;
  bottom: -50px;
}

.bk-avatar80-halfdown {
  margin-left: -40px;
  bottom: -40px;
}

.panel-body.bk-avatar120-halfdown-after {
  padding-top: 70px;
}

.panel-body.bk-avatar100-halfdown-after {
  padding-top: 56px;
}

.panel-body.bk-avatar80-halfdown-after {
  padding-top: 44px;
}

.bk-box-shadow {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

.bk-box-shadow-b {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.bk-box-shadow-t {
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.25);
}

.bk-box-shadow-r {
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.25);
}

.bk-box-shadow-l {
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.25);
}

.bk-hr-primary {
  border-top: 1px solid #5eabf4;
}

.bk-hr-success {
  border-top: 1px solid #87cc64;
}

.bk-hr-info {
  border-top: 1px solid #57d9ca;
}

.bk-hr-warning {
  border-top: 1px solid #f8c556;
}

.bk-hr-danger {
  border-top: 1px solid #f78852;
}

.bk-hr-inverse {
  border-top: 1px solid #222222;
}

.bk-hr-white {
  border-top: 1px solid #ffffff;
}

.bk-hr-gray {
  border-top: 1px solid #999999;
}

.bk-hr-light-gray {
  border-top: 1px solid #dfdfdf;
}

.bk-hr-very-light-gray {
  border-top: 1px solid #f6f6f6;
}

.bk-hr-textcolor {
  border-top: 1px solid #333333;
}

.bk-ltr {
  padding: 0;
}

.bk-ltr > .row {
  margin-left: 0;
  margin-right: 0;
}

.bk-ltr > .row .bk-col-100pct {
  height: 100%;
}

.bk-vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 100%;
}

.bk-vcenter:not(:last-child) {
  margin-right: -4px;
}

.bk-list-vcenter {
  display: table-cell;
  vertical-align: middle;
}

.bk-tbl {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.bk-tbl > [class^="col-"],
.bk-tbl > .bk-tbl-cell {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  float: none;
}

.bk-bottom {
  vertical-align: bottom !important;
}

.bk-top {
  vertical-align: top !important;
}

.bk-fg-facebook {
  color: #3b5998 !important;
}

.bk-bg-facebook {
  background-color: #3b5998;
}

.bk-fg-twitter {
  color: #00aced !important;
}

.bk-bg-twitter {
  background-color: #00aced;
}

.bk-fg-google-plus {
  color: #dd4b39 !important;
}

.bk-bg-google-plus {
  background-color: #dd4b39;
}

.bk-fg-youtube {
  color: #cd201f !important;
}

.bk-bg-youtube {
  background-color: #cd201f;
}

.bk-fg-github {
  color: #333333 !important;
}

.bk-bg-github {
  background-color: #333333;
}

.bk-fg-linkedin {
  color: #007bb6 !important;
}

.bk-bg-linkedin {
  background-color: #007bb6;
}

.bk-fg-instagram {
  color: #517fa4 !important;
}

.bk-bg-instagram {
  background-color: #517fa4;
}

.bk-fg-pinterest {
  color: #cb2027 !important;
}

.bk-bg-pinterest {
  background-color: #cb2027;
}

.bk-fg-vine {
  color: #00bf8f !important;
}

.bk-bg-vine {
  background-color: #00bf8f;
}

.bk-fg-jsfiddle {
  color: #4679bd !important;
}

.bk-bg-jsfiddle {
  background-color: #4679bd;
}

.bk-fg-paypal {
  color: #253b80 !important;
}

.bk-bg-paypal {
  background-color: #253b80;
}

.bk-fg-flickr {
  color: #ff0084 !important;
}

.bk-bg-flickr {
  background-color: #ff0084;
}

.bk-fg-tumblr {
  color: #32506d !important;
}

.bk-bg-tumblr {
  background-color: #32506d;
}

.bk-fg-vk {
  color: #45668e !important;
}

.bk-bg-vk {
  background-color: #45668e;
}

.bk-fg-vimeo {
  color: #aad450 !important;
}

.bk-bg-vimeo {
  background-color: #aad450;
}

.bk-fg-foursquare {
  color: #0072b1 !important;
}

.bk-bg-foursquare {
  background-color: #0072b1;
}

.bk-fg-dribbble {
  color: #ea4c89 !important;
}

.bk-bg-dribbble {
  background-color: #ea4c89;
}

.bk-weather-plugin {
  background: url(../img/weather-1.jpg);
  background-size: cover;
  height: 400px;
}

.bk-weather {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.bk-weather .btn {
  position: absolute;
  top: 350px;
}

.bk-weather h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 60px;
  font-weight: 300;
}

.bk-weather i {
  font-family: weather;
  font-size: 200px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  position: absolute;
  top: 130px;
}

.bk-wth-region {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 50px;
}

.bk-wth-cur {
  font-size: 20px;
  font-weight: 700;
}

.bk-wth-tmp-alt {
  position: absolute;
  top: 110px;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .bk-wth-region {
    top: 130px;
  }
}

@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

.bk-grd-v-t-primary {
  background-image: -webkit-linear-gradient(top, #5eabf4 0%, #0f79dd 100%);
  background-image: -o-linear-gradient(top, #5eabf4 0%, #0f79dd 100%);
  background-image: linear-gradient(to bottom, #5eabf4 0%, #0f79dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5eabf4', endColorstr='#ff0f79dd', GradientType=0);
}

.bk-grd-v-b-primary {
  background-image: -webkit-linear-gradient(top, #0f79dd 0%, #5eabf4 100%);
  background-image: -o-linear-gradient(top, #0f79dd 0%, #5eabf4 100%);
  background-image: linear-gradient(to bottom, #0f79dd 0%, #5eabf4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f79dd', endColorstr='#ff5eabf4', GradientType=0);
}

.bk-grd-h-l-primary {
  background-image: -webkit-linear-gradient(left, #5eabf4 0%, #0f79dd 100%);
  background-image: -o-linear-gradient(left, #5eabf4 0%, #0f79dd 100%);
  background-image: linear-gradient(to right, #5eabf4 0%, #0f79dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5eabf4', endColorstr='#ff0f79dd', GradientType=1);
}

.bk-grd-h-r-primary {
  background-image: -webkit-linear-gradient(left, #0f79dd 0%, #5eabf4 100%);
  background-image: -o-linear-gradient(left, #0f79dd 0%, #5eabf4 100%);
  background-image: linear-gradient(to right, #0f79dd 0%, #5eabf4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f79dd', endColorstr='#ff5eabf4', GradientType=1);
}

.bk-grd-d-45-primary {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #5eabf4, #0f79dd);
  background-image: -o-linear-gradient(45deg, #5eabf4, #0f79dd);
  background-image: linear-gradient(45deg, #5eabf4, #0f79dd);
}

.bk-grd-d-135-primary {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #5eabf4, #0f79dd);
  background-image: -o-linear-gradient(135deg, #5eabf4, #0f79dd);
  background-image: linear-gradient(135deg, #5eabf4, #0f79dd);
}

.bk-grd-r-primary {
  background-image: -webkit-radial-gradient(circle, #5eabf4, #0f79dd);
  background-image: radial-gradient(circle, #5eabf4, #0f79dd);
  background-repeat: no-repeat;
}

.bk-grd-s-primary {
  background-image: -webkit-linear-gradient(45deg, #8ec4f7 25%, transparent 25%, transparent 50%, #8ec4f7 50%, #8ec4f7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #8ec4f7 25%, transparent 25%, transparent 50%, #8ec4f7 50%, #8ec4f7 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #8ec4f7 25%, transparent 25%, transparent 50%, #8ec4f7 50%, #8ec4f7 75%, transparent 75%, transparent);
  background-color: #5eabf4;
}

.bk-grd-v-t-success {
  background-image: -webkit-linear-gradient(top, #87cc64 0%, #549832 100%);
  background-image: -o-linear-gradient(top, #87cc64 0%, #549832 100%);
  background-image: linear-gradient(to bottom, #87cc64 0%, #549832 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc64', endColorstr='#ff549832', GradientType=0);
}

.bk-grd-v-b-success {
  background-image: -webkit-linear-gradient(top, #549832 0%, #87cc64 100%);
  background-image: -o-linear-gradient(top, #549832 0%, #87cc64 100%);
  background-image: linear-gradient(to bottom, #549832 0%, #87cc64 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff549832', endColorstr='#ff87cc64', GradientType=0);
}

.bk-grd-h-l-success {
  background-image: -webkit-linear-gradient(left, #87cc64 0%, #549832 100%);
  background-image: -o-linear-gradient(left, #87cc64 0%, #549832 100%);
  background-image: linear-gradient(to right, #87cc64 0%, #549832 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc64', endColorstr='#ff549832', GradientType=1);
}

.bk-grd-h-r-success {
  background-image: -webkit-linear-gradient(left, #549832 0%, #87cc64 100%);
  background-image: -o-linear-gradient(left, #549832 0%, #87cc64 100%);
  background-image: linear-gradient(to right, #549832 0%, #87cc64 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff549832', endColorstr='#ff87cc64', GradientType=1);
}

.bk-grd-d-45-success {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #87cc64, #549832);
  background-image: -o-linear-gradient(45deg, #87cc64, #549832);
  background-image: linear-gradient(45deg, #87cc64, #549832);
}

.bk-grd-d-135-success {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #87cc64, #549832);
  background-image: -o-linear-gradient(135deg, #87cc64, #549832);
  background-image: linear-gradient(135deg, #87cc64, #549832);
}

.bk-grd-r-success {
  background-image: -webkit-radial-gradient(circle, #87cc64, #549832);
  background-image: radial-gradient(circle, #87cc64, #549832);
  background-repeat: no-repeat;
}

.bk-grd-s-success {
  background-image: -webkit-linear-gradient(45deg, #a5d98a 25%, transparent 25%, transparent 50%, #a5d98a 50%, #a5d98a 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #a5d98a 25%, transparent 25%, transparent 50%, #a5d98a 50%, #a5d98a 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #a5d98a 25%, transparent 25%, transparent 50%, #a5d98a 50%, #a5d98a 75%, transparent 75%, transparent);
  background-color: #87cc64;
}

.bk-grd-v-t-info {
  background-image: -webkit-linear-gradient(top, #57d9ca 0%, #25a596 100%);
  background-image: -o-linear-gradient(top, #57d9ca 0%, #25a596 100%);
  background-image: linear-gradient(to bottom, #57d9ca 0%, #25a596 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57d9ca', endColorstr='#ff25a596', GradientType=0);
}

.bk-grd-v-b-info {
  background-image: -webkit-linear-gradient(top, #25a596 0%, #57d9ca 100%);
  background-image: -o-linear-gradient(top, #25a596 0%, #57d9ca 100%);
  background-image: linear-gradient(to bottom, #25a596 0%, #57d9ca 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25a596', endColorstr='#ff57d9ca', GradientType=0);
}

.bk-grd-h-l-info {
  background-image: -webkit-linear-gradient(left, #57d9ca 0%, #25a596 100%);
  background-image: -o-linear-gradient(left, #57d9ca 0%, #25a596 100%);
  background-image: linear-gradient(to right, #57d9ca 0%, #25a596 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57d9ca', endColorstr='#ff25a596', GradientType=1);
}

.bk-grd-h-r-info {
  background-image: -webkit-linear-gradient(left, #25a596 0%, #57d9ca 100%);
  background-image: -o-linear-gradient(left, #25a596 0%, #57d9ca 100%);
  background-image: linear-gradient(to right, #25a596 0%, #57d9ca 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25a596', endColorstr='#ff57d9ca', GradientType=1);
}

.bk-grd-d-45-info {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #57d9ca, #25a596);
  background-image: -o-linear-gradient(45deg, #57d9ca, #25a596);
  background-image: linear-gradient(45deg, #57d9ca, #25a596);
}

.bk-grd-d-135-info {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #57d9ca, #25a596);
  background-image: -o-linear-gradient(135deg, #57d9ca, #25a596);
  background-image: linear-gradient(135deg, #57d9ca, #25a596);
}

.bk-grd-r-info {
  background-image: -webkit-radial-gradient(circle, #57d9ca, #25a596);
  background-image: radial-gradient(circle, #57d9ca, #25a596);
  background-repeat: no-repeat;
}

.bk-grd-s-info {
  background-image: -webkit-linear-gradient(45deg, #81e2d7 25%, transparent 25%, transparent 50%, #81e2d7 50%, #81e2d7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #81e2d7 25%, transparent 25%, transparent 50%, #81e2d7 50%, #81e2d7 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #81e2d7 25%, transparent 25%, transparent 50%, #81e2d7 50%, #81e2d7 75%, transparent 75%, transparent);
  background-color: #57d9ca;
}

.bk-grd-v-t-warning {
  background-image: -webkit-linear-gradient(top, #f8c556 0%, #df9c09 100%);
  background-image: -o-linear-gradient(top, #f8c556 0%, #df9c09 100%);
  background-image: linear-gradient(to bottom, #f8c556 0%, #df9c09 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8c556', endColorstr='#ffdf9c09', GradientType=0);
}

.bk-grd-v-b-warning {
  background-image: -webkit-linear-gradient(top, #df9c09 0%, #f8c556 100%);
  background-image: -o-linear-gradient(top, #df9c09 0%, #f8c556 100%);
  background-image: linear-gradient(to bottom, #df9c09 0%, #f8c556 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf9c09', endColorstr='#fff8c556', GradientType=0);
}

.bk-grd-h-l-warning {
  background-image: -webkit-linear-gradient(left, #f8c556 0%, #df9c09 100%);
  background-image: -o-linear-gradient(left, #f8c556 0%, #df9c09 100%);
  background-image: linear-gradient(to right, #f8c556 0%, #df9c09 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8c556', endColorstr='#ffdf9c09', GradientType=1);
}

.bk-grd-h-r-warning {
  background-image: -webkit-linear-gradient(left, #df9c09 0%, #f8c556 100%);
  background-image: -o-linear-gradient(left, #df9c09 0%, #f8c556 100%);
  background-image: linear-gradient(to right, #df9c09 0%, #f8c556 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf9c09', endColorstr='#fff8c556', GradientType=1);
}

.bk-grd-d-45-warning {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #f8c556, #df9c09);
  background-image: -o-linear-gradient(45deg, #f8c556, #df9c09);
  background-image: linear-gradient(45deg, #f8c556, #df9c09);
}

.bk-grd-d-135-warning {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #f8c556, #df9c09);
  background-image: -o-linear-gradient(135deg, #f8c556, #df9c09);
  background-image: linear-gradient(135deg, #f8c556, #df9c09);
}

.bk-grd-r-warning {
  background-image: -webkit-radial-gradient(circle, #f8c556, #df9c09);
  background-image: radial-gradient(circle, #f8c556, #df9c09);
  background-repeat: no-repeat;
}

.bk-grd-s-warning {
  background-image: -webkit-linear-gradient(45deg, #fad687 25%, transparent 25%, transparent 50%, #fad687 50%, #fad687 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #fad687 25%, transparent 25%, transparent 50%, #fad687 50%, #fad687 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #fad687 25%, transparent 25%, transparent 50%, #fad687 50%, #fad687 75%, transparent 75%, transparent);
  background-color: #f8c556;
}

.bk-grd-v-t-danger {
  background-image: -webkit-linear-gradient(top, #f78852 0%, #d94e0a 100%);
  background-image: -o-linear-gradient(top, #f78852 0%, #d94e0a 100%);
  background-image: linear-gradient(to bottom, #f78852 0%, #d94e0a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff78852', endColorstr='#ffd94e0a', GradientType=0);
}

.bk-grd-v-b-danger {
  background-image: -webkit-linear-gradient(top, #d94e0a 0%, #f78852 100%);
  background-image: -o-linear-gradient(top, #d94e0a 0%, #f78852 100%);
  background-image: linear-gradient(to bottom, #d94e0a 0%, #f78852 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94e0a', endColorstr='#fff78852', GradientType=0);
}

.bk-grd-h-l-danger {
  background-image: -webkit-linear-gradient(left, #f78852 0%, #d94e0a 100%);
  background-image: -o-linear-gradient(left, #f78852 0%, #d94e0a 100%);
  background-image: linear-gradient(to right, #f78852 0%, #d94e0a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff78852', endColorstr='#ffd94e0a', GradientType=1);
}

.bk-grd-h-r-danger {
  background-image: -webkit-linear-gradient(left, #d94e0a 0%, #f78852 100%);
  background-image: -o-linear-gradient(left, #d94e0a 0%, #f78852 100%);
  background-image: linear-gradient(to right, #d94e0a 0%, #f78852 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd94e0a', endColorstr='#fff78852', GradientType=1);
}

.bk-grd-d-45-danger {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #f78852, #d94e0a);
  background-image: -o-linear-gradient(45deg, #f78852, #d94e0a);
  background-image: linear-gradient(45deg, #f78852, #d94e0a);
}

.bk-grd-d-135-danger {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #f78852, #d94e0a);
  background-image: -o-linear-gradient(135deg, #f78852, #d94e0a);
  background-image: linear-gradient(135deg, #f78852, #d94e0a);
}

.bk-grd-r-danger {
  background-image: -webkit-radial-gradient(circle, #f78852, #d94e0a);
  background-image: radial-gradient(circle, #f78852, #d94e0a);
  background-repeat: no-repeat;
}

.bk-grd-s-danger {
  background-image: -webkit-linear-gradient(45deg, #f9aa83 25%, transparent 25%, transparent 50%, #f9aa83 50%, #f9aa83 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #f9aa83 25%, transparent 25%, transparent 50%, #f9aa83 50%, #f9aa83 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #f9aa83 25%, transparent 25%, transparent 50%, #f9aa83 50%, #f9aa83 75%, transparent 75%, transparent);
  background-color: #f78852;
}

.bk-grd-v-t-inverse {
  background-image: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff000000', GradientType=0);
}

.bk-grd-v-b-inverse {
  background-image: -webkit-linear-gradient(top, #000000 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff222222', GradientType=0);
}

.bk-grd-h-l-inverse {
  background-image: -webkit-linear-gradient(left, #222222 0%, #000000 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #000000 100%);
  background-image: linear-gradient(to right, #222222 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff000000', GradientType=1);
}

.bk-grd-h-r-inverse {
  background-image: -webkit-linear-gradient(left, #000000 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #000000 0%, #222222 100%);
  background-image: linear-gradient(to right, #000000 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff222222', GradientType=1);
}

.bk-grd-d-45-inverse {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #222222, #000000);
  background-image: -o-linear-gradient(45deg, #222222, #000000);
  background-image: linear-gradient(45deg, #222222, #000000);
}

.bk-grd-d-135-inverse {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #222222, #000000);
  background-image: -o-linear-gradient(135deg, #222222, #000000);
  background-image: linear-gradient(135deg, #222222, #000000);
}

.bk-grd-r-inverse {
  background-image: -webkit-radial-gradient(circle, #222222, #000000);
  background-image: radial-gradient(circle, #222222, #000000);
  background-repeat: no-repeat;
}

.bk-grd-s-inverse {
  background-image: -webkit-linear-gradient(45deg, #3c3c3c 25%, transparent 25%, transparent 50%, #3c3c3c 50%, #3c3c3c 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #3c3c3c 25%, transparent 25%, transparent 50%, #3c3c3c 50%, #3c3c3c 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #3c3c3c 25%, transparent 25%, transparent 50%, #3c3c3c 50%, #3c3c3c 75%, transparent 75%, transparent);
  background-color: #222222;
}

.bk-grd-v-t-gray {
  background-image: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #666666 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #666666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff666666', GradientType=0);
}

.bk-grd-v-b-gray {
  background-image: -webkit-linear-gradient(top, #666666 0%, #999999 100%);
  background-image: -o-linear-gradient(top, #666666 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #999999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff999999', GradientType=0);
}

.bk-grd-h-l-gray {
  background-image: -webkit-linear-gradient(left, #999999 0%, #666666 100%);
  background-image: -o-linear-gradient(left, #999999 0%, #666666 100%);
  background-image: linear-gradient(to right, #999999 0%, #666666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff666666', GradientType=1);
}

.bk-grd-h-r-gray {
  background-image: -webkit-linear-gradient(left, #666666 0%, #999999 100%);
  background-image: -o-linear-gradient(left, #666666 0%, #999999 100%);
  background-image: linear-gradient(to right, #666666 0%, #999999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff999999', GradientType=1);
}

.bk-grd-d-45-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #999999, #666666);
  background-image: -o-linear-gradient(45deg, #999999, #666666);
  background-image: linear-gradient(45deg, #999999, #666666);
}

.bk-grd-d-135-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #999999, #666666);
  background-image: -o-linear-gradient(135deg, #999999, #666666);
  background-image: linear-gradient(135deg, #999999, #666666);
}

.bk-grd-r-gray {
  background-image: -webkit-radial-gradient(circle, #999999, #666666);
  background-image: radial-gradient(circle, #999999, #666666);
  background-repeat: no-repeat;
}

.bk-grd-s-gray {
  background-image: -webkit-linear-gradient(45deg, #b3b3b3 25%, transparent 25%, transparent 50%, #b3b3b3 50%, #b3b3b3 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #b3b3b3 25%, transparent 25%, transparent 50%, #b3b3b3 50%, #b3b3b3 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #b3b3b3 25%, transparent 25%, transparent 50%, #b3b3b3 50%, #b3b3b3 75%, transparent 75%, transparent);
  background-color: #999999;
}

.bk-grd-v-t-light-gray {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #acacac 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #acacac 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #acacac 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffacacac', GradientType=0);
}

.bk-grd-v-b-light-gray {
  background-image: -webkit-linear-gradient(top, #acacac 0%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #acacac 0%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #acacac 0%, #dfdfdf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacacac', endColorstr='#ffdfdfdf', GradientType=0);
}

.bk-grd-h-l-light-gray {
  background-image: -webkit-linear-gradient(left, #dfdfdf 0%, #acacac 100%);
  background-image: -o-linear-gradient(left, #dfdfdf 0%, #acacac 100%);
  background-image: linear-gradient(to right, #dfdfdf 0%, #acacac 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffacacac', GradientType=1);
}

.bk-grd-h-r-light-gray {
  background-image: -webkit-linear-gradient(left, #acacac 0%, #dfdfdf 100%);
  background-image: -o-linear-gradient(left, #acacac 0%, #dfdfdf 100%);
  background-image: linear-gradient(to right, #acacac 0%, #dfdfdf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffacacac', endColorstr='#ffdfdfdf', GradientType=1);
}

.bk-grd-d-45-light-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #dfdfdf, #acacac);
  background-image: -o-linear-gradient(45deg, #dfdfdf, #acacac);
  background-image: linear-gradient(45deg, #dfdfdf, #acacac);
}

.bk-grd-d-135-light-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #dfdfdf, #acacac);
  background-image: -o-linear-gradient(135deg, #dfdfdf, #acacac);
  background-image: linear-gradient(135deg, #dfdfdf, #acacac);
}

.bk-grd-r-light-gray {
  background-image: -webkit-radial-gradient(circle, #dfdfdf, #acacac);
  background-image: radial-gradient(circle, #dfdfdf, #acacac);
  background-repeat: no-repeat;
}

.bk-grd-s-light-gray {
  background-image: -webkit-linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 50%, #f9f9f9 50%, #f9f9f9 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 50%, #f9f9f9 50%, #f9f9f9 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 50%, #f9f9f9 50%, #f9f9f9 75%, transparent 75%, transparent);
  background-color: #dfdfdf;
}

.bk-grd-v-t-very-light-gray {
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #c3c3c3 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #c3c3c3 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #c3c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffc3c3c3', GradientType=0);
}

.bk-grd-v-b-very-light-gray {
  background-image: -webkit-linear-gradient(top, #c3c3c3 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(top, #c3c3c3 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #c3c3c3 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c3c3', endColorstr='#fff6f6f6', GradientType=0);
}

.bk-grd-h-l-very-light-gray {
  background-image: -webkit-linear-gradient(left, #f6f6f6 0%, #c3c3c3 100%);
  background-image: -o-linear-gradient(left, #f6f6f6 0%, #c3c3c3 100%);
  background-image: linear-gradient(to right, #f6f6f6 0%, #c3c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffc3c3c3', GradientType=1);
}

.bk-grd-h-r-very-light-gray {
  background-image: -webkit-linear-gradient(left, #c3c3c3 0%, #f6f6f6 100%);
  background-image: -o-linear-gradient(left, #c3c3c3 0%, #f6f6f6 100%);
  background-image: linear-gradient(to right, #c3c3c3 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c3c3', endColorstr='#fff6f6f6', GradientType=1);
}

.bk-grd-d-45-very-light-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #f6f6f6, #c3c3c3);
  background-image: -o-linear-gradient(45deg, #f6f6f6, #c3c3c3);
  background-image: linear-gradient(45deg, #f6f6f6, #c3c3c3);
}

.bk-grd-d-135-very-light-gray {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #f6f6f6, #c3c3c3);
  background-image: -o-linear-gradient(135deg, #f6f6f6, #c3c3c3);
  background-image: linear-gradient(135deg, #f6f6f6, #c3c3c3);
}

.bk-grd-r-very-light-gray {
  background-image: -webkit-radial-gradient(circle, #f6f6f6, #c3c3c3);
  background-image: radial-gradient(circle, #f6f6f6, #c3c3c3);
  background-repeat: no-repeat;
}

.bk-grd-s-very-light-gray {
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-color: #f6f6f6;
}

.bk-pt {
  position: relative;
}

.bk-pt:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.bk-pt-l-primary:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #5eabf4;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-success:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #87cc64;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-info:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #57d9ca;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-warning:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f8c556;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-danger:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f78852;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-inverse:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #222222;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-gray:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #999999;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-light-gray:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #dfdfdf;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-very-light-gray:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f6f6f6;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-l-white:after {
  right: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-primary:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #5eabf4;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-success:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #87cc64;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-info:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #57d9ca;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-warning:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f8c556;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-danger:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f78852;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-inverse:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #222222;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-gray:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-light-gray:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #dfdfdf;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-very-light-gray:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f6f6f6;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-r-white:after {
  left: 99.5%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

.bk-pt-b-primary:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #5eabf4;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-success:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #87cc64;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-info:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #57d9ca;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-warning:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f8c556;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-danger:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f78852;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-inverse:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #222222;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-gray:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999999;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-light-gray:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #dfdfdf;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-very-light-gray:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f6f6f6;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-b-white:after {
  top: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-primary:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #5eabf4;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-success:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #87cc64;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-info:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #57d9ca;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-warning:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f8c556;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-danger:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f78852;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-inverse:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #222222;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-gray:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #999999;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-light-gray:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #dfdfdf;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-very-light-gray:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f6f6f6;
  border-width: 12px;
  margin-left: -12px;
}

.bk-pt-t-white:after {
  bottom: 100%;
  left: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}

.bk-seven-cols .col-xs-1 {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%;
  float: left;
}

@media (min-width: 768px) {
  .bk-seven-cols .col-md-1,
  .bk-seven-cols .col-sm-1,
  .bk-seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

@media (max-width: 767px) {
  .bk-seven-cols .col-md-1,
  .bk-seven-cols .col-sm-1,
  .bk-seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------------------- */
.bk-rd-off > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-b-r-radius: 0;
  border-b-l-radius: 0;
}

.bk-widget.panel .panel-body .table td,
.bk-widget .panel .panel-body .table td {
  vertical-align: middle;
}

.bk-widget.panel .panel-body .table-responsive,
.bk-widget .panel .panel-body .table-responsive {
  border: 0;
}

.bk-carousel-ctrl {
  width: initial;
  transition: 0.3s ease;
}

.bk-carousel-ctrl.left,
.bk-carousel-ctrl.right {
  background-image: none;
  text-shadow: none;
  outline: none;
  z-index: 2;
}

.bk-carousel-ctrl > span[class*='icon-'] {
  line-height: 26px;
  background-color: #eee;
  border: 1px solid #eee;
  color: #333333;
}

.bk-carousel-ctrl .icon-prev,
.bk-carousel-ctrl .icon-next {
  width: 28px;
  height: 28px;
  font-size: 20px;
  font-weight: normal;
}

.bk-carousel-ctrl .icon-prev {
  margin-left: 5px;
}

.bk-carousel-ctrl .icon-prev:before {
  font-family: "fontawesome";
  content: "\f104";
}

.bk-carousel-ctrl .icon-next {
  margin-right: 5px;
}

.bk-carousel-ctrl .icon-next:before {
  font-family: "fontawesome";
  content: "\f105";
}

.carousel .carousel-control.bk-carousel-hide-init {
  visibility: hidden;
}

.carousel:hover .carousel-control.bk-carousel-hide-init {
  visibility: visible;
}

.bk-custom-ctrl {
  display: block;
  width: 28px;
  height: 28px;
  background: #eee;
  text-align: center;
  font-size: 20px;
  color: #333333;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bk-custom-ctrl:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel.bk-fade {
  opacity: 1;
}

.carousel.bk-fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.carousel.bk-fade .item:first-child {
  top: auto;
  position: relative;
}

.carousel.bk-fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bk-widget input.form-control {
  box-shadow: none;
}

.bk-widget .btn {
  outline-color: transparent !important;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bk-progress-xxs {
  height: 2px;
}

.bk-progress-xs {
  height: 4px;
}

.bk-progress-sm {
  height: 6px;
}

.bk-progress-md {
  height: 8px;
}

.bk-progress-xl {
  height: 10px;
}

.bk-progress-xxl {
  height: 12px;
}

.bk-progress-xxxl {
  height: 14px;
}

/*!
 *  Weather Icons 1.1
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at //erikflowers.github.io/weather-icons
 *  //twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    //scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    //opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    //creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Aweosme
 *    "Font Awesome by Dave Gandy - //fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: //twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url('../fonts/weathericons-regular-webfont.eot');
  src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-rain:before {
  content: "\f019";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-windy:before {
  content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-down-left:before {
  content: "\f043";
}

.wi-down:before {
  content: "\f044";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-left:before {
  content: "\f048";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-right:before {
  content: "\f04d";
}

.wi-sprinkles:before {
  content: "\f04e";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-up-right:before {
  content: "\f057";
}

.wi-up:before {
  content: "\f058";
}

.wi-wind-west:before {
  content: "\f059";
}

.wi-wind-south-west:before {
  content: "\f05a";
}

.wi-wind-south-east:before {
  content: "\f05b";
}

.wi-wind-south:before {
  content: "\f05c";
}

.wi-wind-north-west:before {
  content: "\f05d";
}

.wi-wind-north-east:before {
  content: "\f05e";
}

.wi-wind-north:before {
  content: "\f060";
}

.wi-wind-east:before {
  content: "\f061";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-hot:before {
  content: "\f072";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-smog:before {
  content: "\f074";
}

.wi-alien:before {
  content: "\f075";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-stars:before {
  content: "\f077";
}

.wi-moon-full:before {
  content: "\f078";
}

.wi-moon-waxing-gibbous:before {
  content: "\f079";
}

.wi-moon-waxing-quarter:before {
  content: "\f07a";
}

.wi-moon-waxing-crescent:before {
  content: "\f07b";
}

.wi-moon-young:before {
  content: "\f07c";
}

.wi-moon-new:before {
  content: "\f07d";
}

.wi-moon-old:before {
  content: "\f07e";
}

.wi-moon-waning-crescent:before {
  content: "\f080";
}

.wi-moon-waning-quarter:before {
  content: "\f081";
}

.wi-moon-waning-gibbous:before {
  content: "\f082";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - //fontawesome.io - @fontawesome
 *  License - //fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bk-scroll {
  overflow: hidden;
  max-height: 300px;
}

.slimScrollBar {
  border-radius: 0 !important;
}

/* ------------------------------------------------------------------------------------------------------------- */
