/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 5px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.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: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline>li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 615px) {
  .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;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.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%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .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%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .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%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .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%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media (max-width: 615px) {
  .btn-dynamic {
    display: block;
    width: 100%;
  }
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.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: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

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

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.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: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 615px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 5px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.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,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

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

.nav>li>a>img {
  max-width: none;
}

.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: 5px 5px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.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;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 5px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 5px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+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;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 5px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 615px) {
  .navbar {
    border-radius: 5px;
  }
}

@media (min-width: 615px) {
  .navbar-header {
    float: left;
  }
}

.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.in {
  overflow-y: auto;
}

@media (min-width: 615px) {
  .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 .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 615px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 615px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 615px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 615px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 615px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 614px) {
  .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,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 615px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 615px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 614px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 615px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 615px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #2d91ee;
  border-color: #1381e7;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #459df0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #1381e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1381e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #1381e7;
  color: #fff;
}

@media (max-width: 614px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #459df0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #1381e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 614px) {
  .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: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.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: 5px;
  border-top-left-radius: 5px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.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,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group .list-group-item:first-child {
  border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
  border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 5px;
}

.well-sm {
  padding: 9px;
  border-radius: 5px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  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: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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: 0.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;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

  .modal-lg {
    width: 900px;
  }
}

.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: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.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 .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 .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 .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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.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.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.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;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .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;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !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;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@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,
  td.visible-sm {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  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,
  td.visible-md {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {

  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.btn {
  border: none;
  color: #4f4f4f;
  border-bottom: 4px solid #898989;
  background-color: #ccc;
  text-decoration: none;
  transition: background-color 0.2s linear;
  line-height: 18px;
  padding: 10px 15px 8px 15px;
  font-size: 15px;
}

.btn:hover,
.btn:focus {
  color: #4f4f4f;
  background-color: #d9d9d9;
}

.btn i.fas {
  margin-right: 5px;
}

.btn:hover {
  border: none;
  margin-top: 4px;
}

.btn:focus {
  border: none;
  margin-top: 4px;
}

.btn-lg {
  padding: 10px 20px 7px 20px;
}

.btn-ups {
  text-transform: uppercase;
}

.btn-black {
  border: none;
  color: #fefefe;
  border-bottom: 4px solid #505050;
  background-color: #363636;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn-black:hover,
.btn-black:focus {
  color: #fefefe;
  background-color: #434343;
}

.btn-black i.fas {
  margin-right: 5px;
}

.btn-fb {
  border: none;
  color: #fefefe;
  border-bottom: 4px solid #344e86;
  background-color: #3b5998;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn-fb:hover,
.btn-fb:focus {
  color: #fefefe;
  background-color: #4264aa;
}

.btn-fb i.fab {
  margin-right: 5px;
}

.btn-gplus {
  border: none;
  color: #fefefe;
  border-bottom: 4px solid #cd3c28;
  background-color: #D84A36;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn-gplus:hover,
.btn-gplus:focus {
  color: #fefefe;
  background-color: #dc5d4b;
}

.btn-gplus i.fab {
  margin-right: 5px;
}

.btn-primary {
  border: none;
  color: #fefefe;
  border-bottom: 4px solid #1585ec;
  background-color: #2d91ee;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fefefe;
  background-color: #459df0;
}

.btn-primary i.fas {
  margin-right: 5px;
}

.btn-danger {
  border: none;
  color: white;
  border-bottom: 4px solid #d43f3a;
  background-color: red;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.btn-danger:hover,
.btn-danger:focus {
  color: white;
  background-color: #ff1a1a;
}

.btn-danger i.fas {
  margin-right: 5px;
}

.btn-full {
  width: 100%;
}

body {
  padding-top: 52px;
}

.midnightHeader.transparent {
  background: none;
}

.midnightHeader.default {
  background-color: #039be5;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

.navbar.navbar-main {
  border-bottom: 1px #277dcd solid;
  box-shadow: 0;
}

.navbar.navbar-main .container {
  padding: 0;
}

.navbar.navbar-main .navbar-sections>li {
  text-transform: uppercase;
}

.navbar.navbar-main .navbar-nav>li>a {
  transition: background-color 0.2s linear;
  font-size: 1.3em;
  line-height: 23px;
}

.navbar.navbar-main .brand {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  display: inline-block;
  background-repeat: none;
  background-position: 0;
  background-size: 121px 24px;
  height: 24px;
  width: 121px;
  margin: 13px 10px 10px 0;
}

.navbar.navbar-main .navbar-form {
  margin: 9px 0;
}

.navbar.navbar-main .in #search-form {
  display: none;
}

.navbar.navbar-main .navbar-search .btn-search {
  margin-left: -4px;
  border: none;
  color: #fefefe;
  border-bottom: 4px solid #505050;
  background-color: #363636;
  text-decoration: none;
  transition: background-color 0.2s linear;
  font-size: 14px;
  padding: 7px 12px 5px 12px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar.navbar-main .navbar-search .btn-search:hover,
.navbar.navbar-main .navbar-search .btn-search:focus {
  color: #fefefe;
  background-color: #434343;
}

.navbar.navbar-main .navbar-search .btn-search i.fas {
  margin-right: 5px;
}

.navbar.navbar-main .navbar-search .btn-search i.fas {
  margin-right: 0px;
}

.navbar.navbar-main .navbar-search .btn-search:hover,
.navbar.navbar-main .navbar-search .btn-search:focus {
  margin-top: 0px;
}

.navbar.navbar-main .navbar-search input.form-search {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 170px;
  border: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar.navbar-main .navbar-account .btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  margin-right: 8px;
  font-size: 14px;
  padding: 7px 12px 5px 12px;
}

.navbar.navbar-main .navbar-account .btn:hover {
  margin-top: 12px;
}

.navbar.navbar-main .navbar-account .navbar-signin {
  font-size: 14px;
}

.navbar.navbar-main .dropdown .favorite-item {
  width: 250px;
  float: left;
}

.navbar.navbar-main .dropdown .favorite-item .favorite-delete {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
}

.navbar.navbar-main .dropdown .favorite-item .favorite-delete:hover {
  background-color: #aaa;
  border-radius: 50px;
  color: #FFF;
}

.navbar.navbar-main .dropdown .favorite-item>a {
  cursor: pointer;
  height: 40px;
  width: 100%;
  padding: 3px 8%;
  margin: 1% 0;
}

.navbar.navbar-main .dropdown .favorite-item>a .favorite-logo {
  float: left !important;
  margin-right: 10px;
}

.navbar.navbar-main .dropdown .favorite-item>a .favorite-logo>img {
  height: 34px;
  width: 34px;
}

.navbar.navbar-main .dropdown .favorite-item>a .favorite-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-height: 1em;
  padding: 2% 0;
  height: 31px;
}

.navbar.navbar-main .favorites {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar.navbar-main .navbar-user {
  padding: 0 10px;
  min-width: 50px;
}

.navbar.navbar-main .navbar-user img {
  height: 43px;
  width: auto;
}

.navbar.navbar-main .navbar-user span {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
}

.navbar.no-collapse .navbar-header {
  float: left;
}

.navbar.no-collapse .navbar-nav {
  float: left;
  margin: 0;
}

.navbar.no-collapse .navbar-nav>li {
  float: left;
}

.navbar.no-collapse .navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.no-collapse .navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}

.landing .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  padding: 0;
  z-index: 100;
  font-size: 16px;
  line-height: 26px;
  border: none;
  margin: 0;
}

.landing .navbar .container {
  display: flex;
  display: -webkit-flex;
  -moz-display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -moz-flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -moz-align-content: center;
  -moz-align-items: center;
  width: 100%;
  clear: both;
  content: "";
  padding: 10px 0;
}

.landing .navbar .container:after {
  display: none;
  content: "" !important;
}

.landing .navbar .container:before {
  display: none;
  content: "" !important;
}

.landing .navbar .navbar-toggle {
  display: none;
}

.landing .navbar a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 7px 20px;
  transition: background ease-in-out 0.15s;
  font-size: 1.25em;
  border: 2px solid transparent;
}

.landing .navbar a:not(.brand):hover {
  text-decoration: underline;
}

.landing .navbar a.navbar-signup {
  display: none;
}

.landing .navbar a.navbar-signin {
  border: 2px solid #fff;
  border-radius: 30px;
  margin-left: 20px;
  font-size: 1.25em !important;
}

.landing .navbar a.navbar-signin:hover {
  background-color: #fff !important;
  color: #039be5 !important;
  text-decoration: none;
}

.landing .navbar .brand {
  float: left;
  padding: 5px 20px 5px 0;
}

.landing .navbar .brand img {
  display: block;
}

.landing .navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.landing .navbar ul li {
  display: inline-block;
}

.landing .navbar ul.navbar-sections li a {
  text-decoration: none !important;
  position: relative;
  padding: 7px 20px;
  background: none !important;
}

.landing .navbar ul.navbar-sections li a:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 5px;
  border-bottom: 1px dotted #fff;
  opacity: 0.6;
  background: none !important;
}

.landing .navbar ul.navbar-sections li a:hover:after {
  border-bottom: 1px solid #fff;
  opacity: 1;
  background: none !important;
}

.landing .navbar .btn-fb {
  display: none;
}

.landing .navbar form {
  float: left;
  display: none;
}

.landing .navbar .container ul li a {
  padding: 7px 20px;
  line-height: 26px;
}

.landing .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.landing #footer {
  background: #36526D;
  color: #fff;
  text-align: center;
}

.landing #footer .container {
  padding: 60px 0;
}

.landing #footer a,
.landing #footer .dropdown {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
}

.landing #footer a:hover {
  text-decoration: underline;
}

.landing #footer a.fab {
  font-size: 2em;
  padding: 10px 20px;
}

.landing #footer ul {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}

.landing #footer ul li {
  display: inline-block;
}

.landing #footer small {
  display: block;
  font-size: 1em;
  opacity: 0.7;
  margin-bottom: 30px;
}

.landing #footer small a {
  padding: 0;
  text-transform: none;
}

.landing #footer .lang-selector {
  float: none;
}

.landing #footer .lang-selector>a {
  text-decoration: none;
  font-weight: bold;
}

.landing #footer .lang-selector ul {
  padding: 5px 0;
}

.landing #footer .lang-selector ul li {
  display: list-item;
  padding: 0;
}

.landing #footer .lang-selector ul li a {
  padding: 3px 20px;
  text-align: left;
  text-transform: none;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
}

.footer {
  background-color: #2d91ee;
  color: white;
}

.footer a {
  color: white;
}

.footer .footer-links {
  padding: 20px 0px;
}

