@keyframes "indeterminate" {
  0% {
    left: -35%;
    right: 100%;
  }
  100%,
  60% {
    left: 100%;
    right: -90%;
  }
}
@keyframes "indeterminate-short" {
  0% {
    left: -200%;
    right: 100%;
  }
  100%,
  60% {
    left: 107%;
    right: -8%;
  }
}
@font-face {
  font-family: Material-Design-Icons;
  src: url(../font/material-design-icons/Material-Design-Icons.eot?#iefix) format("embedded-opentype"), url(../font/material-design-icons/Material-Design-Icons.woff2) format("woff2"), url(../font/material-design-icons/Material-Design-Icons.woff) format("woff"), url(../font/material-design-icons/Material-Design-Icons.ttf) format("truetype"), url(../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
@keyframes "mdi-spin" {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@keyframes "progress-bar-stripes" {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes "container-rotate" {
  to {
    transform: rotate(360deg);
  }
}
@keyframes "fill-unfill-rotate" {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes "blue-fade-in-out" {
  100%,
  25%,
  90%,
  from {
    opacity: 1;
  }
  26%,
  89% {
    opacity: 0;
  }
}
@keyframes "red-fade-in-out" {
  15%,
  51%,
  from {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
}
@keyframes "yellow-fade-in-out" {
  40%,
  76%,
  from {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@keyframes "green-fade-in-out" {
  100%,
  65%,
  from {
    opacity: 0;
  }
  75%,
  90% {
    opacity: 1;
  }
}
@keyframes "left-spin" {
  from,
  to {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes "right-spin" {
  from,
  to {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes "fade-out" {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
img {
  border: 0;
  vertical-align: middle;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
ul {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 9px;
}
ul li {
  list-style-type: none;
}
ul ul {
  margin-bottom: 0;
}
ul ol {
  margin-bottom: 0;
}
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
ul.staggered-list li {
  opacity: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination li {
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
}
.pagination li a {
  color: #444;
  font-weight: 500;
  background: 0 0;
  border: none;
}
.pagination li a:hover {
  color: #6DABFB;
}
.pagination li i {
  font-size: 2.2rem;
  vertical-align: middle;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.active a {
  color: #fff;
  background-color: #CACACA;
  border-radius: 0;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #008aff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > a:hover {
  color: #006ecc;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > a:focus {
  color: #006ecc;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #008aff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > span:hover {
  color: #006ecc;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > span:focus {
  color: #006ecc;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > .active > a {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .active > a:hover {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .active > a:focus {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .active > span {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
  cursor: default;
}
.pagination > .disabled > span {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > .disabled > span:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > .disabled > a {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > .disabled > a:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
table.centered tbody tr td {
  text-align: center;
}
table.centered thead tr th {
  text-align: center;
}
.mdi-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 2.14285714em;
}
.mdi-ul > li {
  position: relative;
}
.clearfix {
  clear: both;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  content: "";
  content: " ";
  display: table;
  clear: both;
}
.row .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  box-sizing: border-box;
  padding: 0 .75rem;
}
.row .col[class*=pull-] {
  position: relative;
}
.row .col[class*=push-] {
  position: relative;
}
.row .col.s1 {
  width: 8.33333%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
.row .col.pull-s1 {
  right: 8.33333%;
}
.row .col.push-s1 {
  left: 8.33333%;
}
.row .col.s2 {
  width: 16.66667%;
  margin-left: 0;
}
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
.row .col.pull-s2 {
  right: 16.66667%;
}
.row .col.push-s2 {
  left: 16.66667%;
}
.row .col.s3 {
  width: 25%;
  margin-left: 0;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.s4 {
  width: 33.33333%;
  margin-left: 0;
}
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
.row .col.pull-s4 {
  right: 33.33333%;
}
.row .col.push-s4 {
  left: 33.33333%;
}
.row .col.s5 {
  width: 41.66667%;
  margin-left: 0;
}
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
.row .col.pull-s5 {
  right: 41.66667%;
}
.row .col.push-s5 {
  left: 41.66667%;
}
.row .col.s6 {
  width: 50%;
  margin-left: 0;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.s7 {
  width: 58.33333%;
  margin-left: 0;
}
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
.row .col.pull-s7 {
  right: 58.33333%;
}
.row .col.push-s7 {
  left: 58.33333%;
}
.row .col.s8 {
  width: 66.66667%;
  margin-left: 0;
}
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
.row .col.pull-s8 {
  right: 66.66667%;
}
.row .col.push-s8 {
  left: 66.66667%;
}
.row .col.s9 {
  width: 75%;
  margin-left: 0;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.s10 {
  width: 83.33333%;
  margin-left: 0;
}
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
.row .col.pull-s10 {
  right: 83.33333%;
}
.row .col.push-s10 {
  left: 83.33333%;
}
.row .col.s11 {
  width: 91.66667%;
  margin-left: 0;
}
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
.row .col.pull-s11 {
  right: 91.66667%;
}
.row .col.push-s11 {
  left: 91.66667%;
}
.row .col.s12 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.toast {
  clear: both;
  font-weight: 300;
  position: relative;
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toast .btn {
  margin: 0 0 0 3rem;
}
.toast .btn-flat {
  margin: 0 0 0 3rem;
}
.toast .btn-large {
  margin: 0 0 0 3rem;
}
.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
}
.picker__table td {
  text-align: center;
  margin: 0;
  padding: 0;
}
.picker__table th {
  text-align: center;
}
table {
  border: none;
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.btn {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  border: none;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 1.5rem;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  letter-spacing: .5px;
  transition: 0.2s ease-out;
  outline: 0 !important;
  color: #fff;
  height: 34px;
  padding: 0 15px !important;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn:disabled * {
  pointer-events: none;
}
.btn:disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn i {
  font-size: 20px;
  line-height: inherit;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
  opacity: .8;
}
.btn:active {
  outline: 0;
  background-image: none;
}
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover {
  text-decoration: none;
  opacity: .8;
}
.btn .caret {
  margin-left: 0;
}
.btn .label {
  position: relative;
  top: -1px;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-flat {
  -webkit-tap-highlight-color: transparent;
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 1.5rem;
  vertical-align: middle;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  box-shadow: none;
  background-color: transparent;
  color: #717171;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}
.btn-flat i {
  font-size: 20px;
  line-height: inherit;
}
.btn-large {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 1.5rem;
  vertical-align: middle;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  letter-spacing: .5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  height: 54px !important;
  line-height: 56px !important;
}
.btn-large:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn-large:disabled * {
  pointer-events: none;
}
.btn-large:disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn-large i {
  font-size: 20px;
  line-height: inherit;
  font-size: 24px;
}
.btn-round {
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
  background: 0 0;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  outline: 0;
  vertical-align: middle;
}
.btn-round i {
  height: 40px;
  width: 40px;
  padding: 0 8px;
  line-height: 40px;
  font-size: 12px;
  float: left;
}
.waves-effect {
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect input[type=button] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0;
}
.waves-effect input[type=reset] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0;
}
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0;
}
a {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  color: #039be5;
  background: transparent;
  color: #008aff;
  text-decoration: none;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #fa2414;
  text-decoration: underline;
}
a:focus {
  color: #fa2414;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}
.materialize-red {
  background-color: #e51c23 !important;
}
.materialize-red-text {
  color: #e51c23 !important;
}
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red {
  background-color: #fa2414 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.pink.lighten-5 {
  background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.pink.lighten-2 {
  background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.pink.lighten-1 {
  background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.pink {
  background-color: #e91e63 !important;
}
.pink-text {
  color: #e91e63 !important;
}
.pink.darken-1 {
  background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.pink.darken-2 {
  background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
  color: #c2185b !important;
}
.pink.darken-3 {
  background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.pink.darken-4 {
  background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
  color: #880e4f !important;
}
.pink.accent-1 {
  background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.pink.accent-2 {
  background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.pink.accent-3 {
  background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
  color: #f50057 !important;
}
.pink.accent-4 {
  background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
  color: #c51162 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #a0f !important;
}
.purple-text.text-accent-4 {
  color: #a0f !important;
}
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.deep-purple {
  background-color: #673ab7 !important;
}
.deep-purple-text {
  color: #673ab7 !important;
}
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.deep-purple.accent-3 {
  background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.indigo.lighten-2 {
  background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.thumb_right {
  font-weight: 500;
  font-size: 12px;
  color: #ADADAD;
}
.thumb_right a {
  position: relative;
  color: #a0a0a0;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  margin-left: 20px;
}
.thumb_right a i {
  font-size: 12px;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-right: 5px;
  position: relative;
}
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.indigo {
  background-color: #3f51b5 !important;
}
.indigo-text {
  color: #3f51b5 !important;
}
.indigo.darken-1 {
  background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.indigo.darken-2 {
  background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.indigo.darken-3 {
  background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
  color: #283593 !important;
}
.indigo.darken-4 {
  background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.indigo.accent-1 {
  background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.indigo.accent-2 {
  background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.indigo.accent-3 {
  background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.indigo.accent-4 {
  background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue-text {
  color: #03a9f4 !important;
}
.light-blue.darken-1 {
  background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.light-blue.darken-3 {
  background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.light-blue.darken-4 {
  background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.light-blue.accent-4 {
  background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.cyan.lighten-3 {
  background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.cyan.lighten-1 {
  background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.cyan {
  background-color: #00bcd4 !important;
}
.cyan-text {
  color: #00bcd4 !important;
}
.cyan.darken-1 {
  background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.cyan.darken-2 {
  background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.cyan.darken-3 {
  background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
  color: #00838f !important;
}
.cyan.darken-4 {
  background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
  color: #006064 !important;
}
.cyan.accent-1 {
  background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.cyan.accent-2 {
  background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.cyan.accent-3 {
  background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green {
  background-color: #8ec86f;
  color: #fff !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.light-green.lighten-2 {
  background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.light-green {
  background-color: #8bc34a !important;
}
.light-green-text {
  color: #8bc34a !important;
}
.light-green.darken-1 {
  background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.light-green.darken-2 {
  background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.light-green.darken-3 {
  background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.light-green.darken-4 {
  background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
  color: #33691e !important;
}
.light-green.accent-1 {
  background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.light-green.accent-3 {
  background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.light-green.accent-4 {
  background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.lime.lighten-2 {
  background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.lime.lighten-1 {
  background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.lime {
  background-color: #cddc39 !important;
}
.lime-text {
  color: #cddc39 !important;
}
.lime.darken-1 {
  background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.lime.darken-2 {
  background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
  color: #afb42b !important;
}
.lime.darken-3 {
  background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.lime.darken-4 {
  background-color: #827717 !important;
}
.lime-text.text-darken-4 {
  color: #827717 !important;
}
.lime.accent-1 {
  background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.lime.accent-2 {
  background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.lime.accent-3 {
  background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.lime.accent-4 {
  background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ff0 !important;
}
.yellow-text.text-accent-2 {
  color: #ff0 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.amber.lighten-3 {
  background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.amber.lighten-2 {
  background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.amber.lighten-1 {
  background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.amber {
  background-color: #ffc107 !important;
}
.amber-text {
  color: #ffc107 !important;
}
.amber.darken-1 {
  background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.amber.darken-2 {
  background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.amber.darken-3 {
  background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.amber.darken-4 {
  background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.amber.accent-1 {
  background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.amber.accent-2 {
  background-color: #ffd740 !important;
}
.subs {
  margin: 0;
  height: 58px;
  position: relative;
  float: left;
}
.subs li {
  display: block !important;
}
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.amber.accent-3 {
  background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.amber.accent-4 {
  background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
}
.deep-orange-text {
  color: #ff5722 !important;
}
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.brown.lighten-5 {
  background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.brown.lighten-2 {
  background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.brown {
  background-color: #795548 !important;
}
.brown-text {
  color: #795548 !important;
}
.brown.darken-1 {
  background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.brown.darken-2 {
  background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.brown.darken-3 {
  background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
  color: #4e342e !important;
}
.brown.darken-4 {
  background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eee !important;
}
.grey-text.text-lighten-3 {
  color: #eee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #5c556a !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.shades.black {
  background-color: #000 !important;
}
.shades-text.text-black {
  color: #000 !important;
}
.shades.white {
  background-color: #FFF !important;
}
.shades-text.text-white {
  color: #FFF !important;
}
.shades.transparent {
  background-color: transparent !important;
}
.shades-text.text-transparent {
  color: transparent !important;
}
.black {
  background-color: #000 !important;
}
.black-text {
  color: #000 !important;
}
.white {
  background-color: #FFF !important;
}
.white-text {
  color: #FFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
body {
  overflow-x: hidden;
  margin: 0;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: #fff;
  background: #fff;
  font-size: 14px;
}
body a {
  text-decoration: none;
  color: #5d5868;
}
body a:active {
  text-decoration: none;
  color: #5d5868;
}
body a:active:active {
  text-decoration: none;
}
body a:active:focus {
  text-decoration: none;
}
body a:active:visited {
  text-decoration: none;
}
body a:active:hover {
  text-decoration: none;
  color: #fa2414;
}
body a:focus {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  color: #fa2414;
}
body .ads {
  text-align: center;
  margin: 0 auto 30px;
  clear: both;
  position: relative;
  z-index: 0;
}
body .ads:before {
  text-align: center;
  top: 35%;
  width: 96%;
  margin-left: 2%;
  position: absolute;
  z-index: -1;
  color: #fff;
  font-weight: 700;
}
body h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #F4F4F4;
}
body::-webkit-scrollbar-thumb {
  background-color: #cacaca;
}
body h1 {
  font-size: 25px;
}
body h2 {
  font-size: 17px;
  font-weight: 700;
}
body h2.header {
  color: #000;
}
body h2.header-featured {
  color: #01c8cf;
}
body h3.header-in {
  background: 0 0;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
body .header-holder h2.header {
  width: auto;
}
body .btn {
  transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -moz-transition: all .15s linear;
}
body .btn.btn-primary {
  background: #8BC34A;
  color: #fff;
}
body .btn.btn-info {
  color: #333f48;
  background: #fafafa;
  box-shadow: 0 0 0 1px #e0e0e0;
  height: 34px;
  line-height: 34px;
  margin-top: 8px;
  margin-left: 5px;
}
body .btn.btn-info:hover {
  background: rgba(0, 0, 0, 0.12);
}
body .btn.btn-info.active {
  background: rgba(0, 0, 0, 0.12);
}
body .btn.btn-warning {
  background: #f8cb1c;
  border-color: #f8cb1c;
  color: #fff;
}
body .btn.btn-warning:hover {
  background: #fad64d;
  color: #fff;
}
body .btn.btn-warning.active {
  background: #fad64d;
  color: #fff;
}
body .btn.btn-success {
  background: #8ec86f;
  border-color: #8ec86f;
  color: #fff;
}
body .btn.btn-success:hover {
  background: #00ec3c;
  color: #fff;
}
body .btn.btn-success.active {
  background: #00ec3c;
  color: #fff;
}
body .btn.btn-danger {
  background: #e22e40;
  border-color: #e22e40;
  color: #fff;
  line-height: 34px;
}
body .btn.btn-danger:hover {
  background: #e85b69;
  color: #fff;
}
body .btn.btn-danger.active {
  background: #e85b69;
  color: #fff;
}
body .btn.btn-facebook {
  background: #3D5A98;
  color: #fff;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
body .btn.btn-facebook:hover {
  background-color: #4c70ba;
}
body .btn.btn-twitter {
  background: #5EA9DD;
  padding: 0 14px !important;
  color: #fff;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
body .btn.btn-twitter:hover {
  background-color: #6ab2de;
}
body .btn.btn-google {
  background: #DE5044;
  color: #fff;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
body .btn.btn-google:hover {
  background-color: #dc6e60;
}
body .this-hide {
  display: none;
}
body .panel-default {
  border: 0;
  background: 0 0;
  box-shadow: none;
}
body .panel-default .panel-heading {
  background: none;
  margin-bottom: 15px;
  color: #5c556a;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}
body .panel-default .panel-heading i {
  float: left;
  line-height: 40px;
}
body .panel-default .panel-heading a {
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  border-bottom: 3px solid #fa2414;
  padding: 8px 0;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}
body .panel-default .panel-heading a i {
  float: right;
  font-size: 25px;
  line-height: 40px;
}
body .panel-default .panel-heading a:hover {
  color: #82b1ff;
}
body .panel-default .panel-heading.panel-heading-alt .chosen-single {
  min-width: 150px;
  color: #212121;
  font-weight: 500;
  background: #fff;
}
body .panel-default .panel-heading.panel-heading-alt .chosen-single:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
body .panel-default .panel-heading.panel-heading-alt h1 {
  margin: 0;
  background: 0 0;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-transform: capitalize;
}
body ul.media {
  list-style: none;
  padding: 0;
  margin-right: -20px;
}
body ul.media li {
  display: block;
  max-width: 235px;
  min-height: 170px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background: #f7f7f7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body ul.media li .mediathumb {
  position: relative;
  display: block;
  width: 100%;
}
body ul.media li .mediathumb .mediabg {
  width: 100%;
  min-height: 96px;
  text-indent: -9999px;
  display: block;
  background-position: center center;
  background-size: cover !important;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
}
body ul.media li .mediathumb small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .4px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  padding: 2px 5px;
  background: rgba(25, 25, 25, 0.76);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media li .mediathumb small.mediacount {
  padding: 0 10px;
  line-height: 10px;
  height: 30px;
}
body ul.media li .mediathumb .mediatype {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 11px;
  color: #fff;
  background: #fff;
  padding: 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media li .mediathumb .mediatype .mediadate {
  display: none;
  margin-left: 5px;
}
body ul.media li .mediathumb .mediansfw {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #fa2414;
  padding: 1px 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media li .mediathumb .mediacontainer:hover .mediansfw {
  display: none;
}
body ul.media li .mediathumb .mediacontainer:hover .mediadate {
  display: inline-block;
}
body ul.media li .mediathumb a:hover .preview-play {
  display: block;
  border-left-color: rgba(255, 255, 255, 0.8);
}
body ul.media li .mediainfo {
  padding: 14px 10px;
}
body ul.media li .mediadescription {
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e2e2e;
}
body ul.media li h4 {
  margin: 5px 0;
  font-size: 14px;
  max-height: 20px;
  min-height: 20px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
}
body ul.media li h4 a.medialink {
  color: #2991e1;
  font-weight: 500;
}
body ul.media li h4 small {
  margin-left: 5px;
}
body ul.media li h4 span.mediacomments {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 0px;
  font-weight: 700;
  color: #aaa;
}
body ul.media li h4 span.mediavotes {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 0px;
  font-weight: 700;
  color: #aaa;
}
body ul.media li a.mediaauthor:hover {
  color: #000;
}
body ul.media li a.mediaauthor span.mediaauthorname strong {
  color: #959595;
  display: inline-block;
}
body ul.media li .buttons {
  margin-top: 5px;
  display: block;
}
body ul.media li .buttons a {
  font-size: 11px;
}
body ul.media li.music a.medialink:hover {
  color: #e85b69;
}
body ul.media li.vine a.medialink {
  color: #008622;
}
body ul.media li.vine a.medialink:hover {
  color: #8ec86f;
}
body ul.media li.picture a.media-link {
  color: #01c8cf;
}
body ul.media li.picture a.media-link:hover {
  color: #05f5fe;
}
body ul.media.media-sidebar-video {
  padding: 0;
  margin: 15px 0 0;
}
body ul.media.media-sidebar-video li {
  margin-bottom: 10px;
  max-width: 100%;
  min-height: 80px !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
body ul.media.media-sidebar-video li .mediathumb {
  width: 140px;
  float: left;
}
body ul.media.media-sidebar-video li .mediathumb .mediabg {
  min-height: 78px;
}
body ul.media.media-sidebar-video li .mediainfo {
  width: 46%;
  display: inline-block;
  padding: 6px 0 0 15px;
}
body ul.media.media-sidebar-video li a.mediaauthor {
  display: none;
}
body ul.media.media-grid li {
  min-height: 50px;
  min-height: 116px !important;
  max-width: 100%;
}
body ul.media.media-grid li .mediathumb {
  width: 210px;
  float: left;
}
body ul.media.media-grid li .mediathumb .mediabg {
  min-height: 116px;
}
body ul.media.media-grid li .mediainfo {
  width: 70%;
  display: inline-block;
}
body ul.media.media-grid li .mediainfo h4 {
  margin-bottom: 5px;
  min-height: 0;
}
body ul.media.media-grid li span.mediacomments {
  display: inline-block !important;
}
body ul.media.media-grid li span.mediavotes {
  display: inline-block !important;
}
body ul.media.media-grid li .mediadescription {
  color: #757575;
  display: block;
  height: 24px;
  line-height: 23px;
  overflow: hidden;
}
body ul.media_featured {
  position: relative;
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
body ul.media_featured li {
  display: block;
  max-width: 208px;
  min-height: 142px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background: #f7f7f7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px2px;
}
body ul.media_featured li .mediathumb {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
body ul.media_featured li .mediathumb .mediabg {
  width: 100%;
  min-height: 116px;
  text-indent: -9999px;
  display: block;
  background-position: center center;
  background-size: cover !important;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -moz-transition: all .2s linear;
}
body ul.media_featured li .mediathumb .mediabg:hover {
  opacity: .5;
}
body ul.media_featured li .mediathumb small {
  display: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #fff;
  padding: 0 5px;
  background: #191919;
  opacity: .8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media_featured li .mediathumb small.mediacount {
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: -2px;
  padding: 30px 10px;
  font-size: 14px;
}
body ul.media_featured li .mediathumb .mediatype {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 11px;
  color: #fff;
  background: #fff;
  padding: 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media_featured li .mediathumb .mediatype .mediadate {
  display: none;
  margin-left: 5px;
}
body ul.media_featured li .mediathumb .mediansfw {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #fa2414;
  padding: 1px 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.media_featured li .mediathumb .mediacontainer:hover .mediansfw {
  display: none;
}
body ul.media_featured li .mediathumb .mediacontainer:hover .mediadate {
  display: inline-block;
}
body ul.media_featured li .mediainfo {
  padding: 14px;
}
body ul.media_featured li .mediadescription {
  display: none;
}
body ul.media_featured li h4 {
  margin: 0;
  font-size: 14px;
  max-height: 28px;
  min-height: 28px;
  overflow: hidden;
  line-height: 25px;
  width: 100%;
}
body ul.media_featured li h4 a.medialink {
  font-weight: 500;
  color: #2991e1;
}
body ul.media_featured li h4 small {
  margin-left: 5px;
}
body ul.media_featured li h4 span.mediacomments {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 700;
  color: #aaa;
}
body ul.media_featured li h4 span.mediavotes {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 700;
  color: #aaa;
}
body ul.media_featured li a.mediaauthor {
  color: #94a2a8;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
body ul.media_featured li a.mediaauthor:hover {
  color: #000;
}
body ul.media_featured li a.mediaauthor span.mediaauthorname strong {
  color: #85B2D4;
}
body ul.media_featured li a.mediaauthor span.mediaviews {
  padding-left: 20px;
}
body ul.media.media-playlist .mediatype {
  display: none !important;
}
body ul.media_more {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
body ul.media_more li {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
}
body ul.media_more li .mediaauthorname {
  display: none;
}
body ul.media_more li h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  height: 20px;
}
body ul.media_more li h4 .mediacomments {
  display: none;
}
body ul.media_more li h4 .mediavotes {
  display: none;
}
body ul.media_more li h4 a {
  color: #2fa5ff;
}
body ul.media_more li .mediathumb {
  width: 168px;
  float: left;
  position: relative;
}
body ul.media_more li .mediathumb small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .4px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  padding: 2px 5px;
  background: rgba(25, 25, 25, 0.76);
  -webkit-border-radius: 2px;
}
body ul.media_more li .mediathumb span.mediabg {
  min-height: 94px;
}
body ul.media_more li .mediathumb .mediabg {
  width: 100%;
  min-height: 106px;
  text-indent: -9999px;
  display: block;
  background-position: center center;
  background-size: cover !important;
}
body ul.media_more li .mediathumb .mediabg:hover {
  opacity: 1;
}
body ul.media_more li .mediathumb a .mediatype {
  display: none;
}
body ul.media_more li .mediainfo {
  width: 55%;
  float: right;
  padding: 0;
}
body ul.media_more li .mediainfo .mediadescription {
  display: none;
  display: block;
  height: 36px;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(49, 41, 64, 0.67);
}
body ul.media.media-row li {
  margin-right: 13px;
}
body ul.media.media-featured li {
  max-width: 220px;
}
body ul.media.media-featured li:nth-child(4n) {
  margin-right: 10px;
}
body ul.media.media-featured li:nth-child(5n) {
  margin-right: 0;
}
body ul.media.media-wide li {
  max-width: 208px;
}
body ul.media.media-wide li:nth-child(4n) {
  margin-right: 10px;
}
body ul.media.media-wide li:nth-child(5n) {
  margin-right: 0;
}
body ul.media.media-sidebar {
  padding: 0;
}
body ul.media.media-sidebar li {
  max-width: 100%;
  min-height: 50px;
}
body ul.media.media-sidebar li .mediaauthorname {
  display: none;
}
body ul.media.media-sidebar li .mediathumb {
  width: 45%;
  float: left;
}
body ul.media.media-sidebar li .mediathumb span.mediabg {
  min-height: 80px;
}
body ul.media.media-sidebar li h4 {
  width: 50%;
  float: right;
}
body ul.media.media-sidebar li .mediaviews {
  float: right;
}
body ul.media.media-sidebar-video2 {
  padding: 0;
  margin: 15px 0 0;
}
body ul.media.media-sidebar-video2 li {
  margin-bottom: 10px;
  max-width: 100%;
  min-height: 140px !important;
  box-shadow: 0 2px 0 0 rgba(1, 1, 1, 0.09);
}
body ul.media.media-sidebar-video2 li a.mediaauthor {
  display: none;
}
body ul.media.media-sidebar-video2 li .mediainfo {
  background: rgba(226, 226, 226, 0.35);
}
body .media-row .panel {
  background: #fff;
  border-color: #e6e6e6;
}
body .media-row .panel a {
  color: #191919;
}
body .media-row .panel-heading {
  background: #fff;
  border-color: #e6e6e6;
}
body .media-row .panel-heading a {
  color: #191919;
}
body .media-row .media-player {
  text-align: center;
  line-height: 0;
  padding: 0 1px;
}
body .media-row .media-player embed {
  width: 100%;
  min-height: 450px;
}
body .media-row .media-player iframe {
  width: 100%;
  min-height: 450px;
}
body .media-row .media-player object {
  width: 100%;
  min-height: 450px;
}
body .media-row .media-player img {
  width: 100%;
}
body .media-row .media-avatar img {
  width: 48px;
  margin-right: 10px;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
}
body .media-row .media-stats {
  font-size: 12px;
  margin-top: 12px;
  color: #a6a6a6;
}
body .media-row .media-stats strong {
  font-size: 16px;
  color: gray;
}
body .activities .panel-heading {
  font-weight: 400;
}
body .activities .panel-heading span {
  float: right;
  color: #fff;
  font-size: 11px;
  padding-top: 3px;
  vertical-align: bottom;
  display: none;
}
body .activities .media-grid {
  margin: 0;
}
body .activities .media-grid li {
  margin-bottom: 0;
}
body .ads.ads-1 {
  width: 100%;
}
body .ads.ads-1:before {
  content: "";
}
body .ads.ads-729 {
  max-width: 728px;
  height: 90px;
  width: 100%;
  background: #fafafa;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-transform: uppercase;
  line-height: 90px;
  font-weight: 700;
  font-size: 24px;
  color: #5c556a;
}
body .ads.ads-729 embed {
  max-width: 728px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fafafa;
}
body .ads.ads-729 iframe {
  max-width: 728px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fafafa;
}
body .ads.ads-729 img {
  max-width: 728px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fafafa;
}
body .ads.ads-301 {
  max-width: 300px;
  height: 250px;
  line-height: 250px;
  width: 100%;
  background: #fafafa;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #5c556a;
}
body .ads.ads-301 embed {
  max-width: 300px;
  max-height: 250px;
}
body .ads.ads-301 iframe {
  max-width: 300px;
  max-height: 250px;
}
body .ads.ads-301 img {
  max-width: 300px;
  max-height: 250px;
}
body .ads.ads-469 {
  max-width: 468px;
  height: 60px;
  width: 100%;
  background: #bbc5c0;
}
body .ads.ads-469 embed {
  max-width: 468px;
  max-height: 60px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-469 iframe {
  max-width: 468px;
  max-height: 60px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-469 img {
  max-width: 468px;
  max-height: 60px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-rep:before {
  content: '';
}
body ul.form_opt {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 60px;
}
body ul.form_opt li {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
}
body ul.form_opt li a {
  font-weight: 500;
  text-transform: uppercase;
  background: #5c556a;
  color: #fff;
  padding: 5px 10px;
  text-transform: inherit;
  font-size: 13px;
  border-radius: 2px !important;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
body ul.form_opt li a:hover {
  background: #8ec86f;
}
body ul.form_opt li a.round {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.form_opt li a.last {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body ul.form_opt li a.current {
  background: #8ec86f;
}
body ul.form_opt li.text-label {
  width: 60%;
  float: left;
  color: #212121;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}
body ul.form_opt li.text-label small {
  display: block;
  margin-top: 5px;
  color: #757575;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
body span.featured {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background: #e71010;
  padding: 3px 5px;
  vertical-align: middle;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .nav-pills > li > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body .alert span {
  display: block;
}
body .dob {
  width: 40%;
}
body .dob input {
  width: 25%;
  border: none;
  margin: 0 0 0 10px;
  padding: 0;
}
body .bubble {
  position: relative;
  background: 0 0;
  border: 1px solid #d9d9d9;
  padding: 5px;
  top: 5px;
  color: gray;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .bubble:before {
  right: 100%;
  top: 50%;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  width: 0;
  border-right-color: #d9d9d9;
  border-width: 5px;
  margin-top: -5px;
}
body #tooltip {
  background: #191919;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 5px;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body #tooltip:before {
  right: 100%;
  top: 50%;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  width: 0;
  border-right-color: #191919;
  border-right-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-top: -5px;
}
body .bubble.bubble-left {
  margin-left: 5px;
}
body .admin-bar {
  background: #262626;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
body .admin-bar .admin-bar-menu {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
body .admin-bar .admin-bar-menu li {
  display: inline-block;
  margin-right: 15px;
}
body .admin-bar .admin-bar-menu li a {
  color: #b2b2b2;
}
body .admin-bar .admin-bar-menu li a:hover {
  color: #e5e5e5;
}
body .admin-bar .admin-bar-menu li a.admin-alt {
  background: #01c8cf;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body #modal-shadow {
  background: #262626;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  display: none;
  clear: both;
}
body #modal-shadow #modal-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -28px 0 0 -25px;
}
body #modal-shadow.modal-light {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
body #modal-alert {
  width: 100%;
  max-width: 400px;
  min-height: 150px;
  position: fixed;
  z-index: 999;
  display: none;
  background: #fff;
  text-align: left;
  clear: both;
  color: #5d5868;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body #modal-alert form {
  overflow: visible !important;
}
body #modal-alert .modal-title {
  padding: 10px;
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
}
body #modal-alert #modal-content {
  line-height: 25px;
  background: #f8f9fa;
  padding: 20px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body span.nsfw {
  font-size: 11px;
  color: #fff;
  background: #fa2414;
  padding: 3px 5px;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .covers {
  margin: 0;
}
body .covers h3 {
  color: #191919;
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
  font-size: 13px;
}
body .covers ul {
  list-style: none;
  padding: 0;
}
body .covers ul li {
  padding-bottom: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .covers ul li img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .covers ul li a.current img {
  border: 2px solid #01c8cf;
}
body #live-search {
  margin-top: 18px;
  position: absolute;
  width: 100%;
  z-index: 999999;
  min-width: 400px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}
body #live-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
}
body #live-search ul li {
  padding: 12px 26px;
  border-bottom: 1px solid rgba(189, 184, 200, 0.24);
}
body #live-search ul li:hover {
  background: 0 0;
}
body #live-search ul li a {
  color: #5c556a;
  font-size: 14px;
}
body #live-search ul li a:hover {
  color: #fa2414;
  font-size: 14px;
}
body #live-search ul li a strong {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: .5px;
}
body a.arrow-next {
  position: fixed;
  top: 50%;
  background: #191919;
  font-size: 18px;
  padding: 10px 15px;
  color: #fff;
  display: none;
  right: 0;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body a.arrow-prev {
  position: fixed;
  top: 50%;
  background: #191919;
  font-size: 18px;
  padding: 10px 15px;
  color: #fff;
  display: none;
  left: 0;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body .play-gif {
  position: relative;
  color: #fff;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
body .play-gif img {
  z-index: 0;
}
body .play-gif span {
  position: absolute;
  z-index: 9999;
  top: -40px;
  left: 49%;
  font-size: 5em;
}
body ul.categories {
  list-style: none;
  margin: -70px 0 0;
  padding-left: 15px;
}
body ul.categories i {
  float: left;
}
body ul.categories a {
  display: inline-block;
  padding: 0 5px;
}
body ul.categories li {
  display: -webkit-box;
  height: 40px;
  line-height: 40px;
}
body ul.categories li i {
  line-height: 48px;
  color: #176438;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  display: none;
}
body ul.categories li a {
  width: initial;
  height: 32px;
  line-height: 32px;
  background: rgba(92, 85, 106, 0.86);
  border-radius: 3px;
  color: #fff;
}
body ul.categories li ul {
  height: 0;
  overflow: hidden;
  list-style: none;
  padding: 5px 10px 0;
}
body ul.categories li ul li {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 5px 10px;
}
body ul.categories li:hover {
  background: #fff;
}
body ul.categories li:hover i {
  color: #91a29a;
}
body ul.categories li:hover ul {
  height: auto;
  display: block;
}
body .pager li a {
  background: #f3f3f3;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom: 2px solid #dbdbdb;
}
body .pager li a:active {
  background: #ECECEC;
}
body .pager li a:focus {
  background: #ECECEC;
}
body .pager li a:hover {
  background: #ECECEC;
}
body .pager li.active a {
  background: #ff5c5c;
  color: #fff;
  border-bottom: 2px solid #d94747;
}
body ul.sidebar_video {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 15px;
}
body ul.sidebar_video li {
  display: block;
  min-height: 160px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(1, 1, 1, 0.06);
}
body ul.sidebar_video li .mediathumb {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
body ul.sidebar_video li .mediathumb small {
  display: none;
  font-family: Roboto;
  position: absolute;
  font-size: 11px;
  bottom: 4px;
  right: 4px;
  color: #fff;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.sidebar_video li .mediathumb .mediatype {
  display: none;
}
body ul.sidebar_video li .mediathumb .mediansfw {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  background: #ff2f97;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body ul.sidebar_video li .mediathumb .mediabg {
  width: 100%;
  min-height: 106px;
  text-indent: -9999px;
  display: block;
  background-position: center center;
  background-size: cover !important;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -moz-transition: all .2s linear;
}
body ul.sidebar_video li .mediathumb .mediabg:hover {
  opacity: .5;
}
body ul.sidebar_video li .mediainfo {
  padding: 10px;
}
body ul.sidebar_video li .mediainfo .mediadescription {
  display: none !important;
  position: relative;
  height: 64px;
}
body ul.sidebar_video li .mediainfo a strong {
  padding-right: 5px;
}
body ul.sidebar_video li .mediainfo a .mediaviews {
  color: #7F7F7F;
  float: left;
  padding-left: 12px;
  display: none;
}
body ul.sidebar_video li .mediainfo a .mediaviews i {
  color: #3A3A3A;
  font-size: 17px;
  float: left;
  padding-right: 5px;
}
body ul.sidebar_video li .mediainfo a .mediaauthorname {
  color: #7F7F7F;
  float: left;
  display: none;
}
body ul.sidebar_video li .mediainfo a .mediaauthorname i {
  color: #3A3A3A;
  font-size: 17px;
  float: left;
  padding-right: 5px;
}
body ul.sidebar_video li .mediainfo h4 {
  margin: 5px 0;
  font-size: 14px;
  max-height: 35px;
  min-height: 28px;
  line-height: 18px;
  width: 100%;
}
body ul.sidebar_video li .mediainfo h4 a {
  font-weight: 400;
  color: #37444A;
}
body ul.sidebar_video li .mediainfo .mediacomments {
  display: none;
}
body ul.sidebar_video li .mediainfo .mediavotes {
  display: none;
}
body .sidebar_videos li {
  display: none;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 1em 40px;
  margin: 0;
}
footer {
  display: block;
  background: #FFF;
  padding: 26px 0;
}
footer .footer-logo h2 {
  margin-top: 0;
  text-align: right;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-logo h2 small {
  margin-top: 5px;
  display: block;
  text-align: center;
}
footer .footer-logo h2 > a {
  font-size: 14px;
  font-weight: 500;
  color: #6ab344;
  margin-left: 20px;
  text-transform: uppercase;
}
footer .footer-logo .btn {
  background: #f2f2f2;
  font-weight: 700;
}
footer .footer-logo .btn:hover {
  background-color: #e8e8e8;
}
footer .footer-logo .btn.btn-fb {
  color: #3b5998;
}
footer .footer-logo .btn.btn-tw {
  color: #409dd5;
}
footer .footer-link a {
  font-weight: 700;
  color: #f2f2f2;
  margin-left: 5px;
  vertical-align: middle;
}
footer a.rss-feed {
  color: #ff702b;
  font-size: 18px;
}
footer .languages {
  position: relative;
  clear: both;
  display: inline-block;
  text-align: left;
}
footer .languages > a {
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
}
footer .languages .langs {
  width: 310px;
  display: none;
  padding: 8px;
  background: #fff;
  position: absolute;
  bottom: 22px;
  right: 0;
  border-radius: 2px 2px 0;
  -moz-border-radius: 2px 2px 0;
  -webkit-border-radius: 2px 2px 0;
}
footer .languages .langs a {
  width: 90px;
  color: #191919 !important;
  display: block;
  float: left;
}
header {
  background: #FFF;
  width: 100%;
  min-height: 56px;
  display: block;
  margin: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
header .nav ul.nav-list {
  float: right;
  position: relative;
  margin-bottom: 0;
  line-height: 56px;
  height: 56px;
  padding-right: 15px;
}
header .nav ul.nav-list > li.dropdown {
  float: right;
  position: relative;
}
header .nav ul.nav-list > li.dropdown ul {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99999;
  padding: 0;
  list-style: none;
  width: 100%;
  min-width: 250px;
  margin-top: -10px;
  right: -50px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}
header .nav ul.nav-list > li.dropdown ul li {
  padding: 5px 20px;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
header .nav ul.nav-list > li.dropdown ul li:hover {
  background: 0 0;
}
header .nav ul.nav-list > li.dropdown ul li a {
  display: inline-block;
  height: 34px;
  color: #5c556a;
}
header .nav ul.nav-list > li.dropdown ul li a:hover {
  opacity: .8;
}
header .nav ul.nav-list > li.dropdown ul li i {
  margin-right: 5px;
  width: 24px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
header .nav ul.nav-list > li {
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
  margin: 0 0 0 5px;
  line-height: 56px;
  height: 56px;
  font-size: 14px;
  letter-spacing: .5px;
  display: inline-block;
  float: left;
}
header .nav ul.nav-list > li a {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 34px;
}
header .nav ul.nav-list > li a i {
  line-height: 56px;
}
header .nav ul.nav-list > li a p {
  font-size: 13px;
  display: inline-block;
  line-height: 56px;
  float: right;
  margin: 0 0 0 10px !important;
  color: #727272;
}
header .nav ul.nav-list > li .btn-xs {
  font-size: 12px;
}
header .nav ul.nav-list > li .user-avatar img {
  width: 30px;
  border-radius: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
header .nav ul.nav-list > li.dropdown.hover:hover ul {
  display: block;
  min-width: 170px;
  margin-right: 40px;
  margin-top: -5px;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt .fa-new {
  position: relative;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt .fa-new:after {
  content: '\2022';
  font-size: 44px;
  position: absolute;
  left: 10px;
  bottom: 18px;
  color: #F75364;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt .dropdown-holder {
  margin-top: 55px;
  right: -20px;
  min-width: 317px;
  position: absolute;
  z-index: 99999;
  display: none;
  padding: 0;
  list-style: none;
  width: 100%;
  -moz-border-radius: 4px;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt .dropdown-holder:before {
  bottom: 88%;
  right: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 6px;
  margin-top: -14px;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt .dropdown-holder .panel-heading {
  background: #01979c;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt ul {
  height: 250px;
  overflow-y: scroll;
  top: 15px;
  background: #fff;
  right: 20px;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt ul a {
  display: inline-block;
  color: #3C4758;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt > a {
  position: relative;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt > a i {
  position: relative;
  float: left;
  line-height: 60px;
}
header .nav ul.nav-list > li.dropdown.dropdown-alt > a .fa-circle {
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 8px;
  color: red;
}
header .logo a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #7e1b1e;
}
header .logo a span {
  margin-top: 15px;
  display: block;
}
header .logo a img {
  margin-top: 7px;
}
header .search {
  padding-top: 7px;
}
header .search #main-search .input-group {
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: rgba(248, 248, 248, 0.64);
  border-radius: 2px;
}
header .search #main-search .input-group:hover {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
header .search #main-search .input-group .input-group-addon {
  border: 0;
  background: 0 0;
  color: #727272;
  padding: 5px 20px;
}
header .search #main-search .input-group .input-group-addon i {
  font-size: 21px;
  line-height: 26px;
  height: 20px;
  color: #5c556a;
}
header .search #main-search .input-group input {
  background: 0 0;
  width: 90%;
  font-weight: 400;
  color: #a0a0a0;
  height: 40px;
  border: 0;
  padding: 0;
  box-shadow: none;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
}
header .search #main-search .input-group input:focus {
  color: #333;
}
header .search #main-search .input-group input:hover {
  color: #333;
}
hgroup {
  display: block;
}
main {
  display: block;
}
menu {
  display: block;
}
nav {
  color: #fff;
  line-height: 56px;
  float: left;
  background-color: #fff;
  height: 56px;
  display: block;
}
nav a {
  color: #fff;
}
nav ul {
  margin: 0;
}
nav ul a {
  color: #757575;
  display: block;
}
nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
  width: 64px;
}
nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
}
nav .button-collapse i {
  text-align: center;
  line-height: 56px;
  float: left;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
  margin-top: 56px;
}
nav .nav-wrapper i {
  display: block;
  font-size: 24px;
  padding-left: 20px;
}
nav .input-field {
  margin: 0;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus {
  border: none;
  box-shadow: none;
}
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field input[type=email]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field input[type=password]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field input[type=text]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field input[type=url]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}
nav .input-field label.active {
  transform: translateY(0);
}
nav .input-field label.active i {
  color: #fff;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
nav .brand-logo.right {
  right: .5rem;
  padding: 0;
}
nav ul.left {
  float: left;
}
section {
  display: block;
  padding-top: 80px;
  padding-bottom: 30px;
}
section .sidebar .sidebar-playlist {
  margin-left: -30px;
  background: #191919;
  height: 451px;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
section .sidebar .sidebar-playlist ul {
  height: 90%;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
section .sidebar .sidebar-playlist ul li {
  width: 99%;
  border-bottom: 1px solid #333;
  padding: 10px;
  min-height: 20px !important;
  margin-bottom: 0;
}
section .sidebar .sidebar-playlist ul li .mediathumb {
  width: 30%;
  float: left;
}
section .sidebar .sidebar-playlist ul li .mediathumb small {
  display: none;
}
section .sidebar .sidebar-playlist ul li .mediathumb .mediabg {
  min-height: 50px !important;
}
section .sidebar .sidebar-playlist ul li .mediaviews {
  display: none;
}
section .sidebar .sidebar-playlist ul li .mediainfo h4 {
  width: 65%;
  margin-bottom: 0;
  min-height: 15px;
}
section .sidebar .sidebar-playlist ul li .mediainfo h4 a {
  color: #b2b2b2;
}
section .sidebar .sidebar-playlist ul li .mediainfo .mediaauthorname {
  width: 65%;
  float: right;
  display: block !important;
}
section .sidebar .sidebar-playlist ul li.playlist-current {
  background: #333;
}
section .sidebar li {
  display: none;
}
section .sidebar h2 {
  margin-top: 0;
}
section .sidebar .sidenav {
  list-style: none;
  padding: 0;
  margin: 0;
}
section .sidebar ul.blog-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
section .sidebar ul.blog-posts li {
  display: block;
  padding: 10px 15px;
  color: #b2b2b2;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(1, 1, 1, 0.06);
  background: #f7f7f7;
}
section .sidebar ul.blog-posts li h3 {
  margin: 5px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}
section .sidebar ul.blog-posts li:hover {
  background: #fafafa;
}
section .sidebar ul.top-users {
  margin: 0;
  padding: 0;
  list-style: none;
}
section .sidebar ul.top-users li a {
  color: #737373;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 15px;
  display: block;
}
section .sidebar ul.top-users li a strong {
  float: right;
}
section .sidebar ul.top-users li a:hover {
  background: #f2f2f2;
}
section .content.video .video-info {
  overflow: hidden;
  background: #fff;
}
section .content.video .video-info .video-author {
  padding: 0;
  margin: 0 15px 0 0;
  float: left;
  height: 48px;
  width: 48px;
}
section .content.video .video-info .video-author img.video-author-avatar {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
section .content.video .video-info .video-author-name {
  display: inline-block;
  line-height: 16px;
  height: 23px;
  color: #757575;
  font-weight: 500;
  font-size: 15px;
}
section .content.video .video-info .video-author-name i {
  position: relative;
  margin-top: 5px;
  margin-right: 5px;
  float: left;
}
section .content.video .video-info .video-author-name small {
  font-size: 11px;
  margin-left: 5px;
  color: #999;
}
section .content.video .video-info .video-author-name a {
  color: #312940;
}
section .content.video .video-info .video-author-name a:hover {
  color: #45ade4;
  transition: all .2s ease;
}
section .content.video .video-info .btn-danger {
  padding: 3px 5px;
  margin-top: 8px;
}
section .content.video .video-info h2 {
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  margin-top: 5px;
  font-weight: 400;
  width: 100%;
  color: #312940;
}
section .content.video .video-info h2 small {
  font-size: 11px;
  display: none;
}
section .content.video .video-info .stats {
  display: inline-block;
}
section .content.video .video-info .stats p {
  font-size: 11px;
  color: #999;
}
section .content.video .post-content img {
  width: 100%;
}
section .content.video .post-image {
  width: 100%;
}
section .content.video .panel {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
section .content.video .video-player {
  line-height: 0;
  margin-bottom: 10px;
}
section .content.video .video-player embed {
  width: 100%;
  min-height: 362px;
}
section .content.video .video-player iframe {
  width: 100%;
  min-height: 362px;
}
section .content.video .video-player img {
  width: 100%;
  min-height: 362px;
}
section .content.video .video-player object {
  width: 100%;
  min-height: 362px;
}
section .content.video .icon-heart span {
  font-size: 35px;
  color: #01c8cf;
}
section .content.video .icon-heart.active span {
  color: #016669;
}
section .content.video .post-info {
  font-size: 14px;
  color: #a0a0a0;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
section .content.video .post-info span {
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
section .content.video .post-info span i {
  margin-right: 2px;
  color: #5d5868;
}
section .content.video .video-option {
  clear: both;
}
section .content.video .video-option ul.share {
  position: relative;
  display: block;
  height: 30px;
  margin: 0;
}
section .content.video .video-option ul.share li {
  float: left;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
section .content.video .video-option ul.share li .fa {
  padding-right: 5px;
}
section .content.video .video-option ul.share li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  color: #a0a0a0;
  transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -moz-transition: all .15s linear;
}
section .content.video .video-option ul.share li a:hover {
  color: #fa2414;
}
section .content.video .video-option ul.share li a i {
  float: left;
  margin-top: 2px;
  padding-right: 8px;
  color: #5d5868;
}
section .content.video .video-option ul.share li a.toggle {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content.video .video-option ul.share li a.toggle:hover {
  color: #fa2414;
}
section .content.video .video-option ul.share li a.toggle.active {
  color: #fa2414;
}
section .content.video .video-option ul.share li a.active {
  color: #fff;
}
section .content.video .video-option ul.share li:first-child a {
  padding-left: 0;
}
section .content.video .video-option ul.share li.right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
section .content.video .video-option .addto .row {
  margin: 0;
}
section .content.video .video-option .addto #this-addtofav {
  background: #8ec86f;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
section .content.video .video-option .addto #this-addtofav i {
  font-size: 18px;
  position: relative;
  float: left;
  line-height: 32px;
  padding-right: 10px;
}
section .content.video .video-option .addto #this-addtofav:hover {
  background: #7ab45b;
}
section .content.video .video-option .addto .this-fav-block {
  background: #8ec86f;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
section .content.video .video-option .addto .this-fav-block:hover {
  background: #7ab45b;
}
section .content.video .video-option .addto #this-addtofav.active {
  background: #fa2414;
  color: #fff;
}
section .content.video .video-option .addto .this-fav-block.active {
  background: #fa2414;
  color: #fff;
}
section .content.video .video-option #playlists-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #eee;
  border-radius: 2px;
  padding: 10px 20px;
  margin-top: 5px;
}
section .content.video .video-option #playlists-list li a.active {
  background: #dfdfdf;
  display: block;
  padding: 0 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content.video .video-option #playlists-list li a:hover {
  color: #191919;
}
section .content.video .video-option .share_content {
  padding: 0 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
section .content.video .video-option .share_content #shorturl {
  padding: 10px 0;
}
section .content.video .video-option .share_content #embed {
  position: relative;
}
section .content.video .video-option .share_content #embed select {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 3px;
  width: 110px;
  background: #fff;
  border: 1px solid #8BC34A;
}
section .content.video .video-option a.toggle-description {
  color: #FFF;
  text-align: center;
  display: inherit !important;
  margin-top: 10px;
}
section .content.video .video-option a.toggle-description i {
  background: #eee;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 2px;
  color: #bababa;
  box-shadow: none;
}
section .content.video .video-option .video-description {
  position: relative;
  font-size: 13px;
  color: #312940;
}
section .content.video .video-option .video-description .this-description.truncate {
  overflow: hidden;
  max-height: 110px;
  margin-bottom: 0;
}
section .content.video .video-option .video-description strong {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
section .content.video .video-option .video-description a.video-tag {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 8px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .content {
  display: block;
}
section .content #comments {
  margin: 20px 0;
}
section .content #comments h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding: 10px 10px;
}
section .content #comments h2 span {
  border-bottom: 2px solid #fa2414;
  padding-bottom: 11px;
  font-size: 14px;
  color: #312940;
  font-weight: 400;
}
section .content #comments li.media {
  margin-bottom: 20px;
  padding: 10px 10px;
}
section .content #comments li.media .media-heading {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
section .content #comments li.media .media-heading a.author {
  font-size: 13px;
  color: #2fa5ff;
}
section .content #comments li.media .media-heading .fa {
  color: #b2b2b2;
  margin-left: 10px;
}
section .content #comments li.media .media-heading .fa:hover {
  color: gray;
}
section .content #comments li.media .media-heading span {
  margin-left: 5px;
  color: #3f3f3f;
  font-size: 11px;
}
section .content #comments li.media p {
  color: #000;
}
section .content #comments #comment-form {
  margin: 10px 0;
  overflow: hidden;
}
section .content #comments #comment-form img {
  width: 48px;
  padding: 0;
  height: 48px;
  margin-top: 5px;
}
section .content #comments #comment-form textarea {
  margin-bottom: 11px;
  border: 1px solid #eee;
  margin-top: 5px;
  box-shadow: none;
  font-size: 15px;
  height: 48px;
  width: 98%;
  float: right;
}
section .content #comments #comment-form .replyto {
  padding-top: 5px;
  font-size: 13px;
  display: inline-block;
}
section .category_holder {
  font-size: 18px;
  margin-bottom: 10px;
}
section .category_holder i {
  background: #e6e6e6;
  color: #01c8cf;
  padding: 15px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .category_holder a.btn-primary {
  margin-top: 7px;
  background: #01c8cf;
  padding: 10px;
  color: #fff;
  border: 0;
}
section .channel-sub {
  padding-top: 6px;
  position: relative;
  border-top: 4px dotted #f2f2f2;
}
section .channel-sub:before {
  left: 2%;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-top: -10px;
}
summary {
  display: block;
}
audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
canvas {
  display: inline-block;
  vertical-align: baseline;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden] {
  display: none;
}
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  border-bottom: 1px dotted #999;
}
b {
  font-weight: 700;
  color: #5c556a;
}
optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
  font-weight: 700;
}
strong {
  font-weight: 400;
  font-weight: 700;
  color: #5c556a;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  top: 0;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: gray;
  background: #ccc;
  margin-left: 10px;
  padding: 10px;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  border-top: 1px solid #e7e7e7;
  margin: 10px 0;
  box-sizing: content-box;
  height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:focus {
  outline: 0;
}
input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #e7e7e7;
  color: #555;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
}
select:focus {
  outline: #c9f3ef solid 1px;
}
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb:before {
  -webkit-font-smoothing: antialiased;
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}
.breadcrumb > li {
  display: inline-block;
}
 > li.breadcrumb + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.materialbox-caption {
  -webkit-font-smoothing: antialiased;
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 15%;
  height: 50px;
  z-index: 1000;
}
[class*=mdi-] {
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  font-family: Material-Design-Icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class*=mdi-]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
[class^=mdi-] {
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  font-family: Material-Design-Icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
[class^=mdi-]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
html {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox]:checked:not(:disabled)input[type=checkbox]:checked ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled)input[type=checkbox] ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=number]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=number]:disabledinput[type=number] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=number]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=number]:focus:not([readonly])input[type=number]:focus + label {
  color: #26a69a;
}
input[type=number]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=number]:focus.validinput[type=number] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=number]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=number]:focus.invalidinput[type=number] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=search] {
  -webkit-appearance: textfield;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=search]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=search]:disabledinput[type=search] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=search]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=search]:focus:not([readonly])input[type=search]:focus + label {
  color: #26a69a;
}
input[type=search]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=search]:focus.validinput[type=search] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=search]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=search]:focus.invalidinput[type=search] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
* {
  box-sizing: inherit;
  box-sizing: border-box;
}
:after {
  box-sizing: inherit;
  box-sizing: border-box;
}
:before {
  box-sizing: inherit;
  box-sizing: border-box;
}
.collapsible-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}
span.badge {
  -moz-box-sizing: border-box;
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
}
.valign-wrapper {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.modal {
  overflow: auto;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  border-radius: 2px;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  padding: 0;
  max-height: 60%;
  width: 45%;
  margin: auto;
  overflow-y: auto;
  will-change: top, opacity;
}
.modal h1 {
  margin-top: 0;
}
.modal h2 {
  margin-top: 0;
}
.modal h3 {
  margin-top: 0;
}
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn {
  float: right;
  margin: 6px 0;
}
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.modal .modal-footer .btn-large {
  float: right;
  margin: 6px 0;
}
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.hoverable:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eee;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before {
  content: '\2014 \00A0';
}
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote:before {
  content: "";
}
blockquote:after {
  content: "";
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img {
  max-width: 100%;
  height: auto;
}
video.responsive-video {
  max-width: 100%;
  height: auto;
}
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.bordered > thead > tr {
  border-bottom: 1px solid #d0d0d0;
}
thead {
  border-bottom: 1px solid #d0d0d0;
}
footer.page-footer {
  background-color: #ee6e73;
  margin-top: 20px;
  padding-top: 20px;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
  font-weight: 300;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.parallax img {
  position: absolute;
  bottom: 0;
  display: none;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.collection {
  position: relative;
  margin: .5rem 0 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.pin-bottom {
  position: relative;
}
.pin-top {
  position: relative;
}
.pinned {
  position: fixed !important;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
td {
  border: none;
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
  padding: 0;
}
th {
  border: none;
  padding: 15px 5px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 2px;
  padding: 0;
  text-align: left;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: .5rem 0 1rem;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.mdi-inverse {
  color: #fff;
}
span.badge.new {
  font-weight: 300;
  font-size: .8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
h1 {
  font-weight: 400;
  line-height: 110%;
  font-size: 4.2rem;
  margin: 2.1rem 0 1.68rem;
  font-size: 2em;
  margin: .67em 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 33px;
}
h1 a {
  font-weight: inherit;
}
h1 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h2 {
  font-weight: 400;
  line-height: 110%;
  font-size: 2.56rem;
  margin: 1.78rem 0 1.424rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 27px;
}
h2 a {
  font-weight: inherit;
}
h2 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h3 {
  font-weight: 400;
  line-height: 110%;
  font-size: 2.92rem;
  margin: 1.46rem 0 1.168rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 23px;
}
h3 a {
  font-weight: inherit;
}
h3 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h3 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
h4 {
  font-weight: 400;
  line-height: 110%;
  font-size: 2.28rem;
  margin: 1.14rem 0 .912rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 17px;
}
h4 a {
  font-weight: inherit;
}
h4 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
h5 {
  font-weight: 400;
  line-height: 110%;
  font-size: 1.64rem;
  margin: .82rem 0 .656rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 13px;
}
h5 a {
  font-weight: inherit;
}
h5 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
h5 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
h6 {
  font-weight: 400;
  line-height: 110%;
  font-size: 1rem;
  margin: .5rem 0 .4rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 12px;
}
h6 a {
  font-weight: inherit;
}
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #2196F3;
  margin: .5rem 0 1rem;
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .determinate {
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:after {
  background-color: inherit;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  will-change: left, right;
  content: '';
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.progress .indeterminate:before {
  background-color: inherit;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  will-change: left, right;
  content: '';
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.btn-floating {
  vertical-align: middle;
  line-height: 37px !important;
  display: inline-block;
  color: #fff;
  font-size: 24px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px !important;
  height: 37px !important;
  padding: 0;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
}
.btn-floating i {
  text-align: center;
  font-size: 20px;
  line-height: inherit;
  line-height: 37px !important;
  display: inline-block;
  width: inherit;
  font-size: 24px;
}
.btn-floating:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn-floating:disabled * {
  pointer-events: none;
}
.btn-floating:disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn-floating:before {
  border-radius: 0;
}
.center {
  text-align: center;
}
.center-align {
  text-align: center;
}
.material-tooltip {
  text-align: center;
  display: none;
  position: absolute;
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  max-width: calc(96%);
  overflow: hidden;
  left: 0;
  top: 0;
  will-change: top, left;
}
.mdi-fw {
  text-align: center;
  width: 1.28571429em;
}
.mdi-li {
  text-align: center;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}
.tabs {
  position: relative;
  background: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
.tabs .tab {
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px;
}
.tabs .tab a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #5c556a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  height: 100%;
  transition: color .28s ease;
}
.tabs .tab a:hover {
  color: #A7A7A7;
}
.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #5c556a;
  will-change: left, right;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=range] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  outline: 0;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid #fff;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0;
  transition: .3s;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: #fff solid 1px;
  outline-offset: -1px;
}
input[type=range]::-ms-track {
  height: 3px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
[class*=mdi-].pull-left {
  margin-right: .3em;
}
[class^=mdi-].pull-left {
  margin-right: .3em;
}
[class*=mdi-].pull-right {
  margin-left: .3em;
}
[class^=mdi-].pull-right {
  margin-left: .3em;
}
[class*=mdi-].mdi-lg:after {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
[class*=mdi-].mdi-lg:before {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
[class^=mdi-].mdi-lg:after {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
[class^=mdi-].mdi-lg:before {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.mdi-stack {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
[class*=mdi-].mdi-2x:after {
  font-size: 2em;
}
[class*=mdi-].mdi-2x:before {
  font-size: 2em;
}
[class^=mdi-].mdi-2x:after {
  font-size: 2em;
}
[class^=mdi-].mdi-2x:before {
  font-size: 2em;
}
[class*=mdi-].mdi-3x:after {
  font-size: 3em;
}
[class*=mdi-].mdi-3x:before {
  font-size: 3em;
}
[class^=mdi-].mdi-3x:after {
  font-size: 3em;
}
[class^=mdi-].mdi-3x:before {
  font-size: 3em;
}
[class*=mdi-].mdi-4x:after {
  font-size: 4em;
}
[class*=mdi-].mdi-4x:before {
  font-size: 4em;
}
[class^=mdi-].mdi-4x:after {
  font-size: 4em;
}
[class^=mdi-].mdi-4x:before {
  font-size: 4em;
}
[class*=mdi-].mdi-5x:after {
  font-size: 5em;
}
[class*=mdi-].mdi-5x:before {
  font-size: 5em;
}
[class^=mdi-].mdi-5x:after {
  font-size: 5em;
}
[class^=mdi-].mdi-5x:before {
  font-size: 5em;
}
.mdi-device-network-wifi:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e765";
}
.mdi-device-network-wifi:before {
  content: "\e74a";
}
[class^=mdi-device-battery-]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e735";
}
[class^=mdi-device-battery-charging-]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e733";
}
[class^=mdi-device-signal-cellular-]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e758";
}
[class^=mdi-device-signal-cellular-connected-no-internet-]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e75d";
}
[class^=mdi-device-signal-wifi-]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  content: "\e765";
}
[class^=mdi-device-signal-wifi-statusbar-not-connected]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}
div.tagsinput {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 14px;
  width: 100%;
  min-height: 32px;
  overflow-y: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
div.tagsinput span.tag {
  text-decoration: none;
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 5px;
  background: #8ec86f;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}
div.tagsinput span.tag a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
}
div.tagsinput div {
  display: block;
  float: left;
}
div.tagsinput input {
  width: 80px;
  margin: 0 5px 5px 0;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0;
}
[class^=mdi-device-signal-wifi-statusbasr-not-connected]:after {
  content: "\e8f7";
}
.mdi-device-battery-alert:after {
  content: "";
}
.mdi-device-battery-alert:before {
  content: "\e72c";
}
.mdi-device-battery-full .mdi-device-battery-unknown:after {
  content: "";
}
.mdi-device-battery-full:before {
  content: "\e734";
}
.mdi-device-battery-std:after {
  content: "";
}
.mdi-device-battery-std:before {
  content: "\e735";
}
.mdi-device-signal-cellular-4-bar:after {
  content: "";
}
.mdi-device-signal-cellular-4-bar:before {
  content: "\e758";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:after {
  content: "";
}
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75d";
}
.mdi-device-signal-cellular-no-sim:after {
  content: "";
}
.mdi-device-signal-cellular-no-sim:before {
  content: "\e75e";
}
.mdi-device-signal-cellular-null:after {
  content: "";
}
.mdi-device-signal-cellular-null:before {
  content: "\e75f";
}
.mdi-device-signal-cellular-off:after {
  content: "";
}
.mdi-device-signal-cellular-off:before {
  content: "\e760";
}
.mdi-device-signal-wifi-4-bar:after {
  content: "";
}
.mdi-device-signal-wifi-4-bar:before {
  content: "\e765";
}
.mdi-device-signal-wifi-off:after {
  content: "";
}
.mdi-device-signal-wifi-off:before {
  content: "\e766";
}
.mdi-li.mdi-lg {
  left: -1.85714286em;
}
.mdi-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}
.mdi-spin {
  animation: mdi-spin 2s infinite linear;
  transform-origin: 50% 50%;
}
.mdi-pulse {
  animation: mdi-spin 1s steps(8) infinite;
  transform-origin: 50% 50%;
}
.mdi-rotate-90 {
  transform: rotate(90deg);
}
.mdi-rotate-180 {
  transform: rotate(180deg);
}
.mdi-rotate-270 {
  transform: rotate(270deg);
}
.mdi-flip-horizontal {
  transform: scale(-1, 1);
}
.mdi-flip-vertical {
  transform: scale(1, -1);
}
:root .mdi-flip-horizontal {
  filter: none;
}
:root .mdi-flip-vertical {
  filter: none;
}
:root .mdi-rotate-180 {
  filter: none;
}
:root .mdi-rotate-270 {
  filter: none;
}
:root .mdi-rotate-90 {
  filter: none;
}
.mdi-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit;
}
.mdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.mdi-action-3d-rotation:before {
  content: "\e600";
}
.mdi-action-accessibility:before {
  content: "\e601";
}
.mdi-action-account-balance-wallet:before {
  content: "\e602";
}
.mdi-action-account-balance:before {
  content: "\e603";
}
.mdi-action-account-box:before {
  content: "\e604";
}
.mdi-action-account-child:before {
  content: "\e605";
}
.mdi-action-account-circle:before {
  content: "\e606";
}
.mdi-action-add-shopping-cart:before {
  content: "\e607";
}
.mdi-action-alarm-add:before {
  content: "\e608";
}
.mdi-action-alarm-off:before {
  content: "\e609";
}
.mdi-action-alarm-on:before {
  content: "\e60a";
}
.mdi-action-alarm:before {
  content: "\e60b";
}
.mdi-action-android:before {
  content: "\e60c";
}
.mdi-action-announcement:before {
  content: "\e60d";
}
.mdi-action-aspect-ratio:before {
  content: "\e60e";
}
.mdi-action-assessment:before {
  content: "\e60f";
}
.mdi-action-assignment-ind:before {
  content: "\e610";
}
.mdi-action-assignment-late:before {
  content: "\e611";
}
.mdi-action-assignment-return:before {
  content: "\e612";
}
.mdi-action-assignment-returned:before {
  content: "\e613";
}
.mdi-action-assignment-turned-in:before {
  content: "\e614";
}
.mdi-action-assignment:before {
  content: "\e615";
}
.mdi-action-autorenew:before {
  content: "\e616";
}
.mdi-action-backup:before {
  content: "\e617";
}
.mdi-action-book:before {
  content: "\e618";
}
.mdi-action-bookmark-outline:before {
  content: "\e619";
}
.mdi-action-bookmark:before {
  content: "\e61a";
}
.mdi-action-bug-report:before {
  content: "\e61b";
}
.mdi-action-cached:before {
  content: "\e61c";
}
.mdi-action-check-circle:before {
  content: "\e61d";
}
.mdi-action-class:before {
  content: "\e61e";
}
.mdi-action-credit-card:before {
  content: "\e61f";
}
.mdi-action-dashboard:before {
  content: "\e620";
}
.mdi-action-delete:before {
  content: "\e621";
}
.mdi-action-description:before {
  content: "\e622";
}
.mdi-action-dns:before {
  content: "\e623";
}
.mdi-action-done-all:before {
  content: "\e624";
}
.mdi-action-done:before {
  content: "\e625";
}
.mdi-action-event:before {
  content: "\e626";
}
.mdi-action-exit-to-app:before {
  content: "\e627";
}
.mdi-action-explore:before {
  content: "\e628";
}
.mdi-action-extension:before {
  content: "\e629";
}
.mdi-action-face-unlock:before {
  content: "\e62a";
}
.mdi-action-favorite-outline:before {
  content: "\e62b";
}
.mdi-action-favorite:before {
  content: "\e62c";
}
.mdi-action-find-in-page:before {
  content: "\e62d";
}
.mdi-action-find-replace:before {
  content: "\e62e";
}
.mdi-action-flip-to-back:before {
  content: "\e62f";
}
.mdi-action-flip-to-front:before {
  content: "\e630";
}
.mdi-action-get-app:before {
  content: "\e631";
}
.mdi-action-grade:before {
  content: "\e632";
}
.mdi-action-group-work:before {
  content: "\e633";
}
.mdi-action-help:before {
  content: "\e634";
}
.mdi-action-highlight-remove:before {
  content: "\e635";
}
.mdi-action-history:before {
  content: "\e636";
}
.mdi-action-home:before {
  content: "\e637";
}
.mdi-action-https:before {
  content: "\e638";
}
.mdi-action-info-outline:before {
  content: "\e639";
}
.mdi-action-info:before {
  content: "\e63a";
}
.mdi-action-input:before {
  content: "\e63b";
}
.mdi-action-invert-colors:before {
  content: "\e63c";
}
.mdi-action-label-outline:before {
  content: "\e63d";
}
.mdi-action-label:before {
  content: "\e63e";
}
.mdi-action-language:before {
  content: "\e63f";
}
.mdi-action-launch:before {
  content: "\e640";
}
.mdi-action-list:before {
  content: "\e641";
}
.mdi-action-lock-open:before {
  content: "\e642";
}
.mdi-action-lock-outline:before {
  content: "\e643";
}
.mdi-action-lock:before {
  content: "\e644";
}
.mdi-action-loyalty:before {
  content: "\e645";
}
.mdi-action-markunread-mailbox:before {
  content: "\e646";
}
.mdi-action-note-add:before {
  content: "\e647";
}
.mdi-action-open-in-browser:before {
  content: "\e648";
}
.mdi-action-open-in-new:before {
  content: "\e649";
}
.mdi-action-open-with:before {
  content: "\e64a";
}
.mdi-action-pageview:before {
  content: "\e64b";
}
.mdi-action-payment:before {
  content: "\e64c";
}
.mdi-action-perm-camera-mic:before {
  content: "\e64d";
}
.mdi-action-perm-contact-cal:before {
  content: "\e64e";
}
.mdi-action-perm-data-setting:before {
  content: "\e64f";
}
.mdi-action-perm-device-info:before {
  content: "\e650";
}
.mdi-action-perm-identity:before {
  content: "\e651";
}
.mdi-action-perm-media:before {
  content: "\e652";
}
.mdi-action-perm-phone-msg:before {
  content: "\e653";
}
.mdi-action-perm-scan-wifi:before {
  content: "\e654";
}
.mdi-action-picture-in-picture:before {
  content: "\e655";
}
.mdi-action-polymer:before {
  content: "\e656";
}
.mdi-action-print:before {
  content: "\e657";
}
.mdi-action-query-builder:before {
  content: "\e658";
}
.mdi-action-question-answer:before {
  content: "\e659";
}
.mdi-action-receipt:before {
  content: "\e65a";
}
.mdi-action-redeem:before {
  content: "\e65b";
}
.mdi-action-reorder:before {
  content: "\e65c";
}
.mdi-action-report-problem:before {
  content: "\e65d";
}
.mdi-action-restore:before {
  content: "\e65e";
}
.mdi-action-room:before {
  content: "\e65f";
}
.mdi-action-schedule:before {
  content: "\e660";
}
.mdi-action-search:before {
  content: "\e661";
}
.mdi-action-settings-applications:before {
  content: "\e662";
}
.mdi-action-settings-backup-restore:before {
  content: "\e663";
}
.mdi-action-settings-bluetooth:before {
  content: "\e664";
}
.mdi-action-settings-cell:before {
  content: "\e665";
}
.mdi-action-settings-display:before {
  content: "\e666";
}
.mdi-action-settings-ethernet:before {
  content: "\e667";
}
.mdi-action-settings-input-antenna:before {
  content: "\e668";
}
.mdi-action-settings-input-component:before {
  content: "\e669";
}
.mdi-action-settings-input-composite:before {
  content: "\e66a";
}
.mdi-action-settings-input-hdmi:before {
  content: "\e66b";
}
.mdi-action-settings-input-svideo:before {
  content: "\e66c";
}
.mdi-action-settings-overscan:before {
  content: "\e66d";
}
.mdi-action-settings-phone:before {
  content: "\e66e";
}
.mdi-action-settings-power:before {
  content: "\e66f";
}
.mdi-action-settings-remote:before {
  content: "\e670";
}
.mdi-action-settings-voice:before {
  content: "\e671";
}
.mdi-action-settings:before {
  content: "\e672";
}
.mdi-action-shop-two:before {
  content: "\e673";
}
.mdi-action-shop:before {
  content: "\e674";
}
.mdi-action-shopping-basket:before {
  content: "\e675";
}
.mdi-action-shopping-cart:before {
  content: "\e676";
}
.mdi-action-speaker-notes:before {
  content: "\e677";
}
.mdi-action-spellcheck:before {
  content: "\e678";
}
.mdi-action-star-rate:before {
  content: "\e679";
}
.mdi-action-stars:before {
  content: "\e67a";
}
.mdi-action-store:before {
  content: "\e67b";
}
.mdi-action-subject:before {
  content: "\e67c";
}
.mdi-action-supervisor-account:before {
  content: "\e67d";
}
.mdi-action-swap-horiz:before {
  content: "\e67e";
}
.mdi-action-swap-vert-circle:before {
  content: "\e67f";
}
.mdi-action-swap-vert:before {
  content: "\e680";
}
.mdi-action-system-update-tv:before {
  content: "\e681";
}
.mdi-action-tab-unselected:before {
  content: "\e682";
}
.mdi-action-tab:before {
  content: "\e683";
}
.mdi-action-theaters:before {
  content: "\e684";
}
.mdi-action-thumb-down:before {
  content: "\e685";
}
.mdi-action-thumb-up:before {
  content: "\e686";
}
.mdi-action-thumbs-up-down:before {
  content: "\e687";
}
.mdi-action-toc:before {
  content: "\e688";
}
.mdi-action-today:before {
  content: "\e689";
}
.mdi-action-track-changes:before {
  content: "\e68a";
}
.mdi-action-translate:before {
  content: "\e68b";
}
.mdi-action-trending-down:before {
  content: "\e68c";
}
.mdi-action-trending-neutral:before {
  content: "\e68d";
}
.mdi-action-trending-up:before {
  content: "\e68e";
}
.mdi-action-turned-in-not:before {
  content: "\e68f";
}
.mdi-action-turned-in:before {
  content: "\e690";
}
.mdi-action-verified-user:before {
  content: "\e691";
}
.mdi-action-view-agenda:before {
  content: "\e692";
}
.mdi-action-view-array:before {
  content: "\e693";
}
.mdi-action-view-carousel:before {
  content: "\e694";
}
.mdi-action-view-column:before {
  content: "\e695";
}
.mdi-action-view-day:before {
  content: "\e696";
}
.mdi-action-view-headline:before {
  content: "\e697";
}
.mdi-action-view-list:before {
  content: "\e698";
}
.mdi-action-view-module:before {
  content: "\e699";
}
.mdi-action-view-quilt:before {
  content: "\e69a";
}
.mdi-action-view-stream:before {
  content: "\e69b";
}
.mdi-action-view-week:before {
  content: "\e69c";
}
.mdi-action-visibility-off:before {
  content: "\e69d";
}
.mdi-action-visibility:before {
  content: "\e69e";
}
.mdi-action-wallet-giftcard:before {
  content: "\e69f";
}
.mdi-action-wallet-membership:before {
  content: "\e6a0";
}
.mdi-action-wallet-travel:before {
  content: "\e6a1";
}
.mdi-action-work:before {
  content: "\e6a2";
}
.mdi-alert-error:before {
  content: "\e6a3";
}
.mdi-alert-warning:before {
  content: "\e6a4";
}
.mdi-av-album:before {
  content: "\e6a5";
}
.mdi-av-closed-caption:before {
  content: "\e6a6";
}
.mdi-av-equalizer:before {
  content: "\e6a7";
}
.mdi-av-explicit:before {
  content: "\e6a8";
}
.mdi-av-fast-forward:before {
  content: "\e6a9";
}
.mdi-av-fast-rewind:before {
  content: "\e6aa";
}
.mdi-av-games:before {
  content: "\e6ab";
}
.mdi-av-hearing:before {
  content: "\e6ac";
}
.mdi-av-high-quality:before {
  content: "\e6ad";
}
.mdi-av-loop:before {
  content: "\e6ae";
}
.mdi-av-mic-none:before {
  content: "\e6af";
}
.mdi-av-mic-off:before {
  content: "\e6b0";
}
.mdi-av-mic:before {
  content: "\e6b1";
}
.mdi-av-movie:before {
  content: "\e6b2";
}
.mdi-av-my-library-add:before {
  content: "\e6b3";
}
.mdi-av-my-library-books:before {
  content: "\e6b4";
}
.mdi-av-my-library-music:before {
  content: "\e6b5";
}
.mdi-av-new-releases:before {
  content: "\e6b6";
}
.mdi-av-not-interested:before {
  content: "\e6b7";
}
.mdi-av-pause-circle-fill:before {
  content: "\e6b8";
}
.mdi-av-pause-circle-outline:before {
  content: "\e6b9";
}
.mdi-av-pause:before {
  content: "\e6ba";
}
.mdi-av-play-arrow:before {
  content: "\e6bb";
}
.mdi-av-play-circle-fill:before {
  content: "\e6bc";
}
.mdi-av-play-circle-outline:before {
  content: "\e6bd";
}
.mdi-av-play-shopping-bag:before {
  content: "\e6be";
}
.mdi-av-playlist-add:before {
  content: "\e6bf";
}
.mdi-av-queue-music:before {
  content: "\e6c0";
}
.mdi-av-queue:before {
  content: "\e6c1";
}
.mdi-av-radio:before {
  content: "\e6c2";
}
.mdi-av-recent-actors:before {
  content: "\e6c3";
}
.mdi-av-repeat-one:before {
  content: "\e6c4";
}
.mdi-av-repeat:before {
  content: "\e6c5";
}
.mdi-av-replay:before {
  content: "\e6c6";
}
.mdi-av-shuffle:before {
  content: "\e6c7";
}
.mdi-av-skip-next:before {
  content: "\e6c8";
}
.mdi-av-skip-previous:before {
  content: "\e6c9";
}
.mdi-av-snooze:before {
  content: "\e6ca";
}
.mdi-av-stop:before {
  content: "\e6cb";
}
.mdi-av-subtitles:before {
  content: "\e6cc";
}
.mdi-av-surround-sound:before {
  content: "\e6cd";
}
.mdi-av-timer:before {
  content: "\e6ce";
}
.mdi-av-video-collection:before {
  content: "\e6cf";
}
.mdi-av-videocam-off:before {
  content: "\e6d0";
}
.mdi-av-videocam:before {
  content: "\e6d1";
}
.mdi-av-volume-down:before {
  content: "\e6d2";
}
.mdi-av-volume-mute:before {
  content: "\e6d3";
}
.mdi-av-volume-off:before {
  content: "\e6d4";
}
.mdi-av-volume-up:before {
  content: "\e6d5";
}
.mdi-av-web:before {
  content: "\e6d6";
}
.mdi-communication-business:before {
  content: "\e6d7";
}
.mdi-communication-call-end:before {
  content: "\e6d8";
}
.mdi-communication-call-made:before {
  content: "\e6d9";
}
.mdi-communication-call-merge:before {
  content: "\e6da";
}
.mdi-communication-call-missed:before {
  content: "\e6db";
}
.mdi-communication-call-received:before {
  content: "\e6dc";
}
.mdi-communication-call-split:before {
  content: "\e6dd";
}
.mdi-communication-call:before {
  content: "\e6de";
}
.mdi-communication-chat:before {
  content: "\e6df";
}
.mdi-communication-clear-all:before {
  content: "\e6e0";
}
.mdi-communication-comment:before {
  content: "\e6e1";
}
.mdi-communication-contacts:before {
  content: "\e6e2";
}
.mdi-communication-dialer-sip:before {
  content: "\e6e3";
}
.mdi-communication-dialpad:before {
  content: "\e6e4";
}
.mdi-communication-dnd-on:before {
  content: "\e6e5";
}
.mdi-communication-email:before {
  content: "\e6e6";
}
.mdi-communication-forum:before {
  content: "\e6e7";
}
.mdi-communication-import-export:before {
  content: "\e6e8";
}
.mdi-communication-invert-colors-off:before {
  content: "\e6e9";
}
.mdi-communication-invert-colors-on:before {
  content: "\e6ea";
}
.mdi-communication-live-help:before {
  content: "\e6eb";
}
.mdi-communication-location-off:before {
  content: "\e6ec";
}
.mdi-communication-location-on:before {
  content: "\e6ed";
}
.mdi-communication-message:before {
  content: "\e6ee";
}
.mdi-communication-messenger:before {
  content: "\e6ef";
}
.mdi-communication-no-sim:before {
  content: "\e6f0";
}
.mdi-communication-phone:before {
  content: "\e6f1";
}
.mdi-communication-portable-wifi-off:before {
  content: "\e6f2";
}
.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f3";
}
.mdi-communication-quick-contacts-mail:before {
  content: "\e6f4";
}
.mdi-communication-ring-volume:before {
  content: "\e6f5";
}
.mdi-communication-stay-current-landscape:before {
  content: "\e6f6";
}
.mdi-communication-stay-current-portrait:before {
  content: "\e6f7";
}
.mdi-communication-stay-primary-landscape:before {
  content: "\e6f8";
}
.mdi-communication-stay-primary-portrait:before {
  content: "\e6f9";
}
.mdi-communication-swap-calls:before {
  content: "\e6fa";
}
.mdi-communication-textsms:before {
  content: "\e6fb";
}
.mdi-communication-voicemail:before {
  content: "\e6fc";
}
.mdi-communication-vpn-key:before {
  content: "\e6fd";
}
.mdi-content-add-box:before {
  content: "\e6fe";
}
.mdi-content-add-circle-outline:before {
  content: "\e6ff";
}
.mdi-content-add-circle:before {
  content: "\e700";
}
.mdi-content-add:before {
  content: "\e701";
}
.mdi-content-archive:before {
  content: "\e702";
}
.mdi-content-backspace:before {
  content: "\e703";
}
.mdi-content-block:before {
  content: "\e704";
}
.mdi-content-clear:before {
  content: "\e705";
}
.mdi-content-content-copy:before {
  content: "\e706";
}
.mdi-content-content-cut:before {
  content: "\e707";
}
.mdi-content-content-paste:before {
  content: "\e708";
}
.mdi-content-create:before {
  content: "\e709";
}
.mdi-content-drafts:before {
  content: "\e70a";
}
.mdi-content-filter-list:before {
  content: "\e70b";
}
.mdi-content-flag:before {
  content: "\e70c";
}
.mdi-content-forward:before {
  content: "\e70d";
}
.mdi-content-gesture:before {
  content: "\e70e";
}
.mdi-content-inbox:before {
  content: "\e70f";
}
.mdi-content-link:before {
  content: "\e710";
}
.mdi-content-mail:before {
  content: "\e711";
}
.mdi-content-markunread:before {
  content: "\e712";
}
.mdi-content-redo:before {
  content: "\e713";
}
.mdi-content-remove-circle-outline:before {
  content: "\e714";
}
.mdi-content-remove-circle:before {
  content: "\e715";
}
.mdi-content-remove:before {
  content: "\e716";
}
.mdi-content-reply-all:before {
  content: "\e717";
}
.mdi-content-reply:before {
  content: "\e718";
}
.mdi-content-report:before {
  content: "\e719";
}
.mdi-content-save:before {
  content: "\e71a";
}
.mdi-content-select-all:before {
  content: "\e71b";
}
.mdi-content-send:before {
  content: "\e71c";
}
.mdi-content-sort:before {
  content: "\e71d";
}
.mdi-content-text-format:before {
  content: "\e71e";
}
.mdi-content-undo:before {
  content: "\e71f";
}
.mdi-editor-attach-file:before {
  content: "\e776";
}
.mdi-editor-attach-money:before {
  content: "\e777";
}
.mdi-editor-border-all:before {
  content: "\e778";
}
.mdi-editor-border-bottom:before {
  content: "\e779";
}
.mdi-editor-border-clear:before {
  content: "\e77a";
}
.mdi-editor-border-color:before {
  content: "\e77b";
}
.mdi-editor-border-horizontal:before {
  content: "\e77c";
}
.mdi-editor-border-inner:before {
  content: "\e77d";
}
.mdi-editor-border-left:before {
  content: "\e77e";
}
.mdi-editor-border-outer:before {
  content: "\e77f";
}
.mdi-editor-border-right:before {
  content: "\e780";
}
.mdi-editor-border-style:before {
  content: "\e781";
}
.mdi-editor-border-top:before {
  content: "\e782";
}
.mdi-editor-border-vertical:before {
  content: "\e783";
}
.mdi-editor-format-align-center:before {
  content: "\e784";
}
.mdi-editor-format-align-justify:before {
  content: "\e785";
}
.mdi-editor-format-align-left:before {
  content: "\e786";
}
.mdi-editor-format-align-right:before {
  content: "\e787";
}
.mdi-editor-format-bold:before {
  content: "\e788";
}
.mdi-editor-format-clear:before {
  content: "\e789";
}
.mdi-editor-format-color-fill:before {
  content: "\e78a";
}
.mdi-editor-format-color-reset:before {
  content: "\e78b";
}
.mdi-editor-format-color-text:before {
  content: "\e78c";
}
.mdi-editor-format-indent-decrease:before {
  content: "\e78d";
}
.mdi-editor-format-indent-increase:before {
  content: "\e78e";
}
.mdi-editor-format-italic:before {
  content: "\e78f";
}
.mdi-editor-format-line-spacing:before {
  content: "\e790";
}
.mdi-editor-format-list-bulleted:before {
  content: "\e791";
}
.mdi-editor-format-list-numbered:before {
  content: "\e792";
}
.mdi-editor-format-paint:before {
  content: "\e793";
}
.mdi-editor-format-quote:before {
  content: "\e794";
}
.mdi-editor-format-size:before {
  content: "\e795";
}
.mdi-editor-format-strikethrough:before {
  content: "\e796";
}
.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e797";
}
.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e798";
}
.mdi-editor-format-underline:before {
  content: "\e799";
}
.mdi-editor-functions:before {
  content: "\e79a";
}
.mdi-editor-insert-chart:before {
  content: "\e79b";
}
.mdi-editor-insert-comment:before {
  content: "\e79c";
}
.mdi-editor-insert-drive-file:before {
  content: "\e79d";
}
.mdi-editor-insert-emoticon:before {
  content: "\e79e";
}
.mdi-editor-insert-invitation:before {
  content: "\e79f";
}
.mdi-editor-insert-link:before {
  content: "\e7a0";
}
.mdi-editor-insert-photo:before {
  content: "\e7a1";
}
.mdi-editor-merge-type:before {
  content: "\e7a2";
}
.mdi-editor-mode-comment:before {
  content: "\e7a3";
}
.mdi-editor-mode-edit:before {
  content: "\e7a4";
}
.mdi-editor-publish:before {
  content: "\e7a5";
}
.mdi-editor-vertical-align-bottom:before {
  content: "\e7a6";
}
.mdi-editor-vertical-align-center:before {
  content: "\e7a7";
}
.mdi-editor-vertical-align-top:before {
  content: "\e7a8";
}
.mdi-editor-wrap-text:before {
  content: "\e7a9";
}
.mdi-file-attachment:before {
  content: "\e7aa";
}
.mdi-file-cloud-circle:before {
  content: "\e7ab";
}
.mdi-file-cloud-done:before {
  content: "\e7ac";
}
.mdi-file-cloud-download:before {
  content: "\e7ad";
}
.mdi-file-cloud-off:before {
  content: "\e7ae";
}
.mdi-file-cloud-queue:before {
  content: "\e7af";
}
.mdi-file-cloud-upload:before {
  content: "\e7b0";
}
.mdi-file-cloud:before {
  content: "\e7b1";
}
.mdi-file-file-download:before {
  content: "\e7b2";
}
.mdi-file-file-upload:before {
  content: "\e7b3";
}
.mdi-file-folder-open:before {
  content: "\e7b4";
}
.mdi-file-folder-shared:before {
  content: "\e7b5";
}
.mdi-file-folder:before {
  content: "\e7b6";
}
.mdi-device-access-alarm:before {
  content: "\e720";
}
.mdi-device-access-alarms:before {
  content: "\e721";
}
.mdi-device-access-time:before {
  content: "\e722";
}
.mdi-device-add-alarm:before {
  content: "\e723";
}
.mdi-device-airplanemode-off:before {
  content: "\e724";
}
.mdi-device-airplanemode-on:before {
  content: "\e725";
}
.mdi-device-battery-20:before {
  content: "\e726";
}
.mdi-device-battery-30:before {
  content: "\e727";
}
.mdi-device-battery-50:before {
  content: "\e728";
}
.mdi-device-battery-60:before {
  content: "\e729";
}
.mdi-device-battery-80:before {
  content: "\e72a";
}
.mdi-device-battery-90:before {
  content: "\e72b";
}
.mdi-device-battery-charging-20:before {
  content: "\e72d";
}
.mdi-device-battery-charging-30:before {
  content: "\e72e";
}
.mdi-device-battery-charging-50:before {
  content: "\e72f";
}
.mdi-device-battery-charging-60:before {
  content: "\e730";
}
.mdi-device-battery-charging-80:before {
  content: "\e731";
}
.mdi-device-battery-charging-90:before {
  content: "\e732";
}
.mdi-device-battery-charging-full:before {
  content: "\e733";
}
.mdi-device-battery-unknown:before {
  content: "\e736";
}
.mdi-device-bluetooth-connected:before {
  content: "\e737";
}
.mdi-device-bluetooth-disabled:before {
  content: "\e738";
}
.mdi-device-bluetooth-searching:before {
  content: "\e739";
}
.mdi-device-bluetooth:before {
  content: "\e73a";
}
.mdi-device-brightness-auto:before {
  content: "\e73b";
}
.mdi-device-brightness-high:before {
  content: "\e73c";
}
.mdi-device-brightness-low:before {
  content: "\e73d";
}
.mdi-device-brightness-medium:before {
  content: "\e73e";
}
.mdi-device-data-usage:before {
  content: "\e73f";
}
.mdi-device-developer-mode:before {
  content: "\e740";
}
.mdi-device-devices:before {
  content: "\e741";
}
.mdi-device-dvr:before {
  content: "\e742";
}
.mdi-device-gps-fixed:before {
  content: "\e743";
}
.mdi-device-gps-not-fixed:before {
  content: "\e744";
}
.mdi-device-gps-off:before {
  content: "\e745";
}
.mdi-device-location-disabled:before {
  content: "\e746";
}
.mdi-device-location-searching:before {
  content: "\e747";
}
.mdi-device-multitrack-audio:before {
  content: "\e748";
}
.mdi-device-network-cell:before {
  content: "\e749";
}
.mdi-device-nfc:before {
  content: "\e74b";
}
.mdi-device-now-wallpaper:before {
  content: "\e74c";
}
.mdi-device-now-widgets:before {
  content: "\e74d";
}
.mdi-device-screen-lock-landscape:before {
  content: "\e74e";
}
.mdi-device-screen-lock-portrait:before {
  content: "\e74f";
}
.mdi-device-screen-lock-rotation:before {
  content: "\e750";
}
.mdi-device-screen-rotation:before {
  content: "\e751";
}
.mdi-device-sd-storage:before {
  content: "\e752";
}
.mdi-device-settings-system-daydream:before {
  content: "\e753";
}
.mdi-device-signal-cellular-0-bar:before {
  content: "\e754";
}
.mdi-device-signal-cellular-1-bar:before {
  content: "\e755";
}
.mdi-device-signal-cellular-2-bar:before {
  content: "\e756";
}
.mdi-device-signal-cellular-3-bar:before {
  content: "\e757";
}
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
  content: "\e8f6";
}
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e759";
}
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e75a";
}
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e75b";
}
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e75c";
}
.mdi-device-signal-wifi-0-bar:before {
  content: "\e761";
}
.mdi-device-signal-wifi-1-bar:before {
  content: "\e762";
}
.mdi-device-signal-wifi-2-bar:before {
  content: "\e763";
}
.mdi-device-signal-wifi-3-bar:before {
  content: "\e764";
}
.mdi-device-signal-wifi-statusbar-1-bar:before {
  content: "\e767";
}
.mdi-device-signal-wifi-statusbar-2-bar:before {
  content: "\e768";
}
.mdi-device-signal-wifi-statusbar-3-bar:before {
  content: "\e769";
}
.mdi-device-signal-wifi-statusbar-4-bar:before {
  content: "\e76a";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
  content: "\e76b";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
  content: "\e76f";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
  content: "\e76c";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
  content: "\e76d";
}
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
  content: "\e76e";
}
.mdi-signal-wifi-statusbar-not-connected-after:before {
  content: "\e8f7";
}
.mdi-device-signal-wifi-statusbar-not-connected:before {
  content: "\e770";
}
.mdi-device-signal-wifi-statusbar-null:before {
  content: "\e771";
}
.mdi-device-storage:before {
  content: "\e772";
}
.mdi-device-usb:before {
  content: "\e773";
}
.mdi-device-wifi-lock:before {
  content: "\e774";
}
.mdi-device-wifi-tethering:before {
  content: "\e775";
}
.mdi-hardware-cast-connected:before {
  content: "\e7b7";
}
.mdi-hardware-cast:before {
  content: "\e7b8";
}
.mdi-hardware-computer:before {
  content: "\e7b9";
}
.mdi-hardware-desktop-mac:before {
  content: "\e7ba";
}
.mdi-hardware-desktop-windows:before {
  content: "\e7bb";
}
.mdi-hardware-dock:before {
  content: "\e7bc";
}
.mdi-hardware-gamepad:before {
  content: "\e7bd";
}
.mdi-hardware-headset-mic:before {
  content: "\e7be";
}
.mdi-hardware-headset:before {
  content: "\e7bf";
}
.mdi-hardware-keyboard-alt:before {
  content: "\e7c0";
}
.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7c1";
}
.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7c2";
}
.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7c3";
}
.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7c4";
}
.mdi-hardware-keyboard-backspace:before {
  content: "\e7c5";
}
.mdi-hardware-keyboard-capslock:before {
  content: "\e7c6";
}
.mdi-hardware-keyboard-control:before {
  content: "\e7c7";
}
.mdi-hardware-keyboard-hide:before {
  content: "\e7c8";
}
.mdi-hardware-keyboard-return:before {
  content: "\e7c9";
}
.mdi-hardware-keyboard-tab:before {
  content: "\e7ca";
}
.mdi-hardware-keyboard-voice:before {
  content: "\e7cb";
}
.mdi-hardware-keyboard:before {
  content: "\e7cc";
}
.mdi-hardware-laptop-chromebook:before {
  content: "\e7cd";
}
.mdi-hardware-laptop-mac:before {
  content: "\e7ce";
}
.mdi-hardware-laptop-windows:before {
  content: "\e7cf";
}
.mdi-hardware-laptop:before {
  content: "\e7d0";
}
.mdi-hardware-memory:before {
  content: "\e7d1";
}
.mdi-hardware-mouse:before {
  content: "\e7d2";
}
.mdi-hardware-phone-android:before {
  content: "\e7d3";
}
.mdi-hardware-phone-iphone:before {
  content: "\e7d4";
}
.mdi-hardware-phonelink-off:before {
  content: "\e7d5";
}
.mdi-hardware-phonelink:before {
  content: "\e7d6";
}
.mdi-hardware-security:before {
  content: "\e7d7";
}
.mdi-hardware-sim-card:before {
  content: "\e7d8";
}
.mdi-hardware-smartphone:before {
  content: "\e7d9";
}
.mdi-hardware-speaker:before {
  content: "\e7da";
}
.mdi-hardware-tablet-android:before {
  content: "\e7db";
}
.mdi-hardware-tablet-mac:before {
  content: "\e7dc";
}
.mdi-hardware-tablet:before {
  content: "\e7dd";
}
.mdi-hardware-tv:before {
  content: "\e7de";
}
.mdi-hardware-watch:before {
  content: "\e7df";
}
.mdi-image-add-to-photos:before {
  content: "\e7e0";
}
.mdi-image-adjust:before {
  content: "\e7e1";
}
.mdi-image-assistant-photo:before {
  content: "\e7e2";
}
.mdi-image-audiotrack:before {
  content: "\e7e3";
}
.mdi-image-blur-circular:before {
  content: "\e7e4";
}
.mdi-image-blur-linear:before {
  content: "\e7e5";
}
.mdi-image-blur-off:before {
  content: "\e7e6";
}
.mdi-image-blur-on:before {
  content: "\e7e7";
}
.mdi-image-brightness-1:before {
  content: "\e7e8";
}
.mdi-image-brightness-2:before {
  content: "\e7e9";
}
.mdi-image-brightness-3:before {
  content: "\e7ea";
}
.mdi-image-brightness-4:before {
  content: "\e7eb";
}
.mdi-image-brightness-5:before {
  content: "\e7ec";
}
.mdi-image-brightness-6:before {
  content: "\e7ed";
}
.mdi-image-brightness-7:before {
  content: "\e7ee";
}
.mdi-image-brush:before {
  content: "\e7ef";
}
.mdi-image-camera-alt:before {
  content: "\e7f0";
}
.mdi-image-camera-front:before {
  content: "\e7f1";
}
.mdi-image-camera-rear:before {
  content: "\e7f2";
}
.mdi-image-camera-roll:before {
  content: "\e7f3";
}
.mdi-image-camera:before {
  content: "\e7f4";
}
.mdi-image-center-focus-strong:before {
  content: "\e7f5";
}
.mdi-image-center-focus-weak:before {
  content: "\e7f6";
}
.mdi-image-collections:before {
  content: "\e7f7";
}
.mdi-image-color-lens:before {
  content: "\e7f8";
}
.mdi-image-colorize:before {
  content: "\e7f9";
}
.mdi-image-compare:before {
  content: "\e7fa";
}
.mdi-image-control-point-duplicate:before {
  content: "\e7fb";
}
.mdi-image-control-point:before {
  content: "\e7fc";
}
.mdi-image-crop-3-2:before {
  content: "\e7fd";
}
.mdi-image-crop-5-4:before {
  content: "\e7fe";
}
.mdi-image-crop-7-5:before {
  content: "\e7ff";
}
.mdi-image-crop-16-9:before {
  content: "\e800";
}
.mdi-image-crop-din:before {
  content: "\e801";
}
.mdi-image-crop-free:before {
  content: "\e802";
}
.mdi-image-crop-landscape:before {
  content: "\e803";
}
.mdi-image-crop-original:before {
  content: "\e804";
}
.mdi-image-crop-portrait:before {
  content: "\e805";
}
.mdi-image-crop-square:before {
  content: "\e806";
}
.mdi-image-crop:before {
  content: "\e807";
}
.mdi-image-dehaze:before {
  content: "\e808";
}
.mdi-image-details:before {
  content: "\e809";
}
.mdi-image-edit:before {
  content: "\e80a";
}
.mdi-image-exposure-minus-1:before {
  content: "\e80b";
}
.mdi-image-exposure-minus-2:before {
  content: "\e80c";
}
.mdi-image-exposure-plus-1:before {
  content: "\e80d";
}
.mdi-image-exposure-plus-2:before {
  content: "\e80e";
}
.mdi-image-exposure-zero:before {
  content: "\e80f";
}
.mdi-image-exposure:before {
  content: "\e810";
}
.mdi-image-filter-1:before {
  content: "\e811";
}
.mdi-image-filter-2:before {
  content: "\e812";
}
.mdi-image-filter-3:before {
  content: "\e813";
}
.mdi-image-filter-4:before {
  content: "\e814";
}
.mdi-image-filter-5:before {
  content: "\e815";
}
.mdi-image-filter-6:before {
  content: "\e816";
}
.mdi-image-filter-7:before {
  content: "\e817";
}
.mdi-image-filter-8:before {
  content: "\e818";
}
.mdi-image-filter-9-plus:before {
  content: "\e819";
}
.mdi-image-filter-9:before {
  content: "\e81a";
}
.mdi-image-filter-b-and-w:before {
  content: "\e81b";
}
.mdi-image-filter-center-focus:before {
  content: "\e81c";
}
.mdi-image-filter-drama:before {
  content: "\e81d";
}
.mdi-image-filter-frames:before {
  content: "\e81e";
}
.mdi-image-filter-hdr:before {
  content: "\e81f";
}
.mdi-image-filter-none:before {
  content: "\e820";
}
.mdi-image-filter-tilt-shift:before {
  content: "\e821";
}
.mdi-image-filter-vintage:before {
  content: "\e822";
}
.mdi-image-filter:before {
  content: "\e823";
}
.mdi-image-flare:before {
  content: "\e824";
}
.mdi-image-flash-auto:before {
  content: "\e825";
}
.mdi-image-flash-off:before {
  content: "\e826";
}
.mdi-image-flash-on:before {
  content: "\e827";
}
.mdi-image-flip:before {
  content: "\e828";
}
.mdi-image-gradient:before {
  content: "\e829";
}
.mdi-image-grain:before {
  content: "\e82a";
}
.mdi-image-grid-off:before {
  content: "\e82b";
}
.mdi-image-grid-on:before {
  content: "\e82c";
}
.mdi-image-hdr-off:before {
  content: "\e82d";
}
.mdi-image-hdr-on:before {
  content: "\e82e";
}
.mdi-image-hdr-strong:before {
  content: "\e82f";
}
.mdi-image-hdr-weak:before {
  content: "\e830";
}
.mdi-image-healing:before {
  content: "\e831";
}
.mdi-image-image-aspect-ratio:before {
  content: "\e832";
}
.mdi-image-image:before {
  content: "\e833";
}
.mdi-image-iso:before {
  content: "\e834";
}
.mdi-image-landscape:before {
  content: "\e835";
}
.mdi-image-leak-add:before {
  content: "\e836";
}
.mdi-image-leak-remove:before {
  content: "\e837";
}
.mdi-image-lens:before {
  content: "\e838";
}
.mdi-image-looks-3:before {
  content: "\e839";
}
.mdi-image-looks-4:before {
  content: "\e83a";
}
.mdi-image-looks-5:before {
  content: "\e83b";
}
.mdi-image-looks-6:before {
  content: "\e83c";
}
.mdi-image-looks-one:before {
  content: "\e83d";
}
.mdi-image-looks-two:before {
  content: "\e83e";
}
.mdi-image-looks:before {
  content: "\e83f";
}
.mdi-image-loupe:before {
  content: "\e840";
}
.mdi-image-movie-creation:before {
  content: "\e841";
}
.mdi-image-nature-people:before {
  content: "\e842";
}
.mdi-image-nature:before {
  content: "\e843";
}
.mdi-image-navigate-before:before {
  content: "\e844";
}
.mdi-image-navigate-next:before {
  content: "\e845";
}
.mdi-image-palette:before {
  content: "\e846";
}
.mdi-image-panorama-fisheye:before {
  content: "\e847";
}
.mdi-image-panorama-horizontal:before {
  content: "\e848";
}
.mdi-image-panorama-vertical:before {
  content: "\e849";
}
.mdi-image-panorama-wide-angle:before {
  content: "\e84a";
}
.mdi-image-panorama:before {
  content: "\e84b";
}
.mdi-image-photo-album:before {
  content: "\e84c";
}
.mdi-image-photo-camera:before {
  content: "\e84d";
}
.mdi-image-photo-library:before {
  content: "\e84e";
}
.mdi-image-photo:before {
  content: "\e84f";
}
.mdi-image-portrait:before {
  content: "\e850";
}
.mdi-image-remove-red-eye:before {
  content: "\e851";
}
.mdi-image-rotate-left:before {
  content: "\e852";
}
.mdi-image-rotate-right:before {
  content: "\e853";
}
.mdi-image-slideshow:before {
  content: "\e854";
}
.mdi-image-straighten:before {
  content: "\e855";
}
.mdi-image-style:before {
  content: "\e856";
}
.mdi-image-switch-camera:before {
  content: "\e857";
}
.mdi-image-switch-video:before {
  content: "\e858";
}
.mdi-image-tag-faces:before {
  content: "\e859";
}
.mdi-image-texture:before {
  content: "\e85a";
}
.mdi-image-timelapse:before {
  content: "\e85b";
}
.mdi-image-timer-3:before {
  content: "\e85c";
}
.mdi-image-timer-10:before {
  content: "\e85d";
}
.mdi-image-timer-auto:before {
  content: "\e85e";
}
.mdi-image-timer-off:before {
  content: "\e85f";
}
.mdi-image-timer:before {
  content: "\e860";
}
.mdi-image-tonality:before {
  content: "\e861";
}
.mdi-image-transform:before {
  content: "\e862";
}
.mdi-image-tune:before {
  content: "\e863";
}
.mdi-image-wb-auto:before {
  content: "\e864";
}
.mdi-image-wb-cloudy:before {
  content: "\e865";
}
.mdi-image-wb-incandescent:before {
  content: "\e866";
}
.mdi-image-wb-irradescent:before {
  content: "\e867";
}
.mdi-image-wb-sunny:before {
  content: "\e868";
}
.mdi-maps-beenhere:before {
  content: "\e869";
}
.mdi-maps-directions-bike:before {
  content: "\e86a";
}
.mdi-maps-directions-bus:before {
  content: "\e86b";
}
.mdi-maps-directions-car:before {
  content: "\e86c";
}
.mdi-maps-directions-ferry:before {
  content: "\e86d";
}
.mdi-maps-directions-subway:before {
  content: "\e86e";
}
.mdi-maps-directions-train:before {
  content: "\e86f";
}
.mdi-maps-directions-transit:before {
  content: "\e870";
}
.mdi-maps-directions-walk:before {
  content: "\e871";
}
.mdi-maps-directions:before {
  content: "\e872";
}
.mdi-maps-flight:before {
  content: "\e873";
}
.mdi-maps-hotel:before {
  content: "\e874";
}
.mdi-maps-layers-clear:before {
  content: "\e875";
}
.mdi-maps-layers:before {
  content: "\e876";
}
.mdi-maps-local-airport:before {
  content: "\e877";
}
.mdi-maps-local-atm:before {
  content: "\e878";
}
.mdi-maps-local-attraction:before {
  content: "\e879";
}
.mdi-maps-local-bar:before {
  content: "\e87a";
}
.mdi-maps-local-cafe:before {
  content: "\e87b";
}
.mdi-maps-local-car-wash:before {
  content: "\e87c";
}
.mdi-maps-local-convenience-store:before {
  content: "\e87d";
}
.mdi-maps-local-drink:before {
  content: "\e87e";
}
.mdi-maps-local-florist:before {
  content: "\e87f";
}
.mdi-maps-local-gas-station:before {
  content: "\e880";
}
.mdi-maps-local-grocery-store:before {
  content: "\e881";
}
.mdi-maps-local-hospital:before {
  content: "\e882";
}
.mdi-maps-local-hotel:before {
  content: "\e883";
}
.mdi-maps-local-laundry-service:before {
  content: "\e884";
}
.mdi-maps-local-library:before {
  content: "\e885";
}
.mdi-maps-local-mall:before {
  content: "\e886";
}
.mdi-maps-local-movies:before {
  content: "\e887";
}
.mdi-maps-local-offer:before {
  content: "\e888";
}
.mdi-maps-local-parking:before {
  content: "\e889";
}
.mdi-maps-local-pharmacy:before {
  content: "\e88a";
}
.mdi-maps-local-phone:before {
  content: "\e88b";
}
.mdi-maps-local-pizza:before {
  content: "\e88c";
}
.mdi-maps-local-play:before {
  content: "\e88d";
}
.mdi-maps-local-post-office:before {
  content: "\e88e";
}
.mdi-maps-local-print-shop:before {
  content: "\e88f";
}
.mdi-maps-local-restaurant:before {
  content: "\e890";
}
.mdi-maps-local-see:before {
  content: "\e891";
}
.mdi-maps-local-shipping:before {
  content: "\e892";
}
.mdi-maps-local-taxi:before {
  content: "\e893";
}
.mdi-maps-location-history:before {
  content: "\e894";
}
.mdi-maps-map:before {
  content: "\e895";
}
.mdi-maps-my-location:before {
  content: "\e896";
}
.mdi-maps-navigation:before {
  content: "\e897";
}
.mdi-maps-pin-drop:before {
  content: "\e898";
}
.mdi-maps-place:before {
  content: "\e899";
}
.mdi-maps-rate-review:before {
  content: "\e89a";
}
.mdi-maps-restaurant-menu:before {
  content: "\e89b";
}
.mdi-maps-satellite:before {
  content: "\e89c";
}
.mdi-maps-store-mall-directory:before {
  content: "\e89d";
}
.mdi-maps-terrain:before {
  content: "\e89e";
}
.mdi-maps-traffic:before {
  content: "\e89f";
}
.mdi-navigation-apps:before {
  content: "\e8a0";
}
.mdi-navigation-arrow-back:before {
  content: "\e8a1";
}
.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e8a2";
}
.mdi-navigation-arrow-drop-down:before {
  content: "\e8a3";
}
.mdi-navigation-arrow-drop-up:before {
  content: "\e8a4";
}
.mdi-navigation-arrow-forward:before {
  content: "\e8a5";
}
.mdi-navigation-cancel:before {
  content: "\e8a6";
}
.mdi-navigation-check:before {
  content: "\e8a7";
}
.mdi-navigation-chevron-left:before {
  content: "\e8a8";
}
.mdi-navigation-chevron-right:before {
  content: "\e8a9";
}
.mdi-navigation-close:before {
  content: "\e8aa";
}
.mdi-navigation-expand-less:before {
  content: "\e8ab";
}
.mdi-navigation-expand-more:before {
  content: "\e8ac";
}
.mdi-navigation-fullscreen-exit:before {
  content: "\e8ad";
}
.mdi-navigation-fullscreen:before {
  content: "\e8ae";
}
.mdi-navigation-menu:before {
  content: "\e8af";
}
.mdi-navigation-more-horiz:before {
  content: "\e8b0";
}
.mdi-navigation-more-vert:before {
  content: "\e8b1";
}
.mdi-navigation-refresh:before {
  content: "\e8b2";
}
.mdi-navigation-unfold-less:before {
  content: "\e8b3";
}
.mdi-navigation-unfold-more:before {
  content: "\e8b4";
}
.mdi-notification-adb:before {
  content: "\e8b5";
}
.mdi-notification-bluetooth-audio:before {
  content: "\e8b6";
}
.mdi-notification-disc-full:before {
  content: "\e8b7";
}
.mdi-notification-dnd-forwardslash:before {
  content: "\e8b8";
}
.mdi-notification-do-not-disturb:before {
  content: "\e8b9";
}
.mdi-notification-drive-eta:before {
  content: "\e8ba";
}
.mdi-notification-event-available:before {
  content: "\e8bb";
}
.mdi-notification-event-busy:before {
  content: "\e8bc";
}
.mdi-notification-event-note:before {
  content: "\e8bd";
}
.mdi-notification-folder-special:before {
  content: "\e8be";
}
.mdi-notification-mms:before {
  content: "\e8bf";
}
.mdi-notification-more:before {
  content: "\e8c0";
}
.mdi-notification-network-locked:before {
  content: "\e8c1";
}
.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8c2";
}
.mdi-notification-phone-forwarded:before {
  content: "\e8c3";
}
.mdi-notification-phone-in-talk:before {
  content: "\e8c4";
}
.mdi-notification-phone-locked:before {
  content: "\e8c5";
}
.mdi-notification-phone-missed:before {
  content: "\e8c6";
}
.mdi-notification-phone-paused:before {
  content: "\e8c7";
}
.mdi-notification-play-download:before {
  content: "\e8c8";
}
.mdi-notification-play-install:before {
  content: "\e8c9";
}
.mdi-notification-sd-card:before {
  content: "\e8ca";
}
.mdi-notification-sim-card-alert:before {
  content: "\e8cb";
}
.mdi-notification-sms-failed:before {
  content: "\e8cc";
}
.mdi-notification-sms:before {
  content: "\e8cd";
}
.mdi-notification-sync-disabled:before {
  content: "\e8ce";
}
.mdi-notification-sync-problem:before {
  content: "\e8cf";
}
.mdi-notification-sync:before {
  content: "\e8d0";
}
.mdi-notification-system-update:before {
  content: "\e8d1";
}
.mdi-notification-tap-and-play:before {
  content: "\e8d2";
}
.mdi-notification-time-to-leave:before {
  content: "\e8d3";
}
.mdi-notification-vibration:before {
  content: "\e8d4";
}
.mdi-notification-voice-chat:before {
  content: "\e8d5";
}
.mdi-notification-vpn-lock:before {
  content: "\e8d6";
}
.mdi-social-cake:before {
  content: "\e8d7";
}
.mdi-social-domain:before {
  content: "\e8d8";
}
.mdi-social-group-add:before {
  content: "\e8d9";
}
.mdi-social-group:before {
  content: "\e8da";
}
.mdi-social-location-city:before {
  content: "\e8db";
}
.mdi-social-mood:before {
  content: "\e8dc";
}
.mdi-social-notifications-none:before {
  content: "\e8dd";
}
.mdi-social-notifications-off:before {
  content: "\e8de";
}
.mdi-social-notifications-on:before {
  content: "\e8df";
}
.mdi-social-notifications-paused:before {
  content: "\e8e0";
}
.mdi-social-notifications:before {
  content: "\e8e1";
}
.mdi-social-pages:before {
  content: "\e8e2";
}
.mdi-social-party-mode:before {
  content: "\e8e3";
}
.mdi-social-people-outline:before {
  content: "\e8e4";
}
.mdi-social-people:before {
  content: "\e8e5";
}
.mdi-social-person-add:before {
  content: "\e8e6";
}
.mdi-social-person-outline:before {
  content: "\e8e7";
}
.mdi-social-person:before {
  content: "\e8e8";
}
.mdi-social-plus-one:before {
  content: "\e8e9";
}
.mdi-social-poll:before {
  content: "\e8ea";
}
.mdi-social-public:before {
  content: "\e8eb";
}
.mdi-social-school:before {
  content: "\e8ec";
}
.mdi-social-share:before {
  content: "\e8ed";
}
.mdi-social-whatshot:before {
  content: "\e8ee";
}
.mdi-toggle-check-box-outline-blank:before {
  content: "\e8ef";
}
.mdi-toggle-check-box:before {
  content: "\e8f0";
}
.mdi-toggle-radio-button-off:before {
  content: "\e8f1";
}
.mdi-toggle-radio-button-on:before {
  content: "\e8f2";
}
.mdi-toggle-star-half:before {
  content: "\e8f3";
}
.mdi-toggle-star-outline:before {
  content: "\e8f4";
}
.mdi-toggle-star:before {
  content: "\e8f5";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.container .jumbotron {
  border-radius: 2px;
}
.container:before {
  content: " ";
  display: table;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 998;
}
.navbar-fixed nav {
  position: fixed;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.card {
  position: relative;
  margin: .5rem 0 1rem;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-weight: 300;
  font-size: 24px;
}
.card .card-title.activator {
  cursor: pointer;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  line-height: 48px;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
}
.card .card-action a {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}
.card .card-action a:hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.card.large {
  position: relative;
  height: 500px;
}
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.large .card-content {
  max-height: 40%;
  overflow: hidden;
}
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: inherit;
}
.card.medium {
  position: relative;
  height: 400px;
}
.card.medium .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.medium .card-content {
  max-height: 40%;
  overflow: hidden;
}
.card.medium .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: inherit;
}
.card.small {
  position: relative;
  height: 300px;
}
.card.small .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-content {
  max-height: 40%;
  overflow: hidden;
}
.card.small .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: inherit;
}
.card-panel {
  margin: .5rem 0 1rem;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  padding: 20px;
}
em {
  font-style: italic;
}
small {
  font-size: 75%;
  font-size: 80%;
  font-size: 85%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.flow-text {
  font-weight: 300;
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
.toast.rounded {
  border-radius: 24px;
}
.backdrop {
  display: none;
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
}
.hide-tab-scrollbar {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.hide-tab-scrollbar .tabs {
  overflow-x: scroll;
  overflow-y: hidden;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.btn-floating.disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn-floating.disabled * {
  pointer-events: none;
}
.btn-floating.disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn-large.disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn-large.disabled * {
  pointer-events: none;
}
.btn-large.disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn.disabled {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
  cursor: default;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn.disabled * {
  pointer-events: none;
}
.btn.disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.disabled.btn-large {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.disabled.btn-large * {
  pointer-events: none;
}
.disabled.btn-large:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}
.btn-floating.btn-large {
  width: 55.5px !important;
  height: 55.5px !important;
}
.btn-floating.btn-large i {
  line-height: 55.5px;
}
button.btn-floating {
  border: none;
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: initial;
  width: 500px;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.chip {
  font-weight: 500;
  display: inline-block;
  height: 32px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
}
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.input-field {
  position: relative;
}
.input-field label {
  font-weight: 500;
  position: absolute;
  top: .8rem;
  left: 10px;
  font-size: 15px;
  cursor: text;
  transition: 0.2s ease-out;
}
.input-field label.active {
  color: #fff !important;
  font-size: .8rem;
  height: 34px;
  top: -20px !important;
  margin: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}
.input-field .prefix.active {
  color: #26a69a;
}
.prefix.input-field ~ input {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.prefix.input-field ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
  padding-top: .8rem;
}
.prefix.input-field ~ label {
  margin-left: 3rem;
}
.input-field input[type=search] {
  display: block;
  padding-left: 5rem;
  width: calc(96%);
  border: none;
  background: #f22f22;
  font-size: 18px;
  font-weight: 400;
}
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus.input-field input[type=search] + label i {
  color: #444;
}
.input-field input[type=search]:focus.input-field input[type=search] ~ .material-icons {
  color: #444;
}
.input-field input[type=search]:focus.input-field input[type=search] ~ .mdi-navigation-close {
  color: #444;
}
input[type=search].input-field + label {
  left: 1rem;
  color: #fff !important;
  font-size: .8rem;
  height: 42px;
  padding-left: 12px;
  top: 0 !important;
}
input[type=search].input-field ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
input[type=search].input-field ~ .mdi-navigation-close {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
label {
  margin: 10px 0;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #5c556a;
}
.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.dropdown-content {
  background-color: #fff;
  margin-top: 51px;
  display: none;
  min-width: 200px;
  max-height: 650px;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
}
.dropdown-content li {
  clear: both;
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  color: #5c556a;
}
.dropdown-content li:hover {
  background-color: #eee;
}
.dropdown-content li > a {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #5c556a !important;
  display: block !important;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0 16px;
}
.dropdown-content li > a > i {
  height: inherit;
  width: 40px;
  font-size: 24px;
  float: left;
  line-height: 48px !important;
  display: block;
  padding: 0 !important;
}
.dropdown-content li > a:hover {
  background-color: #eee;
}
.dropdown-content li > span {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #5c556a !important;
  display: block !important;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  display: block !important;
  min-height: 0;
  height: 1px;
}
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active {
  display: block;
  left: 0;
}
.carousel-inner > .next {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
}
.carousel-inner > .prev {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
}
.carousel-inner > .next.left {
  left: 0;
}
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 33px;
}
.h1 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 27px;
}
.h2 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 23px;
}
.h3 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h3 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 65%;
}
.h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 17px;
}
.h4 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 13px;
}
.h5 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.h5 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 12px;
}
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
  font-size: 75%;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #008aff;
}
a.text-primary:hover {
  color: #006ecc;
}
.text-success {
  color: #fff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #fff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #008aff;
}
a.bg-primary:hover {
  background-color: #006ecc;
}
.bg-success {
  background-color: #1aa82c;
}
a.bg-success:hover {
  background-color: #137c20;
}
.bg-info {
  background-color: #151720;
}
a.bg-info:hover {
  background-color: #010101;
}
.bg-warning {
  background-color: #f0ad4e;
}
a.bg-warning:hover {
  background-color: #ec971f;
}
.bg-danger {
  background-color: #e22e40;
}
a.bg-danger:hover {
  background-color: #c21b2c;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee;
}
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ol ul {
  margin-bottom: 0;
}
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt {
  line-height: 1.42857143;
  font-weight: 700;
}
dd {
  line-height: 1.42857143;
  margin-left: 0;
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before {
  content: '';
}
.blockquote-reverse footer:after {
  content: '\00A0 \2014';
}
.blockquote-reverse small:before {
  content: '';
}
.blockquote-reverse small:after {
  content: '\00A0 \2014';
}
.blockquote-reverse .small:before {
  content: '';
}
.blockquote-reverse .small:after {
  content: '\00A0 \2014';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
blockquote.pull-right footer:before {
  content: '';
}
blockquote.pull-right footer:after {
  content: '\00A0 \2014';
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 8.33333333%;
}
.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 16.66666667%;
}
.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}
.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
}
.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66666667%;
}
.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 58.33333333%;
}
.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
}
.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}
.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 83.33333333%;
}
.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 91.66666667%;
}
.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > thead > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > td.active {
  background-color: #f5f5f5;
}
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success {
  background-color: #1aa82c;
}
.table > thead > tr > th.success {
  background-color: #1aa82c;
}
.table > thead > tr > td.info {
  background-color: #151720;
}
.table > thead > tr > th.info {
  background-color: #151720;
}
.table > thead > tr > td.warning {
  background-color: #f0ad4e;
}
.table > thead > tr > th.warning {
  background-color: #f0ad4e;
}
.table > thead > tr > td.danger {
  background-color: #e22e40;
}
.table > thead > tr > th.danger {
  background-color: #e22e40;
}
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > thead > tr.active > td {
  background-color: #f5f5f5;
}
.table > thead > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr.success > td {
  background-color: #1aa82c;
}
.table > thead > tr.success > th {
  background-color: #1aa82c;
}
.table > thead > tr.info > td {
  background-color: #151720;
}
.table > thead > tr.info > th {
  background-color: #151720;
}
.table > thead > tr.warning > td {
  background-color: #f0ad4e;
}
.table > thead > tr.warning > th {
  background-color: #f0ad4e;
}
.table > thead > tr.danger > td {
  background-color: #e22e40;
}
.table > thead > tr.danger > th {
  background-color: #e22e40;
}
.table > tbody > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > td.active {
  background-color: #f5f5f5;
}
.table > tbody > tr > th.active {
  background-color: #f5f5f5;
}
.table > tbody > tr > td.success {
  background-color: #1aa82c;
}
.table > tbody > tr > th.success {
  background-color: #1aa82c;
}
.table > tbody > tr > td.info {
  background-color: #151720;
}
.table > tbody > tr > th.info {
  background-color: #151720;
}
.table > tbody > tr > td.warning {
  background-color: #f0ad4e;
}
.table > tbody > tr > th.warning {
  background-color: #f0ad4e;
}
.table > tbody > tr > td.danger {
  background-color: #e22e40;
}
.table > tbody > tr > th.danger {
  background-color: #e22e40;
}
.table > tbody > tr.active > td {
  background-color: #f5f5f5;
}
.table > tbody > tr.active > th {
  background-color: #f5f5f5;
}
.table > tbody > tr.success > td {
  background-color: #1aa82c;
}
.table > tbody > tr.success > th {
  background-color: #1aa82c;
}
.table > tbody > tr.info > td {
  background-color: #151720;
}
.table > tbody > tr.info > th {
  background-color: #151720;
}
.table > tbody > tr.warning > td {
  background-color: #f0ad4e;
}
.table > tbody > tr.warning > th {
  background-color: #f0ad4e;
}
.table > tbody > tr.danger > td {
  background-color: #e22e40;
}
.table > tbody > tr.danger > th {
  background-color: #e22e40;
}
.table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tfoot > tr > td.active {
  background-color: #f5f5f5;
}
.table > tfoot > tr > th.active {
  background-color: #f5f5f5;
}
.table > tfoot > tr > td.success {
  background-color: #1aa82c;
}
.table > tfoot > tr > th.success {
  background-color: #1aa82c;
}
.table > tfoot > tr > td.info {
  background-color: #151720;
}
.table > tfoot > tr > th.info {
  background-color: #151720;
}
.table > tfoot > tr > td.warning {
  background-color: #f0ad4e;
}
.table > tfoot > tr > th.warning {
  background-color: #f0ad4e;
}
.table > tfoot > tr > td.danger {
  background-color: #e22e40;
}
.table > tfoot > tr > th.danger {
  background-color: #e22e40;
}
.table > tfoot > tr.active > td {
  background-color: #f5f5f5;
}
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > tfoot > tr.success > td {
  background-color: #1aa82c;
}
.table > tfoot > tr.success > th {
  background-color: #1aa82c;
}
.table > tfoot > tr.info > td {
  background-color: #151720;
}
.table > tfoot > tr.info > th {
  background-color: #151720;
}
.table > tfoot > tr.warning > td {
  background-color: #f0ad4e;
}
.table > tfoot > tr.warning > th {
  background-color: #f0ad4e;
}
.table > tfoot > tr.danger > td {
  background-color: #e22e40;
}
.table > tfoot > tr.danger > th {
  background-color: #e22e40;
}
 > caption.table + thead > tr:first-child > th {
  border-top: 0;
}
 > caption.table + thead > tr:first-child > td {
  border-top: 0;
}
 > colgroup.table + thead > tr:first-child > th {
  border-top: 0;
}
 > colgroup.table + thead > tr:first-child > td {
  border-top: 0;
}
 > tbody.table + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-condensed > thead > tr > td {
  padding: 5px;
}
.table-condensed > tbody > tr > th {
  padding: 5px;
}
.table-condensed > tbody > tr > td {
  padding: 5px;
}
.table-condensed > tfoot > tr > th {
  padding: 5px;
}
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
}
.table-bordered > thead > tr > td {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
}
.table-bordered > tbody > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > tfoot > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr > td.success:hover {
  background-color: #179226;
}
.table-hover > tbody > tr > th.success:hover {
  background-color: #179226;
}
.table-hover > tbody > tr > td.info:hover {
  background-color: #0b0c11;
}
.table-hover > tbody > tr > th.info:hover {
  background-color: #0b0c11;
}
.table-hover > tbody > tr > td.warning:hover {
  background-color: #eea236;
}
.table-hover > tbody > tr > th.warning:hover {
  background-color: #eea236;
}
.table-hover > tbody > tr > td.danger:hover {
  background-color: #d81e31;
}
.table-hover > tbody > tr > th.danger:hover {
  background-color: #d81e31;
}
.table-hover > tbody > tr.active:hover > td {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr.success:hover > td {
  background-color: #179226;
}
.table-hover > tbody > tr.success:hover > th {
  background-color: #179226;
}
.table-hover > tbody > tr.info:hover > td {
  background-color: #0b0c11;
}
.table-hover > tbody > tr.info:hover > th {
  background-color: #0b0c11;
}
.table-hover > tbody > tr.warning:hover > td {
  background-color: #eea236;
}
.table-hover > tbody > tr.warning:hover > th {
  background-color: #eea236;
}
.table-hover > tbody > tr.danger:hover > td {
  background-color: #d81e31;
}
.table-hover > tbody > tr.danger:hover > th {
  background-color: #d81e31;
}
input[type="file"] {
  display: block;
}
input[type="file"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple] {
  height: auto;
}
select[size] {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
fieldset[disabled] .radio {
  cursor: not-allowed;
}
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
fieldset[disabled] .checkbox {
  cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
fieldset[disabled] .btn-default {
  background-color: #fff;
  border-color: #ccc;
}
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
}
fieldset[disabled] .btn-default:active {
  background-color: #fff;
  border-color: #ccc;
}
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
fieldset[disabled] .btn-primary {
  background-color: #008aff;
  border-color: #008aff;
}
fieldset[disabled] .btn-primary:hover {
  background-color: #008aff;
  border-color: #008aff;
}
fieldset[disabled] .btn-primary:focus {
  background-color: #008aff;
  border-color: #008aff;
}
fieldset[disabled] .btn-primary:active {
  background-color: #008aff;
  border-color: #008aff;
}
fieldset[disabled] .btn-primary.active {
  background-color: #008aff;
  border-color: #008aff;
}
fieldset[disabled] .btn-success {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
fieldset[disabled] .btn-success:hover {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
fieldset[disabled] .btn-success:focus {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
fieldset[disabled] .btn-success:active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
fieldset[disabled] .btn-success.active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
fieldset[disabled] .btn-info {
  background-color: #151720;
  border-color: #151720;
}
fieldset[disabled] .btn-info:hover {
  background-color: #151720;
  border-color: #151720;
}
fieldset[disabled] .btn-info:focus {
  background-color: #151720;
  border-color: #151720;
}
fieldset[disabled] .btn-info:active {
  background-color: #151720;
  border-color: #151720;
}
fieldset[disabled] .btn-info.active {
  background-color: #151720;
  border-color: #151720;
}
fieldset[disabled] .btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
fieldset[disabled] .btn-warning:active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
fieldset[disabled] .btn-danger {
  background-color: #e22e40;
  border-color: #e22e40;
}
fieldset[disabled] .btn-danger:hover {
  background-color: #e22e40;
  border-color: #e22e40;
}
fieldset[disabled] .btn-danger:focus {
  background-color: #e22e40;
  border-color: #e22e40;
}
fieldset[disabled] .btn-danger:active {
  background-color: #e22e40;
  border-color: #e22e40;
}
fieldset[disabled] .btn-danger.active {
  background-color: #e22e40;
  border-color: #e22e40;
}
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
textarea.form-control {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  letter-spacing: .4px;
  background: #fff;
}
input[type="date"] {
  line-height: 32px;
}
.radio {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio {
  margin-top: -5px;
}
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled] {
  cursor: not-allowed;
}
input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.radio[disabled] {
  cursor: not-allowed;
}
.radio-inline[disabled] {
  cursor: not-allowed;
}
.checkbox[disabled] {
  cursor: not-allowed;
}
.checkbox-inline[disabled] {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.has-success .help-block {
  color: #1aa82c;
}
.has-success .control-label {
  color: #1aa82c;
}
.has-success .radio {
  color: #1aa82c;
}
.has-success .checkbox {
  color: #1aa82c;
}
.has-success .radio-inline {
  color: #1aa82c;
}
.has-success .checkbox-inline {
  color: #1aa82c;
}
.has-success .form-control {
  border-color: #1aa82c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #137c20;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #46e25a;
}
.has-success .input-group-addon {
  color: #1aa82c;
  border-color: #1aa82c;
  background-color: #1aa82c;
}
.has-success .form-control-feedback {
  color: #1aa82c;
}
.has-warning .help-block {
  color: #f0ad4e;
}
.has-warning .control-label {
  color: #f0ad4e;
}
.has-warning .radio {
  color: #f0ad4e;
}
.has-warning .checkbox {
  color: #f0ad4e;
}
.has-warning .radio-inline {
  color: #f0ad4e;
}
.has-warning .checkbox-inline {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block {
  color: #e22e40;
}
.has-error .control-label {
  color: #e22e40;
}
.has-error .radio {
  color: #e22e40;
}
.has-error .checkbox {
  color: #e22e40;
}
.has-error .radio-inline {
  color: #e22e40;
}
.has-error .checkbox-inline {
  color: #e22e40;
}
.has-error .form-control {
  border-color: #e22e40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c21b2c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee8892;
}
.has-error .input-group-addon {
  color: #e22e40;
  border-color: #e22e40;
  background-color: #e22e40;
}
.has-error .form-control-feedback {
  color: #e22e40;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .control-label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  min-height: 25px;
}
.form-horizontal .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  min-height: 25px;
}
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  content: " ";
  display: table;
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  background-image: none;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  background-image: none;
}
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  background-image: none;
}
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0074d6;
  border-color: #0069c2;
  background-image: none;
}
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #158523;
  border-color: #12731e;
  background-image: none;
}
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #050507;
  border-color: #000;
  background-image: none;
}
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
  background-image: none;
}
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cb1c2e;
  border-color: #b91a2a;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.btn-default.disabled {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.disabled:focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.disabled:active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled] {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled]:active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.disabled.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0074d6;
  border-color: #0069c2;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0074d6;
  border-color: #0069c2;
}
.btn-primary:active {
  color: #fff;
  background-color: #0074d6;
  border-color: #0069c2;
  background-image: none;
}
.btn-primary .badge {
  color: #008aff;
  background-color: #fff;
}
.btn-primary.active {
  color: #fff;
  background-color: #0074d6;
  border-color: #0069c2;
  background-image: none;
}
.btn-primary.disabled {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary.disabled:hover {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary.disabled:focus {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary.disabled:active {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary[disabled] {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary[disabled]:hover {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary[disabled]:focus {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary[disabled]:active {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary.disabled.active {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-primary[disabled].active {
  background-color: #008aff;
  border-color: #008aff;
}
.btn-success {
  color: #fff;
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success:hover {
  color: #fff;
  background-color: #158523;
  border-color: #12731e;
}
.btn-success:focus {
  color: #fff;
  background-color: #158523;
  border-color: #12731e;
}
.btn-success:active {
  color: #fff;
  background-color: #158523;
  border-color: #12731e;
  background-image: none;
}
.btn-success .badge {
  color: #1aa82c;
  background-color: #fff;
}
.btn-success.active {
  color: #fff;
  background-color: #158523;
  border-color: #12731e;
  background-image: none;
}
.btn-success.disabled {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success.disabled:hover {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success.disabled:focus {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success.disabled:active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success[disabled] {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success[disabled]:hover {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success[disabled]:focus {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success[disabled]:active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success.disabled.active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-success[disabled].active {
  background-color: #1aa82c;
  border-color: #1aa82c;
}
.btn-info {
  color: #fff;
  background-color: #151720;
  border-color: #151720;
}
.btn-info:hover {
  color: #fff;
  background-color: #050507;
  border-color: #000;
}
.btn-info:focus {
  color: #fff;
  background-color: #050507;
  border-color: #000;
}
.btn-info:active {
  color: #fff;
  background-color: #050507;
  border-color: #000;
  background-image: none;
}
.btn-info .badge {
  color: #151720;
  background-color: #fff;
}
.btn-info.active {
  color: #fff;
  background-color: #050507;
  border-color: #000;
  background-image: none;
}
.btn-info.disabled {
  background-color: #151720;
  border-color: #151720;
}
.btn-info.disabled:hover {
  background-color: #151720;
  border-color: #151720;
}
.btn-info.disabled:focus {
  background-color: #151720;
  border-color: #151720;
}
.btn-info.disabled:active {
  background-color: #151720;
  border-color: #151720;
}
.btn-info[disabled] {
  background-color: #151720;
  border-color: #151720;
}
.btn-info[disabled]:hover {
  background-color: #151720;
  border-color: #151720;
}
.btn-info[disabled]:focus {
  background-color: #151720;
  border-color: #151720;
}
.btn-info[disabled]:active {
  background-color: #151720;
  border-color: #151720;
}
.btn-info.disabled.active {
  background-color: #151720;
  border-color: #151720;
}
.btn-info[disabled].active {
  background-color: #151720;
  border-color: #151720;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
}
.btn-warning:focus {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
}
.btn-warning:active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning.disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning[disabled] {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning[disabled]:active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-danger {
  color: #fff;
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cb1c2e;
  border-color: #b91a2a;
}
.btn-danger:focus {
  color: #fff;
  background-color: #cb1c2e;
  border-color: #b91a2a;
}
.btn-danger:active {
  color: #fff;
  background-color: #cb1c2e;
  border-color: #b91a2a;
  background-image: none;
}
.btn-danger .badge {
  color: #e22e40;
  background-color: #fff;
}
.btn-danger.active {
  color: #fff;
  background-color: #cb1c2e;
  border-color: #b91a2a;
  background-image: none;
}
.btn-danger.disabled {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger.disabled:hover {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger.disabled:focus {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger.disabled:active {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger[disabled] {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger[disabled]:hover {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger[disabled]:focus {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger[disabled]:active {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger.disabled.active {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-danger[disabled].active {
  background-color: #e22e40;
  border-color: #e22e40;
}
.btn-link {
  color: #008aff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.btn-link:active {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
  color: #006ecc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:focus {
  border-color: transparent;
  color: #006ecc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled] {
  background-color: transparent;
  box-shadow: none;
}
.btn-link[disabled]:hover {
  color: #999;
  text-decoration: none;
}
.btn-link[disabled]:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block {
  width: 100%;
}
input[type="reset"].btn-block {
  width: 100%;
}
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008aff;
}
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008aff;
}
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008aff;
}
.dropdown-menu > .disabled > a {
  color: #999;
}
.dropdown-menu > .disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.dropdown-menu > .disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right {
  float: right !important;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus {
  z-index: 2;
  outline: none;
}
.btn-group > .btn:active {
  z-index: 2;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn.active {
  z-index: 2;
}
.btn.btn-group + .btn {
  margin-left: -1px;
}
.btn.btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group.btn-group + .btn {
  margin-left: -1px;
}
.btn-group.btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active {
  outline: 0;
}
 > .btn.btn-group + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
 > .btn-lg.btn-group + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn:focus {
  z-index: 2;
  outline: none;
}
.btn-group-vertical > .btn:active {
  z-index: 2;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
  clear: both;
}
 > .btn.btn-group-vertical + .btn {
  margin-top: -1px;
  margin-left: 0;
}
 > .btn.btn-group-vertical + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
 > .btn-group.btn-group-vertical + .btn {
  margin-top: -1px;
  margin-left: 0;
}
 > .btn-group.btn-group-vertical + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn {
  margin-left: 5px;
}
.btn-toolbar > .btn-group {
  margin-left: 5px;
}
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-toolbar:before {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  content: " ";
  display: table;
  clear: both;
}
.btn-group.open .dropdown-toggle {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"] {
  display: none;
}
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group-lg > .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
.input-group-lg > .input-group-addon {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-group-lg > .form-control {
  height: 45px;
  line-height: 45px;
}
select.input-group-lg > .input-group-addon {
  height: 45px;
  line-height: 45px;
}
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control {
  height: auto;
}
textarea.input-group-lg > .input-group-addon {
  height: auto;
}
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select[multiple].input-group-lg > .form-control {
  height: auto;
}
select[multiple].input-group-lg > .input-group-addon {
  height: auto;
}
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .input-group-addon {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control {
  height: 30px;
  line-height: 30px;
}
select.input-group-sm > .input-group-addon {
  height: 30px;
  line-height: 30px;
}
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control {
  height: auto;
}
textarea.input-group-sm > .input-group-addon {
  height: auto;
}
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select[multiple].input-group-sm > .form-control {
  height: auto;
}
select[multiple].input-group-sm > .input-group-addon {
  height: auto;
}
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
.input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:first-child > .btn-group > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn-group > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn > .btn:focus {
  z-index: 2;
}
.input-group-btn > .btn:active {
  z-index: 2;
}
 > .btn.input-group-btn + .btn {
  margin-left: -1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 2px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a {
  background-color: #eee;
  border-color: #008aff;
}
.nav .open > a:hover {
  background-color: #eee;
  border-color: #008aff;
}
.nav .open > a:focus {
  background-color: #eee;
  border-color: #008aff;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav:before {
  content: " ";
  display: table;
}
.nav:after {
  content: " ";
  display: table;
  clear: both;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.nav-pills > li > a:focus {
  background: #01c8cf;
  color: #000;
}
 > li.nav-pills + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #008aff;
  background: #01c8cf;
  color: #000;
}
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #008aff;
}
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #008aff;
}
.nav-pills > .active > a > .badge {
  color: #008aff;
  background-color: #fff;
}
.nav-stacked > li {
  float: none;
}
 > li.nav-stacked + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #ddd;
}
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.navbar:before {
  content: " ";
  display: table;
}
.navbar:after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  content: " ";
  display: table;
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  height: 50px;
  line-height: 65px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.icon-bar.navbar-toggle + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 9px -15px;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse {
  border-color: #101010;
}
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.pagination-lg > li > a {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
  display: inline !important;
}
.pager li > a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  border-bottom: 2px solid #8d2d2d;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  border-bottom: 2px solid #8d2d2d;
}
.pager .next > a {
  float: right;
}
.pager .next > span {
  float: right;
}
.pager .previous > a {
  float: left;
}
.pager .previous > span {
  float: left;
}
.pager .disabled > a {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.pager .disabled > a:hover {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.pager .disabled > a:focus {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.pager:before {
  content: " ";
  display: table;
}
.pager:after {
  content: " ";
  display: table;
  clear: both;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover {
  background-color: gray;
}
.label-default[href]:focus {
  background-color: gray;
}
.label-primary {
  background-color: #008aff;
}
.label-primary[href]:hover {
  background-color: #006ecc;
}
.label-primary[href]:focus {
  background-color: #006ecc;
}
.label-success {
  background-color: #1aa82c;
}
.label-success[href]:hover {
  background-color: #137c20;
}
.label-success[href]:focus {
  background-color: #137c20;
}
.label-info {
  background-color: #151720;
}
.label-info[href]:hover {
  background-color: #010101;
}
.label-info[href]:focus {
  background-color: #010101;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #e22e40;
}
.label-danger[href]:hover {
  background-color: #c21b2c;
}
.label-danger[href]:focus {
  background-color: #c21b2c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
}
a.list-group-item.active > .badge {
  color: #008aff;
  background-color: #fff;
}
a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
}
a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active:hover .list-group-item-text {
  color: #cce8ff;
}
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
}
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active:focus .list-group-item-text {
  color: #cce8ff;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text {
  color: #cce8ff;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1 {
  color: inherit;
}
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron .container {
  max-width: 100%;
}
a.thumbnail:hover {
  border-color: #008aff;
}
a.thumbnail:focus {
  border-color: #008aff;
}
a.thumbnail.active {
  border-color: #008aff;
}
.alert {
  padding: 0 15px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p {
  margin-bottom: 0;
}
.alert > ul {
  margin-bottom: 0;
}
 > p.alert + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #aadb70;
  border-left: 4px solid #8BC34A;
}
.alert-success hr {
  border-top-color: #177c13;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #ff5c5c;
  border-left: 3px solid red;
  color: #fff;
}
.alert-info hr {
  border-top-color: #000;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: #ee8436;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #ec751f;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #ff8585;
  border-left: 4px solid #ff5c5c;
  text-transform: uppercase;
}
.alert-danger hr {
  border-top-color: #c21b47;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #008aff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #1aa82c;
}
.progress-bar-info {
  background-color: #151720;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #e22e40;
}
.media {
  overflow: hidden;
  zoom: 1;
  margin-top: 15px;
}
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
 > .badge.list-group-item + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-success {
  color: #fff;
  background-color: #1aa82c;
}
a.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover {
  color: #fff;
  background-color: #179226;
}
a.list-group-item-success:focus {
  color: #fff;
  background-color: #179226;
}
a.list-group-item-success.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #151720;
}
a.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover {
  color: #fff;
  background-color: #0b0c11;
}
a.list-group-item-info:focus {
  color: #fff;
  background-color: #0b0c11;
}
a.list-group-item-info.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #f0ad4e;
}
a.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover {
  color: #fff;
  background-color: #eea236;
}
a.list-group-item-warning:focus {
  color: #fff;
  background-color: #eea236;
}
a.list-group-item-warning.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #e22e40;
}
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover {
  color: #fff;
  background-color: #d81e31;
}
a.list-group-item-danger:focus {
  color: #fff;
  background-color: #d81e31;
}
a.list-group-item-danger.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
 > .panel-body.panel + .table {
  border-top: 1px solid #ddd;
}
 > .panel-body.panel + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:before {
  content: " ";
  display: table;
}
.panel-body:after {
  content: " ";
  display: table;
  clear: both;
}
.panel-heading {
  padding: 0;
  color: #312940;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.panel-heading i {
  float: left;
}
.panel-heading a {
  line-height: 28px;
  padding-left: 5px;
  color: #5c556a;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.padd0 {
  padding: 0 !important;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel.panel-group + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading.panel-group + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-footer.panel-group + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
 > .panel-heading.panel-default + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
 > .panel-footer.panel-default + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #008aff;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #008aff;
  border-color: #008aff;
}
 > .panel-heading.panel-primary + .panel-collapse .panel-body {
  border-top-color: #008aff;
}
 > .panel-footer.panel-primary + .panel-collapse .panel-body {
  border-bottom-color: #008aff;
}
.panel-success {
  border-color: #1c9217;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #1aa82c;
  border-color: #1c9217;
}
 > .panel-heading.panel-success + .panel-collapse .panel-body {
  border-top-color: #1c9217;
}
 > .panel-footer.panel-success + .panel-collapse .panel-body {
  border-bottom-color: #1c9217;
}
.panel-info {
  border-color: #07080a;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #151720;
  border-color: #07080a;
}
 > .panel-heading.panel-info + .panel-collapse .panel-body {
  border-top-color: #07080a;
}
 > .panel-footer.panel-info + .panel-collapse .panel-body {
  border-bottom-color: #07080a;
}
.panel-warning {
  border-color: #ee8436;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #ee8436;
}
 > .panel-heading.panel-warning + .panel-collapse .panel-body {
  border-top-color: #ee8436;
}
 > .panel-footer.panel-warning + .panel-collapse .panel-body {
  border-bottom-color: #ee8436;
}
.panel-danger {
  border-color: #d81e50;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e22e40;
  border-color: #d81e50;
}
 > .panel-heading.panel-danger + .panel-collapse .panel-body {
  border-top-color: #d81e50;
}
 > .panel-footer.panel-danger + .panel-collapse .panel-body {
  border-bottom-color: #d81e50;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.btn.modal-footer + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.btn.modal-footer .btn-group + .btn {
  margin-left: -1px;
}
.btn-block.modal-footer + .btn-block {
  margin-left: 0;
}
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.carousel .carousel-item {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item img {
  width: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control:hover {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  right: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-control .glyphicon-chevron-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: 50%;
}
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  right: 50%;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.navbar-header:before {
  content: " ";
  display: table;
}
.navbar-header:after {
  content: " ";
  display: table;
  clear: both;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none;
}
.visible-sm {
  display: none;
}
.visible-md {
  display: none;
}
.visible-lg {
  display: none;
}
.visible-print {
  display: none !important;
}
.picker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: 0;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.select-wrapper input.select-dropdown:disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  transition: background .3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked.switch label input[type=checkbox] + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked.switch label input[type=checkbox] + .lever:after {
  background-color: #26a69a;
  left: 24px;
}
input[type=checkbox][disabled].switch label + .lever:after {
  background-color: #BDBDBD;
}
.switch label input[type=checkbox][disabled]:checked.switch label input[type=checkbox][disabled] + .lever:after {
  background-color: #BDBDBD;
}
input[type=checkbox][disabled].switch + .lever {
  cursor: default;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.side-nav {
  position: fixed;
  width: 300px;
  left: -105%;
  padding-top: 56px;
  top: 0;
  margin: 0;
  height: 100%;
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 998;
  overflow-y: auto;
  will-change: left;
}
.side-nav li.browse {
  text-transform: uppercase;
  color: #757575;
  font-size: 13px;
  padding: 0 30px;
  font-weight: 500;
}
.side-nav .collapsible {
  border: none;
  box-shadow: none;
  margin: 0;
}
.side-nav .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem;
}
.side-nav .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a {
  margin: 0 1rem 0 2rem;
}
.side-nav .collapsible-body li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body li.active a {
  color: #fff;
}
.side-nav li {
  float: none;
  width: 100%;
}
.side-nav li:hover {
  background: 0 0;
}
.side-nav li.active {
  background: 0 0;
}
.side-nav a {
  color: #5c556a;
  display: block;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: .5px;
}
.side-nav a i {
  float: left;
  line-height: 50px;
  width: 60px;
  text-align: center;
}
.waves-notransition {
  transition: none !important;
}
.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
[type=checkbox].filled-in + label:after {
  border-radius: 2px;
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
.waves-block {
  display: block;
}
.lean-overlay {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  z-index: 999;
  top: -100px;
  bottom: 0;
  height: 125%;
  width: 100%;
  background: #000;
  will-change: opacity;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}
.materialboxed:hover {
  will-change: left, top, width, height;
}
.materialboxed:hover:not(.active) {
  opacity: .8;
}
.materialboxed.active {
  cursor: zoom-out;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999;
  will-change: opacity;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}
:-moz-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
input[type=date] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=date]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=date]:disabledinput[type=date] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=date]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=date]:focus:not([readonly])input[type=date]:focus + label {
  color: #26a69a;
}
input[type=date]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=date]:focus.validinput[type=date] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=date]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=date]:focus.invalidinput[type=date] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=datetime-local] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=datetime-local]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=datetime-local]:disabledinput[type=datetime-local] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=datetime-local]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=datetime-local]:focus:not([readonly])input[type=datetime-local]:focus + label {
  color: #26a69a;
}
input[type=datetime-local]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=datetime-local]:focus.validinput[type=datetime-local] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=datetime-local]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=datetime-local]:focus.invalidinput[type=datetime-local] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=email]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=email]:disabledinput[type=email] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=email]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=email]:focus:not([readonly])input[type=email]:focus + label {
  color: #26a69a;
}
input[type=email]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=email]:focus.validinput[type=email] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=email]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=email]:focus.invalidinput[type=email] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=password]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=password]:disabledinput[type=password] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=password]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=password]:focus:not([readonly])input[type=password]:focus + label {
  color: #26a69a;
}
input[type=password]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=password]:focus.validinput[type=password] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=password]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=password]:focus.invalidinput[type=password] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=tel] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=tel]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=tel]:disabledinput[type=tel] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=tel]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=tel]:focus:not([readonly])input[type=tel]:focus + label {
  color: #26a69a;
}
input[type=tel]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=tel]:focus.validinput[type=tel] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=tel]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=tel]:focus.invalidinput[type=tel] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=text] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=text]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=text]:disabledinput[type=text] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=text]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=text]:focus:not([readonly])input[type=text]:focus + label {
  color: #26a69a;
}
input[type=text]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=text]:focus.validinput[type=text] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=text]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=text]:focus.invalidinput[type=text] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=time] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=time]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=time]:disabledinput[type=time] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=time]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=time]:focus:not([readonly])input[type=time]:focus + label {
  color: #26a69a;
}
input[type=time]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=time]:focus.validinput[type=time] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=time]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=time]:focus.invalidinput[type=time] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=url] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
}
input[type=url]:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=url]:disabledinput[type=url] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=url]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type=url]:focus:not([readonly])input[type=url]:focus + label {
  color: #26a69a;
}
input[type=url]:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=url]:focus.validinput[type=url] + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=url]:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=url]:focus.invalidinput[type=url] + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
textarea.materialize-textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5c556a;
  outline: 0;
  height: 24px;
  font-weight: 400;
  width: 92%;
  font-size: 14px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
  letter-spacing: .4px;
  padding: 6px 12px;
  margin-top: 20px;
  float: left;
  width: 90%;
  overflow-y: hidden;
  padding: .1rem 0;
  resize: none;
  min-height: 3rem;
}
textarea.materialize-textarea:disabled {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
textarea.materialize-textarea:disabledtextarea.materialize-textarea + label {
  color: rgba(0, 0, 0, 0.26);
}
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #6DABFB;
  border-color: rgba(0, 0, 0, 0.15);
}
textarea.materialize-textarea:focus:not([readonly])textarea.materialize-textarea:focus + label {
  color: #26a69a;
}
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
textarea.materialize-textarea:focus.validtextarea.materialize-textarea + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
textarea.materialize-textarea:focus.invalidtextarea.materialize-textarea + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=date][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=datetime-local][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=email][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=number][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=password][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=search][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=tel][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=text][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=time][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=url][readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=date][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=datetime-local][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=email][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=number][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=password][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=search][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=tel][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=text][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=time][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=url][readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input[type=date].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=datetime-local].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=email].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=number].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=password].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=search].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=tel].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=text].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=time].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=url].valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
textarea.materialize-textarea.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=date].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=datetime-local].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=email].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=number].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=password].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=search].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=tel].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=text].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=time].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=url].valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
textarea.materialize-textarea.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input[type=date].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=datetime-local].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=email].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=number].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=password].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=search].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=tel].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=text].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=time].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=url].invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
textarea.materialize-textarea.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input[type=date].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=datetime-local].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=email].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=number].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=password].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=search].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=tel].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=text].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=time].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=url].invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
textarea.materialize-textarea.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input[type=date] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=datetime-local] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=email] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=number] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=password] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=search] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=tel] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=text] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=time] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
input[type=url] + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}
[type=checkbox] + label {
  padding-left: 35px;
  display: inline-block;
  line-height: 25px;
  -khtml-user-select: none;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  height: 25px;
}
[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type=radio]:checked[type=radio] + label {
  padding-left: 35px;
  display: inline-block;
  line-height: 25px;
  -khtml-user-select: none;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  height: 25px;
  transition: .28s ease;
}
[type=radio]:checked[type=radio] + label:before {
  border-radius: 50%;
  border: 2px solid transparent;
}
[type=radio]:checked[type=radio] + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  transform: scale(1.02);
}
[type=radio]:not(:checked)[type=radio] + label {
  padding-left: 35px;
  display: inline-block;
  line-height: 25px;
  -khtml-user-select: none;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  height: 25px;
  transition: .28s ease;
}
[type=radio]:not(:checked)[type=radio] + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}
[type=radio]:not(:checked)[type=radio] + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  transform: scale(0);
}
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
[type=radio]:disabled:checked[type=radio]:disabled + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:checked[type=radio]:disabled + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
[type=radio]:disabled:not(:checked)[type=radio]:disabled + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled[type=radio] + label {
  color: rgba(0, 0, 0, 0.26);
}
[type=radio] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type=radio].with-gap:checked[type=radio].with-gap + label:before {
  border-radius: 50%;
  border: 2px solid #26a69a;
}
[type=radio].with-gap:checked[type=radio].with-gap + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  transform: scale(0.5);
}
[type=radio].with-gap:disabled:checked[type=radio].with-gap:disabled + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
[type=radio].with-gap:disabled:checked[type=radio].with-gap:disabled + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
form p {
  margin-bottom: 10px;
  text-align: left;
  line-height: 20px;
}
form p:last-child {
  margin-bottom: 0;
}
[type=checkbox]:not(:checked):disabled[type=checkbox]:not(:checked) + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type=checkbox]:checked[type=checkbox] + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type=checkbox]:checked:disabled[type=checkbox]:checked + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type=checkbox]:indeterminate[type=checkbox] + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type=checkbox]:indeterminate:disabled[type=checkbox]:indeterminate + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type=checkbox].filled-in:not(:checked)[type=checkbox].filled-in + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked)[type=checkbox].filled-in + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0;
}
[type=checkbox].filled-in:checked[type=checkbox].filled-in + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked[type=checkbox].filled-in + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type=checkbox].filled-in:disabled:not(:checked)[type=checkbox].filled-in:disabled + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked)[type=checkbox].filled-in:disabled + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type=checkbox].filled-in:disabled:checked[type=checkbox].filled-in:disabled + label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked[type=checkbox].filled-in:disabled + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.select-label {
  position: absolute;
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: .8rem;
}
select.browser-default {
  display: block;
}
.file-field {
  position: relative;
  display: table;
  cursor: pointer;
}
.file-field input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field span {
  cursor: pointer;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.select-dropdown li.disabled {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.select-dropdown li.disabled > span {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
li.optgroup.select-dropdown ~ li:not(.optgroup) {
  padding-left: 1rem;
}
.range-field {
  position: relative;
}
.drag-target {
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 998;
}
.side-nav.fixed {
  position: fixed;
  left: 0;
}
.side-nav.fixed a {
  display: block;
  padding: 0 15px;
  color: #444;
}
.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73;
}
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}
.table-of-contents.fixed {
  position: fixed;
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4px;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f;
}
.side-nav.right-aligned {
  will-change: right;
  right: -105%;
  left: auto;
}
.rhts {
  font-size: 13px;
  padding-left: 20px;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  z-index: 997;
  will-change: opacity;
  background-color: rgba(0, 0, 0, 0.53);
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  animation: container-rotate 1568ms linear infinite;
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue {
  border-color: #4285f4;
}
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red {
  border-color: #db4437;
}
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow {
  border-color: #f4b400;
}
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green {
  border-color: #0f9d58;
}
.spinner-green-only {
  border-color: #0f9d58;
}
.circle-clipper {
  height: 100%;
  border-color: inherit;
  display: inline-block;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.circle-clipper .circle {
  height: 100%;
  border-color: inherit;
  width: 200%;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.gap-patch {
  height: 100%;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  overflow: hidden;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.active .spinner-layer.spinner-blue {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-blue-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.left .circle {
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}
#spinnerContainer.cooldown {
  animation: container-rotate 1568ms linear infinite, fade-out 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
.picker__input {
  cursor: default;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background 0.15s ease-out, top 0 0.15s;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  position: absolute;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
  margin: 0 auto;
  max-width: 325px;
}
.white-bg {
  width: 300px;
  height: 56px;
  background-color: #fff;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e7e7e7;
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
}
.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__month {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--month {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--month:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFF;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFF;
  width: 25%;
}
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #a1ded8;
}
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-right: 0;
  border-left: .75em solid #676767;
}
.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #a1ded8;
}
.picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--disabled {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__nav--disabled:before {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__weekday {
  width: 14.285714286%;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  font-size: .9rem;
}
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3px;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3px;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #ddd;
  font-weight: 500;
}
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.picker--focused .picker__day--selected {
  background: #0089ec;
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #26a69a;
  color: #fff;
}
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.picker__day--highlighted:hover {
  cursor: pointer;
}
.picker__day--selected {
  background: #0089ec;
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #26a69a;
  color: #fff;
}
.picker__day--selected:hover {
  background: #0089ec;
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #26a69a;
  color: #fff;
}
.picker__day--selected:hover.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker__day--highlighted.picker__day--disabled {
  background: #bbb;
}
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  padding: 5px 10px;
}
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
  content: " ";
  margin-right: .45em;
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--today[disabled] {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__day.picker__day--today {
  color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
button.picker__clear:focus {
  background-color: #a1ded8;
}
button.picker__close:focus {
  background-color: #a1ded8;
}
button.picker__today:focus {
  background-color: #a1ded8;
}
.picker__close {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}
.picker__list {
  list-style: none;
  padding: .75em 0 4.2em;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
.picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10;
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
.picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
.picker__list-item--disabled {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:focus {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0;
}
.picker--time .picker__button--clear:focus:before {
  color: #fff;
}
.picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0;
}
.picker--time .picker__button--clear:hover:before {
  color: #fff;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
}
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
.footer-bar {
  position: relative;
  padding: 0 20px;
  border-top: 1px solid #e7e7e7;
  display: inline-block;
  margin-bottom: -20px;
}
.footer-bar li {
  border: none !important;
  display: block;
  width: initial;
  float: left;
  padding-right: 14px;
  height: 32px;
  line-height: 32px;
}
.footer-bar li a {
  font-size: 12px;
  font-weight: 500;
}
.hide-on-med-and-down {
  display: none;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.eshare {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.panel-heading-playlist {
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #a0a0a0;
  font-weight: 500;
  font-size: 12px;
}
.panel-heading-playlist i {
  float: left;
  margin-top: 5px;
  padding-right: 8px;
  color: #5d5868;
}
section#slider {
  height: 240px;
  background: #fafafa;
  border-top: 1px solid #e7e7e7;
  padding: 30px 15px 5px 15px;
}
section#slider ul.media-featured {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 203px;
  overflow: hidden !important;
}
section#slider ul.media-featured li {
  width: 227px;
  display: inline-block;
  margin-left: 0;
  background: #ebebeb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
section#slider ul.media-featured li .mediainfo {
  padding: 0 15px 10px 15px;
}
section#slider ul.media-featured li .mediathumb {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section#slider ul.media-featured li .mediathumb .mediabg {
  width: 100%;
  min-height: 126px;
  text-indent: -9999px;
  display: block;
  background-position: center center;
  background-size: cover !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
section#slider ul.media-featured li .mediathumb small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .4px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  padding: 2px 5px;
  background: rgba(25, 25, 25, 0.76);
  -webkit-border-radius: 2px;
}
section#slider ul.media-featured li .mediathumb .mediansfw {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  color: white;
  background: #ff2f97;
  padding: 1px 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section#slider ul.media-featured li .mediadescription {
  display: none;
}
section#slider ul.media-featured li h4 {
  margin: 10px 0 0 0;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  line-height: 16px;
  height: 16px;
}
section#slider ul.media-featured li h4 a.medialink {
  font-weight: 700;
}
section#slider ul.media-featured li h4 small {
  margin-left: 5px;
}
section#slider ul.media-featured li h4 span.mediacomments {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 700;
  color: #e1e3ec;
}
section#slider ul.media-featured li h4 span.mediavotes {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 700;
  color: #e1e3ec;
}
section#slider ul.media-featured li a.mediaauthor {
  color: #94a2a8;
  width: 100%;
  display: block;
  font-size: 12px;
}
section#slider ul.media-featured li a.mediaauthor:hover {
  color: black;
}
section#slider ul.media-featured li a.mediaauthor span.mediaauthorname strong {
  color: #e22e40;
}
section#slider ul.media-featured li a.mediaauthor span.mediaviews {
  float: right;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.video {
  display: none;
}
.mediathumb:hover {
  opacity: 1 !important;
}
.mediathumb a:hover .preview-play {
  display: block;
  border-left-color: rgba(255, 255, 255, 0.8);
}
.tabsi {
  height: 48px;
  margin: 0;
  line-height: 48px;
  background-color: #eee;
  border-top: 1px solid #e7e7e7;
}
.tabsi li {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
  border: none;
  margin-top: 0;
  height: 46px;
}
.tabsi li a {
  color: #777;
  padding: 0 25%;
  position: relative;
  display: block;
  height: 48px;
}
.tabsi li a:hover {
  border-bottom: 3px solid #5c556a;
  color: #5c556a;
}
.tabsi p {
  margin: 0;
  padding-left: 32px;
}
.tabsi i {
  line-height: 48px;
  float: left;
  font-size: 20px;
}
.mediansfw {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #fa2414;
  padding: 1px 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.mediaauthor {
  width: 100%;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.mediaauthor span i {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  padding-right: 3px;
  float: left;
}
.mediaviews {
  float: right;
  font-size: 12px;
  color: #959595;
  font-weight: 500;
}
.mediaviews i {
  float: left;
  font-size: 15px;
  line-height: 30px;
  padding-right: 3px;
}
.mediavotes {
  font-size: 12px;
  color: #959595;
  float: left;
  margin-right: 10px;
  font-weight: 500;
}
.mediacomments {
  font-size: 12px;
  color: #959595;
  font-weight: 500;
}
.related_right {
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  margin: 0;
  width: 40%;
}
.related_right li {
  display: none;
}
.logo {
  margin-left: 5px;
  padding-left: 0 !important;
  z-index: 1003;
  height: 56px;
  width: 20%;
  float: left;
}
.preview-play {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 38px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0);
  transform: translateX(-50%) translateY(-50%);
  transition: all .2s ease;
}
.languages {
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 14px;
  letter-spacing: .5px;
}
.languages a i {
  float: right;
  line-height: 58px;
  font-size: 24px;
}
.languages .langs {
  display: none;
  width: 170px;
  padding: 0 10px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: -40px;
  z-index: 100;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19);
}
.languages .langs a {
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  color: #5c556a;
}
section#main-menu {
  min-height: 45px;
  margin-top: 20px;
  padding: 0;
}
section#main-menu ul.nav {
  margin: 0;
  position: relative;
  width: 100%;
}
section#main-menu ul.nav a:focus {
  background: 0 0;
}
section#main-menu ul.nav > li {
  min-height: 45px;
  margin-right: 5px;
}
section#main-menu ul.nav > li > a {
  padding: 16px 30px;
  color: #333f48;
  font-size: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