.footer .legal {
  font-size: 13px;
  background-color: #333;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.footer .legal:before,
.footer .legal:after {
  content: " ";
  display: table;
}

.footer .legal:after {
  clear: both;
}

.footer .legal:before,
.footer .legal:after {
  content: " ";
  display: table;
}

.footer .legal:after {
  clear: both;
}

.footer .lang-selector {
  margin-top: 5px;
  float: right !important;
}

.footer .lang-selector>a {
  text-decoration: none;
  font-weight: bold;
}

.footer .social-links {
  margin: 0 0 0 20px;
  text-align: left;
  float: right;
}

.footer .social-links a {
  float: left;
}

.ios-android-badge a {
  margin: 0 15px 0 0;
  float: left;
}

.container.profile .location,
.container.wall .location {
  text-shadow: 1px 1px 0px #000000;
  color: #fff;
  margin: 10px 0;
}

.container.profile .location ul,
.container.wall .location ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container.profile .location ul li,
.container.wall .location ul li {
  display: inline-block;
}

.container.profile .location ul li .divider,
.container.wall .location ul li .divider {
  padding: 0 5px;
  color: #fff;
}

.container.profile .location a,
.container.wall .location a {
  color: #fff;
}

.container.profile .logo-container,
.container.wall .logo-container {
  width: 80px;
  float: left !important;
}

.container.profile .logo-container img.placeholder,
.container.wall .logo-container img.placeholder {
  width: 100%;
  height: auto;
  max-width: 60px;
  background-color: #aaa;
  padding: 5px;
  border-radius: 5px;
}

.container.profile .radio-description,
.container.wall .radio-description {
  font-size: 1em;
  line-height: 1em;
}

.container.profile .radio-contact,
.container.wall .radio-contact {
  padding-top: 10px;
}

.container.profile .radio-contact p,
.container.wall .radio-contact p {
  display: inline-block;
  margin-left: 10px;
}

.container.profile .radio-title,
.container.wall .radio-title {
  margin-left: 80px;
  margin-right: 60px;
}

.container.profile .logo-img,
.container.wall .logo-img {
  border: 1px #ccc solid;
}

.container.profile .profile-name,
.container.wall .profile-name {
  margin: 0 0 10px 0;
  font-size: 2em;
  color: #080808;
}

.container.profile .profile-slogan,
.container.wall .profile-slogan {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: normal;
  color: #080808;
}

.container.profile .radio-main,
.container.wall .radio-main {
  min-height: 270px;
  margin-top: 12px;
}

.container.profile .radio-main .cbox-header,
.container.wall .radio-main .cbox-header {
  min-height: 85px;
}

.container.profile .radio-main .cbox-body-extra,
.container.wall .radio-main .cbox-body-extra {
  padding: 0 10px;
}

.container.profile .radio-main .review-stars i.fas,
.container.wall .radio-main .review-stars i.fas {
  font-size: 1.3em;
  color: #FBCE01;
}

.container.profile .radio-main .radio-show,
.container.wall .radio-main .radio-show {
  margin-right: 5px;
}

.container.profile .radio-main .radio-misc,
.container.wall .radio-main .radio-misc {
  color: #666666;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.container.profile .radio-main .radio-misc .label,
.container.wall .radio-main .radio-misc .label {
  display: inline-block;
  font-size: 1.1em;
}

.container.profile .radio-main .label,
.container.wall .radio-main .label {
  margin-right: 5px;
  font-weight: normal;
}

.container.profile .radio-main .label-genre,
.container.wall .radio-main .label-genre {
  color: #999;
  border: #999 1px solid;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.container.profile .radio-main .radio-address,
.container.wall .radio-main .radio-address {
  text-transform: uppercase;
  color: #999;
  font-size: 0.8em;
  margin-top: 10px;
}

.container.profile .radio-main .radio-city,
.container.wall .radio-main .radio-city {
  font-size: 1.3em;
}

.container.profile .radio-main .radio-not-working h1,
.container.wall .radio-main .radio-not-working h1 {
  margin-right: 25px;
  margin-top: 5px;
  margin-left: 10px;
}

.container.profile .radio-main .radio-not-working .btn-primary,
.container.wall .radio-main .radio-not-working .btn-primary {
  margin-right: 10px;
}

.container.profile .radio-main .suggest-update,
.container.wall .radio-main .suggest-update {
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
  font-size: 0.9em;
}

.container.profile .content-main,
.container.wall .content-main {
  padding: 0;
}

@media (min-width: 992px) {

  .container.profile .content-main,
  .container.wall .content-main {
    padding-left: 10px;
  }
}

.container.profile .content-main.small-ad,
.container.wall .content-main.small-ad {
  padding-left: 30px;
}

.container.profile .social,
.container.wall .social {
  margin-bottom: 20px;
}

.container.profile .social .social-forms,
.container.wall .social .social-forms {
  margin-bottom: 20px;
}

.container.profile .social .social-forms .cbox-header,
.container.wall .social .social-forms .cbox-header {
  padding: 0;
}

.container.profile .social .fa-star,
.container.wall .social .fa-star {
  color: #FBCE01;
}

.container.profile .social .social-content,
.container.wall .social .social-content {
  padding: 0 20px;
}

.container.profile .content-sidebar.small-ad,
.container.wall .content-sidebar.small-ad {
  padding: 0;
}

.container.profile .content-sidebar .square-ad,
.container.wall .content-sidebar .square-ad {
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  .container.profile .content-sidebar .square-ad,
  .container.wall .content-sidebar .square-ad {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}

@media (min-width: 992px) {

  .container.profile .content-sidebar .col-md-12,
  .container.wall .content-sidebar .col-md-12 {
    padding: 0;
  }
}

.container.profile .content-sidebar h3,
.container.wall .content-sidebar h3 {
  margin-top: 0px;
}

.container.profile .content-sidebar .icon-list i.fas,
.container.wall .content-sidebar .icon-list i.fas {
  width: 40px;
  vertical-align: middle;
  margin-right: 15px;
}

.container.profile .content-sidebar .icon-list a,
.container.wall .content-sidebar .icon-list a {
  color: #333;
}

.container.profile .content-sidebar .icon-list a:hover,
.container.wall .content-sidebar .icon-list a:hover {
  color: #333;
}

.container.profile .content-sidebar .side-bar-well,
.container.wall .content-sidebar .side-bar-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
}

.container.profile .content-sidebar .side-bar-well blockquote,
.container.wall .content-sidebar .side-bar-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.container.profile .content-sidebar .side-bar-well h2,
.container.wall .content-sidebar .side-bar-well h2,
.container.profile .content-sidebar .side-bar-well h3,
.container.wall .content-sidebar .side-bar-well h3 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

.container.profile .content-sidebar .radio-playlist,
.container.wall .content-sidebar .radio-playlist {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
}

.container.profile .content-sidebar .radio-playlist blockquote,
.container.wall .content-sidebar .radio-playlist blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.container.profile .content-sidebar .radio-playlist h2,
.container.wall .content-sidebar .radio-playlist h2,
.container.profile .content-sidebar .radio-playlist h3,
.container.wall .content-sidebar .radio-playlist h3 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

.container.profile .content-sidebar .radio-playlist .playlist-more,
.container.wall .content-sidebar .radio-playlist .playlist-more {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.container.profile .content-sidebar .radio-playlist .radio-playlist-song,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song {
  margin-bottom: 5px;
  text-decoration: none;
}

.container.profile .content-sidebar .radio-playlist .radio-playlist-song:before,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:before,
.container.profile .content-sidebar .radio-playlist .radio-playlist-song:after,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:after {
  content: " ";
  display: table;
}

.container.profile .content-sidebar .radio-playlist .radio-playlist-song:after,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:after {
  clear: both;
}

.container.profile .content-sidebar .radio-playlist .radio-playlist-song:before,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:before,
.container.profile .content-sidebar .radio-playlist .radio-playlist-song:after,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:after {
  content: " ";
  display: table;
}

.container.profile .content-sidebar .radio-playlist .radio-playlist-song:after,
.container.wall .content-sidebar .radio-playlist .radio-playlist-song:after {
  clear: both;
}

.container.profile .content-sidebar .radio-playlist h6,
.container.wall .content-sidebar .radio-playlist h6 {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
}

.container.profile .content-sidebar .radio-playlist p,
.container.wall .content-sidebar .radio-playlist p {
  margin: 0;
}

.container.profile .content-sidebar .radio-playlist .song-icon,
.container.wall .content-sidebar .radio-playlist .song-icon {
  float: left !important;
  height: 40px;
  width: 40px;
  background-color: #333;
  color: #eee;
}

.container.profile .content-sidebar .radio-playlist .fas.fa-music,
.container.wall .content-sidebar .radio-playlist .fas.fa-music {
  display: inline-block;
  margin: 6px 8px;
}

.container.profile .content-sidebar .radio-playlist .song-info,
.container.wall .content-sidebar .radio-playlist .song-info {
  margin-left: 50px;
}

.container.profile .content-sidebar .related-radios,
.container.wall .content-sidebar .related-radios {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
}

.container.profile .content-sidebar .related-radios blockquote,
.container.wall .content-sidebar .related-radios blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.container.profile .content-sidebar .related-radios h2,
.container.wall .content-sidebar .related-radios h2,
.container.profile .content-sidebar .related-radios h3,
.container.wall .content-sidebar .related-radios h3 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

.container.profile .content-sidebar .related-radios .logo-thumbnail,
.container.wall .content-sidebar .related-radios .logo-thumbnail {
  float: left !important;
  height: 40px;
  width: 40px;
  background-color: #333;
  color: #eee;
}

.container.profile .content-sidebar .related-radios .related-radio-name,
.container.wall .content-sidebar .related-radios .related-radio-name {
  margin-left: 50px;
}

.container.profile .content-sidebar .related-radios h5,
.container.wall .content-sidebar .related-radios h5 {
  margin-top: 0;
  margin-bottom: 3px;
}

.container.profile .song-info-carousel,
.container.wall .song-info-carousel {
  margin-top: 10px;
  min-height: 80px;
}

.container.profile .song-info-carousel .carousel-inner,
.container.wall .song-info-carousel .carousel-inner {
  width: 80%;
  margin: 0 10%;
}

.container.profile .song-info-carousel .carousel-control,
.container.wall .song-info-carousel .carousel-control {
  background-image: none;
  font-size: 3em;
  color: #333;
}

.container.profile .song-info-carousel .item,
.container.wall .song-info-carousel .item {
  min-height: 80px;
}

.container.profile .song-info-carousel .item .media-object img,
.container.wall .song-info-carousel .item .media-object img {
  height: 80px;
  width: 80px;
}

.container.profile .song-info-carousel .itunes img,
.container.wall .song-info-carousel .itunes img {
  width: 60px;
}

.comment-form:before,
.review-form:before,
.comment-form:after,
.review-form:after {
  content: " ";
  display: table;
}

.comment-form:after,
.review-form:after {
  clear: both;
}

.comment-form:before,
.review-form:before,
.comment-form:after,
.review-form:after {
  content: " ";
  display: table;
}

.comment-form:after,
.review-form:after {
  clear: both;
}

.comment-form textarea,
.review-form textarea,
.comment-form textarea:focus,
.review-form textarea:focus {
  border: none;
  resize: none;
  outline: none;
  overflow: auto;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comment-form .rating,
.review-form .rating {
  float: left !important;
  font-size: 24px;
  line-height: 24px;
}

.wall .more,
.reviews .more {
  margin-left: 100px;
}

.comment,
.review {
  margin-bottom: 20px;
  position: relative;
}

.comment .avatar,
.review .avatar {
  float: left !important;
  margin-top: 4px;
  width: 76px;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 42px;
}

.comment .avatar img,
.review .avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}

.comment .comment-content,
.review .comment-content,
.comment .review-content,
.review .review-content {
  margin-left: 120px;
  padding: 18px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.comment .comment-content .comment-text,
.review .comment-content .comment-text,
.comment .review-content .comment-text,
.review .review-content .comment-text,
.comment .comment-content .review-rating,
.review .comment-content .review-rating,
.comment .review-content .review-rating,
.review .review-content .review-rating {
  margin-bottom: 0;
}

.comment .comment-content p,
.review .comment-content p,
.comment .review-content p,
.review .review-content p {
  word-wrap: break-word;
}

.comment .comment-content .commenter,
.review .comment-content .commenter,
.comment .review-content .commenter,
.review .review-content .commenter,
.comment .comment-content .reviewer,
.review .comment-content .reviewer,
.comment .review-content .reviewer,
.review .review-content .reviewer {
  text-transform: uppercase;
}

.comment .comment-content .comment-date,
.review .comment-content .comment-date,
.comment .review-content .comment-date,
.review .review-content .comment-date,
.comment .comment-content .review-date,
.review .comment-content .review-date,
.comment .review-content .review-date,
.review .review-content .review-date {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #666666;
  font-size: 13px;
}

.comment .comment-content:before,
.review .comment-content:before,
.comment .review-content:before,
.review .review-content:before {
  position: absolute;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.2);
  left: -15px;
  top: 30px;
  content: '';
}

.comment .comment-content:after,
.review .comment-content:after,
.comment .review-content:after,
.review .review-content:after {
  position: absolute;
  display: inline-block;
  border-top: 13px solid transparent;
  border-right: 13px solid #fff;
  border-bottom: 13px solid transparent;
  left: -13px;
  top: 31px;
  content: '';
}

.btn-play {
  position: relative;
  border: none;
  color: #fff;
  border-bottom: 4px solid #388c39;
  background-color: #3F9E40;
  text-decoration: none;
  transition: background-color 0.2s linear;
  height: 61px;
  line-height: 44px;
  font-size: 38px;
  text-transform: uppercase;
  padding-left: 90px;
  padding-right: 30px;
  padding-top: 7px;
}

.btn-play:hover,
.btn-play:focus {
  color: #fff;
  background-color: #46b047;
}

.btn-play i.fas {
  margin-right: 5px;
}

.btn-play:hover,
.btn-play:focus {
  background-color: #3F9E40;
  margin-top: 4px;
  border-bottom: none;
  height: 57px;
}

.btn-play i.fas.fa-play {
  padding-right: 20px;
}

.btn-play img {
  position: absolute;
  top: 0;
  left: 5px;
}

.cbox {
  background-color: #fff;
  border: 1px solid #ccc;
  padding-bottom: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cbox-header {
  padding: 15px 15px 5px 15px;
}

.cbox-header h1 {
  margin-bottom: 5px;
}

.cbox-body {
  padding: 15px 15px 5px 15px;
}

.nav-subtle>li {
  float: left;
}

.nav-subtle>li>a {
  color: #222;
  border: none;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.nav-subtle>li+li {
  margin-left: 2px;
}

.nav-subtle>li.active>a,
.nav-subtle>li.active>a:hover,
.nav-subtle>li.active>a:focus {
  color: #222;
  border: none;
  border-bottom: 4px solid #2d91ee;
}

.nav-subtle-bottom>li>a {
  color: #222;
  border: none;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

.nav-subtle-bottom>li.active>a,
.nav-subtle-bottom>li.active>a:hover,
.nav-subtle-bottom>li.active>a:focus {
  color: #222;
  border: none;
  border-bottom: 4px solid #2d91ee;
}

.nav-subtle-top>li>a {
  color: #222;
  border: none;
  border-top: 4px solid rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

.nav-subtle-top>li.active>a,
.nav-subtle-top>li.active>a:hover,
.nav-subtle-top>li.active>a:focus {
  color: #222;
  border: none;
  border-top: 4px solid #2d91ee;
}

.social-plugins {
  height: 20px;
  width: 300px;
  margin: 10px 0;
}

.social-plugins>div {
  display: inline-block;
  float: left;
  width: 100px;
}

.streema-signup-modal {
  font-size: 1.3em;
  text-align: center;
}

.streema-signup-modal .modal-body {
  padding: 20px 40px;
}

.streema-signup-modal p {
  padding: 10px 0;
}

.streema-signup-modal>.row {
  max-width: 1300px;
  margin: auto;
}

.streema-signup-modal .signup-close {
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-size: 0.8em;
}

.streema-signup-modal h3 {
  font-size: 1.5em;
}

.streema-signup-modal .buttons .btn {
  text-transform: uppercase;
}

.streema-signup-modal .buttons i {
  font-size: 1.4em;
  border-right: 1px solid #fefefe;
  padding-right: 8px;
}

.streema-signup-modal .btn {
  width: 100%;
  padding: 15px 10px;
}

.streema-signup-modal .btn-fb,
.streema-signup-modal .btn-gplus {
  font-size: 1.1em;
}

.streema-signup-modal .streema-login-btn {
  font-size: 0.8em;
  line-height: 1em;
  word-wrap: break-word;
}

.streema-signup-modal hr {
  margin: 5px 0;
}

.modal-with-background .signup-close {
  opacity: 0.7;
  text-shadow: none;
}

.modal-with-background .signup-close:hover {
  opacity: 1;
}

.modal-with-background .modal-body {
  padding: 0;
}

.modal-with-background .modal-background-img {
  width: 100%;
}

.modal-with-background .buttons {
  padding: 10px 20px;
}

.modal-with-background .buttons>div {
  margin: 10px 0;
}

.mvp-brand .modal-body h3 {
  position: relative;
  margin-top: 250px;
  line-height: 1.35em;
  font-size: 1.6em;
  text-align: left;
}

.mvp-brand .background-img {
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 3px 3px 0 0;
  top: 0;
  left: 0;
}

.mvp-brand .buttons {
  margin-top: 20px;
}

.mvp-brand p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.mvp-brand .signup-close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
}

.mobile-app-bar {
  background-color: #f4f4f4;
  padding: 1% 0;
  font-family: helvetica;
  border-bottom: 1px solid #838383;
}

.mobile-app-bar:hover .close-navbar {
  display: block;
}

.mobile-app-bar .close-navbar {
  display: none;
  float: left;
  margin: 8px 0 0 60px;
  font-size: 2em;
  cursor: pointer;
}

.mobile-app-bar .store-ico {
  float: left;
  margin: 0 2% 0 0;
  width: 50px;
  border-radius: 5px;
}

.mobile-app-bar .review-store {
  float: left;
}

.mobile-app-bar .review-store h3 {
  color: #000;
  font-size: 1.7em;
  margin: 0;
  padding: 0;
}

.mobile-app-bar .review-store .punch-line {
  float: left;
  font-size: 1.2em;
  color: #666666;
  width: 650px;
}

.mobile-app-bar .review-store .punch-line p {
  float: left;
  margin: 0;
  padding: 0;
}

.mobile-app-bar .review-store .punch-line .author-review {
  font-style: italic;
  font-size: 0.9em;
}

.mobile-app-bar .review-store .punch-line img {
  float: left;
  margin: 0 5px 0 5px;
}

.mobile-app-bar .store-badge {
  float: left;
  margin: 5px 0 0 0;
}

.streema-mobile {
  background-color: #fff;
  padding: 3%;
  border-radius: 5px;
  border: 1px solid #ccc;
  float: left;
  margin-top: 3%;
  width: 100%;
}

.streema-mobile h3 {
  margin: 0 0 1% 0;
  font-size: 1.6em;
  line-height: 1.2em;
}

.streema-mobile h4 {
  font-weight: normal;
  font-size: 1.2em;
  margin: 0;
}

.streema-mobile p {
  line-height: 1.5em;
}

.streema-mobile .txt-mobile {
  float: left;
  width: 80%;
}

.streema-mobile .txt-mobile ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.streema-mobile .txt-mobile ul li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}

.streema-mobile .logo-simple-radio {
  float: left;
  width: 20%;
}

.streema-mobile .logo-simple-radio .view-itunes {
  background-color: #2d91ee;
  color: #fff;
  font-size: 0.9em;
  padding: 4%;
  float: left;
  margin-top: 15%;
  border-radius: 5px;
}

.streema-mobile .logo-simple-radio .view-itunes:hover {
  color: #2d91ee;
  border: 1px solid #2d91ee;
  background-color: #fff;
  text-decoration: none;
}

.other-languages {
  margin: 5% 0;
  float: left;
}

.other-languages h2 {
  font-size: 1.5em;
}

.other-languages p {
  float: left;
  width: 45%;
  margin: 0 5% 3% 0;
}

.tab-content {
  margin-top: 7px;
}

.white-bg {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 5px;
}

.white-bg h1 {
  color: #333;
  font-size: 1.7em;
  margin: 1% 0;
  text-transform: capitalize;
}

.white-bg .row {
  width: 960px;
  margin: 0 auto;
}

.white-bg .container {
  padding: 0;
}

.container.directory {
  padding-left: 0;
  padding-right: 0;
}

.container.directory .col-md-9 {
  padding: 0;
}

.container.directory h1 {
  color: #444;
  margin: 10px 0;
  font-size: 28px;
  min-width: 25%;
}

.container.directory .ad-leaderboard {
  margin: 15px 0;
}

.container.directory .breadcrumb {
  padding-left: 0;
  padding-rigth: 0;
}

.container.directory .sidebar-title {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 15px 10px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #2d91ee;
}

.container.directory ul.facets {
  margin: 0 0 25px 0;
  float: left;
  padding: 0;
}

.container.directory ul.facets li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

.container.directory ul.facets li input {
  float: left;
  margin: 0 10px 0 0;
}

.container.directory .results-sum {
  font-size: 1.1em;
  margin-top: 1%;
  float: left;
  width: 45%;
}

.container.directory .side-box {
  margin: 0 0 0 0;
}

.container.directory .side-box h4 {
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  float: left;
  width: 100%;
}

.container.directory .geo-list ul {
  padding-left: 15px;
}

.container.directory .geo-list ul li {
  list-style: none;
}

.container.directory .geo-list a {
  font-weight: bold;
}

.container.directory .main-content {
  padding-left: 30px;
}

.container.directory .main-content .results-search {
  position: relative;
  margin-bottom: 10px;
}

.container.directory .main-content .results-search .search-query {
  float: left !important;
  width: 100%;
  padding-right: 54px;
}

.container.directory .main-content .results-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 58px;
  background-color: #2d91ee;
  border-bottom-color: #1178d7;
}

.container.directory .main-content .results-search button:focus,
.container.directory .main-content .results-search button:hover {
  height: 54px;
}

.container.directory .main-content .results-search button i {
  margin: 0;
  color: white;
}

.container.directory .social-plugins {
  float: left;
  width: auto;
}

.container.directory .social-plugins.no-float {
  float: none;
}

.container.directory .search {
  float: right;
  width: 50%;
  margin: 0 0 5px 0;
  position: relative;
}

.container.directory .search .twitter-typeahead {
  width: 100%;
}

.container.directory .search input {
  float: left !important;
  width: 100%;
  color: #999;
  font-size: 1em;
  border: 1px solid #CCC;
  box-shadow: none;
  padding: 2%;
  border-radius: 5px;
}

.container.directory .search i.fa-search {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 1.4em;
  opacity: 0.5;
}

.container.directory .search .btn-search {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 8px;
  margin: 0;
  padding: 0;
}

.container.directory .search .btn-search i.fa-search {
  position: relative;
  right: 0;
  top: 0;
}

.container.directory .item,
.container.directory .ad-item {
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0 0 5px 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.75);
  padding: 10px;
}

.container.directory .item:before,
.container.directory .item:after {
  content: " ";
  display: table;
}

.container.directory .item:after {
  clear: both;
}

.container.directory .item:before,
.container.directory .item:after {
  content: " ";
  display: table;
}

.container.directory .item:after {
  clear: both;
}

.container.directory .item:nth-of-type(1) {
  border-top: none;
}

.container.directory .item .logo-overlay {
  display: none;
}

.container.directory .item:hover .logo-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 80px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.container.directory .item:hover {
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.container.directory .ad-item {
  max-height: 130px;
}

.container.directory .items-list {
  float: left;
  width: 100%;
}

.container.directory .items-list .item.item-no-play {
  cursor: default;
}

.container.directory .items-list .item-logo {
  float: left !important;
  position: relative;
  margin: 0 5px 0 0;
  width: 75px;
  height: 75px;
}

.container.directory .items-list .item-logo img.placeholder {
  width: 75px;
  height: 75px;
}

.container.directory .items-list .item-logo img.placeholder.tv {
  width: 55px;
  height: 55px;
  padding: 10px;
  background-color: #333333;
  border-radius: 3px;
}

.container.directory .items-list .item-logo .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-align: center;
}

.container.directory .items-list .item-logo .logo-overlay i {
  font-size: 0.7em;
  line-height: 75px;
  vertical-align: bottom;
}

.container.directory .items-list .item-name {
  float: left !important;
  margin: 1%;
  width: 35%;
}

.container.directory .items-list .item-name h5 {
  display: inline;
  font-size: 16px;
  margin: 5px 0;
}

.container.directory .items-list .item-name .band-dial {
  display: inline;
  margin-left: 0.5em;
}

.container.directory .items-list .item-name .now-playing p {
  text-overflow: ellipsis;
  max-width: 265px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.container.directory .items-list .item-name .now-playing .timestamp {
  color: #999;
}

.container.directory .items-list .item-name .bitrate {
  font-weight: bold;
  color: #1C1C1C;
}

.container.directory .items-list .item-extra {
  float: right !important;
  width: 50%;
  padding: 0;
}

.container.directory .items-list .item-info {
  float: left !important;
  margin: 0 5px;
  width: 220px;
}

.container.directory .items-list .item-info p.genre {
  margin: 0px;
}

.container.directory .items-list .item-info .genre span {
  font-weight: normal;
  color: #999;
  white-space: nowrap;
  padding: 1px 4px;
  margin: 0 2px 0 0;
  border: #999 1px solid;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.9em;
}

.container.directory .items-list .item-info .location {
  margin: 0;
  padding: 0;
}

.container.directory .items-list .item-rating {
  float: right !important;
  margin: 5px 0;
  text-align: right;
  width: 105px;
}

.container.directory .items-list .item-rating .icon-star.empty {
  color: #999999;
}

.container.directory .items-list .item-rating p {
  margin: 0;
}

.container.directory .items-list .last-updated ul {
  margin-left: 0;
}

.container.directory .items-list .last-updated ul a {
  margin-right: 10px;
}

.container.directory.search-list {
  /* RADIO ID */
}

.container.directory.search-list .msg-welcome {
  font-size: 1.2em;
  margin-bottom: 1%;
  padding: 0 0 1.5% 0;
  float: left;
}

.container.directory.search-list .main-container {
  background-color: #FFF;
  padding-left: 3%;
  padding-right: 3%;
  width: 960px;
  margin-top: 3%;
  margin-bottom: 4%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.container.directory.search-list .main-container h1 {
  color: #333;
  font-size: 2em;
  float: left;
  margin-bottom: 0;
}

.container.directory.search-list .main-content {
  padding-left: 0;
}

.container.directory.search-list .radio-list-results {
  width: 100%;
  float: left;
  padding: 1% 0;
  border-bottom: solid 1px #CCC;
  color: #333;
  min-height: 70px;
}

.container.directory.search-list .radio-list-results:hover {
  color: #333;
}

.container.directory.search-list .radio-list-results:last-child {
  border-bottom: 0;
}

.container.directory.search-list .radio-list-results .band {
  color: #999999;
}

.container.directory.search-list .radio-list-results .logo-radio {
  float: left;
  margin: 0 2% 0 1%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 3px;
}

.container.directory.search-list .radio-list-results .logo-radio img {
  border-radius: 50%;
}

.container.directory.search-list .radio-list-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container.directory.search-list .radio-list-results ul li {
  float: left;
  width: 14%;
  margin: 0.5% 4.5% 0 0;
}

.container.directory.search-list a.radio-list-results.playable:hover {
  background-color: #2d91ee;
  color: rgba(0, 0, 0, 0);
  background-image: url("/static/img/directory/btn-play.d5b2d5276a47.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.container.directory.search-list a.radio-list-results.playable:hover .radio-title {
  color: #fff;
}

.container.directory.search-list a.radio-list-results.playable:hover .band {
  color: #e6e6e6;
}

.container.directory.search-list .radio-list-results ul li.language {
  width: 8%;
  margin: 0.1% 0 0 0;
}

.container.directory.search-list .radio-list-results ul li.radio-title {
  width: 21%;
}

.container.directory.search-list .radio-list-results .radio-title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #666;
  float: left;
}

.home-background {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border-bottom: 5px solid #ccc;
}

.home-background img {
  width: 100%;
  height: auto;
}

.guest-landing-container {
  padding: 0;
}

.guest-landing-container .square-ad {
  margin: 20px auto;
  width: 300px;
}

.main-home,
.main-guest-landing {
  background-color: #FFF;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #ccc;
  /* BTN BOOKMARK */
  /* CHANGE CITY */
  /* POPULAR IN YOUR AREA ROUND*/
}

.main-home .radio-wrapper,
.main-guest-landing .radio-wrapper {
  width: 100%;
  float: left;
  margin: 0 0 1% 0;
  padding: 0 0 5% 0;
  border-bottom: 1px solid #CCC;
}

.main-home .radio-wrapper .logo-radio,
.main-guest-landing .radio-wrapper .logo-radio {
  float: left;
  margin: 0 4% 0 0;
  width: 120px;
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

.main-home .radio-wrapper .logo-radio img,
.main-guest-landing .radio-wrapper .logo-radio img {
  max-width: 100%;
}

.main-home .radio-last-listened,
.main-guest-landing .radio-last-listened {
  font-size: 1em;
  color: #999;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0 0 1% 0;
}

.main-home .radio-title,
.main-guest-landing .radio-title {
  font-size: 1.6em;
  line-height: 1.5em;
  margin: 0 0 3% 0;
}

.main-home .radio-title a,
.main-guest-landing .radio-title a {
  text-decoration: none;
  color: #333;
}

.main-home .radio-title a:hover,
.main-guest-landing .radio-title a:hover {
  text-decoration: underline;
}

.main-home .band-dial,
.main-guest-landing .band-dial {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #ccc;
  margin-left: 10px;
}

.main-home .favorite,
.main-guest-landing .favorite {
  color: #F00;
  margin-right: 3%;
}

.main-home .now-playing,
.main-guest-landing .now-playing {
  font-size: 1em;
}

.main-home .radio-wrapper-min,
.main-guest-landing .radio-wrapper-min {
  width: 100%;
  float: left;
  padding: 3% 0;
  border-bottom: solid 1px #CCC;
}

.main-home .radio-wrapper-min:before,
.main-guest-landing .radio-wrapper-min:before,
.main-home .radio-wrapper-min:after,
.main-guest-landing .radio-wrapper-min:after {
  content: " ";
  display: table;
}

.main-home .radio-wrapper-min:after,
.main-guest-landing .radio-wrapper-min:after {
  clear: both;
}

.main-home .radio-wrapper-min:before,
.main-guest-landing .radio-wrapper-min:before,
.main-home .radio-wrapper-min:after,
.main-guest-landing .radio-wrapper-min:after {
  content: " ";
  display: table;
}

.main-home .radio-wrapper-min:after,
.main-guest-landing .radio-wrapper-min:after {
  clear: both;
}

.main-home .radio-wrapper-min .logo-radio,
.main-guest-landing .radio-wrapper-min .logo-radio {
  float: left;
  margin: 0 4% 0 0;
  width: 100px;
  border: 1px solid #CCC;
  padding: 5px;
  background-color: #FFF;
  border-radius: 50%;
  margin-left: 1%;
}

.main-home .radio-wrapper-min .logo-radio img,
.main-guest-landing .radio-wrapper-min .logo-radio img {
  border-radius: 50%;
  max-width: 100%;
}

.main-home .radio-wrapper-min .radio-last-listened,
.main-guest-landing .radio-wrapper-min .radio-last-listened {
  font-size: 0.9em;
  color: #999;
  text-transform: uppercase;
  line-height: 1em;
  margin: 1% 0 0.5% 0;
}

.main-home .radio-wrapper-min .radio-title,
.main-guest-landing .radio-wrapper-min .radio-title {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #666;
  width: 65%;
  margin: 0;
  float: left;
}

.main-home .radio-wrapper-min .favorite,
.main-guest-landing .radio-wrapper-min .favorite {
  color: #F00;
  margin: 1.5% 3% 0 0;
  float: left;
}

.main-home .radio-wrapper-min .now-playing,
.main-guest-landing .radio-wrapper-min .now-playing {
  font-size: 1em;
  margin: 0;
  float: left;
  color: #999;
}

.main-home .radio-wrapper-min:hover,
.main-guest-landing .radio-wrapper-min:hover {
  text-decoration: none;
  background-color: #3f9f3f;
  border-radius: 5px;
  border-bottom: 5px solid #307930;
  margin-bottom: -4px;
}

.main-home .radio-wrapper-min:hover a,
.main-guest-landing .radio-wrapper-min:hover a {
  color: #fff;
}

.main-home .radio-wrapper-min:hover a:hover,
.main-guest-landing .radio-wrapper-min:hover a:hover {
  text-decoration: underline;
}

.main-home .favorite-this-radio,
.main-guest-landing .favorite-this-radio {
  font-size: 0.8em;
  float: right !important;
  width: auto;
}

.main-home .radio-wrapper-min:hover .radio-title,
.main-guest-landing .radio-wrapper-min:hover .radio-title,
.main-home .radio-wrapper-min:hover .radio-last-listened,
.main-guest-landing .radio-wrapper-min:hover .radio-last-listened,
.main-home .radio-wrapper-min:hover .now-playing,
.main-guest-landing .radio-wrapper-min:hover .now-playing {
  color: #FFF;
}

.main-home .sidebar-box,
.main-guest-landing .sidebar-box {
  border: 1px solid #999;
  border-bottom: 5px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
}

.main-home .sidebar-box:before,
.main-guest-landing .sidebar-box:before,
.main-home .sidebar-box:after,
.main-guest-landing .sidebar-box:after {
  content: " ";
  display: table;
}

.main-home .sidebar-box:after,
.main-guest-landing .sidebar-box:after {
  clear: both;
}

.main-home .sidebar-box:before,
.main-guest-landing .sidebar-box:before,
.main-home .sidebar-box:after,
.main-guest-landing .sidebar-box:after {
  content: " ";
  display: table;
}

.main-home .sidebar-box:after,
.main-guest-landing .sidebar-box:after {
  clear: both;
}

.main-home .sidebar-box h3,
.main-guest-landing .sidebar-box h3 {
  font-size: 1.2em;
  background-color: #6299d1;
  color: #FFF;
  padding: 5%;
  width: 100%;
  line-height: 1.3em;
  margin: 0 0 2% 0;
}

.main-home .sidebar-box ul,
.main-guest-landing .sidebar-box ul {
  margin: 0;
  padding: 5%;
  list-style: none;
}

.main-home .sidebar-box ul li,
.main-guest-landing .sidebar-box ul li {
  padding: 2%;
}

.main-home .sidebar-box ul li:before,
.main-guest-landing .sidebar-box ul li:before,
.main-home .sidebar-box ul li:after,
.main-guest-landing .sidebar-box ul li:after {
  content: " ";
  display: table;
}

.main-home .sidebar-box ul li:after,
.main-guest-landing .sidebar-box ul li:after {
  clear: both;
}

.main-home .sidebar-box ul li:before,
.main-guest-landing .sidebar-box ul li:before,
.main-home .sidebar-box ul li:after,
.main-guest-landing .sidebar-box ul li:after {
  content: " ";
  display: table;
}

.main-home .sidebar-box ul li:after,
.main-guest-landing .sidebar-box ul li:after {
  clear: both;
}

.main-home .sidebar-box .sidebar-box-body,
.main-guest-landing .sidebar-box .sidebar-box-body {
  padding: 5px 5%;
}

.main-home .sidebar-box .buttons,
.main-guest-landing .sidebar-box .buttons {
  text-transform: uppercase;
}

.main-home .sidebar-box .buttons i,
.main-guest-landing .sidebar-box .buttons i {
  font-size: 1.4em;
  border-right: 1px solid #fefefe;
  padding-right: 8px;
  display: inline-block;
  float: left;
}

.main-home .sidebar-box .btn,
.main-guest-landing .sidebar-box .btn {
  width: 100%;
  padding: 15px 10px;
}

.main-home .sidebar-box .btn-fb,
.main-guest-landing .sidebar-box .btn-fb,
.main-home .sidebar-box .btn-gplus,
.main-guest-landing .sidebar-box .btn-gplus {
  font-size: 1.1em;
  padding: 15px 20px;
}

.main-home .sidebar-box .streema-login-btn,
.main-guest-landing .sidebar-box .streema-login-btn {
  font-size: 0.8em;
  line-height: 1em;
  word-wrap: break-word;
}

.main-home .sidebar-box .btn-container,
.main-guest-landing .sidebar-box .btn-container {
  margin: 5px 0;
}

.main-home .btn-bookmark,
.main-guest-landing .btn-bookmark {
  background-color: #fff200;
  line-height: 1em;
  border-bottom: 5px solid #d7d518;
  float: left;
  color: #333;
  padding: 5%;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 5% 5%;
  width: 90%;
  border-radius: 5px;
}

.main-home .btn-bookmark:hover,
.main-guest-landing .btn-bookmark:hover {
  border: none;
  color: #333;
  text-decoration: none;
  margin: 5px 0 5% 5%;
}

.main-home .btn-bookmark span,
.main-guest-landing .btn-bookmark span {
  margin: 3% 0 0 -1%;
  float: left;
  font-size: 0.9em;
  text-transform: none;
  line-height: 0.9em;
}

.main-home .ad img,
.main-guest-landing .ad img {
  width: 100%;
  margin-bottom: 5%;
  border: 1px solid #999;
}

.main-home .radio-wrapper-list .logo-radio,
.main-guest-landing .radio-wrapper-list .logo-radio {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 5%;
  border: 1px solid #CCC;
  padding: 4px;
  border-radius: 50%;
}

.main-home .radio-wrapper-list .logo-radio img,
.main-guest-landing .radio-wrapper-list .logo-radio img {
  border-radius: 50%;
  max-width: 100%;
  background-color: #FFF;
}

.main-home .radio-wrapper-list .radio-last-listened,
.main-guest-landing .radio-wrapper-list .radio-last-listened {
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
  line-height: 1em;
  margin: 1% 0 2% 0;
  float: left;
  width: 60%;
}

.main-home .radio-wrapper-list .radio-title,
.main-guest-landing .radio-wrapper-list .radio-title {
  font-size: 1em;
  line-height: 1.2em;
  color: #666;
  width: 65%;
  margin: 0 0 2% 0;
  float: left;
  width: 60%;
}

.main-home .radio-wrapper-list .favorite,
.main-guest-landing .radio-wrapper-list .favorite {
  color: #F00;
  margin: 1.5% 3% 0 0;
  float: left;
}

.main-home .radio-wrapper-list .now-playing,
.main-guest-landing .radio-wrapper-list .now-playing {
  font-size: 0.85em;
  color: #999;
  width: 60%;
  float: right;
  text-align: left;
  line-height: 1.2em;
  margin: 0 0 1% 0;
}

.main-home .popular-radios h4,
.main-guest-landing .popular-radios h4 {
  margin-top: 4px;
  font-size: 1em;
  line-height: 1.2em;
  color: #666;
}

.main-home .popular-radios p,
.main-guest-landing .popular-radios p {
  margin-bottom: 5px;
  line-height: 1em;
}

.main-home .popular-radios .band-dial,
.main-guest-landing .popular-radios .band-dial {
  font-size: 0.9em;
  line-height: 1em;
  margin: 0px;
}

.main-home .popular-radios .radio-genres,
.main-guest-landing .popular-radios .radio-genres {
  font-size: 0.9em;
  line-height: 1em;
  color: #ccc;
}

.main-home .popular-radios .logo-radio,
.main-guest-landing .popular-radios .logo-radio {
  width: 80px;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  border-radius: 50%;
}

.main-home .popular-radios .logo-radio img,
.main-guest-landing .popular-radios .logo-radio img {
  border-radius: 50%;
}

.main-home .radios-in-your-area .band-dial,
.main-guest-landing .radios-in-your-area .band-dial {
  font-size: 0.9em;
  margin-left: 0px;
  line-height: 1em;
  margin: 0 0 1% 1%;
}

.main-home .radios-in-your-area p,
.main-guest-landing .radios-in-your-area p {
  margin-bottom: 5px;
}

.main-home .radios-in-your-area .radio-genres,
.main-guest-landing .radios-in-your-area .radio-genres {
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 0 1% 1%;
  padding-top: 1%;
  color: #ccc;
}

.main-home .change-radio,
.main-guest-landing .change-radio {
  background-color: #ccc;
  border-radius: 5px;
  float: right;
  padding: 0 3% 1% 3%;
}

.main-home .change-radio a,
.main-guest-landing .change-radio a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: normal;
  white-space: nowrap;
}

.main-home .change-radio:hover,
.main-guest-landing .change-radio:hover {
  background-color: #333;
}

.main-home .change-radio a:hover,
.main-guest-landing .change-radio a:hover {
  color: #ccc;
  text-decoration: none;
}

.main-home .msg-welcome,
.main-guest-landing .msg-welcome {
  font-size: 1.2em;
  margin-bottom: 3%;
  padding: 0 0 1.5% 0;
  border-bottom: 1px solid #CCC;
}

.main-home h1,
.main-guest-landing h1 {
  color: #333;
  margin-bottom: 0.5%;
  font-size: 2em;
}

.main-home .home-search input,
.main-guest-landing .home-search input {
  float: left;
  width: 60%;
  color: #999;
  letter-spacing: 0.1em;
  border: 1px solid #CCC;
  border-right: none;
  box-shadow: none;
  padding: 2%;
  margin: 0 0 5% 0;
  font-size: 1em;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.main-home .home-search .search-btn,
.main-guest-landing .home-search .search-btn {
  background-color: #6299d1;
  border: none;
  border-bottom: 5px solid #009;
  padding: 1.6%;
  color: #FFF;
  font-size: 1.2em;
  text-transform: uppercase;
  width: 20%;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-home .home-search .search-btn:hover,
.main-guest-landing .home-search .search-btn:hover {
  border-bottom: none;
  margin-top: 5px;
}

.main-home .radios-in-your-area h3,
.main-guest-landing .radios-in-your-area h3 {
  float: left;
  width: 100%;
  margin: 0 0 3% 0;
}

.main-home .radio-wrapper-round,
.main-guest-landing .radio-wrapper-round {
  float: left;
  width: 45%;
  margin: 0 5% 5% 0;
}

.main-home .radio-wrapper-round .logo-radio,
.main-guest-landing .radio-wrapper-round .logo-radio {
  width: 80px;
  float: left;
  margin-right: 4%;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  border-radius: 50%;
}

.main-home .radio-wrapper-round .logo-radio img,
.main-guest-landing .radio-wrapper-round .logo-radio img {
  border-radius: 50%;
  max-width: 100%;
}

.main-home .radio-wrapper-round .radio-last-listened,
.main-guest-landing .radio-wrapper-round .radio-last-listened {
  font-size: 0.9em;
  color: #999;
  text-transform: uppercase;
  line-height: 1em;
  margin: 1% 0 2% 0;
  width: 100%;
}

.main-home .radio-wrapper-round .favorite-this-radio,
.main-guest-landing .radio-wrapper-round .favorite-this-radio {
  float: right !important;
}

.main-home .radio-wrapper-round p,
.main-guest-landing .radio-wrapper-round p {
  margin: 0;
}

.main-home .radio-wrapper-round p:before,
.main-guest-landing .radio-wrapper-round p:before,
.main-home .radio-wrapper-round p:after,
.main-guest-landing .radio-wrapper-round p:after {
  content: " ";
  display: table;
}

.main-home .radio-wrapper-round p:after,
.main-guest-landing .radio-wrapper-round p:after {
  clear: both;
}

.main-home .radio-wrapper-round p:before,
.main-guest-landing .radio-wrapper-round p:before,
.main-home .radio-wrapper-round p:after,
.main-guest-landing .radio-wrapper-round p:after {
  content: " ";
  display: table;
}

.main-home .radio-wrapper-round p:after,
.main-guest-landing .radio-wrapper-round p:after {
  clear: both;
}

.main-home .radio-wrapper-round .radio-title,
.main-guest-landing .radio-wrapper-round .radio-title {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #666;
  margin: 0;
}

.main-home .radio-wrapper-round .now-playing,
.main-guest-landing .radio-wrapper-round .now-playing {
  font-size: 0.85em;
  color: #999;
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 1% 0;
}

.main-home .datos-radio-globo,
.main-guest-landing .datos-radio-globo {
  width: 73%;
  border: 1px solid #CCC;
  padding: 3%;
  border-radius: 5px;
  position: relative;
  float: left;
}

.main-home .datos-radio-globo:before,
.main-guest-landing .datos-radio-globo:before {
  position: absolute;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.2);
  left: -15px;
  top: 25px;
  content: '';
}

.main-home .datos-radio-globo:after,
.main-guest-landing .datos-radio-globo:after {
  position: absolute;
  display: inline-block;
  border-top: 13px solid transparent;
  border-right: 13px solid #fff;
  border-bottom: 13px solid transparent;
  left: -13px;
  top: 26px;
  content: '';
}

.main-home .streema-blue,
.main-guest-landing .streema-blue {
  color: #2d91ee;
}

.banner-mobile {
  width: 100%;
  background-color: #00716b;
  float: left;
  color: #FFF;
  margin: 4% 0;
  position: relative;
}

.banner-mobile img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
}

.banner-mobile h5 {
  float: left;
  margin-top: 3%;
  font-size: 1.5em;
}

.banner-mobile p {
  float: left;
  font-size: 1em;
  line-height: 1.3em;
}

.banner-mobile .btn {
  text-transform: uppercase;
}

.banner-mobile .mobile-text {
  margin-left: 200px;
  margin-right: 20px;
}

.ad-leaderboard {
  margin: auto 0;
  width: 730px;
  height: 95px;
}

.ad-leaderboard-profile {
  padding: 5px 0;
  margin: 0px;
  width: auto;
}

.ad-mid-leaderboard-profile {
  height: 90px;
  width: auto;
  margin: 0 auto 10px auto;
  padding: 0;
}

.ad-song-leaderboard {
  margin: 20px 0;
  width: 730px;
}

.tv_ad_responsive {
  width: 320px;
  height: 100px;
  display: inline-block;
}

.tv_ad_responsive.ad-leaderboard {
  display: block;
}

@media (min-width: 500px) {
  .tv_ad_responsive {
    width: 468px;
    height: 60px;
  }
}

@media (min-width: 800px) {
  .tv_ad_responsive {
    width: 728px;
    height: 90px;
  }
}

.bottom-ad {
  margin: 20px auto;
  width: 320px;
}

.bottom-ad div {
  display: inline-block;
}

@media (min-width: 500px) {
  .bottom-ad {
    width: 468px;
  }
}

@media (min-width: 800px) {
  .bottom-ad {
    width: 728px;
  }
}

.ads-by-google-legend {
  line-height: 12px;
  font-size: 12px;
  text-align: left;
  margin: 3px auto;
  color: #666;
}

.ads-by-google-legend.square-ad-legend {
  width: 300px;
}

.google-remarketing-tag {
  height: 0 !important;
  width: 0 !important;
  float: left;
}

.google-remarketing-tag img {
  height: 0 !important;
  width: 0 !important;
  float: left;
}

.favorite-this-radio {
  float: right !important;
  width: 60px;
  font-size: 1.5em;
}

.favorite-this-radio .save {
  color: #ff3232;
  transition: color 0.2s linear;
}

.favorite-this-radio .save .fa-heart {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.favorite-this-radio .save:hover {
  color: #FE0000;
}

.favorite-this-radio .save:hover .fa-heart {
  opacity: 1;
}

.favorite-this-radio .save:hover .fa-plus-circle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.favorite-this-radio .save .fa-plus-circle {
  transition: all 0.2s ease;
}

.favorite-this-radio .fa-plus-circle,
.favorite-this-radio .fa-minus-circle,
.favorite-this-radio .fa-check-circle {
  color: #fff;
  left: 40%;
}

.favorite-this-radio .fa-minus-circle {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.favorite-this-radio .fa-check-circle {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.favorite-this-radio .fa-circle {
  color: inherit;
  left: 40%;
}

.favorite-this-radio .spinner {
  color: #999;
  font-size: 1.5em;
}

.favorite-this-radio .saved {
  color: #FE0000;
  transition: color 0.2s linear;
}

.favorite-this-radio .saved .fa-heart {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.favorite-this-radio .saved:hover .fa-check-circle {
  opacity: 0;
}

.favorite-this-radio .saved:hover .fa-minus-circle {
  opacity: 1;
}

.favorite-this-radio .saved:hover {
  color: #ff3232;
}

.favorite-this-radio .saved:hover .fa-heart {
  opacity: 0;
}

.favorite-this-radio .save-radio {
  cursor: pointer;
}

.favorite-this-radio span.save-radio-icon.favorited span.fa-stack.saved {
  display: block;
}

.favorite-this-radio span.save-radio-icon.favorited span.fa-stack.save {
  display: none;
}

.favorite-this-radio span.save-radio-icon.not-favorited span.fa-stack.save {
  display: block;
}

.favorite-this-radio span.save-radio-icon.not-favorited span.fa-stack.saved {
  display: none;
}

body.popup-player.presets-player {
  max-width: 580px;
  width: 580px;
}

body.popup-player.presets-player .navigation-controls .location input {
  width: 500px;
}

body.popup-player.presets-player .modal.favorites .modal-dialog {
  margin: auto;
  margin-top: 60px;
  max-width: 400px;
}

body.popup-player.presets-player .modal.favorites .media-logo img {
  max-height: 45px;
  max-width: 45px;
}

body.popup-player.presets-player .modal.search {
  overflow-y: hidden;
}

body.popup-player.presets-player .modal.search .modal-dialog {
  margin: auto;
  margin-top: 60px;
  max-width: 530px;
}

body.popup-player.presets-player .modal.search .modal-header {
  border-bottom: none;
}

body.popup-player.presets-player .modal.search .search-form {
  padding: 15px 0px;
}

body.popup-player.presets-player .navbar .container {
  max-width: 580px;
  width: 580px;
}

body.popup-player.presets-player .navbar .search-form {
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
  padding-top: 10px;
}

body.popup-player.presets-player .navbar .tt-dropdown-menu {
  min-width: 400px;
}

body.popup-player.presets-player .navbar .twitter-typeahead {
  width: 260px;
}

body.popup-player.presets-player .navbar .twitter-typeahead input.form-search {
  width: 100%;
  border-radius: 5px;
}

body.popup-player.presets-player.presets-v2 .popover {
  background-color: #004d40;
  border: 0;
  color: white;
}

body.popup-player.presets-player.presets-v2 .popover .popover-title {
  border: none;
  background-color: #003b2d;
}

body.popup-player.presets-player.presets-v2 .popover .arrow {
  border-left-color: #004d40;
}

body.popup-player.presets-player.presets-v2 .popover .arrow::after {
  border-left-color: transparent;
}

body.popup-player.presets-player.presets-v2 .popover a {
  color: #f5f5f5;
}

body.popup-player.presets-player.presets-v2 .navbar .popover .popover-title {
  display: none;
}

body.popup-player.presets-player.presets-v2 .navbar .popover .arrow {
  border-left-color: transparent;
}

body.popup-player.presets-player.presets-v2 .navbar .popover .arrow::after {
  border-bottom-color: #004d40;
}

body.popup-player.presets-player .presets-fav {
  float: left;
  background-color: #3a6598;
  width: 250px;
  padding: 0 10px 15px 10px;
  height: 571px;
  margin-top: -1px;
}

body.popup-player.presets-player .presets-fav a:hover {
  text-decoration: none;
}

body.popup-player.presets-player .presets-fav ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.popup-player.presets-player .presets-fav ul li {
  overflow: hidden;
  list-style: none;
  border-radius: 5px;
  margin: 15px 0 0 0;
  height: 62px;
  width: 100%;
  position: relative;
}

body.popup-player.presets-player .presets-fav ul li .radio-logo-fav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  color: #4891ef;
}

body.popup-player.presets-player .presets-fav ul li .radio-logo-fav img {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 4px 0 0 4px;
  height: 60px;
  max-width: 60px;
}

body.popup-player.presets-player .presets-fav ul li .icon-fav {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 12px;
  width: 50px;
  text-align: center;
  font-size: 2em;
}

body.popup-player.presets-player .presets-fav ul li .radio-name-fav,
body.popup-player.presets-player .presets-fav ul li .radio-location-fav {
  padding: 10px 0;
  margin-left: 60px;
  width: 165px;
}

body.popup-player.presets-player .presets-fav ul li a {
  color: #fff;
}

body.popup-player.presets-player .presets-fav ul .logo-overlay {
  display: none;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav {
  border: 1px solid #4891ef;
  box-shadow: inset 1px 1px 15px 1px #243f5f;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav .status-icon-playing {
  display: none;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav.is-current-radio {
  -webkit-box-shadow: inset 1px 1px 10px -2px #2D91EE;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav.is-current-radio .status-icon-playing {
  display: block;
  position: absolute;
  top: 18px;
  left: 19px;
  border-radius: 0;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav .radio-name-fav,
body.popup-player.presets-player .presets-fav ul .one-radio-fav .radio-location-fav {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 10px;
  text-shadow: 1px 1px 3px #103669;
  color: white;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav .radio-location-fav {
  font-size: 0.8em;
  color: #AACEE9;
  padding-top: 4px;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav .icon-remove {
  display: none;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav a {
  height: 61px;
  display: block;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav a:hover .logo-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 50px;
  border-radius: 4px 0 0 4px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav:hover {
  -webkit-box-shadow: inset 1px 1px 15px 1px #243f5f;
  -webkit-box-shadow: 1px 1px 5px 0px #2B2A2A;
  box-shadow: 1px 1px 5px 0px #2B2A2A;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav:hover .radio-name-fav,
body.popup-player.presets-player .presets-fav ul .one-radio-fav:hover .radio-location-fav {
  padding-right: 30px;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav:hover .icon-remove {
  display: block;
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
  height: 21px;
  width: 21px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

body.popup-player.presets-player .presets-fav ul .one-radio-fav:hover .icon-remove:hover {
  color: darkred;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav,
body.popup-player.presets-player .presets-fav ul .search-radio-fav {
  border: dashed 1px #4891ef;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .fav-num,
body.popup-player.presets-player .presets-fav ul .search-radio-fav .fav-num {
  vertical-align: middle;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .plus-sign,
body.popup-player.presets-player .presets-fav ul .search-radio-fav .plus-sign {
  vertical-align: middle;
  font-size: 24px;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav em,
body.popup-player.presets-player .presets-fav ul .search-radio-fav em {
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #103669;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .radio-logo-fav,
body.popup-player.presets-player .presets-fav ul .search-radio-fav .radio-logo-fav {
  font-size: 2.5em;
  text-align: center;
  padding: 0px;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .radio-name-fav,
body.popup-player.presets-player .presets-fav ul .search-radio-fav .radio-name-fav {
  width: 120px;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav:hover,
body.popup-player.presets-player .presets-fav ul .search-radio-fav:hover {
  background-color: #2e5079;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav:active,
body.popup-player.presets-player .presets-fav ul .search-radio-fav:active {
  -webkit-box-shadow: inset 1px 1px 15px 1px #243f5f;
  box-shadow: inset 1px 1px 15px 1px #243f5f;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .favorite-this-radio {
  width: 40px;
  float: right;
  margin: 15px 5px 0 0;
  font-size: 1.1em;
}

body.popup-player.presets-player .presets-fav ul .save-radio-fav .radio-name-fav {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.popup-player.presets-player .presets-fav .loading-msg {
  color: white;
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
}

body.popup-player.presets-player .player-container-fav {
  float: left;
  padding: 2px 0px 5px 0;
  width: 330px;
}

body.popup-player.presets-player .other-favs-btn {
  width: 100%;
}

body.popup-player.presets-player .inner-player-container.withoutstream .info-card.media {
  height: auto;
}

body.popup-player.presets-player .inner-player-container.withoutstream .pull-left.logo img {
  max-height: 75px;
  width: auto;
  margin-left: 15px;
}

body.popup-player.presets-player .inner-player-container.withoutstream .alert {
  margin: 10px 20px 30px 20px;
}

body.popup-player.presets-player .inner-player-container.withoutstream .alert i {
  font-size: 3em;
  margin-right: 0.3em;
}

body.popup-player.presets-player .radio-info-container .favorite-this-radio {
  font-size: 3.3em !important;
  margin-top: -32px !important;
}

body.popup-player.presets-player.mini-ui .navigation-controls .location input {
  width: 340px;
}

body.popup-player.presets-player.mini-ui .navbar .container {
  max-width: 580px;
  width: 100%;
  padding: 0px 10px;
}

body.popup-player.presets-player.mini-ui .navbar .twitter-typeahead {
  width: 175px;
}

body.popup-player.presets-player.mini-ui .navbar .tt-dropdown-menu {
  min-width: 375px;
  left: -130px !important;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible {
  width: 80px;
  transition: width ease 0.35s;
  transition-delay: 1s;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible ul>li {
  width: 60px;
  transition: width ease 0.35s;
  transition-delay: 1s;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible ul>li .icon-fav {
  width: 60px;
  margin-right: 0;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible .search-radio-fav .radio-logo-fav,
body.popup-player.presets-player.mini-ui .presets-fav.collapsible .save-radio-fav .radio-logo-fav {
  transition: width ease 0.35s;
  transition-delay: 1s;
  width: 0;
  overflow: hidden;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible .ui-help-fav {
  display: none;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible:hover {
  width: 250px;
  transition-delay: 0.2s;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible:hover ul>li {
  width: 100%;
  transition-delay: 0.2s;
}

body.popup-player.presets-player.mini-ui .presets-fav.collapsible:hover .search-radio-fav .radio-logo-fav,
body.popup-player.presets-player.mini-ui .presets-fav.collapsible:hover .save-radio-fav .radio-logo-fav {
  transition-delay: 0.2s;
  width: 60px;
}

body.popup-player.presets-player.mini-ui .search-query,
body.popup-player.presets-player.mini-ui .tt-query,
body.popup-player.presets-player.mini-ui .tt-hint {
  width: 385px;
}

body.popup-player.presets-player.mini-ui .tt-dropdown-menu {
  width: 380px;
  min-width: 380px;
}

.ui-help-fav img {
  float: left;
  margin: 10px 0 10px 10px;
}

.ui-help-fav p {
  float: left;
  width: 75%;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
  padding: 15px 15px 15px 5px;
}

body.popup-player {
  overflow: hidden;
  height: 100%;
  background-color: #ebebeb;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
}

body.popup-player.with-navigation-controls {
  padding-top: 90px !important;
}

body.popup-player.with-navigation-controls .navbar {
  top: 35px !important;
}

body.popup-player.with-navigation-controls .navigation-controls {
  display: block;
}

body.popup-player .navigation-controls {
  display: none;
}

body.popup-player .navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #127de0;
}

body.popup-player .navbar .brand {
  margin-left: 10px;
}

body.popup-player .navbar .container {
  background-color: #2d91ee;
  max-width: 350px;
  padding: 0px 15px;
}

body.popup-player .navbar .navbar-account {
  margin-right: -15px;
  text-transform: uppercase;
}

body.popup-player .radio-info-container {
  padding: 0 10px;
}

body.popup-player .radio-name {
  margin: 5px 0;
  margin-right: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

body.popup-player .radio-name a {
  text-decoration: none;
  color: inherit;
}

body.popup-player .radio-name a:hover {
  text-decoration: underline;
}

body.popup-player span.no-overflow {
  overflow: hidden;
  width: 44px;
}

body.popup-player .no_overflow span.fb_edge_comment_widget.fb_iframe_widget {
  display: none;
}

body.popup-player .fb-like {
  height: 20px;
  overflow: hidden;
}

body.popup-player .social-plugins {
  float: left !important;
  margin-top: 2px;
  max-height: 25px;
  width: 250px;
  opacity: 1;
  transition: opacity 0.3s linear;
}

body.popup-player .social-plugins.loading {
  opacity: 0;
}

body.popup-player .social-plugins.loading .fb-like {
  display: block;
  max-height: 20px;
  overflow: hidden;
}

body.popup-player .save-radio {
  float: right !important;
  line-height: 15px;
  color: red;
  cursor: pointer;
  margin: 0;
}

body.popup-player .save-radio .save-radio-icon {
  font-size: 0.55em;
}

body.popup-player .player-container {
  background-color: #FFF;
}

body.popup-player .square-ad {
  padding-top: 5px;
  background-color: white;
  padding-bottom: 10px;
  text-align: center;
}

body.popup-player.with-top-ad {
  padding-top: 109px;
}

body.popup-player.with-top-ad .navbar-fixed-top {
  top: 54px;
}

body.popup-player.with-top-ad .top-ad {
  padding: 2px;
  position: fixed;
  top: 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

body.popup-player .modal.favorites {
  max-height: 100%;
  overflow-y: hidden;
}

body.popup-player .modal.favorites .favorite-remove {
  text-decoration: none;
  color: lightgray;
  font-size: 20px;
  padding: 5px;
  line-height: 40px;
}

body.popup-player .modal.favorites .favorite-remove:hover {
  color: darkred;
}

body.popup-player .modal.favorites .modal-header {
  padding: 5px 15px;
}

body.popup-player .modal.favorites .modal-body {
  padding: 0;
}

body.popup-player .modal.favorites .media-list {
  overflow-y: auto;
  max-height: 465px;
}

body.popup-player .modal.favorites .favorite-item {
  padding: 5px 15px;
}

body.popup-player .modal.favorites .favorite-item:hover {
  background-color: #fafafa;
}

body.popup-player .modal.favorites .no-results {
  padding: 10px 15px;
}

body.popup-player .modal.no-plugin h4 {
  font-size: 16px;
}

body.popup-player .modal.no-plugin .stream-downloads {
  padding: 0;
}

body.popup-player .modal.no-plugin .stream-downloads:before,
body.popup-player .modal.no-plugin .stream-downloads:after {
  content: " ";
  display: table;
}

body.popup-player .modal.no-plugin .stream-downloads:after {
  clear: both;
}

body.popup-player .modal.no-plugin .stream-downloads:before,
body.popup-player .modal.no-plugin .stream-downloads:after {
  content: " ";
  display: table;
}

body.popup-player .modal.no-plugin .stream-downloads:after {
  clear: both;
}

body.popup-player .modal.no-plugin .stream-downloads li {
  width: 25%;
  float: left !important;
  list-style: none;
}

body.popup-player .modal.no-plugin .stream-downloads li img {
  width: 100%;
  height: auto;
}

body.popup-player .modal.no-plugin .stream-downloads li img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

body.popup-player .modal.broken-stream .submit-email {
  text-align: center;
}

body.popup-player .modal.broken-stream .submit-email input.email {
  padding: 5px;
}

body.popup-player .modal.no-plugin p,
body.popup-player .modal.broken-stream p {
  text-align: center;
  line-height: 16px;
}

body.popup-player .modal .or-divider {
  text-align: center;
  text-transform: uppercase;
}

body.popup-player .streema-signup-modal .signup-close {
  font-size: 0.6em;
  top: 0;
  right: 0;
}

body.popup-player .streema-signup-modal .modal-dialog {
  margin: 10px auto;
  width: 90%;
  max-width: 350px;
}

body.popup-player .streema-signup-modal .modal-body {
  padding: 10px 20px;
}

body.popup-player .streema-signup-modal .buttons {
  font-size: 0.8em;
}

body.popup-player .streema-signup-modal .buttons>div {
  margin: 10px 0;
}

body.popup-player .streema-signup-modal p {
  font-size: 0.8em;
}

body.popup-player .modal-with-background {
  overflow-y: hidden;
}

body.popup-player .modal-with-background .btn {
  font-size: 0.9em;
  padding: 10px 5px;
}

body.popup-player .modal-with-background .signup-close {
  z-index: 1;
}

body.popup-player .modal-with-background .modal-msg {
  min-height: 260px;
  position: relative;
  overflow-y: hidden;
}

body.popup-player .modal-with-background .modal-msg img {
  position: absolute;
  top: 0;
  left: 0;
}

body.popup-player .modal-with-background .modal-msg h3,
body.popup-player .modal-with-background .modal-msg p {
  z-index: 1;
  color: white;
  position: fixed;
}

body.popup-player .modal-with-background .modal-msg h3 {
  top: 10px;
  left: 20px;
}

body.popup-player .modal-with-background .modal-msg p {
  top: 60px;
  left: 20px;
  line-height: 18px;
}

body.popup-player .modal-with-background .buttons {
  padding: 10px 10px;
  font-size: 0.8em;
}

body.popup-player .modal-with-background .modal-body {
  padding: 0;
}

body.popup-player .modal-with-background hr {
  margin: 10px 0;
}

body.popup-player .song-info-carousel {
  margin: 0;
  clear: both;
}

body.popup-player .song-info-carousel .info-card {
  height: 160px;
  width: 316px;
  margin: 10px auto 0 auto;
  box-sizing: border-box;
  background-color: inherit;
  border: none;
}

body.popup-player .song-info-carousel .info-card h4,
body.popup-player .song-info-carousel .info-card p {
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.popup-player .song-info-carousel .info-card h4.wrap,
body.popup-player .song-info-carousel .info-card p.wrap,
body.popup-player .song-info-carousel .info-card h4:hover,
body.popup-player .song-info-carousel .info-card p:hover {
  white-space: normal;
}

body.popup-player .song-info-carousel .info-card .media-object {
  -webkit-box-shadow: 0 0 5px rgba(35, 35, 35, 0.5);
  box-shadow: 0 0 5px rgba(35, 35, 35, 0.5);
}

body.popup-player .song-info-carousel .info-card .media-object img {
  width: 150px;
  height: 150px;
}

body.popup-player .song-info-carousel .info-card .itunes img {
  height: 18px;
}

body.popup-player .song-info-carousel .info-card .btn.favorite {
  padding: 1px 6px;
}

body.popup-player .song-info-carousel .info-card .btn.favorite i {
  margin: 0;
}

body.popup-player .song-info-carousel .info-card .song-favorite {
  margin-bottom: 8px;
}

body.popup-player .song-info-carousel .carousel-control {
  top: 50%;
  margin-top: -45px;
  border: none;
  background: none;
  color: #333;
  font-size: 60px;
  line-height: 60px;
  transition: opacity 0.2s linear;
  height: 75px;
}

body.popup-player .song-info-carousel .carousel-control.right {
  left: auto;
  right: 0;
}

body.popup-player .song-info-carousel .carousel-control.left {
  right: auto;
  left: 0;
}

body.popup-player .popover {
  z-index: 2000;
  max-width: 180px;
}

body.popup-player .popover-content {
  font-size: 13px;
}

body.popup-player .mvp-brand .modal-body h3 {
  margin-top: 120px;
}

body.player-external {
  width: 100%;
  max-width: none;
}

body.player-external .navbar .container {
  max-width: none;
  width: 100%;
}

body.player-external .external-radio-info {
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  width: 100%;
}

body.player-external .external-radio-info:before,
body.player-external .external-radio-info:after {
  content: " ";
  display: table;
}

body.player-external .external-radio-info:after {
  clear: both;
}

body.player-external .external-radio-info:before,
body.player-external .external-radio-info:after {
  content: " ";
  display: table;
}

body.player-external .external-radio-info:after {
  clear: both;
}

body.player-external .external-radio-info h1 {
  float: left !important;
  font-size: 24px;
  line-height: 24px;
  margin: 5px 0;
  max-width: 50%;
}

body.player-external .external-radio-info h1 a {
  color: #333;
}

body.player-external .external-radio-info .external-location {
  float: left !important;
  margin: 5px 0 5px 20px;
  line-height: 24px;
}

body.player-external .external-radio-info .save-radio {
  float: left !important;
  clear: none;
  line-height: 24px;
}

body.player-external .external-radio-info .social-plugins {
  margin-top: 7px;
  float: right !important;
}

body.player-external iframe.external-player {
  width: 100%;
  height: 100%;
}

.player-controls {
  margin: 0;
}

.player-controls:before,
.player-controls:after {
  content: " ";
  display: table;
}

.player-controls:after {
  clear: both;
}

.player-controls:before,
.player-controls:after {
  content: " ";
  display: table;
}

.player-controls:after {
  clear: both;
}

.player-controls button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1b1b1b;
  color: #898989;
  border: none;
  padding: 5px 10px;
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  height: 36px;
  transition: color 0.2s linear;
}

.player-controls button:focus {
  outline-color: transparent;
  outline-style: none;
}

.player-controls button:hover {
  color: white;
}

.player-controls .play {
  float: left !important;
}

.player-controls .cast {
  float: right !important;
  margin: 0;
}

.player-controls .cast img {
  margin-bottom: 4px;
}

.player-controls .icon-stop {
  font-size: 0.9em;
  line-height: 26px;
}

.player-controls .volume {
  margin-right: 0px;
  float: right !important;
}

.player-controls .controls {
  position: relative;
  font-weight: normal;
}

.player-controls .volume-slider {
  position: absolute;
  bottom: 36px;
  right: 0px;
  margin: 5px 0;
  padding: 15px 0;
  height: 150px;
  z-index: 99;
  float: left;
  background-color: #1b1b1b;
  box-sizing: border-box;
}

.player-controls .volume-slider .slider.slider-vertical {
  height: 100%;
  width: 40px;
}

.player-controls .volume-slider .slider-track {
  margin-left: 0;
  background-color: #757575;
}

.player-controls .volume-slider .slider-track,
.player-controls .volume-slider .slider-selection {
  width: 5px;
  background-image: none;
  border-radius: 0;
}

.player-controls .volume-slider .slider-selection {
  background-color: #248cec;
}

.player-controls .volume-slider .slider-handle {
  background-image: none;
  background-color: #dddddd;
  opacity: 1;
  margin-top: -2.5px;
  margin-left: -7.5px;
  height: 5px;
  width: 20px;
}

.player-controls .player-status {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1b1b1b;
  color: #898989;
  border: none;
  padding: 5px 10px;
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  width: auto;
  height: 36px;
  margin: 0 auto;
}

.player-controls .player-status i {
  margin-right: 5px;
}

.player-controls .player-status a {
  color: white;
  text-decoration: underline;
}

.player-controls .player-status .status-icon-playing {
  margin-right: 6px;
  margin-bottom: 6px;
}

.player-controls .progress {
  height: 5px;
  margin: 0;
  background-color: #444444;
  background-image: none;
  border-radius: 0;
}

.player-controls .progress .bar {
  background-image: none;
  background-color: #248cec;
}

body.player-external.presets-player {
  width: 100%;
  max-width: none;
}

body.player-external.presets-player .navbar .container {
  max-width: 95%;
  width: 95%;
}

.navigation-controls {
  height: 36px;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fcfcfc;
  width: 100%;
  padding: 3px 5px;
}

.navigation-controls span {
  display: block;
  float: left !important;
}

.navigation-controls i {
  line-height: 30px;
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.navigation-controls i:hover {
  background-color: #efefef;
  border: 1px solid #333;
  line-height: 28px;
  padding: 0 4px;
}

.navigation-controls .location {
  height: 30px;
  margin-left: 5px;
}

.navigation-controls .location input {
  width: 260px;
  padding: 3px;
  box-sizing: border-box;
}

.modal .social-login .btn {
  margin-bottom: 5px;
}

.flatpage {
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 400px;
}

.flatpage h1 {
  font-size: 28px;
}

.flatpage ul.tab-banners {
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.flatpage ul.tab-banners li {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
  margin: 5% 0.25%;
}

.flatpage ul.tab-banners li a {
  padding: 9% 0 21% 0;
  width: 100%;
  text-align: center;
  float: left;
  color: #333;
}

.flatpage ul.tab-banners li a.active-tab,
.flatpage ul.tab-banners li a:hover {
  background-color: #2b90ee;
  color: #FFF;
  background-image: url(http://www.streema.com/static/img/flatpages/pico.jpg);
  background-position: 50% 57px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 1.3em;
}

.flatpage .infounit {
  border: solid 1px #CCC;
  padding: 3%;
  margin: 0 2% 2% 0;
}

.flatpage .infounit h4 {
  float: left;
  width: 100%;
  font-weight: normal;
}

.flatpage .infounit .imagen-logo {
  float: left;
  margin: 10% 0 0 0;
  width: 100%;
}

.flatpage .infounit img {
  max-width: 100%;
  float: left;
}

.flatpage .infounit p.guidelines {
  float: left;
  width: 60%;
  margin: 0 0 0 5%;
  padding: 0;
}

.flatpage a.get-code {
  float: left;
  background-color: #3f9f3f;
  color: #FFF;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 11%;
  border-bottom: 5px solid #307930;
  margin-top: 25px;
  text-align: center;
  width: 80%;
}

.flatpage a.get-code:hover,
.flatpage a.get-code.zeroclipboard-is-hover {
  float: left;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 0px;
  margin: 30px 0 0 0;
}

.flatpage .widget-content {
  float: left;
  width: 100%;
  margin: 0 0 3% 0;
}

.flatpage .widget-content iframe {
  width: 60%;
  float: left;
}

.flatpage .text-beside-video {
  float: left;
  width: 35%;
  margin: 0 0 0 5%;
}

.flatpage .text-beside-video p {
  float: left;
  margin: 0 0 5% 0;
}

.flatpage .text-beside-video a {
  text-decoration: underline;
}

.flatpage .text-beside-video a:hover {
  text-decoration: none;
}

.flatpage .code-banners textarea {
  padding: 4%;
  border: solid 1px #CCCCCC;
  margin: 5% 0;
  background-color: #dedede;
  cursor: pointer !important;
  width: 100%;
}

.flatpage #banners .infounit {
  min-height: 560px;
}

.flatpage #banners .infounit .imagen-logo {
  float: left;
  margin: 10% 0 0 0;
  width: 100%;
  min-height: 96px;
}

.flatpage #logos .infounit {
  max-width: 300px;
}

.flatpage #logos .infounit a.get-code {
  width: 100%;
}

.user-spot .row {
  margin: 20px auto;
}

.user-spot .user-info {
  float: left !important;
  width: 20%;
  margin-right: 10px;
}

.user-spot .user-info h3 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-spot .user-info .social-plugins {
  border-top: solid 1px gray;
}

.user-spot .favorites {
  float: left !important;
  width: 55%;
  min-height: 400px;
}

.user-spot .favorites h3 {
  margin-left: 10px;
  line-height: 40px;
}

.user-spot .favorites .item {
  cursor: pointer;
  background-color: white;
  padding: 20px;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #DDDDDD;
}

.user-spot .favorites .item:before,
.user-spot .favorites .item:after {
  content: " ";
  display: table;
}

.user-spot .favorites .item:after {
  clear: both;
}

.user-spot .favorites .item:before,
.user-spot .favorites .item:after {
  content: " ";
  display: table;
}

.user-spot .favorites .item:after {
  clear: both;
}

.user-spot .favorites .item:hover {
  background-color: #ededed;
}

.user-spot .favorites .item:hover .logo-overlay {
  display: block;
}

.user-spot .favorites .item>div {
  overflow: hidden;
}

.user-spot .favorites .item p {
  margin: 5px 0;
  line-height: 18px;
  text-size: 16px;
}

.user-spot .favorites .item.item-no-play {
  cursor: default;
}

.user-spot .favorites .item-logo {
  float: left !important;
  position: relative;
  margin: 5px 10px;
  width: 75px;
  height: 80px;
}

.user-spot .favorites .item-logo img.placeholder {
  width: 75px;
  height: 75px;
}

.user-spot .favorites .item-logo .logo-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.user-spot .favorites .item-logo .logo-overlay i {
  font-size: 30px;
  line-height: 75px;
}

.user-spot .favorites .item-name {
  float: left !important;
  margin: 5px 10px;
  width: auto;
  max-width: 210px;
}

.user-spot .favorites .item-name h5 {
  font-size: 16px;
  margin: 5px 0;
}

.user-spot .favorites .item-name .bitrate {
  font-weight: bold;
  color: #1C1C1C;
}

.user-spot .favorites .item-name .listened-by {
  font-style: italic;
}

.user-spot .favorites .item-name .listened-by .strong {
  font-style: normal;
  font-weight: bold;
}

.user-spot .favorites .item-extra {
  float: right !important;
  width: 200px;
}

.user-spot .favorites .item-info {
  float: left !important;
  margin: 5px 10px;
  width: 175px;
}

.user-spot .favorites .item-info .genre {
  font-weight: bold;
  color: #1C1C1C;
}

.user-spot .favorites p {
  margin: 10px;
}

.user-spot .followed {
  float: right !important;
  width: 20%;
}

.user-spot .followed h4 {
  line-height: 40px;
}

.user-spot .followed ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.user-spot .followed li {
  margin: 0;
  padding: 20px;
  background-color: white;
  border-left: 1px solid #DDDDDD;
  border-bottom: solid #ededed 1px;
}

.user-spot .followed li:before,
.user-spot .followed li:after {
  content: " ";
  display: table;
}

.user-spot .followed li:after {
  clear: both;
}

.user-spot .followed li:before,
.user-spot .followed li:after {
  content: " ";
  display: table;
}

.user-spot .followed li:after {
  clear: both;
}

.user-spot .followed li .avatar {
  float: left;
  margin: 5px 10px 5px 0;
  width: 40px;
  height: 40px;
}

.user-spot .followed li .avatar img {
  width: inherit;
  height: inherit;
}

.user-spot .followed li .user {
  float: left;
  width: 145px;
}

.user-spot .followed li .user .username {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.user-spot .followed li .user .last-status {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 10px;
  line-height: 12px;
}

.user-spot .friends-home {
  float: left !important;
  width: 100%;
}

.user-spot li.friends-compact {
  margin-top: 5px;
  padding-bottom: 5px;
}

.user-spot li.friends-compact .avatar {
  margin: 0 10px 0 0;
}

.user-spot li.friends-compact .avatar img {
  width: 30px;
  height: 29px;
}

.user-spot li.friends-compact .user {
  margin: 5px 0;
}

.user-spot li.friends-compact .username {
  float: left !important;
  width: 120px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-spot li.friends-compact .delete-friend {
  float: right !important;
}

.user-spot .radio-playlist-song {
  padding: 20px;
  background-color: white;
  border-left: 1px solid #DDDDDD;
  border-bottom: solid #ededed 1px;
}

.user-spot .radio-playlist-song .song-icon {
  float: left;
  margin: 0 10px 0 0;
}

.user-spot .radio-playlist-song .song-name {
  margin-top: 0;
  font-size: 14px;
}

.user-spot .radio-playlist-song .song-artist {
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
}

.user-spot .radio-playlist-song .unfave {
  float: right !important;
}

.user-spot .help-instructions {
  box-sizing: border-box;
  position: relative;
  float: right !important;
  color: #333;
  width: 200px;
  padding: 5px 5px 5px 10px;
  background-color: #ededed;
  border-radius: 3px;
}

.user-spot .help-instructions span.help-icon {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
}

.user-spot .help-instructions .icon-huge {
  font-size: 60px;
  color: #2d91ee;
}

.user-spot .help-instructions .icon-mobile-phone.icon-huge {
  font-size: 124px;
  margin-top: -32px;
  display: inline-block;
  color: #202020;
}

.user-spot .help-instructions .media-body {
  margin-left: 70px;
}

.user-spot .help-instructions p {
  margin: 0;
}

.user-spot.tabbed-content .favorites {
  min-height: 400px;
  width: 100%;
  overflow-x: hidden;
}

.user-spot.tabbed-content .followed {
  overflow-x: hidden;
  width: 100%;
  float: none;
}

.user-spot.tabbed-content .user-info .social-plugins {
  border-top: 0;
}

.accounts-content form {
  max-width: 500px;
  min-height: 400px;
}

.my-profile h1 {
  font-size: 28px;
  line-height: 28px;
}

.my-profile>.row {
  background: white;
  margin: 0 0 20px;
  padding: 20px;
  border-left: 1px solid #DDDDDD;
}

.my-profile label {
  font-weight: normal;
}

.my-profile input,
.my-profile select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.my-profile input:focus,
.my-profile select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.my-profile input:-moz-placeholder,
.my-profile select:-moz-placeholder {
  color: #999999;
}

.my-profile input::-moz-placeholder,
.my-profile select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.my-profile input:-ms-input-placeholder,
.my-profile select:-ms-input-placeholder {
  color: #999999;
}

.my-profile input::-webkit-input-placeholder,
.my-profile select::-webkit-input-placeholder {
  color: #999999;
}

.my-profile input[disabled],
.my-profile select[disabled],
.my-profile input[readonly],
.my-profile select[readonly],
fieldset[disabled] .my-profile input,
fieldset[disabled] .my-profile select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.my-profile input,
textarea.my-profile select {
  height: auto;
}

.my-profile .form-group {
  padding: 0;
}

.my-profile .form-group.error .help-block,
.my-profile .form-group.error .control-label,
.my-profile .form-group.error .radio,
.my-profile .form-group.error .checkbox,
.my-profile .form-group.error .radio-inline,
.my-profile .form-group.error .checkbox-inline {
  color: #a94442;
}

.my-profile .form-group.error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.my-profile .form-group.error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.my-profile .form-group.error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.my-profile .form-group.error .form-control-feedback {
  color: #a94442;
}

.my-profile .form-group.error .help-inline {
  color: #a94442;
}

.my-profile .form-actions {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.my-profile .privacy-level ul {
  padding: 0;
}

.my-profile .privacy-level li {
  list-style: none;
}

.my-profile .privacy-level input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: -4px 10px 0 0;
}

.my-profile label {
  margin-bottom: 0px;
}

.my-profile .contact-emails .control-label {
  margin: 0;
}

.my-profile .contact-emails .email input {
  width: auto;
}

.my-profile .contact-emails .email input,
.my-profile .contact-emails .email label,
.my-profile .contact-emails .email span,
.my-profile .contact-emails .email a {
  display: inline-block;
  vertical-align: middle;
}

.my-profile .contact-emails li {
  list-style: none;
}

.my-profile .contact-emails div.tooltip {
  pointer-events: none;
  font-size: 14px;
}

.my-profile .contact-emails span,
.my-profile .contact-emails a {
  padding: 0px 10px;
}

.my-profile .contact-emails span.delete-error,
.my-profile .contact-emails span.last-account {
  display: none;
}

.twitter-typeahead {
  vertical-align: middle;
}

.search-query,
.tt-query,
.tt-hint {
  width: 500px;
}

.search-query {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-suggestion {
  text-align: left;
  padding: 10px 10px;
  padding-right: 130px;
  font-size: 16px;
  line-height: 24px;
  border-top: solid 1px #f5f5f5;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.tt-suggestion.tt-cursor {
  background-color: #ddd;
}

.tt-suggestion.tt-cursor .logo-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.tt-suggestion picture {
  position: relative;
}

.tt-suggestion .logo-overlay {
  display: none;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion a {
  color: #000;
  text-decoration: none;
}

.tt-suggestion em {
  font-weight: bold;
  font-style: normal;
}

.tt-dropdown-menu {
  width: 100%;
  min-width: 500px;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-dropdown-menu .hit {
  position: relative;
}

.tt-dropdown-menu .location {
  color: #0c438b;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tt-dropdown-menu .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tt-dropdown-menu picture img {
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 10px;
}

.tt-dropdown-menu .dial-band {
  color: gray;
  font-size: 14px;
}

.tt-dropdown-menu .genres {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 125px;
  height: 50px;
  overflow: hidden;
  text-align: right;
}

.tt-dropdown-menu .genres span {
  color: #999;
  border: #999 1px solid;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 0px;
  white-space: normal;
  word-break: normal;
  font-size: 10px;
  padding: 0.2em 0.6em 0.1em;
}

.tt-dropdown-menu .genres span.matching {
  background-color: #e6f2ff;
}

.tt-dropdown-menu .genres span em {
  color: black;
}

.tt-dropdown-menu .empty-results {
  padding: 10px;
  font-size: 16px;
}

.tt-dropdown-menu .empty-results em {
  font-weight: bold;
  color: darkred;
}

.worldcup {
  padding: 0 5%;
  max-width: 980px;
  margin: auto;
}

.worldcup .current-matches {
  margin-bottom: 10px;
}

.worldcup .mobile-responsive-centre {
  margin: 15px auto;
  width: 320px;
  height: 50px;
}

@media (min-width: 520px) {
  .worldcup .mobile-responsive-centre {
    width: 468px;
    height: 60px;
  }
}

@media (min-width: 800px) {
  .worldcup .mobile-responsive-centre {
    width: 728px;
    height: 90px;
  }
}

.worldcup .ad-leaderboard-centered {
  margin: 5px auto;
}

.worldcup h1 {
  text-align: center;
  color: #fff;
  text-shadow: black 2px 3px 1px;
  font-size: 4em;
  font-weight: normal;
}

@media (max-width: 768px) {
  .worldcup h1 {
    font-size: 2em;
    line-height: 2em;
  }
}

.worldcup .event-name {
  text-align: center;
}

.worldcup .player-container {
  width: 100%;
  margin: 10px auto;
  background-color: #1c1c1c;
}

.worldcup .player-container .nav {
  margin-bottom: 0;
  background-color: #f5f5f1;
}

.worldcup .match-extra {
  margin: 10px auto;
  border-radius: 5px;
  padding: 5px;
  background-color: #fefefe;
  margin: 5px 0;
}

.worldcup .match-extra:before,
.worldcup .match-extra:after {
  content: " ";
  display: table;
}

.worldcup .match-extra:after {
  clear: both;
}

.worldcup .match-extra:before,
.worldcup .match-extra:after {
  content: " ";
  display: table;
}

.worldcup .match-extra:after {
  clear: both;
}

.worldcup .results {
  text-align: center;
  font-size: 1.5em;
}

.worldcup .match-info {
  min-height: 65px;
}

.worldcup .other-radios-broadcasting {
  margin: 10px auto;
}

.worldcup .match-box {
  min-width: 350px;
  border: 1px solid gray;
  padding-top: 5px;
  box-sizing: border-box;
  background-color: #ededed;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .worldcup .match-box {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}

.worldcup .match {
  height: 90px;
}

.worldcup .match .play {
  text-align: center;
  cursor: pointer;
}

.worldcup .match .play:first-child {
  border-right: 1px solid gray;
}

.worldcup .match .play:last-child {
  border-left: 1px solid gray;
}

.worldcup .match .icon-play {
  font-size: 25px;
  line-height: 90px;
  background-color: #FF7400;
  padding: 10px 10px 10px 15px;
  color: white;
  border-radius: 25px;
}

.worldcup .match .team {
  text-align: center;
  margin-bottom: 5px;
}

.worldcup .match .team>p {
  margin: 0;
}

.worldcup .match .team .flag {
  width: 64px;
  height: 64px;
}

.worldcup .match .team .team-name {
  font-weight: bold;
  text-transform: uppercase;
}

.worldcup .match .team .team-radio {
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worldcup .match .vs {
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

.worldcup .other-radios {
  text-align: center;
  background-color: #2d2d2d;
  color: white;
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
}

.worldcup .group-container {
  padding: 10px;
  margin-bottom: 20px;
}

.worldcup .group {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 5px;
}

.worldcup .positions {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.worldcup .positions li {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #2d2d2d;
  border-top: 0;
  padding: 0 5px;
  line-height: 24px;
  text-transform: uppercase;
}

.worldcup .positions .header {
  background-color: #2d2d2d;
  color: white;
}

.worldcup .positions .team-points {
  float: right !important;
}

.worldcup .live-matches {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 5px;
}

.worldcup .live-matches:before,
.worldcup .live-matches:after {
  content: " ";
  display: table;
}

.worldcup .live-matches:after {
  clear: both;
}

.worldcup .live-matches:before,
.worldcup .live-matches:after {
  content: " ";
  display: table;
}

.worldcup .live-matches:after {
  clear: both;
}

.worldcup .live-matches .live-match {
  line-height: 30px;
  margin-bottom: 5px;
}

.worldcup .live-matches .live-match:before,
.worldcup .live-matches .live-match:after {
  content: " ";
  display: table;
}

.worldcup .live-matches .live-match:after {
  clear: both;
}

.worldcup .live-matches .live-match:before,
.worldcup .live-matches .live-match:after {
  content: " ";
  display: table;
}

.worldcup .live-matches .live-match:after {
  clear: both;
}

.worldcup .live-matches .live-match div {
  text-align: center;
}

.worldcup .live-matches .live-match .team {
  text-transform: uppercase;
}

.worldcup .live-matches .live-match .flag-right {
  float: left !important;
}

.worldcup .live-matches .live-match .flag-left {
  float: left !important;
}

@media (min-width: 768px) {
  .worldcup .live-matches .live-match .flag-left {
    float: right !important;
  }
}

.worldcup .live-matches .live-match a {
  padding: 0 5%;
}

.worldcup .all-matches-title {
  text-align: center;
  color: #fff;
  text-shadow: black 2px 3px 1px;
}

.worldcup .next-matches {
  list-style-type: none;
  padding: 0;
}

.worldcup .next-matches li {
  width: 100%;
  box-sizing: border-box;
  line-height: 24px;
  border: 1px solid #2d2d2d;
  text-transform: uppercase;
}

.worldcup .next-matches li:before,
.worldcup .next-matches li:after {
  content: " ";
  display: table;
}

.worldcup .next-matches li:after {
  clear: both;
}

.worldcup .next-matches li:before,
.worldcup .next-matches li:after {
  content: " ";
  display: table;
}

.worldcup .next-matches li:after {
  clear: both;
}

.worldcup .next-matches div {
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 24px;
  float: left !important;
  max-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worldcup .next-matches .match-date {
  width: 35%;
  background-color: #2d2d2d;
  color: white;
}

.worldcup .next-matches .match-teams {
  width: 64%;
  border-left: 0px;
}

.worldcup .playoffs .match {
  padding: 10px 5px;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0 1%;
  border: 1px solid #2d2d2d;
  float: left;
  height: auto;
  display: block;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s linear;
}

.worldcup .playoffs .match:before,
.worldcup .playoffs .match:after {
  content: " ";
  display: table;
}

.worldcup .playoffs .match:after {
  clear: both;
}

.worldcup .playoffs .match:before,
.worldcup .playoffs .match:after {
  content: " ";
  display: table;
}

.worldcup .playoffs .match:after {
  clear: both;
}

.worldcup .playoffs .match:hover {
  color: #333;
  background-color: #fff;
}

.worldcup .playoffs h5 {
  text-align: center;
}

.worldcup .playoffs .round16-matches .match {
  width: 10.5%;
}

.worldcup .playoffs .quarter-finals-matches .match {
  width: 23%;
}

.worldcup .playoffs .semi-finals-matches .match {
  width: 30%;
  margin: 0 10%;
}

.worldcup .playoffs .finals-matches .match {
  width: 20%;
  margin: 0;
  border-color: #A67D3D;
  border-width: 5px;
  transition: border-color 0.2s linear;
}

.worldcup .playoffs .finals-matches .match:hover {
  color: #333;
  border-color: #b98b44;
}

.worldcup .playoffs .finals-matches .match.final {
  width: 40%;
  margin: 0 10% 0 30%;
  border-color: #e5c100;
  border-width: 10px;
}

.worldcup .playoffs .finals-matches .match.final:hover {
  color: #333;
  border-color: #ffd600;
}

.worldcup .playoffs .finals-matches h5 {
  float: left;
}

.worldcup .playoffs .finals-matches h5.final {
  margin: 5px 10% 5px 30%;
  width: 40%;
}

.worldcup .playoffs .finals-matches h5.third-place {
  width: 20%;
  margin: 5px 0;
}

.worldcup .playoffs .flag {
  height: 32px;
}

.worldcup .playoffs .team {
  font-weight: bold;
}

.worldcup .playoffs .date {
  background-color: #e1e1e1;
}

.worldcup.match-page {
  min-height: 700px;
}

.worldcup.match-page .match-box {
  border-bottom: 15px solid #2d2d2d;
}

.worldcup.match-page .match {
  padding: 10px 0;
}

.worldcup.match-page .directory .results {
  margin: 0px;
  width: 100%;
}

.worldcup.match-page .directory .results .results-summary p {
  margin: 5px 0;
}

.worldcup.match-page .directory .results .item .item-name .band-dial {
  display: block;
  margin: 5px 0;
}

.worldcup.match-page .custom-tweet-button {
  padding: 10px 20px;
  margin: 5px 0;
  text-align: center;
  background-color: #4099ff;
  color: #fff;
  display: block;
}

.worldcup.match-page .custom-tweet-button:hover {
  color: #fff;
}

.worldcup.match-page .custom-facebook-button {
  padding: 10px 20px;
  margin: 5px 0;
  text-align: center;
  background-color: #4c66a4;
  color: #fff;
  display: block;
}

.worldcup.match-page .custom-facebook-button:hover {
  color: #fff;
}

.worldcup.match-page .countdown-clock {
  font-size: 2em;
  line-height: 1.5em;
  height: 3em;
  background-color: #fefefe;
  border: 0;
  border-radius: 5px;
}

.worldcup.match-page .loading-video-text {
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding-top: 50px;
  min-height: 200px;
  color: white;
  background-color: #1b1b1b;
}

.worldcup.match-page .embeded-player {
  margin: 1% 2%;
  width: 96%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.worldcup.match-page .embeded-player:before,
.worldcup.match-page .embeded-player:after {
  content: " ";
  display: table;
}

.worldcup.match-page .embeded-player:after {
  clear: both;
}

.worldcup.match-page .embeded-player:before,
.worldcup.match-page .embeded-player:after {
  content: " ";
  display: table;
}

.worldcup.match-page .embeded-player:after {
  clear: both;
}

.worldcup.match-page .embeded-player object,
.worldcup.match-page .embeded-player embed,
.worldcup.match-page .embeded-player iframe,
.worldcup.match-page .embeded-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.worldcup.match-page .radio-player-wrapper img.radio-background-img {
  width: 100%;
}

.worldcup.match-page .radio-img-wrapper {
  position: relative;
}

.worldcup.match-page .play-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  color: white;
  text-align: center;
  vertical-align: center;
  padding-top: 1%;
  font-size: 6em;
}

@media (max-width: 768px) {
  .worldcup.match-page .play-overlay {
    font-size: 4.5em;
  }
}

@media (max-width: 480px) {
  .worldcup.match-page .play-overlay {
    font-size: 3.5em;
  }
}

.worldcup.match-page .location {
  margin: 10px 0;
}

.worldcup.match-page .location ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.worldcup.match-page .location ul li {
  display: inline-block;
}

.worldcup.match-page .location ul li .divider {
  padding: 0 5px;
}

.worldcup.match-page .location a {
  color: #333;
}

.worldcup.match-page .other-broadcasts li {
  background-color: #fefefe;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px;
}

.worldcup.match-page .other-broadcasts li p {
  margin-bottom: 0;
  line-height: 1.2em;
  color: #666666;
}

.worldcup.match-page .other-broadcasts .tv.placeholder,
.worldcup.match-page .other-broadcasts .tv.logo {
  background-color: #e2e2e2;
  height: 60px;
  padding: 5px;
}

/* NOTIFICATION BAR */
.notification-bar {
  width: 100%;
  background-color: #F2C029;
  border-bottom: 1px #0b913e solid;
  padding: 5px 10px 5px 0.5%;
  float: left;
  margin-bottom: 1%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 42px;
  z-index: 6;
}

.notification-bar .content-notification {
  width: 970px;
  margin: 0 auto;
  color: #0C401E;
  overflow: hidden;
}

.notification-bar .content-notification img {
  float: left;
}

.notification-bar ul {
  list-style: none;
  float: left;
  width: 75%;
  margin: 0.6% 0 0 3%;
  padding: 0;
}

.notification-bar ul li {
  float: left;
  margin: 0 2% 0 0;
  width: 20%;
}

.notification-bar ul li.match {
  width: 19%;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-bar ul li.match img {
  margin: -1.5% 6% 0 0;
  float: none;
  width: 24px;
}

.notification-bar ul li.match-left {
  text-align: right;
  width: 23%;
}

.notification-bar ul li.match-left img {
  margin-left: 6%;
  margin-right: 1%;
}

.notification-bar ul li.countdown {
  width: 12%;
}

.notification-bar ul li span.live {
  background-color: #F00;
  color: #FFF;
  border-radius: 5px;
  padding: 2% 5%;
  border: 1px solid #FFF;
  float: left;
  width: auto;
  font-size: 0.9em;
  text-transform: uppercase;
}

.notification-bar ul li.stage {
  width: 14%;
}

.notification-bar ul li.vs {
  width: 3%;
  text-align: center;
}

.notification-bar ul li.cta-world-cup {
  width: 13%;
  margin: 0;
}

/* Avoid jquery.countdown style */
.notification-bar .is-countdown {
  border: none;
  background-color: transparent;
}

/* BTN LIVE */
.btn-live {
  background-color: #ff0000;
  border-bottom: 2px solid #BE2323;
  float: left;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
  padding: 0% 25%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.btn-live:hover {
  border: none;
  color: #FFF;
  text-decoration: none;
  margin: 2px 0 0 0;
}

/* BTN COMING UP */
.btn-coming-up {
  background-color: #16A516;
  border-bottom: 2px solid #1C7E13;
  float: left;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
  padding: 0% 25%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.btn-coming-up:hover {
  border: none;
  color: #FFF;
  text-decoration: none;
  margin: 2px 0 0 0;
}

/* BTN CLOSE */
.btn-close {
  float: left;
  color: #302727;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: -2.5% 0 0 0;
  padding: 0.4% 1% 0.4% 1%;
  font-weight: bold;
}

.btn-close:hover {
  color: #302727;
  text-decoration: none;
  margin: -2.5% 0 0 0;
}

/* Un solo match */
.one-match img.world-cup-logo {
  width: 10%;
}

.one-match ul {
  margin-top: 0;
  margin-left: 11%;
}

.one-match li.match,
.one-match li.vs,
.one-match li.countdown,
.one-match li.stage {
  margin-top: 0.8%;
}

.one-match .btn-close {
  margin-top: 0;
}

/* Beast navbar fixes */
.notification-bar.beast {
  top: 51px;
  padding: 7px 2.5% 5px 3.5%;
}

.notification-bar.beast ul li.countdown {
  width: 21%;
}

.notification-bar.beast .btn-live {
  background-color: #ff0000;
  border-bottom: 2px solid #BE2323;
  float: left;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
  padding: 1% 21%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.notification-bar.beast .btn-coming-up {
  background-color: #16A516;
  border-bottom: 2px solid #1C7E13;
  float: left;
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
  padding: 1% 21%;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.notification-bar.beast .one-match ul {
  margin-left: 9%;
}

.notification-bar.beast .one-match img.world-cup-logo {
  margin-left: 15px;
}

.tv-profile {
  background-color: #f7f7f7;
}

.tv-profile .white-bg {
  background-color: #FFF;
}

.tv-profile .header-title {
  float: left;
  width: 100%;
  margin: 1.3% 0 0 0;
}

.tv-profile .header-title .logo-container {
  margin: 0 15px 0 0;
  float: left;
}

.tv-profile .header-title .logo-container .logo-img {
  border: 1px #ccc solid;
  width: 80px;
}

.tv-profile .header-title .tv-title {
  margin: 0;
  width: 80%;
  float: left;
}

.tv-profile .header-title .tv-title h1 {
  margin: 0 0 3px 0;
  font-size: 1.8em;
  color: #4d4d4d;
  font-weight: bold;
}

.tv-profile .header-title .tv-title h3 {
  margin: 0 3px 0 0;
  color: #4d4d4d;
}

.tv-profile .header-title .tv-title p.country {
  margin: 0;
}

.tv-profile .header-title .favorite {
  width: 7%;
  margin: 0;
  float: left;
}

.tv-profile .ad-leaderboard {
  margin: 0.8% 0 0 0;
  float: left;
}

.tv-profile .cbox-body-extra {
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  margin: 0 0 3% 0;
  float: left;
  width: 100%;
}

.tv-profile .cbox-body-extra .wrapper-top-tabs {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv {
  margin: 0;
  width: 100%;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv .social-plugins-tv-profile {
  margin: 12px 0 0 0;
  float: right;
  width: 46%;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv .social-plugins-tv-profile .fblike {
  float: left;
  margin: 0 5% 0 0;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv .social-plugins-tv-profile .tweet-this {
  float: left;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv .social-plugins-tv-profile .gplus {
  float: left;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv li a {
  color: #222;
  border: none;
  text-transform: uppercase;
  padding: 13px 25px;
}

.tv-profile .cbox-body-extra .nav-subtle-top-tv li.active>a,
.tv-profile .cbox-body-extra .nav-subtle-top-tv li.active>a:hover,
.tv-profile .cbox-body-extra .nav-subtle-top-tv li.active>a:focus {
  color: #222;
  border: none;
  border-bottom: 4px solid #2d91ee;
}

.tv-profile .cbox-body-extra .tab-pane {
  padding: 20px 25px;
}

.tv-profile .cbox-body-extra .tv-description {
  font-size: 1em;
  color: #333333;
  line-height: 1.5em;
  margin: 0;
}

.tv-profile .cbox-body-extra .breadcrumb {
  background-color: transparent;
  border-radius: none;
  padding: 0;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}

.tv-profile .cbox-body-extra .breadcrumb a {
  color: #807f7f;
}

.tv-profile .cbox-body-extra .tags-genre-tv {
  width: 50%;
  padding: 0;
  margin: 0;
}

.tv-profile .cbox-body-extra .tags-genre-tv li {
  margin: 0 2% 0 0;
  list-style: none;
  float: left;
  width: auto;
}

.tv-profile .cbox-body-extra .tags-genre-tv li a {
  float: left;
  border: 1px solid #807f7f;
  padding: 0 5px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  font-size: 0.7em;
  color: #807f7f;
  text-transform: uppercase;
}

.tv-profile .cbox-body-extra .tags-genre-tv li a:hover {
  background-color: #807f7f;
  color: #fff;
  text-decoration: none;
}

.tv-profile .cbox-body-extra .review-form {
  float: left;
  margin: 2%;
  width: 96%;
  margin-bottom: 30px;
}

.tv-profile .cbox-body-extra .review-form textarea {
  margin: 0;
  padding: 2% 0 0 0;
}

.tv-profile .cbox-body-extra {
  margin: 0 0 1% 0;
}

.tv-profile .comment-date,
.tv-profile .review-date {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 11px;
  color: #999;
}

.tv-profile .comment,
.tv-profile .review {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.tv-profile .comment .fa-star,
.tv-profile .review .fa-star {
  color: #FBCE01;
}

.tv-profile .comment .avatar,
.tv-profile .review .avatar {
  float: left !important;
  width: 45px;
  height: 45px;
}

.tv-profile .comment .avatar img,
.tv-profile .review .avatar img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tv-profile .comment .comment-content,
.tv-profile .review .comment-content,
.tv-profile .comment .review-content,
.tv-profile .review .review-content {
  margin-left: 60px;
  padding: 5px 10px 0px;
  border: 1px solid #E2E2E2;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

.tv-profile .comment .comment-content .comment-text,
.tv-profile .review .comment-content .comment-text,
.tv-profile .comment .review-content .comment-text,
.tv-profile .review .review-content .comment-text,
.tv-profile .comment .comment-content .review-rating,
.tv-profile .review .comment-content .review-rating,
.tv-profile .comment .review-content .review-rating,
.tv-profile .review .review-content .review-rating {
  margin-bottom: 0;
}

.tv-profile .comment .comment-content p,
.tv-profile .review .comment-content p,
.tv-profile .comment .review-content p,
.tv-profile .review .review-content p {
  word-wrap: break-word;
  line-height: 1.5em;
}

.tv-profile .comment .comment-content .commenter,
.tv-profile .review .comment-content .commenter,
.tv-profile .comment .review-content .commenter,
.tv-profile .review .review-content .commenter,
.tv-profile .comment .comment-content .reviewer,
.tv-profile .review .comment-content .reviewer,
.tv-profile .comment .review-content .reviewer,
.tv-profile .review .review-content .reviewer {
  text-transform: uppercase;
}

.tv-profile .comment .comment-content .comment-date,
.tv-profile .review .comment-content .comment-date,
.tv-profile .comment .review-content .comment-date,
.tv-profile .review .review-content .comment-date,
.tv-profile .comment .comment-content .review-date,
.tv-profile .review .comment-content .review-date,
.tv-profile .comment .review-content .review-date,
.tv-profile .review .review-content .review-date {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 11px;
  color: #999;
}

.tv-profile .comment .comment-content:before,
.tv-profile .review .comment-content:before,
.tv-profile .comment .review-content:before,
.tv-profile .review .review-content:before {
  position: absolute;
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-right-color: #E2E2E2;
  left: -8px;
  top: 17px;
  content: '';
}

.tv-profile .comment .comment-content:after,
.tv-profile .review .comment-content:after,
.tv-profile .comment .review-content:after,
.tv-profile .review .review-content:after {
  position: absolute;
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  left: -7px;
  top: 17px;
  content: '';
}

.tv-profile .review {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tv-profile .profile-with-player-sidebar {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  background: white;
  border: 1px solid #E0E0E0;
}

.tv-profile .profile-with-player-sidebar .comment-form:before,
.tv-profile .profile-with-player-sidebar .review-form:before,
.tv-profile .profile-with-player-sidebar .comment-form:after,
.tv-profile .profile-with-player-sidebar .review-form:after {
  content: " ";
  display: table;
}

.tv-profile .profile-with-player-sidebar .comment-form:after,
.tv-profile .profile-with-player-sidebar .review-form:after {
  clear: both;
}

.tv-profile .profile-with-player-sidebar .comment-form:before,
.tv-profile .profile-with-player-sidebar .review-form:before,
.tv-profile .profile-with-player-sidebar .comment-form:after,
.tv-profile .profile-with-player-sidebar .review-form:after {
  content: " ";
  display: table;
}

.tv-profile .profile-with-player-sidebar .comment-form:after,
.tv-profile .profile-with-player-sidebar .review-form:after {
  clear: both;
}

.tv-profile .profile-with-player-sidebar .comment-form textarea,
.tv-profile .profile-with-player-sidebar .review-form textarea,
.tv-profile .profile-with-player-sidebar .comment-form textarea:focus,
.tv-profile .profile-with-player-sidebar .review-form textarea:focus {
  border: none;
  resize: none;
  outline: none;
  overflow: auto;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tv-profile .profile-with-player-sidebar .comment-form .rating,
.tv-profile .profile-with-player-sidebar .review-form .rating {
  float: left !important;
  font-size: 24px;
  line-height: 24px;
}

.tv-profile .profile-with-player-sidebar .wall,
.tv-profile .profile-with-player-sidebar .reviews {
  padding: 15px;
  max-height: 350px;
  overflow-y: auto;
}

.tv-profile .profile-with-player-sidebar .wall .more,
.tv-profile .profile-with-player-sidebar .reviews .more {
  margin-left: 100px;
}

.tv-profile .profile-with-player-sidebar .cbox {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: none;
  border: none;
  -webkit-box-shadow: 0 3px 3px -1px #909090;
  box-shadow: 0 3px 3px -1px #909090;
  border-radius: 0;
}

.tv-profile .profile-with-player-sidebar .cbox .avatar {
  border: none;
}

.tv-profile .profile-with-player-sidebar .cbox .comment {
  margin: 0;
}

.tv-profile .profile-with-player-sidebar .cbox .comment:before,
.tv-profile .profile-with-player-sidebar .cbox .comment:after {
  content: " ";
  display: table;
}

.tv-profile .profile-with-player-sidebar .cbox .comment:after {
  clear: both;
}

.tv-profile .profile-with-player-sidebar .cbox .comment:before,
.tv-profile .profile-with-player-sidebar .cbox .comment:after {
  content: " ";
  display: table;
}

.tv-profile .profile-with-player-sidebar .cbox .comment:after {
  clear: both;
}

.tv-profile .profile-with-player-sidebar .cbox .comment-content {
  padding: 0;
  border: none;
  border-left: 1px solid #E2E2E2;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
}

.tv-profile .profile-with-player-sidebar .cbox .comment-content .form-group {
  margin: 0;
}

.tv-profile .profile-with-player-sidebar .cbox .comment-content textarea {
  min-height: 50px;
  font-size: 12px;
}

.tv-profile .profile-with-player-sidebar .tab-pane {
  padding: 80px 10px 10px;
  height: 344px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.landing {
  background: #f6f9fc url("/static/img/landing/hero-bg.749271753f6f.png") no-repeat;
}

.landing .container {
  width: 100%;
  line-height: 26px;
  font-size: 16px;
}

.landing [class^="icon-"],
.landing [class*=" icon-"] {
  font-family: 'Streema';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.landing .icon-news:before {
  content: "\e905";
}

.landing .icon-music:before {
  content: "\e904";
}

.landing .icon-sports:before {
  content: "\e906";
}

.landing .icon-talk:before {
  content: "\e907";
}

.landing .icon-star:before {
  content: "\e902";
}

.landing .icon-tv:before {
  content: "\e903";
}

.landing .icon-mic:before {
  content: "\e901";
}

.landing .icon-search:before {
  content: "\e900";
}

#hero {
  background: none;
  height: 600px;
  text-align: center;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  -moz-display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -moz-flex-flow: row nowrap;
  -moz-justify-content: center;
  -moz-align-content: center;
  -moz-align-items: center;
  font-size: 16px;
  margin-top: -52px;
}

#hero .container {
  line-height: 26px;
  width: 100%;
}

#hero .title {
  font-size: 2.5em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#hero form input:hover,
#hero form input:active,
#hero form textarea:focus,
#hero form input:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}

#hero form .tt-dropdown-menu {
  color: #000;
  width: 95.5%;
  margin-left: 4.5%;
}

#hero form div.form-container {
  width: 100%;
  max-width: 850px;
  display: flex;
  display: -webkit-flex;
  -moz-display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -moz-flex-flow: row nowrap;
  -moz-justify-content: center;
  -moz-align-content: center;
  -moz-align-items: center;
  margin: 40px auto 20px;
}

#hero form .search {
  flex: 1 0 auto;
  height: 60px;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 15px 25px;
  font-size: 1.3em;
  float: left;
  outline: none;
  color: #545454;
  box-shadow: none;
}

#hero form .btn-search {
  border: none;
  background: #025D89;
  height: 60px;
  width: 100px;
  display: inline-block;
  float: left;
  border-radius: 0px 30px 30px 0px;
}

#hero form .btn:hover {
  margin: 0;
}

#hero form .btn-search:before {
  content: "\e900";
  font-family: 'Streema';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  position: relative;
  color: #fff;
  line-height: 26px;
}

#hero form .twitter-typeahead {
  width: 100%;
}

#hero form .twitter-typeahead input.search {
  width: 100%;
}

#hero form .fa-search::before {
  content: "";
}

#hero a {
  color: #fff;
}

#hero p {
  color: rgba(255, 255, 255, 0.6);
}

#hero p a {
  color: rgba(255, 255, 255, 0.6);
  transition: color ease-in-out 0.15s;
  text-decoration: none;
}

#hero p a:hover {
  color: white;
}

#hero .fas:before,
#hero .fas:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#hero .fa-chevron-right:after {
  content: "\f054";
}

#hero .fa-facebook-f:before,
#hero .fa-facebook:before {
  content: "\f09a";
}

#hero .fa-twitter:before {
  content: "\f099";
}

#near-you {
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

#near-you .container {
  width: auto;
}

#near-you ul {
  margin: 100px auto 30px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#near-you ul li {
  padding-left: 0;
}

#near-you ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

#near-you .btn-more {
  color: #36526D;
  text-decoration: none;
  font-size: 1.25em;
  transition: color ease-in-out 0.15s;
}

#near-you .btn-more:after {
  font-size: 0.875em;
  padding: 0 0 0 5px;
}

#near-you .btn-more:hover {
  color: #039be5;
}

#near-you .card.radio {
  float: left;
  display: block;
  margin-right: 2.12765957%;
  width: 23.40425532%;
  background: none;
  border: none;
  margin-top: -5px;
  overflow: hidden;
}

#near-you .card.radio .card-content {
  background: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  border: 1px solid #DDE9F4;
  margin-top: 0;
}

#near-you .card.radio .logo-container {
  height: 110px;
  line-height: 106px;
}

#near-you .card.radio img {
  border-radius: 4px;
  display: inline-block;
}

#near-you .card.radio a {
  color: #36526D;
  text-decoration: none;
  display: block;
}

#near-you .card.radio h4 {
  font-size: 1.25em;
  padding: 0 10px;
  line-height: 26px;
  font-weight: bold;
}

#near-you .card.radio small {
  font-size: 1em;
  line-height: 1em;
}

#near-you .card.radio h5 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  color: #A5B1BD;
  padding: 0 10px 20px 10px;
  margin-top: 5px;
}

#near-you .card.radio .card-footer {
  background: #DDE9F4;
  border-radius: 0 0 4px 4px;
  border: 1px solid #DDE9F4;
}

#near-you .card.radio .card-footer h6 {
  display: block;
  font-size: 0.875em;
  font-weight: normal;
  padding: 10px;
  position: relative;
  margin: 0;
  line-height: 26px;
}

#near-you .card-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #039be5;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  padding-top: 20%;
}

#near-you .card-overlay p {
  font-size: 25px;
  font-weight: bold;
}

#near-you .card-overlay .far {
  font-size: 7em;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
}

@media (max-width: 768px) {
  #near-you .card-overlay .far {
    font-size: 8em;
  }
}

#near-you .card.radio:last-child {
  margin-right: 0;
}

#near-you .card.radio:nth-child(4n) {
  margin-right: 0;
}

#near-you .card.radio:nth-child(4n+1) {
  clear: left;
}

#near-you .card.radio.no-streams:hover .card-content {
  border: 1px solid #DDE9F4;
  box-shadow: none;
}

#near-you .card.radio:hover .card-content {
  border: 1px solid #039be5;
  box-shadow: 0px 1px 3px rgba(3, 155, 229, 0.5);
  position: relative;
}

#near-you .card.radio:hover .card-overlay {
  display: block;
}

#discover {
  margin-bottom: 60px;
  font-size: 16px;
}

#discover h2 {
  font-weight: normal;
  text-align: center;
  font-size: 2.5em;
  margin: 0 0.75em 2em 0 0.75em;
}

#discover p {
  max-width: 570px;
  text-align: center;
  margin: 0 auto 70px;
  opacity: 0.7;
}

#discover ul {
  padding: 0;
}

.card.genre {
  float: left;
  display: block;
  margin-right: 2.12765957%;
  width: 48.93617021%;
  background: #0279b3;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 4px;
}

.card.genre a {
  display: block;
  width: 100%;
  height: 300px;
  color: #fff;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  -moz-display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-flex-flow: column nowrap;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -moz-flex-flow: column nowrap;
  -moz-justify-content: center;
  -moz-align-content: center;
  -moz-align-items: center;
}

.card.genre h4 {
  font-size: 1.75em;
  line-height: 1.6em;
  font-weight: bold;
}

.card.genre h4 i {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
}

.card.genre h4 i.icon-sports {
  font-size: 1.8em;
}

.card.genre h5 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
  opacity: 0.7;
}

.card.genre:last-child {
  margin-right: 0;
}

.card.genre:nth-child(2n) {
  margin-right: 0;
}

.card.genre:nth-child(2n+1) {
  clear: left;
}

.card.genre.news {
  background: url("/static/img/category-news.8244c46ee6a5.jpg") no-repeat center;
  background-size: cover;
}

.card.genre.music {
  background: url("/static/img/category-music.f535ba0dffe1.jpg") no-repeat center;
  background-size: cover;
}

.card.genre.talk {
  background: url("/static/img/category-talk.44a950aad948.jpg") no-repeat center;
  background-size: cover;
}

.card.genre.sports {
  background: url("/static/img/category-sports.c7ca91e2268c.jpg") no-repeat center;
  background-size: cover;
}

#download {
  background: #039be5;
  color: #fff;
  overflow: hidden;
}

#download .container {
  position: relative;
  padding: 90px 0 120px 0;
}

#download .buttons {
  text-align: center;
}

#download h2 {
  font-weight: normal;
  text-align: center;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 120px;
}

#download h2 a {
  color: white;
}

#download .col-left {
  float: left;
  display: block;
  margin-right: 2.12765957%;
  width: 40.42553191%;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  #download .col-left {
    width: 100%;
    padding: 0 10%;
  }
}

#download .col-left:last-child {
  margin-right: 0;
}

#download .review-container {
  background: #fff;
  text-align: center;
  color: #36526D;
  border-radius: 4px;
  margin-top: 20px;
  height: 400px;
}

@media (max-width: 768px) {
  #download .review-container {
    height: auto;
  }
}

#download .review-container .rating {
  color: #F8C91C;
  font-size: 1.2em;
}

#download .review-container .rating span {
  padding: 0 2px;
}

#download .review-container h4 {
  font-size: 1.75em;
  line-height: 2em;
  font-weight: normal;
}

#download .review-container img {
  border-radius: 50%;
  width: 33%;
  margin-top: -80px;
  margin-bottom: 10px;
}

#download .review-container p {
  padding: 0 20px;
  font-size: 1.15em;
  line-height: 1.6em;
  opacity: 0.7;
}

#download .selector {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

#download .selector a {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8em;
  text-decoration: none;
  vertical-align: middle;
}

#download .selector a:hover,
#download .selector a.selected {
  opacity: 1;
  font-size: 1em;
}

#download .col-right {
  float: left;
  display: block;
  margin-right: 2.12765957%;
  width: 57.44680851%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#download .col-right:last-child {
  margin-right: 0;
}

#download .device {
  position: absolute;
  display: block;
  bottom: 0;
  right: 50%;
  background-size: 100% auto;
}

#download .device.device-iphone {
  width: 356px;
  height: 560px;
  background-size: 356px 560px;
  z-index: 2;
  margin-right: -30px;
  bottom: -80px;
}

#download .device.device-nexus {
  width: 372px;
  height: 606px;
  background-size: 372px 606px;
  right: 0px;
}

#download .device.device-watch {
  width: 195px;
  height: 299px;
  background-size: 195px 299px;
  right: -50px;
  z-index: 3;
}

#browse .col {
  float: left;
  display: block;
  margin-right: 2.12765957%;
  width: 48.93617021%;
  padding: 50px 100px 50px 100px;
  position: relative;
  font-size: 1.25em;
}