section#main-menu ul.nav > li > a span {
  margin-right: 5px;
}
section#main-menu ul.nav > li a.active {
  background: #fafafa;
  box-shadow: 0 0 0 1px #e0e0e0;
}
section#main-menu ul.nav > li:hover a {
  background-color: rgba(0, 0, 0, 0.03);
}
section#main-menu ul.nav > li.dropdown {
  position: relative;
}
section#main-menu ul.nav > li.dropdown > a {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section#main-menu ul.nav > li.dropdown ul.child {
  background: #01c8cf;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #191919;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
section#main-menu ul.nav > li.dropdown ul.child li {
  padding: 5px 0;
  border-bottom: 1px solid #01979c;
}
section#main-menu ul.nav > li.dropdown ul.child li a {
  color: #fff;
  padding: 5px 10px;
}
section#main-menu ul.nav > li.dropdown ul.child li a .fa {
  margin-right: 5px;
}
section#main-menu ul.nav > li.dropdown:hover ul.child {
  display: block;
}
section.main-content {
  border-left: 1px solid #e6e6e6;
}
section.main-content .content {
  width: 74.68134%;
}
section.main-content .sidebar {
  width: 24.9%;
}
section#page .content .panel .panel-heading {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  line-height: 28px;
}
section#page .content .panel .panel-heading a {
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
section#page .content .panel .panel-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 17px;
  margin: 25px 0 36px;
  line-height: 32px;
  padding: 0 20px 0 0;
}
.sidebar_head {
  color: #5d5868;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(248, 248, 248, 0.64);
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.video_bg {
  position: relative;
  height: 700px;
}
.video_bg_grey {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -30px;
  height: 660px;
  background: #f3f3f3;
}
.stats_right {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px 10px 0 10px;
}
.stats_right p {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  color: #757575;
}
.stats_right p i {
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  position: relative;
}
.stats_right p a {
  color: #7D7D7D;
}
.views_co {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: right;
  height: 32px;
  text-align: right;
  line-height: 24px;
  padding: 0;
  min-width: 66px;
  font-weight: 500;
  color: #555;
  font-size: 21px;
  border-bottom: 2px solid #2fa5ff;
}
.views_co i {
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  position: relative;
}
.subscribe {
  padding: 0;
  height: 24px;
  line-height: 24px;
  border: none;
  color: #fff;
}
.subscribe i {
  padding: 0 12px;
  line-height: 24px;
  margin-right: 15px;
  float: left;
  background: #e71010;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: -15px;
}
.comment_btn i {
  background: #1A7FD0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0 12px;
  margin-left: 15px;
  margin-right: -15px;
  float: right;
}
.sidebar_social {
  background: #fff;
  height: 60px;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(1, 1, 1, 0.06);
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  line-height: 73px;
  background: #f7f7f7;
}
.profile-about {
  background: rgba(248, 248, 248, 0.64);
  padding: 10px 0;
}
.white_bg {
  background: rgba(248, 248, 248, 0.64);
  margin-top: 0;
}
#playlists-list li {
  line-height: 34px;
}
#playlists-list li a#playlists-list li a {
  color: #bababa;
  font-size: 14px;
  font-weight: 500;
}
#playlists-list li a {
  color: #9d9d9d;
  font-weight: 500;
}
section.page404 h1 {
  font-size: 20em;
  text-align: center;
}
section.page404 h1 span {
  font-size: 40px;
  font-weight: 700;
  display: block;
}
section#profile {
  padding-bottom: 0;
}
section#profile .profile-cover {
  background: #4A4C58;
  width: 100%;
  height: 250px;
  position: relative;
}
section#profile .profile-cover img {
  width: 100%;
  height: 250px;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