@media (max-width: 768px) {
  #browse .col {
    padding: 20px 10px;
  }
}

#browse .col a {
  color: #36526D;
  text-decoration: none;
  transition: color ease-in-out 0.15s;
}

#browse .col a:hover {
  color: #039be5;
}

#browse .col h2 {
  color: #039be5;
  line-height: 1em;
}

#browse .col p {
  margin-bottom: 0;
}

#browse .col:last-child {
  margin-right: 0;
}

#browse .col:nth-child(2n) {
  margin-right: 0;
}

#browse .col:nth-child(2n+1) {
  clear: left;
}

#browse .col:before {
  font-family: 'Streema';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 55px;
  left: 30px;
  color: #039be5;
  font-size: 2.5em;
}

#browse .col.col-left:before {
  content: "\e901";
}

@media (max-width: 768px) {
  #browse .col.col-left:before {
    content: "";
  }
}

#browse .col.col-right:before {
  content: "\e903";
}

@media (max-width: 768px) {
  #browse .col.col-right:before {
    content: "";
  }
}

#browse .col.col-left:after {
  width: 2px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  right: 0;
  margin-right: -2.5%;
  top: 0;
  background: #36526D;
  opacity: 0.1;
}

#text {
  background: #fff;
}

#text .container {
  padding: 60px 100px;
}