section#profile .profile-menu {
  position: relative;
  background: rgba(248, 248, 248, 0.64);
  margin-bottom: 10px;
  border-bottom: 2px solid #e9eaea;
}
section#profile .profile-menu img {
  position: absolute;
  top: -170px;
  left: 25px;
  width: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
section#profile .profile-menu .profile-menu-list {
  position: relative;
  list-style: none;
  min-height: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0 20px;
}
section#profile .profile-menu .profile-menu-list li {
  display: inline-block;
  padding: 0 10px;
}
section#profile .profile-menu .profile-menu-list li a {
  font-size: 15px;
  font-weight: 500;
  color: #5d5868;
}
section#profile .profile-menu .profile-menu-list li a i {
  float: left;
  line-height: 65px;
  padding-right: 10px;
}
section#profile .profile-menu .profile-menu-list li a:hover {
  color: #fa2414;
}
section#profile .profile-menu .profile-menu-list li a.current {
  color: #fa2414;
}
section#profile .profile-menu .profile-menu-list li.subscribe {
  border-right: 0;
}
section#profile .profile-menu .profile-menu-list li.subscribe a {
  color: #fa2414;
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
section#profile .profile-menu .profile-menu-list li.subscribe a span {
  color: #fa2414;
  padding-left: 5px;
}
section#profile .profile-menu .profile-menu-list li.profile-name {
  font-size: 18px;
  font-weight: 500;
  color: #5d5868;
}
section#profile .profile-menu .profile-menu-list li.profile-name i {
  float: right;
  line-height: 60px;
  padding-left: 10px;
  color: #439eef;
}
section#profile .profile-menu .profile-menu-list li.profile-name a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
section#profile .profile-about p {
  padding: 10px 10px;
  color: #5c556a;
}
section#profile .profile-about p:last-child {
  border-bottom: 0;
}
section#profile .profile-about i {
  margin-right: 10px;
  float: left;
}
section#profile .profile-subscribers img {
  width: 54px;
  margin-bottom: 10px;
}
section#profile .profile-sidebar a {
  color: #666;
}
section#upload .upload-switcher {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  background: #f5f5f5;
}
section#upload .upload-switcher a {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .4px;
}
section#upload .upload-switcher a:hover {
  color: #5c556a;
  border-bottom: 3px solid #5c556a;
}
section#upload .upload-switcher a:hover span {
  color: #333;
}
section#upload .upload-switcher a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
}
section#upload .upload-switcher a:last-child {
  border-right: 0;
}
section#upload .upload-switcher a.full {
  width: 100%;
}
section#upload .upload-switcher a.active {
  color: #5c556a;
  border-bottom: 3px solid #5c556a;
}
section#upload .upload-switcher a.active span {
  color: #333;
}
section#login .centered {
  margin: 0 auto 30px;
}
section#login .centered .site_logo {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background: 0 0;
}
section#login .centered .site_logo a {
  color: #191919;
  font-size: 30px;
}
section#login .centered .site_logo img {
  max-height: 80px;
  background: 0 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section#login .centered form.passform {
  width: 100%;
  padding: 20px;
}
section#login .centered .social {
  margin-bottom: 20px;
}
section#login .centered .social .btn {
  margin-right: 5px;
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 18px;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}
section#login .centered .social .btn:first-child {
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}
section#login .centered.form {
  max-width: 330px;
  width: 100%;
  background: rgba(244, 244, 244, 0.84);
  margin-bottom: 10px;
  border-bottom: 2px solid #e9eaea;
}
section#login .centered.form .form-group {
  margin-bottom: 10px;
}
section#login .centered.form .input-group {
  margin-bottom: 10px;
}
section#login .centered.form #forgot {
  margin-top: 8px;
  font-size: 13px;
}
section#login .centered.form span.check-box {
  margin-left: 5px;
}
section#login .centered.form label {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: inherit;
  line-height: 26px;
}
section#login .centered.form label a {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 14px;
}
section#login #forgot_form {
  display: none;
}
section.embed_subscribe h3 {
  margin: 0 0 10px;
}
section.embed_subscribe h3 a {
  color: #fff !important;
}
section.embed_subscribe p {
  color: #b2b2b2;
}
section.embed_subscribe img {
  max-height: 200px;
  max-width: 200px;
  text-align: center;
}
section.embed_subscribe .embed_promo {
  font-size: 16px;
}
section.embed_subscribe .embed_promo span {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
}
.sidebar_videos .panel-heading {
  height: 48px;
  line-height: 48px;
  padding: 0;
  border: 0;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  background: 0 0;
  text-transform: capitalize;
  border-bottom: solid 2px #F5F5F5;
  font-family: Roboto;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.not_valid {
  background: #e22e40 !important;
  color: #fff !important;
}
#recaptcha_widget_div {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#recaptcha_widget_div .recaptchatable {
  border: 0 solid transparent !important;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell {
  background: 0 0;
}
#recaptcha_widget_div .recaptchatable .recaptcha_image_cell center img {
  width: 250px;
  height: 54px;
}
#recaptcha_widget_div .recaptchatable #recaptcha_response_field {
  background: #fff;
  border: 1px solid #ccc !important;
  color: #191919;
  padding: 5px 8px;
}
.social-media {
  margin-top: 10px;
  margin-bottom: 20px;
}
.social-media .comments-trigger {
  background: 0 0;
  border: 1px solid #989898;
  color: #666;
  display: inline-block;
  padding: 8px 12px 6px;
  margin-right: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.social-media .comments-trigger .fa {
  color: #666;
  margin-right: 5px;
  padding: 0;
}
.social-media .fa-chevron-down {
  background: 0 0;
  border: 1px solid #989898;
  color: #666;
}
.social-media .fa-chevron-up {
  background: 0 0;
  border: 1px solid #989898;
  color: #666;
}
.social-media .fa-thumbs-down {
  background: 0 0;
  border: 1px solid #989898;
  color: #666;
}
.social-media .fa-thumbs-up {
  background: 0 0;
  border: 1px solid #989898;
  color: #666;
}
.social-media a span {
  border-radius: 50px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.social-media a.active .fa {
  color: #01c8cf;
  border-color: #01c8cf;
}
.social-media .fa {
  font-family: Roboto !important;
  font-weight: 500;
  font-size: 18px;
  margin-right: 5px;
  color: #fff;
  padding: 8px 16px;
}
.social-media .fa:hover {
  opacity: .8;
}
.social-media .fa-facebook {
  background: #3D5A98;
  height: 44px;
}
.social-media .fa-google {
  background: #DE5044;
  padding: 8px 13px;
}
.social-media .fa-twitter {
  background: #5EA9DD;
}
.social-media .fa-reddit {
  background: #dfe8f2;
  color: #00999E;
  font-weight: 400;
  font-size: 14px;
}
.social-media .fa-digg {
  background: #efefef;
  color: #191919;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
}
.social-media .fa-linkedin {
  background: #719edd;
  padding: 8px 14px;
  font-weight: 400;
  font-size: 14px;
}
.social-media .fa-stumbleupon {
  background: #eb4923;
  color: #fff;
  padding: 8px 14px;
  font-weight: 400;
  font-size: 14px;
}
.social-media .fa-share-alt {
  background: #191919;
  color: #fff;
}
#recaptcha_logo {
  display: none;
}
#recaptcha_privacy {
  display: none;
}
.notifyjs-bootstrap-error {
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  box-shadow: none;
  background: #e22e40 !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.notifyjs-bootstrap-info {
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  box-shadow: none;
  background: #01c8cf !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.notifyjs-bootstrap-success {
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  box-shadow: none;
  background: #8ec86f !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.pace .pace-progress {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
div#infscr-loading {
  text-align: center;
}
div#infscr-loading img {
  width: 48px;
  margin-bottom: 5px;
}
.chosen-container {
  margin: 3px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  width: 100% !important;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  color: #303236;
  text-transform: uppercase;
  display: none;
  margin: 0;
  padding: 14px 14px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #6AB344;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: none;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  font-size: 15px;
  overflow: hidden;
  background: #fff;
  height: 40px;
  padding: 0 12px;
  background-color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  display: none;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 0;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #D9D9D9 !important;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-and-down {
    display: none !important;
  }
  .hide-on-small-only {
    display: none !important;
  }
  .show-on-small {
    display: initial !important;
  }
  .center-on-small-only {
    text-align: center;
  }
  #toast-container {
    min-width: 100%;
    bottom: 0;
  }
  .toast {
    width: 100%;
    border-radius: 0;
  }
  .prefix.input-field ~ input {
    width: 80%;
    width: calc(97%);
  }
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.next {
    width: 10%;
  }
  .pagination li.prev {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
  .hide-on-med-and-down {
    display: none !important;
  }
  .show-on-medium-and-down {
    display: initial !important;
  }
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table th {
    margin: 0;
    vertical-align: top;
    display: block;
    text-align: right;
  }
  table.responsive-table thead {
    display: block;
    float: left;
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left {
    padding: 0;
    transform: none;
    left: .5rem;
  }
  nav .brand-logo.right {
    padding: 0;
    transform: none;
    right: .5rem;
    left: auto;
  }
  .modal {
    width: 80%;
  }
  .prefix.input-field ~ input {
    width: 86%;
    width: calc(97%);
  }
  .side-nav.fixed {
    left: -105%;
  }
  .side-nav.fixed.right-aligned {
    right: -105%;
    left: auto;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
  .show-on-medium-and-up {
    display: initial !important;
  }
  .row .col.m1 {
    width: 8.33333%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: 0;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: 0;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: 0;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: 0;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: 0;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: 0;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: 0;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
  nav {
    z-index: 1003;
  }
  nav .nav-wrapper i {
    z-index: 1003;
  }
  nav a.button-collapse {
    z-index: 1003;
  }
  nav a.button-collapse i {
    z-index: 1003;
  }
  .navbar-fixed {
    height: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
  .show-on-medium {
    display: initial !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
  .show-on-large {
    display: initial !important;
  }
  .row .col.l1 {
    width: 8.33333%;
    margin-left: 0;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: 0;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: 0;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: 0;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: 0;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: 0;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: 0;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: 0;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
  nav a.button-collapse {
    display: none;
  }
  #toast-container {
    min-width: 8%;
    top: 10%;
    right: 7%;
    left: 7%;
  }
  .toast {
    float: right;
  }
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    min-width: 30%;
    left: 5%;
    right: 5%;
    bottom: 7%;
  }
  .toast {
    float: left;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td {
    background-color: #fff !important;
  }
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print {
    display: table-cell !important;
  }
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 750px !important;
  }
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff;
  }
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
  .navbar {
    border-radius: 2px;
  }
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top {
    border-radius: 0;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-5 {
    float: left;
    width: 40.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1142px !important;
  }
  .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg {
    display: table-cell !important;
  }
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table > thead > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tfoot > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs {
    display: table-cell !important;
  }
  td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .jumbotron h1 {
    font-size: 58.5px;
  }
  .jumbotron .h1 {
    font-size: 58.5px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm {
    display: table-cell !important;
  }
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md {
    display: table-cell !important;
  }
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
  .picker__wrap {
    display: block;
  }
  .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto;
  }
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
@media screen and (max-width: 1200px) {
  .video-content {
    width: auto !important;
  }
  .video-sidebar {
    width: auto !important;
  }
  body ul.media li {
    max-width: 196px;
  }
  body ul.media li:nth-child(5n) {
    margin-right: 15px;
  }
  body ul.media.media-row li {
    max-width: 206px;
    margin-right: 10px;
  }
  body ul.media.media-row li:nth-child(5n) {
    margin-right: 10px;
  }
  body ul.media.media-row li:nth-child(3n) {
    margin-right: 0;
  }
  body ul.media.media-row li:nth-child(6n) {
    margin-right: 0;
  }
  body ul.media.media-row li:nth-child(4n) {
    margin-right: 10px;
  }
  body ul.media_more li .mediainfo {
    width: 45%;
  }
}
@media screen and (max-width: 996px) {
  section .frontend-layout {
    margin-top: 30px;
  }
  section .content.video .video-player iframe {
    min-height: 400px;
  }
  body ul.media_more li .mediathumb {
    width: 320px;
  }
  body ul.media_more li .mediathumb span.mediabg {
    min-height: 180px;
  }
  body ul.media_more li .mediainfo {
    float: left;
    padding-left: 20px;
  }
  body ul.media li {
    margin-right: 15px;
    max-width: 223px;
  }
  body ul.media li:nth-child(5n) {
    margin-right: 15px;
  }
  body ul.media li:nth-child(4n) {
    margin-right: 15px;
  }
  body ul.media.media-row li {
    max-width: 214px;
    margin-right: 10px;
  }
  body ul.media.media-row li:nth-child(5n) {
    margin-right: 10px;
  }
  body ul.media.media-row li:nth-child(3n) {
    margin-right: 0;
  }
  body ul.media.media-row li:nth-child(6n) {
    margin-right: 0;
  }
  body ul.media.media-row li:nth-child(4n) {
    margin-right: 10px;
  }
  .related_right {
    width: 100%;
  }
  .shw {
    display: block !important;
  }
  header .search {
    display: none;
    float: left;
    padding: 0 30px 5px 30px;
  }
  languages a i lang_hide {
    display: block !important;
  }
  .content {
    width: auto !important;
  }
  .sidebar {
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: inherit !important;
  }
  .ads {
    height: auto !important;
  }
  .ads:before {
    content: ' ' !important;
  }
  #main-menu {
    display: none;
  }
  ul.media li {
    max-width: 48% !important;
  }
  ul.media li img {
    max-height: 200px !important;
  }
  ul.media li:nth-child(2n) {
    margin-right: 0 !important;
  }
  ul.media li:nth-child(2nul.media li + 1) {
    margin-right: 15px !important;
  }
  ul.media li:nth-child(5n) {
    margin-right: 15px !important;
  }
  ul.media.media-wide li {
    max-width: 48% !important;
  }
  ul.media.media-wide li img {
    max-height: 200px !important;
  }
  ul.media.media-wide li:nth-child(2n) {
    margin-right: 0 !important;
  }
  ul.media.media-wide li:nth-child(2nul.media.media-wide li + 1) {
    margin-right: 15px !important;
  }
  ul.media.media-wide li:nth-child(5n) {
    margin-right: 15px !important;
  }
  ul.media.media-sidebar li .mediabg {
    min-height: 120px !important;
  }
  ul.media.media-wide.media-sidebar li .mediabg {
    min-height: 120px !important;
  }
  ul.media.media-sidebar-featured li {
    width: 49%;
    float: left;
    min-height: 150px;
  }
  ul.media.media-sidebar-featured li img {
    width: 100px !important;
    margin-right: 20px;
  }
  ul.media.media-sidebar-featured li h4 {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  ul.media.media-sidebar-featured li h4 span {
    margin-top: 5px !important;
  }
  ul.media.media-sidebar-featured li:nth-child(2n-1) {
    margin-right: 4%;
  }
  ul.media.media-sidebar-featured li:nth-child(3n) {
    margin-right: 0;
  }
  ul.media.media-wide.media-sidebar-featured li {
    width: 49%;
    float: left;
    min-height: 150px;
  }
  ul.media.media-wide.media-sidebar-featured li img {
    width: 100px !important;
    margin-right: 20px;
  }
  ul.media.media-wide.media-sidebar-featured li h4 {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  ul.media.media-wide.media-sidebar-featured li h4 span {
    margin-top: 5px !important;
  }
  ul.media.media-wide.media-sidebar-featured li:nth-child(2n-1) {
    margin-right: 4%;
  }
  ul.media.media-wide.media-sidebar-featured li:nth-child(3n) {
    margin-right: 0;
  }
  ul.media.media-row li {
    width: 47.5%;
    max-width: 300px;
    margin-right: 2%;
  }
  ul.media.media-row li:nth-child(2n) {
    margin-right: 2%;
  }
  ul.media.media-row li:nth-achild(3n) {
    margin-right: 0;
  }
  ul.media.media-wide.media-row li {
    width: 47.5%;
    max-width: 300px;
    margin-right: 2%;
  }
  ul.media.media-wide.media-row li:nth-child(2n) {
    margin-right: 2%;
  }
  ul.media.media-wide.media-row li:nth-child(3n) {
    margin-right: 0;
  }
  .profile-menu-list li a {
    font-size: 13px !important;
  }
  .profile-menu-list .pull-right a {
    margin-top: 5px;
  }
  .profile-menu-list .pull-right.subscribe a {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  body ul.media_more li .mediathumb {
    width: 100%;
  }
  body ul.media_more li .mediainfo {
    padding: 20px 0 0 0;
    width: 100% !important;
  }
  body ul.media.media-grid li {
    display: block;
    width: 100% !important;
  }
  body ul.media.media-grid li .mediathumb {
    width: 100% !important;
    float: none;
    display: block;
  }
  body ul.media.media-grid li .mediainfo {
    width: 100% !important;
    float: none;
  }
  body ul.media.media-grid li span.mediacomments {
    display: none !important;
  }
  body ul.media.media-grid li span.mediavotes {
    display: none !important;
  }
  .hd {
    display: none !important;
  }
  #modal-alert {
    max-width: 350px !important;
  }
  header {
    padding-bottom: 15px;
  }
  header .nav-list {
    width: 100%;
  }
  header .nav-list li.dropdown {
    float: right !important;
  }
  ul.media li {
    max-width: 95% !important;
    width: 100%;
  }
  ul.media li h4 {
    max-height: 50px;
    min-height: 10px;
    padding-bottom: 0;
  }
  ul.media li img {
    max-height: 200px !important;
  }
  ul.media.media-row li {
    max-width: 95% !important;
    width: 100%;
  }
  ul.media.media-row li h4 {
    max-height: 50px;
    min-height: 10px;
    padding-bottom: 0;
  }
  ul.media.media-row li img {
    max-height: 200px !important;
  }
  ul.media.media-sidebar-featured li {
    max-width: 95% !important;
    width: 100%;
  }
  ul.media.media-sidebar-featured li h4 {
    max-height: 50px;
    min-height: 10px;
    padding-bottom: 0;
  }
  ul.media.media-sidebar-featured li img {
    max-height: 200px !important;
  }
  ul.media.media-wide li {
    max-width: 95% !important;
    width: 100%;
  }
  ul.media.media-wide li h4 {
    max-height: 50px;
    min-height: 10px;
    padding-bottom: 0;
  }
  ul.media.media-wide li img {
    max-height: 200px !important;
  }
  section .content.video .video-info .video-author img.video-author-avatar {
    max-width: 38px;
    height: 38px;
    display: none;
  }
  .media-player embed {
    min-height: 150px !important;
    height: 200px !important;
  }
  .media-player iframe {
    min-height: 150px !important;
    height: 200px !important;
  }
  .media-player img {
    min-height: 150px !important;
    height: 200px !important;
  }
  .video-player embed {
    min-height: 150px !important;
    height: 200px !important;
  }
  .video-player iframe {
    min-height: 150px !important;
    height: 200px !important;
  }
  .video-player img {
    min-height: 150px !important;
    height: 200px !important;
  }
  .video-option ul.share li.right {
    margin-left: 0 !important;
  }
  .video-option ul.share li.right a {
    font-size: 10px !important;
  }
  .video-option ul.share li.right:nth-child(3) {
    display: none;
  }
  .social-media a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .profile-menu img {
    position: relative !important;
    left: 32% !important;
  }
  .profile-menu .profile-menu-list {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-left: 15px !important;
    margin-top: 0;
  }
  .profile-menu .profile-menu-list li {
    width: 100%;
    float: none;
  }
  .profile-menu .profile-menu-list li a {
    font-size: 13px !important;
  }
  .profile-menu .profile-menu-list li.subscribe a {
    display: block !important;
  }
  .profile-menu .profile-menu-list .pull-right a {
    margin-top: 5px;
  }
  .profile-menu .profile-menu-list .pull-right.subscribe a {
    width: 93%;
  }
  .video-sidebar .nav-sidebar li img {
    width: 100px !important;
    margin-right: 20px;
  }
  .video-sidebar .nav-sidebar li h4 {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  .video-sidebar .nav-sidebar li h4 span {
    margin-top: 5px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .chosen-container .chosen-results-scroll-down span {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-container .chosen-results-scroll-down span {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.user-login {
  margin: 0px auto;
  max-width: 350px;
}
.user-login .app-title {
  text-align: center;
  color: #777;
}
.user-login .user-login-form {
  text-align: center;
}
.user-login .control-group {
  margin-bottom: 10px;
}
.user-login input {
  text-align: center;
  background-color: #ECF0F1;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 200;
  padding: 5px 0;
  width: 100%;
  transition: border .5s;
}
.user-login .btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.user-login .btn.btn-info {
  margin-left: 0px;
}
.user-login .user-login-link {
  font-size: 12px;
  color: #444;
  display: block;
  margin-top: 12px;
}
.user-login input[type=text]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 transparent;
}
.login-screen {
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
}
input[type=password]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 transparent;
}
.cs-social-share {
  box-sizing: border-box;
  display: block;
}
.cs-social-share i {
  color: #fff;
  font-size: 1.5em;
  top: 4px;
}
.cs-share-this-product {
  float: left;
  width: 13%;
  height: 30px;
  padding: 1px 0px;
  min-width: 68px;
  margin: 2% .8%;
  overflow: hidden;
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  -o-filter: brightness(90%);
  filter: brightness(90%);
  transition: all 0.45s ease-in-out;
}
.cs-share-this-product:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}
.cs-share-this-product:hover i {
  left: 45%;
  transform: scale(1);
}
.cs-share-this-product:hover span.share-text {
  opacity: 0;
  left: 20px;
  transform: rotateX(90deg) scale(0.3);
}
.cs-share-this-product a {
  text-decoration: none;
}
.cs-share-this-product i {
  width: 33px;
  transition: all .5s ease;
  position: relative;
  left: 0;
  transform: scale(0.8);
}
.cs-share-this-product .social-share-icon-block span.share-text {
  font-size: 12px;
  color: #fff;
  position: relative;
  transition: all 0.45s ease-in-out;
}
.cs-share-this-product.facebook {
  background: #527EBF;
}
.cs-share-this-product.twitter {
  background: #25C0E2;
}
.cs-share-this-product.google-plus {
  background: #DB4A37;
}
.cs-share-this-product.pinterest {
  background: #CD2129;
}
.cs-share-this-product.linkedin {
  background: #147BB7;
}
.cs-share-this-product.email {
  background: #0F75BC;
}