@media (max-width: 768px) {
  #text .container {
    padding: 30px 25px;
  }
}

#text p {
  margin: 0 0 1em;
  opacity: 0.7;
}

.btn-app {
  height: 50px;
  width: 168px;
  margin: 0 10px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  top: 30px;
}

.btn-app img {
  display: flex;
  width: 100%;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 1.42857143;
}

.slider.slider-horizontal .slider-track {
  height: 0.71428571;
  width: 100%;
  margin-top: -0.35714286;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -0.71428571;
  margin-top: -0.35714286;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 0.71428571 0.71428571 0.71428571;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 1.42857143;
}

.slider.slider-vertical .slider-track {
  width: 0.71428571;
  height: 100%;
  margin-left: -0.35714286;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -0.35714286;
  margin-top: -0.71428571;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 0.71428571 0 0.71428571 0.71428571;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.slider-handle {
  position: absolute;
  width: 1.42857143;
  height: 1.42857143;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 1.42857143;
}

.slider-handle.triangle {
  background: transparent none;
}

#id_honeypot,
#id_reviews-honeypot {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

body {
  background-color: #f5f5f1;
}

@media (min-width: 1200px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .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%;
  }
}

p {
  line-height: 25px;
  word-wrap: break-word;
}

.form-control.input-xl {
  height: 58px;
  font-size: 20px;
}

[data-role="player-popup"] {
  cursor: pointer;
}

.content {
  margin-bottom: 10px;
}

.main-content {
  padding: 0;
}

.nav>li>a {
  transition: background-color 0.2s linear;
}

.profile-background-img {
  position: absolute;
  top: 40px;
  width: auto;
  z-index: -1;
  border-bottom: 5px solid #ccc;
  overflow: hidden;
  max-height: 380px;
  width: 100%;
}

.profile-background-img img {
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 380px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.ng-hide {
  display: none !important;
}

a:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

.p404 {
  min-height: 500px;
}

.review-stars .fa-star,
.review-stars .fa-star-o,
.review-stars .fa-star-half-o {
  color: #FBCE01;
}

.input-with-spinner {
  background-image: url("/static/img/ajax-loader-tiny.a91989536283.gif");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 50%;
  padding-left: 36px;
}

/* Radio request stuff */
.request-page {
  font-family: 'proxima-nova'
}

@media (min-width: 768px) {
  .request-page form {
    width: 50%;
  }
}

.request-page h1 {
  font-weight: bold
}

.request-page .modern-input {
  height: 40px;
  border-radius: 4px;
  box-shadow: none;
}

.request-page .modern-text-area {
  border-radius: 4px;
  box-shadow: none;
}

.request-page .actions {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.button-submit {
  border-radius: 20px;
}

.request-page #add-website {
  margin-bottom: 15px;
}

.request-page .link {
  text-decoration: underline;
  color: #428bca;
  cursor: pointer;
  font-weight: normal;
  display: block;
}


.request-page #resource1,
.request-page #resource2,
.request-page #resource3,
.request-page #stream2_url,
.request-page #stream3_url {
  display: none;
}

@media (max-width: 480px) {
  .no-mobile {
    display: none !important;
  }
}

.request-page #id_logo {
  display: none;
}

.request-page .logo_container {
  display: flex;
}

.request-page .logo_description_container {
  width: 29vw;
}

.request-page .logo_description {
  display: block;
  font-size: 9pt;
  margin-bottom: 5px;
  color: #696D77;
}

.request-page .logo_label {
  min-width: 106px;
  min-height: 100px;
  width: 106px;
  height: 100px;
  background: #E7E7E7;
  border-radius: 8px;
  margin-right: 15px;
  cursor: pointer;
}

.request-page .upload_link {
  text-decoration: underline;
  color: #428bca;
  cursor: pointer;
  font-weight: normal;
}

.request-page #logo {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: url("/static/img/image-placeholder.9e3f64ea883c.jpeg");
  background-size: contain;
}

.request-page #logo-remove {
  display: none;
}

.request-page .text-error {
  color: #a94442;
}

@media (max-width: 480px) {
  .logo_container {
    display: none !important;
  }
}