@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/**
 * First, we include the Twitter Bootstrap LESS files. Only the ones used in the
 * project should be imported as the rest are just wasting space.
 */
/**
 * These are the variables used throughout the application. This is where 
 * overwrites that are not specific to components should be maintained.
 */
/**
 * Typography-related.
 */
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir_Next.ttc') format('ttc');
}
/** 
* Color
*/
/** 
* Icons
*/
/*! 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: 'Avenir', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f37021;
  text-decoration: none;
}
a:hover {
  color: #bd4e0a;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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: 15px;
  margin-bottom: 15px;
  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: 15px;
  margin-bottom: 7.5px;
}
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: 7.5px;
  margin-bottom: 7.5px;
}
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: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
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: #f37021;
}
a.text-primary:hover {
  color: #d5580c;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #f37021;
}
a.bg-primary:hover {
  background-color: #d5580c;
}
.bg-success {
  background-color: #9bca3c;
}
a.bg-success:hover {
  background-color: #7ea62d;
}
.bg-info {
  background-color: #4bb5f1;
}
a.bg-info:hover {
  background-color: #1ca2ed;
}
.bg-warning {
  background-color: #eb7e19;
}
a.bg-warning:hover {
  background-color: #c06511;
}
.bg-danger {
  background-color: #e53353;
}
a.bg-danger:hover {
  background-color: #cb1a3a;
}
.page-header {
  padding-bottom: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 15px;
  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.3;
  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: 15px;
  font-style: normal;
  line-height: 1.3;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 11px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 15px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #9bca3c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #8dba33;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #4bb5f1;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #33abef;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #eb7e19;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #d87113;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #e53353;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e21d40;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input.orange-text,
textarea.orange-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ff7b2b;
  color: #fff;
}
input.grey-text,
textarea.grey-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e7ecef;
  color: #1b2026;
}
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: none;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 29px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}
.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="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 29px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 15px;
  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: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 3px;
}
select.input-sm {
  height: 27px;
  line-height: 27px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.4;
  border-radius: 4px;
}
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: 36.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  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: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #9bca3c;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #eb7e19;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #e53353;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.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 .input-group > .form-control {
    width: 100%;
  }
  .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: 22px;
}
.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: 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #818689;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 1px 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: #818689;
  background-color: #ffffff;
  border-bottom-color: #c1c2c4;
  border-top-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus {
  color: #818689;
  background-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #cccccc;
  background-color: #ebebeb;
}
.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: #ffffff;
  border-color: #c1c2c4;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #818689;
}
.btn-primary {
  color: #ffffff;
  background-color: #f37021;
  border-bottom-color: #c45601;
  border-top-color: #f58948;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  background-color: #f58948;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #a54409;
  background-color: #df5b0c;
}
.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: #f37021;
  border-color: #c45601;
}
.btn-primary .badge {
  color: #f37021;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #8cc63e;
  border-bottom-color: #5db43f;
  border-top-color: #9fcf5d;
}
.btn-success:hover,
.btn-success:focus {
  color: #ffffff;
  background-color: #9fcf5d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #557a24;
  background-color: #76a932;
}
.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: #8cc63e;
  border-color: #5db43f;
}
.btn-success .badge {
  color: #8cc63e;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #00adef;
  border-bottom-color: #2b86cc;
  border-top-color: #19bfff;
}
.btn-info:hover,
.btn-info:focus {
  color: #ffffff;
  background-color: #19bfff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #006389;
  background-color: #008fc6;
}
.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: #00adef;
  border-color: #2b86cc;
}
.btn-info .badge {
  color: #00adef;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-bottom-color: #eea236;
  border-top-color: #f3be74;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #ffffff;
  background-color: #f3be74;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #c77c11;
  background-color: #ed9c28;
}
.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ee1e45;
  border-bottom-color: #c12c6c;
  border-top-color: #f14464;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #ffffff;
  background-color: #f14464;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #9a0c26;
  background-color: #d31035;
}
.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: #ee1e45;
  border-color: #c12c6c;
}
.btn-danger .badge {
  color: #ee1e45;
  background-color: #ffffff;
}
.btn-nobg-default {
  color: #999999;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-default:hover,
.btn-nobg-default:focus,
.btn-nobg-default:active,
.btn-nobg-default.active,
.open .dropdown-toggle.btn-nobg-default {
  color: #999999;
}
.btn-nobg-default:active,
.btn-nobg-default.active,
.open .dropdown-toggle.btn-nobg-default {
  background-image: none;
}
.btn-nobg-primary {
  color: #f37021;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-primary:hover,
.btn-nobg-primary:focus,
.btn-nobg-primary:active,
.btn-nobg-primary.active,
.open .dropdown-toggle.btn-nobg-primary {
  color: #f37021;
}
.btn-nobg-primary:active,
.btn-nobg-primary.active,
.open .dropdown-toggle.btn-nobg-primary {
  background-image: none;
}
.btn-nobg-success {
  color: #8cc63e;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-success:hover,
.btn-nobg-success:focus,
.btn-nobg-success:active,
.btn-nobg-success.active,
.open .dropdown-toggle.btn-nobg-success {
  color: #8cc63e;
}
.btn-nobg-success:active,
.btn-nobg-success.active,
.open .dropdown-toggle.btn-nobg-success {
  background-image: none;
}
.btn-nobg-info {
  color: #00adef;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-info:hover,
.btn-nobg-info:focus,
.btn-nobg-info:active,
.btn-nobg-info.active,
.open .dropdown-toggle.btn-nobg-info {
  color: #00adef;
}
.btn-nobg-info:active,
.btn-nobg-info.active,
.open .dropdown-toggle.btn-nobg-info {
  background-image: none;
}
.btn-nobg-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-warning:hover,
.btn-nobg-warning:focus,
.btn-nobg-warning:active,
.btn-nobg-warning.active,
.open .dropdown-toggle.btn-nobg-warning {
  color: #f0ad4e;
}
.btn-nobg-warning:active,
.btn-nobg-warning.active,
.open .dropdown-toggle.btn-nobg-warning {
  background-image: none;
}
.btn-nobg-danger {
  color: #ee1e45;
  background-color: transparent;
  border-color: transparent;
}
.btn-nobg-danger:hover,
.btn-nobg-danger:focus,
.btn-nobg-danger:active,
.btn-nobg-danger.active,
.open .dropdown-toggle.btn-nobg-danger {
  color: #ee1e45;
}
.btn-nobg-danger:active,
.btn-nobg-danger.active,
.open .dropdown-toggle.btn-nobg-danger {
  background-image: none;
}
.btn-link {
  color: #f37021;
  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: #bd4e0a;
  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: #c4c2c3;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.4;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 3px;
}
.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 5px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu li a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #828689;
  white-space: nowrap;
  font-weight: 400;
  border-bottom: 1px solid #e7ecef;
}
.dropdown-menu > li:last-child a {
  border-bottom: none;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu ul li a {
  font-weight: normal;
  cursor: pointer;
  color: #f37021;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  text-decoration: none;
  color: #828689;
  background-color: #f5f5f5;
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f37021;
}
.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.3;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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 {
  position: relative;
  z-index: 2;
  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: 17px;
  line-height: 1.4;
  border-radius: 4px;
}
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: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 27px;
  line-height: 27px;
}
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: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 4px;
}
.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: #f37021;
}
.nav .nav-divider {
  height: 1px;
  margin: 6.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #ffffff;
  background-color: #f37021;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 15px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 17.5px 15px;
  font-size: 17px;
  line-height: 15px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .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: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .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: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .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: 10.5px;
  margin-bottom: 10.5px;
}
@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 .input-group > .form-control {
    width: 100%;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .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: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.3;
  text-decoration: none;
  color: #f37021;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #bd4e0a;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #f37021;
  border-color: #f37021;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 15px 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: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  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: #f37021;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #d5580c;
}
.label-success {
  background-color: #8cc63e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #71a130;
}
.label-info {
  background-color: #00adef;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0088bc;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #ee1e45;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ca0f32;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f37021;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 15px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f37021;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 4px;
}
.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: #9bca3c;
  border-color: #a4ba33;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #92a62d;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #4bb5f1;
  border-color: #2ac8ee;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #12c2ec;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #eb7e19;
  border-color: #d85113;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #c04811;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e53353;
  border-color: #e21d61;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #cb1a57;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-netral {
  background-color: #303539;
  border-color: #e21d61;
  color: #ffffff;
}
.alert-netral hr {
  border-top-color: #cb1a57;
}
.alert-netral .alert-link {
  color: #e6e6e6;
}
@-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: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #f37021;
  -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: #8cc63e;
}
.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: #00adef;
}
.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: #ee1e45;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
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: #ffffff;
  background-color: #f37021;
  border-color: #f37021;
}
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: #fdede3;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #9bca3c;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #8dba33;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #4bb5f1;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #33abef;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #eb7e19;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d87113;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #e53353;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #e21d40;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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 > 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 > 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 {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 15px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #f37021;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f37021;
  border-color: #f37021;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f37021;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f37021;
}
.panel-success {
  border-color: #a4ba33;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #9bca3c;
  border-color: #a4ba33;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #a4ba33;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #a4ba33;
}
.panel-info {
  border-color: #2ac8ee;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #4bb5f1;
  border-color: #2ac8ee;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2ac8ee;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2ac8ee;
}
.panel-warning {
  border-color: #d85113;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #eb7e19;
  border-color: #d85113;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d85113;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d85113;
}
.panel-danger {
  border-color: #e21d61;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e53353;
  border-color: #e21d61;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e21d61;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e21d61;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
  margin: 0 10px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 0;
}
.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: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -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: 12px;
  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: #999999;
  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: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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 {
  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: #ffffff;
  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: #ffffff;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-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,
.btn-toolbar:after,
.btn-group-vertical > .btn-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,
.visible-sm,
.visible-md,
.visible-lg {
  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;
  }
}
@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;
  }
}
@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;
  }
}
@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 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.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 {
    display: none !important;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInMivo {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInMivo {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 1px, 0);
    -ms-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInMivo {
  -webkit-animation-name: bounceInMivo;
  animation-name: bounceInMivo;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDownNormal {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownNormal {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownNormal {
  -webkit-animation-name: fadeInDownNormal;
  animation-name: fadeInDownNormal;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownSearch {
  0% {
    -webkit-transform: translate3d(0, -230px, 0);
    transform: translate3d(0, -230px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSearch {
  0% {
    -webkit-transform: translate3d(0, -230px, 0);
    -ms-transform: translate3d(0, -230px, 0);
    transform: translate3d(0, -230px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownSearch {
  -webkit-animation-name: fadeInDownSearch;
  animation-name: fadeInDownSearch;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpNormal {
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUpNormal {
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUpNormal {
  -webkit-animation-name: fadeOutUpNormal;
  animation-name: fadeOutUpNormal;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/**
 * This is our main variables file. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
.ug span,
.close-modal-login,
.sign-in-button span,
.left-user .carret,
.left-user .arrow,
.left-user ul a .icon,
.not-found-channel-wrap a .icon,
.logo-not-found-channel,
.intro-close span,
.introjs-nextbutton span.icon,
.btn-edit-tag,
.btn-add-tag,
.tag-icon,
.btn-add-credit,
.control .dropdown-toggle,
.delete-icon,
.header-remote i,
.continue-mobile-web span,
.overlay-banner-logo,
.btn-login-social,
.btn-fav i,
.fb-section .icon,
.channel-head i,
.fav-head i,
.toggle-fav-list,
.dropdown-group .dropdown-toggle span.down-arrow,
.app-menu .me i,
.app-menu .bookmarks i,
.app-menu .schedule i,
.app-menu .guide i,
.app-menu .setting i,
.app-menu .logout i,
.container-mask .slidenav,
.home-section .icon,
.to-top,
.download .download-link,
.social-connect a,
.share-btn-group a span,
.social-wrap .like .bg,
.social-wrap .share .bg,
.social-wrap .watching .bg,
.share .separator,
.logo,
.search-wrap-float i,
.search-wrap-float button,
.btn-fullscreen span,
.btn-play-pause span,
.btn-mute span,
.channel-now-list h1 i,
.channel-favorite-button-inside,
.reveal-password,
.dropdown-group.open .arrow,
.close-top-mivo-mobile-banner span,
.banner-logo,
.close-remote span,
.btn-back span {
  background-image: url("../img/sprite2.1.png");
}
.main-wrap.mobile .ug span,
.main-wrap.mobile .close-modal-login,
.main-wrap.mobile .sign-in-button span,
.main-wrap.mobile .left-user .carret,
.main-wrap.mobile .left-user .arrow,
.main-wrap.mobile .left-user ul a .icon,
.main-wrap.mobile .not-found-channel-wrap a .icon,
.main-wrap.mobile .logo-not-found-channel,
.main-wrap.mobile .intro-close span,
.main-wrap.mobile .introjs-nextbutton span.icon,
.main-wrap.mobile .btn-edit-tag,
.main-wrap.mobile .btn-add-tag,
.main-wrap.mobile .tag-icon,
.main-wrap.mobile .btn-add-credit,
.main-wrap.mobile .control .dropdown-toggle,
.main-wrap.mobile .delete-icon,
.main-wrap.mobile .header-remote i,
.main-wrap.mobile .continue-mobile-web span,
.main-wrap.mobile .overlay-banner-logo,
.main-wrap.mobile .btn-login-social,
.main-wrap.mobile .btn-fav i,
.main-wrap.mobile .fb-section .icon,
.main-wrap.mobile .channel-head i,
.main-wrap.mobile .fav-head i,
.main-wrap.mobile .toggle-fav-list,
.main-wrap.mobile .dropdown-group .dropdown-toggle span.down-arrow,
.main-wrap.mobile .app-menu .me i,
.main-wrap.mobile .app-menu .bookmarks i,
.main-wrap.mobile .app-menu .schedule i,
.main-wrap.mobile .app-menu .guide i,
.main-wrap.mobile .app-menu .setting i,
.main-wrap.mobile .app-menu .logout i,
.main-wrap.mobile .container-mask .slidenav,
.main-wrap.mobile .home-section .icon,
.main-wrap.mobile .to-top,
.main-wrap.mobile .download .download-link,
.main-wrap.mobile .social-connect a,
.main-wrap.mobile .share-btn-group a span,
.main-wrap.mobile .social-wrap .like .bg,
.main-wrap.mobile .social-wrap .share .bg,
.main-wrap.mobile .social-wrap .watching .bg,
.main-wrap.mobile .share .separator,
.main-wrap.mobile .logo,
.main-wrap.mobile .search-wrap-float i,
.main-wrap.mobile .search-wrap-float button,
.main-wrap.mobile .btn-fullscreen span,
.main-wrap.mobile .btn-play-pause span,
.main-wrap.mobile .btn-mute span,
.main-wrap.mobile .channel-now-list h1 i,
.main-wrap.mobile .channel-favorite-button-inside,
.main-wrap.mobile .reveal-password,
.main-wrap.mobile .dropdown-group.open .arrow,
.main-wrap.mobile .close-top-mivo-mobile-banner span,
.main-wrap.mobile .banner-logo,
.main-wrap.mobile .close-remote span {
  background-image: url("../img/sprite2.1@2x.png");
  background-size: 227px 700px;
}
.stream-popup-wrap .logo,
.fullscreen-popup-wrap .logo {
  background-image: url("../img/sprite2.1@2x.png");
  background-size: 227px 700px;
}
.box-shadow,
.btn-group {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.med-box-shadow,
header {
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
}
.none-box-shadow,
header .right-control .btn-group {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) !important;
}
.transparent-bg {
  background-color: transparent;
  color: #c1c2c4;
  text-transform: lowercase;
}
.secondary-border {
  border-color: #f37021 !important;
  border-width: 2px;
  color: #f37021 !important;
}
.medium-border {
  border-width: 2px;
}
.soft-box-shadow {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #c1c2c4;
}
.bottom-soft-box-shadow,
.wrap-bg {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c2c4;
}
.ani-fast,
.to-top {
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.ani {
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.ani-med {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.ani-slow {
  -webkit-transition: 1s ease-in;
  -moz-transition: 1s ease-in;
  -o-transition: 1s ease-in;
  transition: 1s ease-in;
}
.hideTemp,
.hideVisibility {
  visibility: hidden;
}
.user-rounded img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.user-square-rounded img {
  width: 43px;
  height: 43px;
  border-radius: 5px;
}
.item-spacing {
  margin-bottom: 10px;
}
.small-form {
  width: 200px;
}
/** 
* Buttons
*/
.btn {
  font-weight: 400;
  box-shadow: none;
  letter-spacing: 0.5px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #dfe0e2;
  color: #c3c3c3;
  border-color: #c1c2c4;
}
.btn.btn-nobg {
  box-shadow: none;
}
.btn .glyphicon {
  padding-right: 5px;
}
.btn.btn-default .glyphicon {
  color: #ea7001;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn-group .btn {
  box-shadow: none;
}
.app-menu.dropdown-menu {
  padding: 10px;
  min-width: 200px;
  right: -10px;
}
.app-menu.dropdown-menu.open .arrow {
  right: -2px;
}
.app-menu li:hover {
  background-color: #f5f5f5;
  padding: 0;
}
.app-menu li a {
  padding: 0 18px;
  border-bottom-width: 0px;
}
.app-menu li a i {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}
.app-menu li a span {
  float: left;
  line-height: 40px;
}
.app-menu .me a {
  border-bottom-width: 1px;
}
.app-menu .me i {
  background-position: -24px -386px;
}
.app-menu .me:hover i {
  background-position: -24px -362px;
}
.app-menu .bookmarks i {
  background-position: -72px -386px;
}
.app-menu .bookmarks:hover i {
  background-position: -72px -362px;
}
.app-menu .schedule a {
  border-bottom-width: 1px;
}
.app-menu .schedule i {
  background-position: -48px -386px;
}
.app-menu .schedule:hover i {
  background-position: -48px -362px;
}
.app-menu .guide i {
  background-position: 0px -386px;
}
.app-menu .guide:hover i {
  background-position: 0px -362px;
}
.app-menu .setting a {
  border-bottom-width: 1px;
}
.app-menu .setting i {
  background-position: -96px -386px;
}
.app-menu .setting:hover i {
  background-position: -96px -362px;
}
.app-menu .logout i {
  background-position: -120px -386px;
}
.app-menu .logout:hover i {
  background-position: -120px -362px;
}
.btn-default:hover,
.btn-default :focus {
  color: #eb772c;
}
.btn-default.btn-border {
  border: 2px solid #f37021;
  text-transform: capitalize;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #c45601;
}
.fav-wrap {
  position: fixed;
  top: 6px;
  z-index: 100;
}
.btn-fav {
  height: 23px;
  display: inline-block;
  font-size: 12px;
  color: #f37021;
  text-transform: capitalize;
  margin-bottom: -2px;
  margin-left: 10px;
  line-height: 23px;
  height: 30px;
  text-decoration: none;
}
.btn-fav span.btn-text {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  position: relative;
  top: 3px;
}
.btn-fav:hover {
  color: #f37021;
  text-decoration: none;
}
.btn-fav:hover span.btn-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-fav i {
  width: 18px;
  height: 17px;
  display: inline-block;
  background-position: -23px -457px;
  position: relative;
  top: 7px;
  margin-right: 8px;
}
.btn-fav.selected i {
  background-position: -23px -434px;
}
.dropdown-group.open .arrow {
  background-position: -178px -334px;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 100%;
  z-index: 1001;
  margin-top: -7px;
  right: 4px;
}
.dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-group .dropdown-toggle img {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.btn-group.dropdown-group {
  border-radius: 4px;
}
.btn-group.dropdown-group .dropdown-toggle.profile-btn {
  padding: 0;
  background: transparent;
  border-radius: 4px;
  margin: 0;
  border: none;
}
.btn-group.dropdown-group.open .dropdown-toggle.profile-btn {
  box-shadow: none;
}
.text-shadow {
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
}
.popover-login .dropdown-menu {
  line-height: normal;
  padding: 15px;
  font-size: 12px;
  right: -50px !important;
  top: auto;
  bottom: 42px !important;
}
.popover-login .dropdown-menu a {
  color: #f37021;
}
.popover-login.btn-group.open .arrow {
  right: 9px !important;
  bottom: 43px !important;
  background-position: -152px -336px;
}
.fav-wrap .popover-login.btn-group.open .arrow {
  right: 71px !important;
  top: 21px !important;
  background-position: -152px -336px;
  transform: rotate(180deg);
}
.fav-wrap .popover-login .dropdown-menu {
  right: 0;
  top: 100%;
  bottom: auto !important;
  margin-top: 23px;
}
.post-input-wrap .popover-login .dropdown-menu {
  line-height: normal;
  padding: 15px;
  font-size: 15px;
  right: -10px !important;
  top: auto;
  bottom: 6px !important;
}
.post-input-wrap .popover-login .dropdown-menu a {
  color: #f37021;
  text-decoration: none;
}
.post-input-wrap .popover-login.btn-group.open .arrow {
  right: 10px !important;
  bottom: 30px !important;
}
.banner.wrap {
  background: #ebeeef;
  text-align: center;
}
.ads {
  background: #EDEDED;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.ads div {
  display: inline-block;
}
.ads.abs {
  position: absolute;
  top: 0px;
}
.ads.abs.right {
  right: 0px;
}
.ads.abs.left {
  left: 0px;
}
.ads.wrap {
  width: 100%;
}
.ads.wide {
  width: 728px;
}
.ads.wide2 {
  width: 930px;
  background-color: #EDEDED;
}
.ads.medium {
  width: 532px;
}
.ads.short {
  line-height: 90px;
  height: 90px;
}
.ads.long {
  height: 600px;
}
.ads.small {
  width: 160px;
}
.ads.mobile-ads {
  min-height: 60px;
}
.ads.mobile-square-ads {
  margin: 20px 0;
}
.ads.xlong {
  height: 370px;
  line-height: 370px;
}
.ads.square {
  width: 300px;
}
.ads.internal-square {
  width: 300px;
  height: 289px;
}
.ads.center {
  margin: auto;
}
.ads.margin {
  margin-bottom: 10px;
}
.wrap-bg {
  background: #fff;
}
.wrap-bg.wrap-rounded {
  border-radius: 3px;
}
.wrap-bg.wrap-bordered {
  border: 1px solid #c1c2c4;
}
.wrap-bg.wrap-rounded-big {
  border-radius: 4px;
}
.orange-text::-moz-placeholder {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
.orange-text:-ms-input-placeholder {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
.orange-text::-webkit-input-placeholder {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
.grey-text::-moz-placeholder {
  color: #1b2026;
  font-style: normal;
}
.grey-text:-ms-input-placeholder {
  color: #1b2026;
  font-style: normal;
}
.grey-text::-webkit-input-placeholder {
  color: #1b2026;
  font-style: normal;
}
.schanimate.ng-enter,
.schanimate.ng-leave {
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  position: relative;
  display: block;
}
.schanimate.ng-leave.ng-leave-active,
.schanimate.ng-enter {
  height: 0px !important;
  opacity: 0;
}
.schanimate.ng-enter.ng-enter-active,
.schanimate.ng-leave {
  height: 56px !important;
  opacity: 1;
}
.error-player {
  position: absolute;
  width: 100%;
  height: 380px;
  z-index: 1;
  display: none;
}
.error-player .error-player-div {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  display: none;
}
.error-player .error-player-div.buffer-id,
.error-player .error-player-div.buffer-en {
  background-image: url('../img/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-size: 24px;
  position: absolute;
}
.wrap-mobile {
  background: url("../img/mobile-landing/bg.jpg") no-repeat center #030000;
  background-size: 100% 100%;
  width: 100%;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  overflow-y: auto;
  cursor: default;
  z-index: 1050;
  padding-top: 10%;
}
.wrap-mobile * :before,
.wrap-mobile * :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap-mobile .m-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}
.wrap-mobile .m-row:before,
.wrap-mobile .wrap-mobile .m-row:after {
  content: " ";
  display: table;
}
.wrap-mobile .m-row:after {
  clear: both;
}
.wrap-mobile .m-columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen {
  .wrap-mobile .m-columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"]:last-child {
    float: right;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"].end {
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .wrap-mobile .m-columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"]:last-child {
    float: right;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"].end {
    float: left;
  }
}
@media only screen and (min-width: 64.063em) {
  .wrap-mobile .m-columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .wrap-mobile .m-large-2 {
    width: 30px;
  }
  .wrap-mobile .m-large-5 {
    width: 41.66667%;
  }
  .wrap-mobile .m-large-12 {
    width: 100%;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"]:last-child {
    float: right;
  }
  .wrap-mobile [class*="m-column"] + [class*="m-column"].end {
    float: left;
  }
}
.wrap-mobile .m-text-center {
  text-align: center !important;
}
.wrap-mobile h2,
.wrap-mobile h4 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.wrap-mobile h2 {
  font-size: 1.6875rem;
}
.wrap-mobile h4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 40.063em) {
  .wrap-mobile h2,
  .wrap-mobile h4 {
    line-height: 1.4;
  }
  .wrap-mobile h2 {
    font-size: 2.3125rem;
  }
  .wrap-mobile h4 {
    font-size: 1.4375rem;
  }
}
.wrap-mobile .m-appicon {
  padding-top: 1em;
  padding-bottom: 1em;
}
.wrap-mobile .m-headline {
  padding-bottom: 1em;
  color: #fff;
  font-family: "Helvetica Neue";
  font-weight: 100;
}
.wrap-mobile .m-footer {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  font-family: "Helvetica Neue";
  font-weight: 200;
}
.twitter-widget {
  margin-top: 0;
  min-height: 400px;
}
.ads-actived .twitter-widget {
  margin-top: 15px;
}
.btn {
  border-radius: 4px;
  padding: 9px 24px 7px 24px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 16px;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
  border: none;
}
.btn-primary {
  background: #FF7B2B;
  box-shadow: 0px 1px 0px 0px #b45013, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-primary:hover {
  /* BG: */
  background: #ff9555;
  box-shadow: 0px 1px 0px 0px #c24600, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-primary:active {
  background: #f37021;
  color: #FFFFFF;
  box-shadow: 0px -1px 0px 0px #b45013, inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:active {
  background: #F7F9FA;
  color: #D8D8D8;
  box-shadow: none;
  cursor: pointer;
}
.btn-default {
  background: #303147;
  box-shadow: 0px 1px 0px 0px #050517, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-default:hover {
  color: #fff;
  background: #515263;
  box-shadow: 0px 1px 0px 0px #050517, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-default:active {
  background: #303147;
  box-shadow: 0px -1px 0px 0px #050517, inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-default:focus {
  background: #303147;
  box-shadow: 0px 1px 0px 0px #050517, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:active,
.btn-default.disabled:focus {
  background: #F7F9FA;
  color: #D8D8D8;
  box-shadow: none;
  cursor: pointer;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #c1c2c4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 10px 6px;
}
.slider.simple {
  box-shadow: none;
  border: none;
  padding: 10px 6px;
}
.slider.slider-horizontal {
  width: 210px;
  height: 32px;
  border-radius: 4px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: 10px;
  right: 10px;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  background: url("../img/slider-handle-h.png") no-repeat;
  margin-top: -6px;
  margin-left: -7px;
}
.slider.slider-horizontal .slider-handle.triangle {
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
  border-width: 0 10px 10px;
}
.slider.slider-vertical {
  height: 210px;
  width: 32px;
  border-radius: 4px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  margin-left: -5px;
  left: 50%;
  top: 10px;
  bottom: 10px;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -6px;
  margin-top: -11px;
  width: 22px;
  height: 15px;
}
.slider.slider-vertical .slider-handle.triangle {
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
  border-width: 10px 0 10px 10px;
}
.slider.slider-disabled .slider-track {
  cursor: not-allowed;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background: #eaeaea;
}
.slider-selection {
  position: absolute;
  box-sizing: border-box;
  background: #ea7001;
}
.slider-handle {
  position: absolute;
  width: 15px;
  height: 22px;
  background: url("../img/slider-handle.png") no-repeat;
}
.slider-handle:focus {
  outline: none;
}
.slider input,
.slider .hide {
  display: none;
}
/*!
 * Bootstrap-select v1.5.4 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 60px;
  color: #1b2024;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  vertical-align: middle;
  background: url("../img/caret.png") no-repeat;
  width: 12px;
  height: 6px;
  border: none;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.cg-busy {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}
.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important;
}
.cg-busy-animation.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.cg-busy-animation.ng-hide-add {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.cg-busy-backdrop {
  background-color: white;
  opacity: .7;
  border-radius: 4px;
}
.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block !important;
}
.cg-busy-backdrop-animation.ng-hide {
  opacity: 0;
}
/* All styles below are for the default template. */
.cg-busy-default-wrapper {
  text-align: center;
}
.cg-busy-default-sign {
  display: inline-block;
  position: relative;
  z-index: 1002;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.7;
  min-height: 24px;
  border-radius: 4px;
}
.cg-busy-default-sign .loading-ani {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
}
.like .cg-busy-default-sign .loading-ani,
.load-more .cg-busy-default-sign .loading-ani {
  top: 0;
  margin-top: 0;
}
.cg-busy-default-text {
  font-size: 11px;
  line-height: normal;
  color: #555;
  text-align: left;
  max-width: 400px;
}
.cg-busy-default-spinner {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 12px;
  left: 14px;
}
.cg-busy-default-spinner div {
  width: 12%;
  height: 26%;
  background: #000;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: cg-busy-spinner-anim 1s linear infinite;
  -moz-animation: cg-busy-spinner-anim 1s linear infinite;
  -ms-animation: cg-busy-spinner-anim 1s linear infinite;
  -o-animation: cg-busy-spinner-anim 1s linear infinite;
  animation: cg-busy-spinner-anim 1s linear infinite;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cg-busy-default-spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -moz-transform: rotate(0deg) translate(0, -142%);
  -ms-transform: rotate(0deg) translate(0, -142%);
  -o-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.cg-busy-default-spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -moz-transform: rotate(30deg) translate(0, -142%);
  -ms-transform: rotate(30deg) translate(0, -142%);
  -o-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
  -moz-animation-delay: -0.9167s;
  -ms-animation-delay: -0.9167s;
  -o-animation-delay: -0.9167s;
  animation-delay: -0.9167s;
}
.cg-busy-default-spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -moz-transform: rotate(60deg) translate(0, -142%);
  -ms-transform: rotate(60deg) translate(0, -142%);
  -o-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
  -moz-animation-delay: -0.833s;
  -ms-animation-delay: -0.833s;
  -o-animation-delay: -0.833s;
  animation-delay: -0.833s;
}
.cg-busy-default-spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -moz-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  -o-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -ms-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.cg-busy-default-spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -moz-transform: rotate(120deg) translate(0, -142%);
  -ms-transform: rotate(120deg) translate(0, -142%);
  -o-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
  -moz-animation-delay: -0.667s;
  -ms-animation-delay: -0.667s;
  -o-animation-delay: -0.667s;
  animation-delay: -0.667s;
}
.cg-busy-default-spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -moz-transform: rotate(150deg) translate(0, -142%);
  -ms-transform: rotate(150deg) translate(0, -142%);
  -o-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
  -moz-animation-delay: -0.5833s;
  -ms-animation-delay: -0.5833s;
  -o-animation-delay: -0.5833s;
  animation-delay: -0.5833s;
}
.cg-busy-default-spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -moz-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  -o-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.cg-busy-default-spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -moz-transform: rotate(210deg) translate(0, -142%);
  -ms-transform: rotate(210deg) translate(0, -142%);
  -o-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  -moz-animation-delay: -0.41667s;
  -ms-animation-delay: -0.41667s;
  -o-animation-delay: -0.41667s;
  animation-delay: -0.41667s;
}
.cg-busy-default-spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -moz-transform: rotate(240deg) translate(0, -142%);
  -ms-transform: rotate(240deg) translate(0, -142%);
  -o-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
  -moz-animation-delay: -0.333s;
  -ms-animation-delay: -0.333s;
  -o-animation-delay: -0.333s;
  animation-delay: -0.333s;
}
.cg-busy-default-spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -moz-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  -o-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -ms-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.cg-busy-default-spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -moz-transform: rotate(300deg) translate(0, -142%);
  -ms-transform: rotate(300deg) translate(0, -142%);
  -o-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
  -moz-animation-delay: -0.1667s;
  -ms-animation-delay: -0.1667s;
  -o-animation-delay: -0.1667s;
  animation-delay: -0.1667s;
}
.cg-busy-default-spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -moz-transform: rotate(330deg) translate(0, -142%);
  -ms-transform: rotate(330deg) translate(0, -142%);
  -o-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
  -moz-animation-delay: -0.0833s;
  -ms-animation-delay: -0.0833s;
  -o-animation-delay: -0.0833s;
  animation-delay: -0.0833s;
}
@-webkit-keyframes cg-busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@-moz-keyframes cg-busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes cg-busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #f37021;
  position: fixed;
  z-index: 101;
  top: 42px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #f37021 1px 0 6px 1px;
  -ms-box-shadow: #f37021 1px 0 6px 1px;
  -webkit-box-shadow: #f37021 1px 0 6px 1px;
  box-shadow: #f37021 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 101;
  top: 15px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #f37021;
  border-left-color: #f37021;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: url(../prettyPhoto/default/sprite_x.png) top left repeat-x;
}
/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: url(../prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(../prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  background: url(../prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a {
  background: url(../prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: url(../prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: url(../prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url(../prettyPhoto/default/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
  background: url(../prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}
/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url(../prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.light_rounded .pp_content .ppt {
  color: #000;
}
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}
div.light_rounded .pp_content {
  background-color: #fff;
}
/* Content background */
div.light_rounded .pp_next:hover {
  background: url(../prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_rounded .pp_previous:hover {
  background: url(../prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.light_rounded .pp_expand {
  background: url(../prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url(../prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_rounded .pp_contract {
  background: url(../prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url(../prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_rounded .pp_details {
  position: relative;
}
div.light_rounded .pp_description {
  margin-right: 85px;
}
div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next {
  background: url(../prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}
/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url(../prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
  background: url(../prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
  background: url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url(../prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
/* Right Content background */
div.dark_rounded .pp_content {
  background: url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Content background */
div.dark_rounded .pp_next:hover {
  background: url(../prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url(../prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.dark_rounded .pp_expand {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url(../prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url(../prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_rounded .pp_details {
  position: relative;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
}
div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded .pp_description {
  color: #fff;
}
div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_rounded .pp_arrow_next {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url(../prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
  background: url(../prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_square .pp_description {
  color: #fff;
}
div.dark_square .pp_loaderIcon {
  background: url(../prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
/* Loader icon */
div.dark_square .pp_expand {
  background: url(../prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_square .pp_expand:hover {
  background: url(../prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_square .pp_contract {
  background: url(../prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_square .pp_contract:hover {
  background: url(../prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_square .pp_details {
  position: relative;
}
div.dark_square .pp_description {
  margin: 0 85px 0 0;
}
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_square .pp_arrow_next {
  background: url(../prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_square .pp_next:hover {
  background: url(../prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_square .pp_previous:hover {
  background: url(../prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}
div.light_square .pp_content .ppt {
  color: #000;
}
div.light_square .pp_expand {
  background: url(../prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_square .pp_expand:hover {
  background: url(../prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_square .pp_contract {
  background: url(../prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_square .pp_contract:hover {
  background: url(../prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_square .pp_details {
  position: relative;
}
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_square #pp_full_res .pp_inline {
  color: #000;
}
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_square .pp_nav .pp_play {
  background: url(../prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_square .pp_arrow_next {
  background: url(../prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_square .pp_next:hover {
  background: url(../prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_square .pp_previous:hover {
  background: url(../prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.light_square .pp_loaderIcon {
  background: url(../prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
  background: url(../prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url(../prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url(../prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.facebook .pp_content .ppt {
  color: #000;
}
div.facebook .pp_content_container .pp_left {
  background: url(../prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url(../prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
/* Content background */
div.facebook .pp_content {
  background: #fff;
}
/* Content background */
div.facebook .pp_expand {
  background: url(../prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.facebook .pp_expand:hover {
  background: url(../prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.facebook .pp_contract {
  background: url(../prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.facebook .pp_contract:hover {
  background: url(../prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.facebook .pp_details {
  position: relative;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.facebook .pp_loaderIcon {
  background: url(../prettyPhoto/facebook/loader.gif) center center no-repeat;
}
/* Loader icon */
div.facebook .pp_arrow_previous {
  background: url(../prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.facebook .pp_previous:hover {
  background: url(../prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.facebook .pp_bottom .pp_left {
  background: url(../prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url(../prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url(../prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 0 4px;
  margin-top: -2px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: relative !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-width: 0;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  right: 20px;
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  position: absolute;
  right: 0;
  padding: 20px;
  background-color: #fafbfb;
  min-width: 350px;
  max-width: 350px;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  margin-bottom: -20px;
}
.introjs-tooltipbuttons {
  text-align: center;
}
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  border: none;
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(5, 5, 23, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #FF7B2B;
  border-radius: 4px;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 36px;
  width: 250px;
  text-align: center;
  height: 36px;
}
.introjs-button:hover {
  background-color: #40476D;
  text-decoration: none;
  color: #fff;
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  background-color: #C3C6CB;
  text-shadow: none;
  color: #40476D;
}
.introjs-skipbutton:hover {
  background-color: #C3C6CB;
  text-decoration: none;
  color: #40476D;
}
.introjs-prevbutton {
  display: none;
}
.introjs-nextbutton div {
  display: inline-block;
  height: 36px;
}
.introjs-nextbutton div span {
  float: left;
}
.introjs-nextbutton div span.icon {
  background-position: -129px -501px;
  height: 36px;
  width: 24px;
  margin-left: 5px;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
  display: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.hi-feature .meta {
  font-size: 12px;
  color: #838689;
  text-align: center;
}
.hi-feature h1 {
  font-size: 20px;
  color: #40476D;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.hi-feature h2 {
  text-align: center;
  font-size: 17px;
  color: #40476D;
  font-weight: normal;
}
.hi-feature .hi-channel-remote {
  background: url("../img/feature/remote.png") no-repeat center 130px;
  padding-bottom: 196px;
}
.hi-feature .hi-sign-in {
  background: url("../img/feature/user.png") no-repeat center 151px;
  padding-bottom: 195px;
}
.hi-feature .hi-mini-player {
  background: url("../img/feature/miniplayer.png") no-repeat center 60px;
  padding-bottom: 190px;
}
.hi-feature .hi-feedback {
  background: url("../img/feature/give-feedback.png") no-repeat center 20px;
  padding-bottom: 0px;
  padding-top: 90px;
  text-align: center;
}
.hi-feature .hi-feedback h2 {
  margin-bottom: 50px;
}
.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
}
.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}
.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #F36F21;
  background: rgba(243, 111, 33, 0.85);
}
.flex-control-paging li a.flex-active {
  background: #F36F21;
  background: rgba(243, 111, 33, 0.85);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * Typography
 */
body {
  font-family: 'Avenir', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #838689;
}
h1 {
  /* H1 — SECTION HEADER : */
  font-size: 20px;
  color: #303147;
  letter-spacing: 0.9px;
  line-height: 27px;
  font-weight: 500;
}
h2 {
  /* H2 — This is a subti: */
  font-size: 20px;
  color: #1A2025;
  line-height: 27px;
  font-weight: normal;
}
h3 {
  /* H3 — Heading (14px /: */
  font-weight: 300;
  font-size: 14px;
  color: #1A2025;
  line-height: 19px;
}
h4 {
  /* H4 — This is a secti: */
  font-weight: 500;
  font-size: 12px;
  color: #1A2025;
  line-height: 16px;
}
h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.17px;
}
h6 {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 1px;
}
p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px;
}
.supersmall {
  /* Small Text, usually : */
  font-weight: normal;
  font-size: 10px;
  color: #303147;
  line-height: 18px;
}
.superbig {
  /* SUPERBIG (32px / 267: */
  font-weight: bold;
  font-size: 32px;
  color: #1A2025;
  line-height: 44px;
}
.ani {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
a {
  /* Link Text: */
  color: #FF7B2B;
}
p {
  /* Paragraph text (12px: */
  font-size: 12px;
  color: #050517;
  line-height: 21px;
}
p.first {
  /* P.First (20px / 167%: */
  font-size: 20px;
  color: #050517;
  line-height: 27px;
}
/**
 * Forms
 */
.modal-body.no-padd {
  padding: 0;
}
.mivo-radio {
  width: 24px;
  height: 24px;
  padding: 2px 3px;
  border-radius: 12px;
}
.mivo-radio .radio-checked {
  background: #ff7b2b;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: block;
}
.checkbox:hover label {
  color: #ff7b2b;
}
.checkbox label {
  font-size: 12px;
}
.mivo-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: relative;
  border: 2px solid #303147;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.mivo-checkbox:hover,
.mivo-checkbox:active,
.mivo-checkbox:focus,
.mivo-checkbox.checked {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: 2px solid #ff7b2b;
}
.mivo-checkbox .checkbox-checked {
  background: #ff7b2b;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 2px;
  background: url("../img/checkbox.png");
}
.close-modal-login {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  background-position: -147px 0;
}
.player-ads-bottom-1 {
  margin-top: 16px;
}
.btn-back {
  padding: 6px 20px;
}
.btn-back span {
  background-position: -98px -411px;
  height: 14px;
  width: 24px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.login-outer-wrap {
  position: relative;
  width: 532px;
  height: 322px;
  overflow: hidden;
}
.login-wrap-intro,
.login-wrap {
  width: 532px;
  height: 322px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 48px;
  padding-right: 48px;
}
.login-email-wrap .top {
  margin-top: 40px;
}
.login-email-wrap .top.verify-pass-showed {
  margin-top: 15px;
}
.login-modal .modal-content {
  border: none;
}
.login-wrap {
  left: 100%;
  background: url(../img/sign_in_modal_2.png) no-repeat;
  background-size: 100%;
}
.login-wrap.active {
  left: 0;
}
.login-wrap-intro {
  left: -100%;
  background: url(../img/sign_in_modal.png) no-repeat;
  background-size: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.login-wrap-intro.active {
  left: 0;
}
.login-wrap-intro h2 {
  font-family: AvenirNext-UltraLight, 'Avenir', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #303147;
  letter-spacing: 0.5px;
  line-height: 36px;
  margin: 0;
}
.login-wrap-intro h3 {
  font-weight: bold;
  font-size: 18px;
  color: #303147;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
}
.login-wrap-intro .side-animation {
  text-align: center;
  position: absolute;
  top: 125px;
  left: 50px;
}
.login-wrap-intro .login-privacy-policy {
  position: absolute;
  right: 30px;
  bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 16px;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
}
.login-wrap-intro .sign-social {
  float: right;
  position: relative;
  margin-top: 42px;
}
.login-wrap-intro .sign-social h4 {
  font-size: 12px;
  color: #838689;
  margin-bottom: 5px;
  font-weight: normal;
}
.login-wrap-intro .sign-social .btn-login-social {
  width: 240px;
  height: 33px;
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
}
.login-wrap-intro .sign-social .btn-login-social.fb {
  background: url(../img/btn_signin_facebook.png) no-repeat;
}
.login-wrap-intro .sign-social .btn-login-social.tw {
  background: url(../img/btn_signin_twitter.png) no-repeat;
}
.login-wrap-intro .sign-social .btn-login-social.pt {
  background: url(../img/btn_signin_path.png) no-repeat;
}
.login-wrap-intro .sign-social .btn-login-social.gp {
  background: url(../img/btn_signin_google.png) no-repeat;
}
.login-wrap-intro .sign-social .btn-login-social.email {
  background: url(../img/btn_signin_email.png) no-repeat;
}
.login-wrap .btn-back {
  padding: 7px 20px;
}
.login-wrap .login-input-wrap {
  padding: 10px 50px;
}
.login-wrap .login-input-wrap.reset-password-insert-email h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}
.login-wrap .login-input-wrap.reset-password-insert-email a.btn-primary {
  float: right;
}
.login-wrap .login-input-wrap.reset-password-success h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}
.login-wrap .login-input-wrap.reset-password-success .sign-in-wrap {
  text-align: center;
}
.login-wrap .login-input-wrap.insert-new-password {
  margin-top: 65px;
}
.login-wrap .login-input-wrap .forget-password-wrap {
  float: right;
}
.login-wrap .login-input-wrap .forget-password-wrap a {
  font-size: 10px;
  color: #838689;
  font-weight: normal;
  text-decoration: none;
}
.login-wrap .login-input-wrap .wrap-input {
  position: relative;
}
.login-wrap .login-input-wrap .wrap-input .error-login,
.login-wrap .login-input-wrap .wrap-input .info-error-login {
  font-size: 10px;
  color: #d60505;
  font-weight: normal;
  padding-left: 4px;
  margin-bottom: 5px;
  display: block;
}
.login-wrap .login-input-wrap .wrap-input .info-error-login {
  color: #303147;
}
.login-wrap .login-input-wrap .top h3 {
  font-weight: 400;
  font-size: 14px;
  color: #1A2025;
  letter-spacing: 0.43px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.login-wrap .login-input-wrap .top label,
.login-wrap .login-input-wrap .top input {
  display: block;
  width: 100%;
}
.login-wrap .login-input-wrap .top label {
  font-size: 10px;
  color: #838689;
  font-weight: normal;
  padding-left: 4px;
}
.login-wrap .login-input-wrap .top input {
  border: 1px solid #E2E5EB;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 32px;
  padding: 0 5px;
  outline: none;
  box-shadow: 0 1px 0 rgba(142, 149, 187, 0.5);
}
.login-wrap .login-input-wrap .top input.on-error {
  border-color: #d60505;
}
.login-wrap .login-input-wrap .top input.on-error:focus {
  border-color: #ff7b2b;
}
.login-wrap .login-input-wrap .top input:focus {
  border-color: #ff7b2b;
}
.login-wrap .login-input-wrap .top .checkbox {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.login-wrap .login-input-wrap .top .checkbox .mivo-checkbox {
  margin-right: 3px;
  margin-top: -1px;
}
.login-wrap .login-input-wrap .top .checkbox label {
  display: inline-block;
  line-height: 16px;
}
.login-wrap .login-input-wrap .sign-in-button {
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
  float: right;
}
.login-wrap .login-input-wrap .sign-in-button span {
  background-position: -130px -512px;
  height: 14px;
  width: 24px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.stream-modal .modal-dialog {
  top: 80px;
}
.stream-modal .modal-dialog .modal-body {
  padding: 10px;
}
.fullscreen-modal .modal-dialog {
  top: 80px;
}
.fullscreen-modal .modal-dialog .modal-body {
  padding: 10px;
}
.stream-popup-wrap {
  text-align: center;
}
.stream-popup-wrap h3 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #303147;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 0;
}
.stream-popup-wrap .meta {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #303147;
  line-height: 19px;
}
.stream-popup-wrap .logo {
  width: 58px;
  height: 60px;
  background-position: 0 -635px;
  margin: 30px auto 40px auto;
}
.stream-popup-wrap .btn-primary {
  margin-bottom: 20px;
}
.stream-popup-wrap .btn-primary:hover {
  background: #FF7B2B;
  box-shadow: 0px 1px 0px 0px #b45013, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.fullscreen-popup-wrap {
  text-align: center;
}
.fullscreen-popup-wrap h3 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #303147;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 0;
}
.fullscreen-popup-wrap .meta {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #303147;
  line-height: 19px;
}
.fullscreen-popup-wrap .logo {
  width: 69px;
  height: 72px;
  background-position: -104px -563px;
  margin: 30px auto 40px auto;
}
.fullscreen-popup-wrap .btn-primary {
  margin-bottom: 20px;
}
.fullscreen-popup-wrap .btn-primary:hover {
  background: #FF7B2B;
  box-shadow: 0px 1px 0px 0px #b45013, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
/**
* Container
*/
.hidden-channel-now-list {
  display: none;
}
.main-wrap {
  min-width: 768px;
  margin: auto;
  overflow: hidden;
  background-color: #EDEDED;
}
.container {
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: relative;
  max-width: 1044px;
  width: 1044px;
}
.container.ads-actived {
  max-width: 1220px;
  width: 1220px;
}
.container .container-mask {
  width: 100%;
  overflow-x: hidden;
}
.player-container {
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: relative;
  padding-top: 3px;
  max-width: 1044px;
  width: 1044px;
}
.player-container.ads-actived {
  max-width: 1220px;
  width: 1220px;
}
.channel-selector-wrap {
  position: fixed;
  top: 39px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5), 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  left: 10px;
  max-height: 500px;
  overflow: hidden;
  background-color: rgba(5, 5, 23, 0.92);
  width: 300px;
  max-height: 685px;
  z-index: 102;
}
.channel-selector-wrap.player-on-top .inner-remote {
  padding-left: 331px;
}
.channel-selector-wrap .channel-scroll-area {
  height: 284px;
  max-height: 284px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.channel-selector-wrap .channel-scroll-area.collapse {
  height: 444px;
  max-height: 444px;
  display: block;
}
.channel-selector-wrap .fav-scroll-area {
  max-height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.channel-selector-wrap .fav-scroll-area .no-favorite {
  color: #40476D;
  padding-left: 33px;
  padding-right: 35px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.channel-selector-wrap .fav-scroll-area.collapse {
  height: 0;
  display: block;
}
.channel-selector-wrap .fav-scroll-area ul {
  padding-bottom: 0;
}
.channel-selector-wrap.mini-player-displayed {
  top: 249px;
}
.channel-selector-wrap.mini-player-displayed .channel-scroll-area {
  height: 124px;
  max-height: 124px;
}
.channel-selector-wrap.mini-player-displayed .channel-scroll-area.collapse {
  height: 234px;
  max-height: 234px;
  display: block;
}
.channel-selector-wrap.mini-player-displayed .fav-scroll-area {
  max-height: 110px;
}
.channel-selector-wrap.mini-player-displayed .fav-scroll-area.collapse {
  height: 0;
}
.channel-selector-wrap .toggle-fav-list {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 8px;
  background-position: -15px 0;
}
.channel-selector-wrap .toggle-fav-list.toggled {
  background-position: -1px -1px;
}
.channel-selector-wrap .inner-remote h3,
.channel-selector-wrap .inner-remote .btn-title {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  padding-left: 33px;
  margin-top: 0;
  background: #050517;
  border-bottom: 1px solid #40476D;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 2px;
  display: block;
}
.channel-selector-wrap .inner-remote h3 i,
.channel-selector-wrap .inner-remote .btn-title i {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.channel-selector-wrap .inner-remote h3.channel-head i,
.channel-selector-wrap .inner-remote .btn-title.channel-head i {
  background-position: -4px -480px;
}
.channel-selector-wrap .inner-remote h3.fav-head i,
.channel-selector-wrap .inner-remote .btn-title.fav-head i {
  background-position: -154px -389px;
}
.channel-selector-wrap .current {
  background-color: #f37021;
  color: #1a2025;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 31px;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 0;
}
.channel-selector-wrap ul {
  list-style: none;
  padding: 7px 0px 10px 0px;
}
.channel-selector-wrap ul li {
  padding: 2px 0;
}
.channel-selector-wrap ul li a {
  text-decoration: none;
  height: 30px;
  font-weight: 400;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-left: 33px;
  min-width: 350px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 30px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.channel-selector-wrap ul li a .name {
  float: left;
}
.channel-selector-wrap ul li a.active {
  font-weight: 300;
  color: #f37021;
  text-shadow: 0px 1px 0 #333;
}
.channel-selector-wrap ul li a.active:hover {
  background-color: #fff;
  color: #303147;
}
.channel-selector-wrap ul li a:hover {
  background-color: #fff;
  color: #303147;
}
.mivo-col {
  position: relative;
}
.mivo-col.left-col {
  width: 160px;
  float: left;
  margin-right: 16px;
}
.mivo-col.mid-col {
  width: 728px;
  float: left;
  margin-right: 16px;
}
.mivo-col.right-col {
  width: 300px;
  float: left;
}
.player-control-wrap {
  height: 42px;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.player-control-wrap .player-control-wrap-inner {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 42px;
  width: 100%;
  display: block;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E7ECEF;
  box-shadow: 0px 1px 0px 0px rgba(142, 149, 187, 0.5);
}
.player-control-wrap .player-control-wrap-inner.fullscreen {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}
.player-control-wrap .left {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 300px;
}
.player-control-wrap .left .btn-play-pause {
  float: left;
  height: 32px;
  margin-top: 4px;
  width: 32px;
  margin-right: 8px;
  margin-left: 7px;
}
.player-control-wrap .left .btn-play-pause span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: -64px -161px;
}
.player-control-wrap .left .btn-play-pause:hover span {
  background-position: -32px -161px;
}
.player-control-wrap .left .btn-play-pause:active span {
  background-position: 0px -161px;
}
.player-control-wrap .left .btn-play-pause.playing span {
  background-position: -64px -196px;
}
.player-control-wrap .left .btn-play-pause.playing:hover span {
  background-position: -32px -196px;
}
.player-control-wrap .left .btn-play-pause.playing:active span {
  background-position: 0px -196px;
}
.player-control-wrap .left .btn-mute {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 4px;
}
.player-control-wrap .left .btn-mute span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: -161px -126px;
}
.player-control-wrap .left .btn-mute:hover span {
  background-position: -129px -126px;
}
.player-control-wrap .left .btn-mute:active span {
  background-position: -97px -126px;
}
.player-control-wrap .left .btn-mute.muted span {
  background-position: -64px -126px;
}
.player-control-wrap .left .btn-mute.muted:hover span {
  background-position: -32px -126px;
}
.player-control-wrap .left .btn-mute.muted:active span {
  background-position: 0px -126px;
}
.player-control-wrap .left .slider.slider-horizontal {
  float: left;
  width: 100px;
  margin-top: 5px;
  margin-left: 3px;
}
.player-control-wrap .left .slider.slider-horizontal .slider-track {
  height: 8px;
  margin-top: -5px;
  border-radius: 4px;
  background: #C6C9DC;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.player-control-wrap .left .slider.slider-horizontal .slider-track .slider-handle {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -5px;
  background: #F7F7F7;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #ffffff;
  border-radius: 8px;
}
.player-control-wrap .left .slider.slider-horizontal .slider-track .slider-handle:hover {
  /* cnob: */
  background: #FFFFFF;
  border: 1px solid #FF7B2B;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #ffffff;
  border-radius: 8px;
}
.player-control-wrap .left .slider.slider-horizontal .slider-selection {
  background-color: #ff7b2b;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.player-control-wrap .right {
  position: absolute;
  top: 0;
  right: 0;
}
.player-control-wrap .right .btn-fullscreen {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 8px;
}
.player-control-wrap .right .btn-fullscreen span {
  width: 32px;
  height: 32px;
  display: block;
  background-position: -64px -56px;
}
.player-control-wrap .right .btn-fullscreen:hover span {
  background-position: -32px -56px;
}
.player-control-wrap .right .btn-fullscreen:active span {
  background-position: 0px -56px;
}
.player-control-wrap .right .btn-fullscreen.full span {
  background-position: -64px -91px;
}
.player-control-wrap .right .btn-fullscreen.full:hover span {
  background-position: -32px -91px;
}
.player-control-wrap .right .btn-fullscreen.full:active span {
  background-position: 0px -91px;
}
.player-control-wrap .right .player-quality {
  float: left;
  width: 86px;
  height: 32px;
  margin-top: 4px;
  position: relative;
  display: block;
  margin-right: 8px;
  cursor: pointer;
  background: #FCFDFD;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  color: #FF7B2B;
  letter-spacing: 1px;
  line-height: 32px;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
  text-transform: uppercase;
  text-align: center;
}
.player-control-wrap .right .player-quality:hover {
  color: #fff;
  background: #ff7b2b;
  border-radius: 6px;
}
.player-control-wrap .right .player-quality:active {
  color: #fff;
  background: #ff7b2b;
  border-radius: 2px;
}
.player-control-wrap .right .player-quality .list-quality {
  display: none;
  position: absolute;
  bottom: 32px;
  width: 72px;
  left: 6px;
  padding: 10px 0;
  background: #303147;
  border-radius: 4px 4px 0px 0;
  z-index: 3;
}
.player-control-wrap .right .player-quality .list-quality a {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.99px;
  line-height: 24px;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
.player-control-wrap .right .player-quality .list-quality a:hover {
  background: #fff;
  color: #303147;
}
.player-control-wrap .right .player-quality .list-quality a.selected {
  color: #ff7b2b;
}
.player-control-wrap .right .player-quality:hover .list-quality {
  display: block;
}
.player-control-wrap-small {
  height: 38px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.player-control-wrap-small .player-control-wrap-inner {
  height: 38px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
}
.player-control-wrap-small .left {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 300px;
}
.player-control-wrap-small .left .btn-play-pause {
  float: left;
  height: 32px;
  margin-top: 3px;
  width: 32px;
  margin-right: 5px;
  margin-left: 5px;
}
.player-control-wrap-small .left .btn-play-pause span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: -64px -161px;
}
.player-control-wrap-small .left .btn-play-pause:hover span {
  background-position: -32px -161px;
}
.player-control-wrap-small .left .btn-play-pause:active span {
  background-position: 0px -161px;
}
.player-control-wrap-small .left .btn-play-pause.playing span {
  background-position: -64px -196px;
}
.player-control-wrap-small .left .btn-play-pause.playing:hover span {
  background-position: -32px -196px;
}
.player-control-wrap-small .left .btn-play-pause.playing:active span {
  background-position: 0px -196px;
}
.player-control-wrap-small .left .btn-mute {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 3px;
}
.player-control-wrap-small .left .btn-mute span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: -161px -126px;
}
.player-control-wrap-small .left .btn-mute:hover span {
  background-position: -129px -126px;
}
.player-control-wrap-small .left .btn-mute:active span {
  background-position: -97px -126px;
}
.player-control-wrap-small .left .btn-mute.muted span {
  background-position: -64px -126px;
}
.player-control-wrap-small .left .btn-mute.muted:hover span {
  background-position: -32px -126px;
}
.player-control-wrap-small .left .btn-mute.muted:active span {
  background-position: 0px -126px;
}
.player-control-wrap-small .left .slider.slider-horizontal {
  float: left;
  width: 100px;
  margin-top: 4px;
  margin-left: 3px;
}
.player-control-wrap-small .left .slider.slider-horizontal .slider-track {
  height: 8px;
  margin-top: -5px;
  border-radius: 4px;
  background: #C6C9DC;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.player-control-wrap-small .left .slider.slider-horizontal .slider-track .slider-handle {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -5px;
  background: #F7F7F7;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #ffffff;
  border-radius: 8px;
}
.player-control-wrap-small .left .slider.slider-horizontal .slider-track .slider-handle:hover {
  /* cnob: */
  background: #FFFFFF;
  border: 1px solid #FF7B2B;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #ffffff;
  border-radius: 8px;
}
.player-control-wrap-small .left .slider.slider-horizontal .slider-selection {
  background-color: #ff7b2b;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.player-control-wrap-small .right {
  position: absolute;
  top: 0;
  right: 0;
}
.player-control-wrap-small .right .btn-fullscreen {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-right: 5px;
}
.player-control-wrap-small .right .btn-fullscreen span {
  width: 32px;
  height: 32px;
  display: block;
  background-position: -64px -56px;
}
.player-control-wrap-small .right .btn-fullscreen:hover span {
  background-position: -32px -56px;
}
.player-control-wrap-small .right .btn-fullscreen:active span {
  background-position: 0px -56px;
}
.player-control-wrap-small .right .btn-fullscreen.full span {
  background-position: -64px -91px;
}
.player-control-wrap-small .right .btn-fullscreen.full:hover span {
  background-position: -32px -91px;
}
.player-control-wrap-small .right .btn-fullscreen.full:active span {
  background-position: 0px -91px;
}
.player-control-wrap-small .right .player-quality {
  display: none;
}
.logo-not-found-channel {
  width: 104px;
  height: 108px;
  background-position: 0 -527px;
  display: block;
  margin: 35px auto 50px auto;
}
.close-remote {
  position: absolute;
  right: 2px;
  top: 5px;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.close-remote span {
  background-position: -132px 0;
  width: 12px;
  height: 12px;
  display: block;
}
.fixed {
  position: fixed;
}
.full-width {
  width: 100%;
}
.header-wrapper {
  min-height: 44px;
}
.float-header {
  position: fixed;
  z-index: 2;
}
.float-player {
  position: fixed !important;
  top: 39px !important;
  width: 300px !important;
  height: 210px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 102;
  border-radius: 4px;
}
.float-player .error-player {
  height: 172px;
}
.float-player #video-player_wrapper,
.float-player #video-player {
  width: 300px !important;
  height: 172px !important;
  background: #000;
}
.full-player {
  position: fixed !important;
  display: block;
  z-index: 2000 !important;
  left: 0px !important;
  top: 0px !important;
  bottom: 0 !important;
  right: 0px !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.full-player #video-player_wrapper,
.full-player #video-player {
  width: 100% !important;
  height: 100% !important;
  background: #000;
}
.full-player .head-section {
  display: none;
}
.full-player.player-overlay-wrapper .big-overlay-play-button {
  height: auto !important;
  bottom: 0 !important;
  top: 0 !important;
}
.animate-show {
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display: block!important;
}
.animate-show.ng-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.transition-link {
  text-align: center;
  line-height: 48px;
  background-color: #303147;
  height: 48px;
  position: relative;
}
.transition-link a {
  display: inline-block;
  color: #ff7b2b;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px solid #ff7b2b;
  line-height: normal;
}
.transition-link a.intro-close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 18px;
  right: 0;
  z-index: 1;
  border-bottom: none;
}
.transition-link a.intro-close span {
  width: 12px;
  height: 12px;
  background-position: -132px 0;
  display: block;
  margin: 0;
}
.transition-link span {
  display: inline-block;
  color: #42446f;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 100;
}
.login-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -266px;
  width: 532px;
  height: 322px;
  margin-top: -161px;
}
.login-modal .reveal-password {
  width: 18px;
  height: 16px;
  background-position: -133px -477px;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 27px;
  right: 8px;
}
.login-modal .reveal-password.revealed {
  background-position: -161px -477px;
}
/**
 * Header
 */
.search-wrap-float,
.search-wrap {
  position: relative;
  float: left;
  width: 300px;
  height: 32px;
  margin: 6px 0 0 16px;
  background: #FF7B2B;
  border-radius: 4px;
}
.search-wrap-float .form-control,
.search-wrap .form-control {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 32px;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
  padding-top: 7px;
  outline: none;
  text-indent: 24px;
  background-color: transparent;
  width: 268px;
  border-radius: 4px;
  height: 33px;
  cursor: pointer;
}
.search-wrap-float .form-control:focus,
.search-wrap .form-control:focus,
.search-wrap-float .form-control.focus,
.search-wrap .form-control.focus {
  outline: none;
  background: #303147;
  border: 1px solid #FF7B2B;
  border-radius: 4px 0 0 4px;
  cursor: default;
}
.search-wrap-float .form-control:focus::-webkit-input-placeholder,
.search-wrap .form-control:focus::-webkit-input-placeholder,
.search-wrap-float .form-control.focus::-webkit-input-placeholder,
.search-wrap .form-control.focus::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-wrap-float .form-control:focus:-moz-placeholder,
.search-wrap .form-control:focus:-moz-placeholder,
.search-wrap-float .form-control.focus:-moz-placeholder,
.search-wrap .form-control.focus:-moz-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-wrap-float .form-control:focus::-moz-placeholder,
.search-wrap .form-control:focus::-moz-placeholder,
.search-wrap-float .form-control.focus::-moz-placeholder,
.search-wrap .form-control.focus::-moz-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-wrap-float .form-control:focus:-ms-input-placeholder,
.search-wrap .form-control:focus:-ms-input-placeholder,
.search-wrap-float .form-control.focus:-ms-input-placeholder,
.search-wrap .form-control.focus:-ms-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search-wrap-float i,
.search-wrap i {
  width: 22px;
  height: 19px;
  background-position: -98px -56px;
  position: absolute;
  top: 6px;
  left: 7px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-wrap-float button,
.search-wrap button {
  width: 18px;
  height: 18px;
  background-position: -43px -433px;
  position: absolute;
  top: 7px;
  right: 8px;
  background-color: transparent;
  border: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  outline: none;
}
.search-wrap-float:hover,
.search-wrap:hover {
  background-color: #ff9555;
  cursor: pointer;
}
.search-wrap-float:hover i,
.search-wrap:hover i {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.search-wrap-float:hover span,
.search-wrap:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-wrap-float {
  position: fixed;
  top: auto;
  left: 10px;
  z-index: 103;
  box-shadow: 0px 1px 0px 0px #b45013, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  margin-left: 0;
}
header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
  min-height: 44px;
}
header .logo {
  width: 78px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: -127px -85px;
  background-color: transparent;
  float: left;
  margin-right: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
header.float-header .header-remote span {
  display: none;
}
header .header-remote {
  height: 27px;
  float: left;
  margin-left: 32px;
  margin-top: 8px;
}
header .header-remote i {
  width: 26px;
  height: 27px;
  float: left;
  background-position: 0px -499px;
}
header .header-remote span {
  float: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #303147;
  text-transform: uppercase;
  padding-left: 10px;
  text-decoration: none;
}
header .header-remote:hover i {
  background-position: -52px -499px;
}
header .header-remote:hover span {
  color: #ff7b2b;
}
header .header-remote.active i {
  background-position: -26px -499px;
}
header .header-remote.active span {
  color: #ff7b2b;
}
header .mbreadcrumb {
  float: right;
  padding-right: 0px;
  padding-top: 10px;
  font-size: 16px;
  color: #979797;
  font-weight: 100;
}
header .mbreadcrumb a {
  color: #979797;
  line-height: 27px;
}
header .mbreadcrumb a:hover {
  text-decoration: none;
}
header .mbreadcrumb span {
  line-height: 27px;
  color: #40476D;
}
header .right-control {
  float: right;
  padding-right: 0px;
  padding-top: 4px;
}
header .right-control .btn-nobg-primary {
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  color: #ff7b2b;
  letter-spacing: 0.5px;
  text-shadow: none;
}
header .right-control .btn-nobg-primary:hover {
  color: #40476D;
}
header .right-control .dropdown-group .dropdown-menu {
  box-shadow: 0px 1px 2px 0px rgba(64, 71, 109, 0.5), 0px 2px 4px 0px rgba(64, 71, 109, 0.2);
  margin-top: 5px;
  border-radius: 0 0 4px 4px;
  padding: 0;
  min-width: 160px;
  overflow: hidden;
}
header .right-control .dropdown-group .dropdown-menu li a {
  line-height: 34px;
  font-weight: 400;
  font-size: 12px;
  color: #303147;
}
header .right-control .dropdown-group .dropdown-menu li a:hover {
  color: #fff;
  background: #FF7B2B;
}
header .right-control .dropdown-group .profile-btn:hover,
header .right-control .dropdown-group .profile-btn:focus {
  box-shadow: none;
}
header .right-control .dropdown-group .dropdown-toggle .img-wrap {
  border-radius: 4px;
  background-color: #000;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  border: 1px solid #fff;
}
header .right-control .dropdown-group .dropdown-toggle .img-wrap img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
header .right-control .dropdown-group.open .dropdown-toggle .img-wrap {
  border: 1px solid #f37021;
}
header .right-control .dropdown-group.open .arrow {
  margin-top: -4px;
  right: -2px;
}
header .right-control .dropdown-group:hover .dropdown-toggle .img-wrap img {
  opacity: 1;
}
header .right-control .dropdown-group .dropdown-toggle span {
  color: #ff7b2b;
  font-size: 12px;
  float: left;
  margin-left: 7px;
  line-height: 34px;
  text-transform: none;
  letter-spacing: 0.5px;
  text-shadow: none;
}
header .right-control .dropdown-group .dropdown-toggle span.down-arrow {
  margin-left: 10px;
  width: 12px;
  height: 8px;
  margin-top: 14px;
  background-position: -27px -485px;
}
/**
 * Home
 */
.container-mask .slidenav {
  position: absolute;
  z-index: 0;
  width: 6px;
  height: 12px;
  top: -27px;
}
.container-mask .slidenav.prev {
  background-position: -95px -1px;
  right: 53px;
}
.container-mask .slidenav.prev.disabled {
  background-position: -74px -1px;
  cursor: default;
}
.container-mask .slidenav.next {
  background-position: -106px -1px;
  right: 0px;
}
.container-mask .slidenav.next.disabled {
  background-position: -86px -1px;
  cursor: default;
}
/**
 * Footer
 */
footer {
  background: #303147;
  padding-bottom: 12px;
  text-align: center;
}
footer hr {
  height: 1px;
  background-color: #40476D;
  border: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
footer .download {
  position: relative;
  text-align: center;
  display: inline-block;
}
footer .download span {
  color: #fff;
  line-height: 28px;
  font-size: 12px;
  float: left;
  height: 28px;
}
footer .download .download-link {
  width: 86px;
  height: 28px;
  display: inline-block;
  float: left;
}
footer .download .download-link.appstore {
  margin-left: 15px;
  margin-right: 12px;
  background-position: 0px -14px;
}
footer .download .download-link.playstore {
  background-position: -87px -14px;
}
footer .footer-link-content {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 10px;
}
footer .social-connect {
  color: #8e95bb;
}
footer .social-connect .text {
  float: left;
  margin-right: 10px;
  line-height: 17px;
}
footer .social-connect .icon {
  float: right;
  height: 17px;
}
footer .social-connect a {
  display: inline-block;
  margin-right: 8px;
}
footer .social-connect .fb {
  width: 16px;
  height: 17px;
  background-position: -78px -270px;
}
footer .social-connect .twitter {
  width: 16px;
  height: 17px;
  background-position: -78px -306px;
}
footer .social-connect .gplus {
  width: 16px;
  height: 17px;
  margin-left: 2px;
  background-position: -78px -288px;
}
footer .social-connect.social-connect-mobile .text {
  float: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
footer .social-connect.social-connect-mobile .icon {
  float: none;
  height: 30px;
}
footer .social-connect.social-connect-mobile .fb {
  width: 28px;
  height: 30px;
  background-position: -189px -386px;
}
footer .social-connect.social-connect-mobile .twitter {
  width: 28px;
  height: 30px;
  background-position: -189px -463px;
}
footer .social-connect.social-connect-mobile .gplus {
  width: 28px;
  height: 30px;
  background-position: -189px -425px;
}
footer .top {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 0;
  background: #303147;
  text-align: left;
  display: inline-block;
  color: #8E95BB;
}
footer .top li {
  float: left;
  background: url("../img/list-bullet.png") no-repeat left center;
  padding-left: 10px;
  margin-left: 3px;
  line-height: 17px;
}
footer .top li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: transparent;
}
footer .top li a {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}
footer .bottom {
  font-size: 13px;
  color: #8e95bb;
  padding: 8px 0 0 0;
  text-align: left;
  line-height: 18px;
  font-weight: 400;
  float: right;
}
.to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: none;
  width: 28px;
  height: 29px;
  background-position: -78px -241px;
}
.to-top:hover {
  bottom: 15px;
}
/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using. 
 *
 * TODO: In a later version of this boilerplate, I'd like to automate this.
 */
.home-page {
  padding-bottom: 120px;
}
/**
*Section
*/
.home-section .slide-channel-container {
  position: relative;
}
.home-section.channel-section span {
  float: left;
}
.home-section.channel-section span.icon {
  background-position: -127px -57px;
  width: 22px;
  height: 19px;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 4px;
}
.home-section.fb-section span {
  float: left;
}
.home-section.fb-section span.icon {
  background-position: -180px -14px;
  width: 22px;
  height: 19px;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 4px;
}
.home-section.schedule-section span {
  float: left;
}
.home-section.schedule-section span.icon {
  background-position: -156px -111px;
  width: 24px;
  height: 24px;
  margin-left: 75px;
  margin-right: 30px;
  margin-top: 4px;
}
.home-section.schedule-section .head {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}
.home-section .head {
  font-weight: 500;
  color: #303147;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: 0.9px;
  line-height: 27px;
  margin-top: 13px;
}
.channel-now-list {
  background: #FFFFFF;
  border: 1px solid #E2E5EB;
  box-shadow: 0px 1px 0px 0px rgba(142, 149, 187, 0.5);
  border-radius: 4px;
  width: 300px;
  height: 338px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.channel-now-list .no-info {
  color: #C7CAD0;
}
.channel-now-list h1 {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #d2d2d3;
  margin: 0;
}
.channel-now-list h1 i {
  width: 20px;
  height: 21px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  background-position: -79px -333px;
}
.channel-now-list h1 span {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: #303147;
  letter-spacing: 1px;
  padding-left: 40px;
}
.channel-now-list .scroll-area {
  height: 288px;
  overflow-y: scroll;
}
.channel-now-list .scroll-area table {
  width: 100%;
}
.channel-now-list .scroll-area table tr td {
  line-height: 32px;
  font-weight: normal;
  font-size: 14px;
  color: #303147;
  padding-left: 15px;
}
.channel-now-list .scroll-area table tr td:first-child {
  border-right: 1px solid #e1ddd9;
  width: 120px;
}
.channel-now-list .scroll-area table tr td a {
  font-weight: 500;
  font-size: 12px;
  color: #FF7B2B;
  border-bottom: 1px solid #FF7B2B;
  text-decoration: none;
}
.channel-now-list .scroll-area table tr:nth-child(even) {
  background-color: #fbfbfc;
}
/**
*Player
*/
.player-placeholder {
  width: 728px;
  height: 450px;
  background-color: #303147;
  border-radius: 4px;
}
.player-wrap {
  position: relative;
}
.player-wrap.player-program-wrap .player-control-wrap {
  height: auto;
}
.player-wrap.player-program-wrap .player-control-wrap .player-control-wrap-inner {
  display: none;
}
.player-wrap.player-program-wrap .player-control-wrap .player-control-wrap-inner.fullscreen {
  display: block;
}
.player-wrap.player-program-wrap .player {
  background: transparent;
  width: 0;
  height: 0;
}
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player {
  top: 44px !important;
  height: 186px !important;
  width: 250px !important;
}
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player #video-player_wrapper,
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player #video-player {
  width: 250px !important;
  height: 142px !important;
  background: #000;
}
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player .float-player-header {
  display: none;
}
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player.full-player {
  position: fixed !important;
  display: block;
  z-index: 2000 !important;
  left: 0px !important;
  top: 0px !important;
  bottom: 72px !important;
  right: 0px !important;
  width: 100% !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
}
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player.full-player #video-player_wrapper,
.player-wrap.player-program-wrap .player .player-overlay-wrapper.float-player.full-player #video-player {
  width: 100% !important;
  height: 100% !important;
  background: #000;
}
.player-wrap .head-section {
  padding-top: 2px;
}
.player-wrap .ads {
  margin-top: 0;
  margin-bottom: 0;
}
.player-wrap .ads.ads-actived {
  margin-top: 8px;
  margin-bottom: 8px;
}
.player-wrap .player {
  width: 100%;
  background: #EDEDED;
  text-align: left;
}
.player-wrap .player img {
  height: 100%;
  max-width: 100%;
}
.player-wrap .player #video-player {
  height: 380px;
}
.player-wrap .player .player-overlay-wrapper-outer {
  position: relative;
  width: 728px;
  margin-top: 8px;
}
.player-wrap .player .player-overlay-wrapper {
  position: relative;
  width: 728px;
}
.player-wrap .player .player-overlay-wrapper .big-overlay-play-button {
  position: absolute;
  width: 100%;
  height: 380px;
  z-index: 2;
  top: 28px;
  left: 0;
  background: url("../img/btn_play_middle_web.png") no-repeat center;
}
.player-wrap .player .player-overlay-wrapper .big-overlay-play-button.played {
  background: none;
}
.player-wrap .player .player-overlay-wrapper .float-player-header {
  width: 100%;
  height: 44px;
  background: #fff;
  display: none;
}
.player-wrap .player .player-overlay-wrapper .float-player-header .channel-name {
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ff7b2b;
  border-radius: 4px;
  display: inline-block;
  padding: 0 8px;
  margin-top: 8px;
  margin-left: 10px;
}
.player-wrap .player .player-overlay-wrapper .float-player-header .to-top-player {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 13px;
  right: 12px;
}
.player-wrap .player .player-overlay-wrapper .float-player-header .to-top-player span {
  width: 18px;
  height: 11px;
  margin-top: 3px;
  display: block;
  background-position: -289px -204px;
}
.player-wrap .player .player-overlay-wrapper .float-player-header .to-top-player span:hover {
  background-position: -289px -182px;
}
.player-wrap .player .player-overlay-wrapper .float-player-footer {
  width: 100%;
  height: 44px;
  background: #fff;
  display: none;
}
.player-wrap .player .player-overlay-wrapper.float-player {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.player-wrap .player .player-overlay-wrapper.float-player .big-overlay-play-button {
  height: 172px;
  top: 0;
  left: 0;
}
.player-wrap .player .player-overlay-wrapper.float-player .float-player-header,
.player-wrap .player .player-overlay-wrapper.float-player .float-player-footer {
  display: block;
}
.player-wrap .player .player-overlay-wrapper.float-player .head-section {
  display: none;
}
.player-wrap .player .player-overlay-wrapper.float-player.full-player {
  border-radius: 0;
}
.player-wrap .player .player-overlay-wrapper.float-player.full-player .float-player-header,
.player-wrap .player .player-overlay-wrapper.float-player.full-player .float-player-footer {
  display: none;
}
.player-wrap .player .player-overlay-wrapper #video-player_wrapper {
  width: 960px;
  height: 544px;
}
.player-wrap .player .player-overlay-wrapper .remote {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 135px;
  width: 18px;
  height: 18px;
  background-position: -3px -248px;
  z-index: 2;
}
.player-wrap .player .player-overlay-wrapper .remote:hover {
  background-position: -3px -272px;
}
.player-wrap .player .player-overlay-wrapper .mock-control-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 96px;
  opacity: 0.97;
  filter: alpha(opacity=97);
  z-index: 1;
  display: none;
  background: #1a2025;
}
.player-wrap .player .player-overlay-wrapper .mock-control-bg.show {
  display: block;
}
.player-wrap .player .player-overlay-wrapper .player-overlay {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: 110px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.player-wrap .player .player-overlay-wrapper .player-overlay .now a {
  background-color: #f37021;
  color: #1a2025;
  border-radius: 4px;
  line-height: 31px;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 10px;
}
.player-wrap .player .player-overlay-wrapper .player-overlay .next {
  color: #c1c2c4;
  font-size: 22px;
  font-weight: 100;
}
.player-wrap .player .player-overlay-wrapper .player-overlay .next a {
  color: #c1c2c4;
  text-decoration: underline;
}
.player-wrap .player .player-overlay-wrapper .player-overlay .next .time {
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 5px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 10px;
}
#video-player_wrapper {
  margin: 0;
}
.player-ads-left-2,
.player-ads-right-2 {
  margin-top: 0;
}
.player-ads-left-2.ads-actived,
.player-ads-right-2.ads-actived {
  margin-top: 52px;
}
.head-section {
  color: #8e95bb;
  background: #303147;
  text-transform: uppercase;
  line-height: 28px;
  height: 28px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.head-section .left {
  float: left;
}
.head-section .left .now-stream {
  font-size: 20px;
  background-color: #ff7b2b;
  color: #303147;
  font-weight: 600;
  border-radius: 5px;
  line-height: 31px;
  padding: 0 15px;
  margin-top: 7px;
  float: left;
  padding-top: 3px;
  margin-right: 10px;
  text-decoration: none;
}
.head-section .left .now-streaming-text,
.head-section .left .now-streaming-prog,
.head-section .left .separator,
.head-section .left .btn-fav {
  float: left;
  text-decoration: none;
}
.head-section .left .now-streaming-text {
  font-size: 10px;
}
.head-section .left .btn-fav {
  top: 7px;
  color: #8e95bb;
  text-transform: uppercase;
}
.head-section .left .separator {
  height: 32px;
  width: 1px;
  background-color: #8e95bb;
  margin-top: 8px;
  margin-left: 33px;
}
.head-section .left .now-streaming-prog {
  border-bottom: 1px solid #ff7b2b;
  font-size: 20px;
  line-height: 20px;
  margin-top: 14px;
  margin-left: 5px;
  color: #ff7b2b;
  text-transform: none;
}
.head-section .right {
  float: right;
  font-size: 12px;
}
.head-section .right a {
  font-size: 17px;
  line-height: 16px;
  color: #ff7b2b;
  text-transform: none;
  text-decoration: underline;
  cursor: default;
}
.head-section .right span {
  font-size: 10px;
}
/**
 * Share
 */
.social-wrap {
  padding: 0 15px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 100;
  color: #303147;
  background: #FF7B2B;
  border-radius: 2px;
  position: relative;
  margin-top: 16px;
}
.social-wrap .btn-group {
  box-shadow: none;
}
.social-wrap .btn-group.open .arrow {
  right: 30px;
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -9px;
  background-position: -152px -336px;
}
.social-wrap .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.social-wrap .dropdown-menu {
  right: 0px;
  top: auto;
  bottom: 100%;
}
.social-wrap .el {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
}
.social-wrap a.el,
.social-wrap a {
  color: #303147;
  text-decoration: none;
}
.social-wrap a.el:hover,
.social-wrap a:hover {
  text-decoration: none;
}
.social-wrap .el:last-child {
  border-right: none;
}
.social-wrap .watching {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
}
.social-wrap .watching .bg {
  background-position: -2px -435px;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.social-wrap .watching:hover .bg {
  background-position: -2px -435px;
}
.social-wrap .like {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
  line-height: 28px;
}
.social-wrap .like .liked .bg {
  background-position: -17px -411px;
}
.social-wrap .like .bg {
  background-position: 0px -411px;
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}
.social-wrap .share {
  padding-right: 56px;
  position: relative;
  line-height: 28px;
}
.social-wrap .share .bg {
  background-position: -4px -456px;
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 6px;
}
.social-wrap .share a {
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 20px;
  height: 17px;
}
.social-wrap .share:hover .bg {
  background-position: -4px -456px;
}
.social-wrap .share .separator {
  float: left;
  width: 8px;
  height: 24px;
  background-position: -103px -83px;
  margin-top: 2px;
  display: none;
}
.social-wrap .share .share-btn-group {
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  overflow: hidden;
  margin-left: 5px;
  font-size: 12px;
  color: #FFFFFF;
}
.social-wrap .share .share-btn-group .top a {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  margin: 0 5px;
}
.social-wrap .share .share-btn-group .top a strong {
  display: none;
}
.social-wrap .share .share-btn-group .top a.fb span {
  width: 8px;
  height: 17px;
  background-position: -4px -241px;
  margin-left: 5px;
  margin-top: 5px;
}
.social-wrap .share .share-btn-group .top a.twitter span {
  width: 15px;
  height: 14px;
  margin-top: 2px;
  background-position: 0px -327px;
  margin-left: 1px;
  margin-top: 7px;
}
.social-wrap .share .share-btn-group .top a.gplus {
  margin-right: 20px;
}
.social-wrap .share .share-btn-group .top a.gplus span {
  width: 16px;
  height: 16px;
  background-position: 0px -270px;
  margin-top: 6px;
}
.social-wrap .share .share-btn-group .btm {
  margin-left: 15px;
  font-size: 10px;
  color: #bebcbd;
  line-height: normal;
  margin-top: 5px;
}
.social-wrap .share:hover .share-btn-group {
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
}
.social-wrap .share:hover .separator {
  display: block;
}
.social-wrap span {
  float: left;
  line-height: 28px;
}
.social-wrap span.bg {
  margin-top: 0;
  margin-left: 0;
}
.banner {
  background-color: #f37021;
  text-align: center;
  position: relative;
}
.banner .close-banner {
  background-position: -7px -54px;
  height: 12px;
  width: 12px;
  position: absolute;
  z-index: 100;
  top: 23px;
  right: 20%;
}
/**
* Page section
*/
.slide-channel {
  position: relative;
  margin-left: -2px;
}
.slide-channel .on-top-channel-ads {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 330px;
  width: 300px;
  height: 276px;
}
.thumb {
  margin: 0 2px 5px 2px;
  float: left;
  display: block;
  width: 179px;
  height: 58px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #d8d8d8, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border-bottom: 2px solid #ff7b2b;
}
.thumb .channel-favorite-button-inside {
  position: absolute;
  bottom: 5px;
  right: 3px;
  width: 22px;
  height: 22px;
  background-position: -175px -361px;
  background-color: transparent;
  border: none;
  z-index: 1;
  outline: none;
}
.thumb .channel-favorite-button-inside.favorited {
  background-position: -151px -361px;
}
.thumb .channel-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.thumb .overlay {
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 14px;
  padding-top: 1px;
  line-height: 60px;
  vertical-align: middle;
}
.thumb .overlay h3,
.thumb .overlay h4 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  color: #050517;
}
.thumb .overlay h3 {
  font-size: 12px;
  color: #303147;
  letter-spacing: 1px;
  line-height: 18px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.thumb .overlay h4 {
  font-size: 18px;
}
.thumb .overlay span {
  font-size: 12px;
}
.thumb.big {
  width: 506px;
  height: 276px;
}
.thumb-wrap-float {
  float: left;
  width: 183px;
}
.thumb-wrap-float .thumb {
  float: none;
}
.mivo-download-ads {
  background-color: #ff6300;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.mivo-download-ads h1 {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
.mivo-download-ads .download {
  display: inline-block;
  margin-top: 14px;
}
.mivo-download-ads .download a,
.mivo-download-ads .download .separator {
  float: left;
}
.mivo-download-ads .download a {
  padding-top: 8px;
}
.mivo-download-ads .separator {
  height: 60px;
  width: 1px;
  background-color: #40476d;
  margin: 0 60px 0 50px;
}
.mivo-mobile-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.mivo-mobile-wrap .mivo-download-ads {
  height: 100%;
}
.mivo-mobile-wrap h1 {
  font-size: 18px;
  padding: 0 20px;
  line-height: 30px;
}
.mivo-mobile-wrap .separator {
  margin: 0 30px;
  height: 48px;
}
.mivo-mobile-wrap .download a {
  width: 112px;
}
.mivo-mobile-wrap .download a img {
  transform: scale(0.7);
  margin-left: -24px;
}
.carousel-indicators li {
  margin: 1px 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #fff;
}
.carousel-indicators li.active {
  margin: 1px 12px;
  background-color: #ff7b2b;
}
.about-content .carousel-caption h4 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 100;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 72px;
  font-family: 'AvenirNext-UltraLight';
}
.about-content .paragraph-wrap {
  margin-top: 100px;
  margin-bottom: 40px;
}
.about-content .paragraph-wrap .paragraph {
  width: 690px;
  margin: auto;
}
.about-content .paragraph-wrap .paragraph h1 {
  font-weight: 400;
  font-size: 40px;
  color: #ff7b2b;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.about-content .paragraph-wrap .paragraph p {
  font-size: 20px;
  color: #58595B;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin-bottom: 60px;
}
.about-content .showcase-preview-wrap {
  background-color: #ff7b2b;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner h1 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 50px;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
  display: inline-block;
  width: 180px;
  margin: 0 75px;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block:hover .img-wrap {
  background-color: #303147;
  border: 1px solid #303147;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap {
  border: 1px solid #ffbb92;
  border-radius: 50%;
  height: 180px;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap img {
  width: 180px;
  height: 180px;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block h2 {
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.26px;
  line-height: 18px;
  text-transform: capitalize;
}
.about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .meta {
  display: none;
}
.about-content .showcase-meta {
  background: #303147;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 32px;
  position: relative;
  height: 0;
}
.about-content .showcase-meta .content {
  padding: 40px 0;
  width: 400px;
  margin: auto;
  text-align: center;
}
.about-content .showcase-meta .arrow {
  width: 34px;
  height: 28px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  background-image: url("../img/footer/about/arrow.png");
  background-size: 34px 28px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-content .showcase-meta.show {
  height: 208px;
}
.about-content .showcase-meta.show .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-content .showcase-wrap .showcase-item-wrap {
  width: 900px;
  margin: auto;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 35px;
}
.about-content .showcase-wrap .showcase-item-wrap h1 {
  font-weight: 600;
  font-size: 40px;
  color: #58595B;
  letter-spacing: 1px;
  line-height: 55px;
}
.about-content .showcase-wrap .showcase-item-wrap .showcase {
  width: 350px;
  margin: 0 50px;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
}
.about-content .showcase-wrap .showcase-item-wrap .showcase img {
  width: 141px;
  height: 141px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about-content .showcase-wrap .showcase-item-wrap .showcase h3 {
  font-weight: 500;
  font-size: 24px;
  color: #303147;
  letter-spacing: 0.4px;
  line-height: 18px;
}
.about-content .showcase-wrap .showcase-item-wrap .showcase .meta {
  font-weight: 300;
  font-size: 20px;
  color: #535353;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .about-content .carousel-caption h4 {
    font-size: 44px;
    letter-spacing: 0.43px;
    line-height: 56px;
  }
  .about-content .paragraph-wrap .paragraph {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
    margin: 0 23px;
  }
  .about-content .showcase-wrap .showcase-item-wrap {
    width: 670px;
  }
  .about-content .showcase-wrap .showcase-item-wrap .showcase {
    width: 278px;
    margin: 0 28px;
    min-height: 335px;
    float: left;
  }
}
.main-wrap.mobile header .mbreadcrumb {
  padding-right: 20px;
}
.main-wrap.mobile header .logo {
  margin-left: 20px;
}
.main-wrap.mobile .about-content .carousel-caption {
  bottom: 0;
  padding-bottom: 10px;
}
.main-wrap.mobile .about-content .carousel-caption h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.main-wrap.mobile .about-content .paragraph-wrap {
  margin-top: 25px;
}
.main-wrap.mobile .about-content .paragraph-wrap .paragraph {
  width: 100%;
  padding: 0 25px;
}
.main-wrap.mobile .about-content .paragraph-wrap .paragraph h1 {
  font-size: 30px;
  letter-spacing: 0.37px;
  line-height: 32px;
  margin-bottom: 5px;
}
.main-wrap.mobile .about-content .paragraph-wrap .paragraph p {
  font-size: 16px;
  letter-spacing: 0.31px;
  line-height: 26px;
  margin-bottom: 20px;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner h1 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 33px;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
  width: 100%;
  padding: 0 35px;
  margin: 0;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block:hover .img-wrap {
  background-color: transparent;
  border: 1px solid #ffbb92;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap {
  height: 80px;
  width: 80px;
  margin: auto;
  margin-bottom: 20px;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap img {
  width: 80px;
  height: 80px;
}
.main-wrap.mobile .about-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .meta {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  line-height: 26px;
  display: block;
  margin-bottom: 30px;
  margin-top: 15px;
}
.main-wrap.mobile .about-content .showcase-wrap .showcase-item-wrap {
  width: 100%;
  padding: 0 30px;
}
.main-wrap.mobile .about-content .showcase-wrap .showcase-item-wrap h1 {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 33px;
  margin-bottom: 45px;
  margin-top: 30px;
}
.main-wrap.mobile .about-content .showcase-wrap .showcase-item-wrap .showcase {
  width: auto;
  margin: 0;
}
.main-wrap.mobile .about-content .showcase-wrap .showcase-item-wrap .showcase h2 {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.main-wrap.mobile .about-content .showcase-wrap .showcase-item-wrap .showcase .meta {
  font-size: 16px;
  letter-spacing: 0.31px;
  line-height: 26px;
  margin-bottom: 25px;
}
.carousel-indicators li {
  margin: 1px 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #fff;
}
.carousel-indicators li.active {
  margin: 1px 12px;
  background-color: #ff7b2b;
}
.privacy-content .carousel-caption h4 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: 100;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 72px;
  font-family: 'AvenirNext-UltraLight';
}
.privacy-content .paragraph-wrap {
  margin-top: 100px;
  margin-bottom: 40px;
}
.privacy-content .paragraph-wrap .paragraph {
  width: 690px;
  margin: auto;
}
.privacy-content .paragraph-wrap .paragraph h1 {
  font-weight: 400;
  font-size: 40px;
  color: #ff7b2b;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.privacy-content .paragraph-wrap .paragraph p {
  font-size: 20px;
  color: #58595B;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin-bottom: 60px;
}
.privacy-content .showcase-preview-wrap {
  background-color: #ff7b2b;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner h1 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 50px;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
  display: inline-block;
  width: 180px;
  margin: 0 75px;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block:hover .img-wrap {
  background-color: #303147;
  border: 1px solid #303147;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap {
  border: 1px solid #ffbb92;
  border-radius: 50%;
  height: 180px;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap img {
  width: 180px;
  height: 180px;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block h2 {
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.26px;
  line-height: 18px;
  text-transform: capitalize;
}
.privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .meta {
  display: none;
}
.privacy-content .showcase-meta {
  background: #303147;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 32px;
  position: relative;
  height: 0;
}
.privacy-content .showcase-meta .content {
  padding: 40px 0;
  width: 400px;
  margin: auto;
  text-align: center;
}
.privacy-content .showcase-meta .arrow {
  width: 34px;
  height: 28px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  background-image: url("../img/footer/about/arrow.png");
  background-size: 34px 28px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.privacy-content .showcase-meta.show {
  height: 208px;
}
.privacy-content .showcase-meta.show .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.privacy-content .showcase-wrap .showcase-item-wrap {
  width: 900px;
  margin: auto;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 35px;
}
.privacy-content .showcase-wrap .showcase-item-wrap h1 {
  font-weight: 600;
  font-size: 40px;
  color: #58595B;
  letter-spacing: 1px;
  line-height: 55px;
}
.privacy-content .showcase-wrap .showcase-item-wrap .showcase {
  width: 350px;
  margin: 0 50px;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
}
.privacy-content .showcase-wrap .showcase-item-wrap .showcase img {
  width: 141px;
  height: 141px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.privacy-content .showcase-wrap .showcase-item-wrap .showcase h3 {
  font-weight: 500;
  font-size: 24px;
  color: #303147;
  letter-spacing: 0.4px;
  line-height: 18px;
}
.privacy-content .showcase-wrap .showcase-item-wrap .showcase .meta {
  font-weight: 300;
  font-size: 20px;
  color: #535353;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .privacy-content .carousel-caption h4 {
    font-size: 44px;
    letter-spacing: 0.43px;
    line-height: 56px;
  }
  .privacy-content .paragraph-wrap .paragraph {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
    margin: 0 23px;
  }
  .privacy-content .showcase-wrap .showcase-item-wrap {
    width: 670px;
  }
  .privacy-content .showcase-wrap .showcase-item-wrap .showcase {
    width: 278px;
    margin: 0 28px;
    min-height: 335px;
    float: left;
  }
}
.main-wrap.mobile header .mbreadcrumb {
  padding-right: 20px;
}
.main-wrap.mobile header .logo {
  margin-left: 20px;
}
.main-wrap.mobile .privacy-content .carousel-caption {
  bottom: 0;
  padding-bottom: 10px;
}
.main-wrap.mobile .privacy-content .carousel-caption h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.main-wrap.mobile .privacy-content .paragraph-wrap {
  margin-top: 25px;
}
.main-wrap.mobile .privacy-content .paragraph-wrap .paragraph {
  width: 100%;
  padding: 0 25px;
}
.main-wrap.mobile .privacy-content .paragraph-wrap .paragraph h1 {
  font-size: 30px;
  letter-spacing: 0.37px;
  line-height: 32px;
  margin-bottom: 5px;
}
.main-wrap.mobile .privacy-content .paragraph-wrap .paragraph p {
  font-size: 16px;
  letter-spacing: 0.31px;
  line-height: 26px;
  margin-bottom: 20px;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner h1 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 33px;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block {
  width: 100%;
  padding: 0 35px;
  margin: 0;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block:hover .img-wrap {
  background-color: transparent;
  border: 1px solid #ffbb92;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap {
  height: 80px;
  width: 80px;
  margin: auto;
  margin-bottom: 20px;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .img-wrap img {
  width: 80px;
  height: 80px;
}
.main-wrap.mobile .privacy-content .showcase-preview-wrap .showcase-preview-wrap-inner .block-wrap .block .meta {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  line-height: 26px;
  display: block;
  margin-bottom: 30px;
  margin-top: 15px;
}
.main-wrap.mobile .privacy-content .showcase-wrap .showcase-item-wrap {
  width: 100%;
  padding: 0 30px;
}
.main-wrap.mobile .privacy-content .showcase-wrap .showcase-item-wrap h1 {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 33px;
  margin-bottom: 45px;
  margin-top: 30px;
}
.main-wrap.mobile .privacy-content .showcase-wrap .showcase-item-wrap .showcase {
  width: auto;
  margin: 0;
}
.main-wrap.mobile .privacy-content .showcase-wrap .showcase-item-wrap .showcase h2 {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.main-wrap.mobile .privacy-content .showcase-wrap .showcase-item-wrap .showcase .meta {
  font-size: 16px;
  letter-spacing: 0.31px;
  line-height: 26px;
  margin-bottom: 25px;
}
.faq-container {
  width: 700px;
  margin: auto;
  padding-top: 80px;
}
.faq-container h1 {
  font-weight: normal;
  font-size: 40px;
  color: #30353C;
  line-height: 55px;
  text-align: center;
}
.faq-container .search-content-wrap {
  border: 1px solid #FF7B2B;
  border-radius: 8px;
  width: 336px;
  margin: 20px auto;
  position: relative;
}
.faq-container .search-content-wrap input[type=search] {
  width: 100%;
  line-height: 32px;
  padding: 5px 15px;
  font-size: normal;
  font-size: 20px;
  color: #979797;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: transparent;
}
.faq-container .search-content-wrap button {
  border: none;
  background-color: transparent;
  background: url('../img/footer/search.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  z-index: 10;
  right: 11px;
  top: 8px;
}
.faq-container article h2 {
  font-weight: normal;
  font-size: 40px;
  color: #F7842A;
  letter-spacing: 0.53px;
  margin: 0;
  margin-top: 35px;
  line-height: 52px;
}
.faq-container article p {
  font-weight: normal;
  font-size: 20px;
  color: #6B6C6E;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.faq-container article img {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .faq-container {
    width: 570px;
  }
}
.main-wrap.mobile .faq-container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
}
.main-wrap.mobile .faq-container .search-content-wrap {
  width: 100%;
}
.main-wrap.mobile .faq-container article h2 {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 35px;
  margin-top: 20px;
}
.main-wrap.mobile .faq-container article p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 26px;
  margin-top: 5px;
}
.main-wrap.mobile .faq-container article img {
  margin-bottom: 15px;
}
.contact-page {
  padding-top: 55px;
  padding-bottom: 50px;
}
.contact-page .container {
  max-width: 950px;
}
.contact-page h1 {
  font-weight: normal;
  font-size: 40px;
  color: #30353C;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.contact-page .left {
  width: 400px;
  float: left;
}
.contact-page .right {
  width: 400px;
  float: right;
}
.contact-page .right p {
  font-size: 16px;
  line-height: 22px;
}
.contact-page .new_contact_message .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.contact-page .new_contact_message .input-wrap .help-block {
  margin: 5px;
  position: absolute;
  bottom: -26px;
}
.contact-page .new_contact_message input[type=text],
.contact-page .new_contact_message input[type=email],
.contact-page .new_contact_message textarea {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid rgba(159, 167, 199, 0.5);
  border-radius: 6px;
  padding: 9px 20px;
  font-weight: normal;
  font-size: 16px;
  color: #979797;
  line-height: 22px;
  border-sizing: border-box;
  outline: none;
}
.contact-page .new_contact_message textarea {
  height: 195px;
}
.contact-page .new_contact_message input[type=submit] {
  float: right;
}
.contact-page .paragraph {
  margin-bottom: 25px;
}
.contact-page .paragraph p {
  font-weight: normal;
  color: #30353C;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.contact-page .con {
  margin-bottom: 25px;
}
.contact-page .con p {
  font-weight: normal;
  color: #24282E;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
.contact-page .con span {
  text-transform: capitalize;
}
.contact-page .office {
  margin-bottom: 25px;
}
.contact-page .office p {
  font-weight: normal;
  color: #24282E;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .contact-page .container {
    width: 880px;
    max-width: 880px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-page .container {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
  }
  .contact-page .container .left,
  .contact-page .container .right {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
}
.main-wrap.mobile .contact-page {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
}
.main-wrap.mobile .contact-page h1 {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 15px;
}
.main-wrap.mobile .contact-page .container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .contact-page .container .new_contact_message input[type=text],
.main-wrap.mobile .contact-page .container .new_contact_message input[type=email],
.main-wrap.mobile .contact-page .container .new_contact_message textarea {
  font-size: 16px;
}
.main-wrap.mobile .contact-page .container .left,
.main-wrap.mobile .contact-page .container .right {
  float: none;
  margin-bottom: 30px;
  width: 100%;
}
.main-wrap.mobile .contact-page .container .right p {
  font-size: 16px;
}
.channel-page {
  background-color: #EDEDED;
  padding-bottom: 120px;
}
.channel-page .not-found-channel-wrap .head {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
}
.channel-page .not-found-channel-wrap .top {
  text-align: center;
}
.channel-page .not-found-channel-wrap .top h1 {
  font-size: 28px;
  color: #303147;
  font-weight: 500;
  margin-top: 30px;
}
.channel-page .not-found-channel-wrap .top a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  margin-left: -29px;
}
.channel-page .not-found-channel-wrap .top a span.icon {
  background-position: -153px -505px;
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
}
.channel-page .not-found-channel-wrap .top a span.text {
  border-bottom: 1px solid #ff7b2b;
}
.channel-page .not-found-channel-wrap .slide-channel-container {
  max-width: 728px;
  width: 728px;
  min-width: 728px;
}
.channel-page .not-found-channel-wrap .slide-channel-container .thumb {
  width: 179px;
}
.channel-page .not-found-channel-wrap .slide-channel-container .thumb-wrap-float {
  width: 182px;
}
.channel-page .not-found-channel-wrap .home-section .head {
  font-size: 20px;
  margin-top: 62px;
}
.channel-page .not-found-channel-wrap .home-section .head span {
  max-width: 840px;
  display: block;
  float: none;
  margin: auto;
}
.channel-page .channel-info .comment-input-wrap {
  padding: 10px;
}
.channel-page .channel-info .comment-input-wrap .form-control {
  height: 32px;
}
.channel-page .channel-info .comments-wrap ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.channel-page .channel-info .comments-wrap ul li {
  position: relative;
  border-bottom: 1px solid #c1c2c4;
  margin-bottom: 10px;
}
.channel-page .channel-info .comments-wrap ul li span:first-child {
  position: absolute;
  top: 3px;
  width: 68px;
  height: 68px;
  left: 8px;
}
.channel-page .channel-info .comments-wrap ul li span:first-child img {
  border-radius: 34px;
  border: 4px solid #c8c7cc;
}
.channel-page .channel-info .comments-wrap ul li span:last-child {
  margin-left: 74px;
  color: #1a2025;
  display: block;
  min-height: 68px;
  margin-bottom: 10px;
}
.channel-page .channel-info .social-wrap {
  position: relative;
}
.channel-page .channel-info .info {
  padding: 30px;
  padding-top: 0;
  background-color: #EDEDED;
  margin: 0;
}
.channel-page .channel-info .info .fb-comment-wrap {
  padding: 15px;
  overflow: hidden;
}
.channel-page .channel-info .info .ads-actived .fb-comment-wrap {
  min-height: 1227px;
}
.channel-page .channel-info .info .program-right-ads {
  margin-top: 104px;
}
.channel-page .channel-info .info .left-section {
  float: left;
  width: 635px;
  padding-left: 15px;
}
.channel-page .channel-info .info .right-section {
  float: right;
  width: 315px;
  padding-right: 15px;
}
.channel-page .channel-info .schedule-wrap {
  margin-bottom: 10px;
  width: 300px;
  margin-top: 15px;
  padding-bottom: 20px;
}
.channel-page .channel-info .schedule-wrap .wrap-list-schedule {
  overflow: scroll;
  max-height: 250px;
}
.channel-page .channel-info .schedule-wrap .btn-schedule-more {
  background-color: #303147;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  width: 100%;
  line-height: 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #c1c2c4;
  border-top: 0;
}
.channel-page .channel-info .schedule-wrap h2 {
  padding-left: 15px;
  color: #303147;
  font-weight: 400;
  margin: 0;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.channel-page .channel-info .schedule-wrap .btn-border {
  margin: 15px 0;
}
.channel-page .channel-info .schedule-wrap ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.channel-page .channel-info .schedule-wrap ul li {
  padding: 0 12px 0 24px;
  height: 36px;
}
.channel-page .channel-info .schedule-wrap ul li:last-child {
  margin-bottom: 0;
}
.channel-page .channel-info .schedule-wrap ul li:nth-child(even) {
  background-color: #f8f8fb;
}
.channel-page .channel-info .schedule-wrap ul li:nth-child(odd) {
  background-color: #fff;
}
.channel-page .channel-info .schedule-wrap ul li span {
  font-weight: 500;
  font-size: 12px;
  color: #8e95bb;
  margin-right: 10px;
  border-right: 1px solid #ff7b2b;
  padding-right: 10px;
  line-height: 36px;
  display: inline-block;
  width: 55px;
}
.channel-page .channel-info .schedule-wrap ul li a {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: inline-block;
  text-decoration: underline;
  color: #8e95bb;
  text-decoration: none;
  cursor: default;
}
.channel-page .channel-info .schedule-wrap ul li a:hover {
  color: #8e95bb;
}
.channel-page .channel-info .schedule-wrap ul li.now {
  height: 36px;
  background-color: #ff7b2b;
}
.channel-page .channel-info .schedule-wrap ul li.now span,
.channel-page .channel-info .schedule-wrap ul li.now a {
  line-height: 36px;
  color: #fff;
}
.main-wrap.mobile .channel-page .not-found-channel-wrap .home-section .head span {
  padding: 0 10px;
}
.main-wrap.mobile .channel-page .not-found-channel-wrap .slide-channel-container .thumb-wrap-float {
  width: 100%;
}
.main-wrap.mobile .channel-page .not-found-channel-wrap .slide-channel-container {
  width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .slide-channel-mobile {
  padding: 0 10px;
}
.program-page {
  padding-top: 170px;
}
.program-page .program-header {
  min-height: 132px;
  background-color: #40476D;
  position: fixed;
  top: 44px;
  width: 100%;
  left: 0;
  z-index: 3;
}
.program-page .program-header .gradient-bg {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 132px;
  text-align: center;
}
.program-page .program-header .gradient-bg.nobg {
  background-color: transparent;
}
.program-page .program-header .gradient-bg .container {
  padding-left: 340px;
}
.program-page .program-header .gradient-bg .program-top-center {
  display: inline-block;
  text-align: left;
}
.program-page .program-header h1 {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 28px;
  display: inline-block;
}
.program-page .program-header h1 a {
  color: #ff7b2b;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.program-page .program-header h2 {
  margin: 0;
  position: relative;
  top: 0px;
  color: #fff;
  line-height: 28px;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  font-size: 22px;
}
.program-page .program-header ul {
  list-style: none;
  margin-bottom: 0;
  text-align: right;
  padding-right: 10%;
}
.program-page .program-header ul li {
  display: inline-block;
}
.program-page .program-header ul li a {
  display: block;
  color: #f37021;
  line-height: 50px;
  margin: 0 30px;
  font-size: 28px;
  padding: 0 20px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.program-page .program-header ul li a.active {
  border-bottom: 6px solid #f37021;
  opacity: 1;
}
.program-page .program-header ul li a:hover,
.program-page .program-header ul li a:focus {
  text-decoration: none;
}
.program-page .program-header .tag-wrapper {
  padding-bottom: 14px;
  position: relative;
}
.program-page .program-header .tag-wrapper .btn-add-tag {
  width: 26px;
  height: 26px;
  border: none;
  background-position: -189px 299px;
  background-color: transparent;
  position: relative;
  top: -6px;
}
.program-page .program-header .tag-wrapper .btn-edit-tag {
  width: 26px;
  height: 26px;
  border: none;
  background-position: -196px -320px;
  background-color: transparent;
  position: relative;
  top: -6px;
  margin-left: 20px;
}
.program-page .program-header .tag-wrapper .tag-list {
  text-align: left;
  padding: 0;
}
.program-page .program-header .tag-wrapper .tag-list li {
  position: relative;
}
.program-page .program-header .tag-wrapper .tag-list li.editing {
  padding-left: 20px;
}
.program-page .program-header .tag-wrapper .tag-list li.editing a.delete {
  display: block;
}
.program-page .program-header .tag-wrapper .tag-list a {
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0 5px;
}
.program-page .program-header .tag-wrapper .tag-list a.delete {
  font-size: 10px;
  position: absolute;
  line-height: normal;
  top: 50%;
  left: 0;
  margin-top: -6px;
  display: none;
}
.program-page .program-header .tag-wrapper .tag-icon {
  background-position: -160px -313px;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.program-page .program-header .tag-wrapper .input-tag-wrap {
  margin-bottom: -12px;
  display: none;
}
.program-page .program-header .tag-wrapper .input-tag-wrap.opened {
  display: block;
  padding-left: 5px;
}
.program-page .program-header .tag-wrapper .input-tag-wrap.edit-tag-wrap {
  display: inline-block;
  margin-left: 0;
}
.program-page .program-header .tag-wrapper .input-tag-wrap .input-group {
  max-width: 100px;
}
.program-page .program-header .tag-wrapper .input-tag-wrap .input-group-addon {
  padding: 0;
  color: #c1c2c4;
  background: 0;
  border: 0;
  font-size: 12px;
}
.program-page .program-header .tag-wrapper .input-tag-wrap input[type=text] {
  background: transparent;
  border: none;
  padding-left: 0;
  font-size: 12px;
  color: #c1c2c4;
}
.program-page .program-header .tag-wrapper .input-tag-wrap .btn-default {
  margin-right: 15px;
  margin-top: 0;
  text-transform: lowercase;
  font-size: 12px;
}
.program-page .program-header .tag-wrapper .input-tag-wrap .btn-default:hover,
.program-page .program-header .tag-wrapper .input-tag-wrap .btn-default:active,
.program-page .program-header .tag-wrapper .input-tag-wrap .btn-default:focus {
  background-color: transparent;
  color: #c1c2c4;
}
.program-page .program-header .tag-wrapper .btn-add-tag,
.program-page .program-header .tag-wrapper .btn-edit-tag {
  margin-bottom: -13px;
  margin-left: 15px;
  display: none;
}
.program-page .program-header .tag-wrapper .btn-add-tag.opened,
.program-page .program-header .tag-wrapper .btn-edit-tag.opened {
  display: block;
}
.program-page .program-header .tag-wrapper .btn-add-tag:hover,
.program-page .program-header .tag-wrapper .btn-edit-tag:hover,
.program-page .program-header .tag-wrapper .btn-add-tag:active,
.program-page .program-header .tag-wrapper .btn-edit-tag:active,
.program-page .program-header .tag-wrapper .btn-add-tag:focus,
.program-page .program-header .tag-wrapper .btn-edit-tag:focus {
  background-color: transparent;
  color: #c1c2c4;
}
.program-page .info {
  background-color: #EDEDED;
  padding: 30px;
}
.program-page .info .left-section {
  width: 301px;
  float: left;
}
.program-page .info .right-section {
  width: 620px;
  float: right;
}
.program-page .info .item.credit {
  padding-bottom: 0px;
  position: relative;
}
.program-page .info .item.credit h2 {
  border: none;
}
.program-page .info .item.credit .btn-add-credit {
  background-position: -151px -279px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.program-page .info .item.credit .edit-btn-wrap .edit-btn {
  background-color: #303147;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  text-align: center;
  width: 100%;
  line-height: 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  text-decoration: none;
  border: 1px solid #c1c2c4;
  border-top: 0;
}
.program-page .info .item.credit .edit-btn-wrap .save-btn {
  background-color: #ff7b2b;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  text-align: center;
  width: 100%;
  line-height: 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  text-decoration: none;
  border: 1px solid #c1c2c4;
  border-top: 0;
}
.program-page .info .item.credit .credit-wrap {
  width: 100%;
  overflow: hidden;
}
.program-page .info .item.credit .credit-wrap .table-credit-wrap {
  max-height: 300px;
  overflow: scroll;
}
.program-page .info .item.credit table {
  padding: 0;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.program-page .info .item.credit table td {
  border: none;
  padding: 0 10px 5px;
  position: relative;
  overflow: hidden;
}
.program-page .info .item.credit table td a {
  color: #ff7b2b;
  text-decoration: underline;
  font-size: 14px;
}
.program-page .info .item.credit table td.photo {
  border-right: 1px solid #f37021;
  padding: 20px;
  width: 70px;
}
.program-page .info .item.credit table td.photo span {
  width: 32px;
  height: 32px;
  background-color: #303147;
  border-radius: 4px;
  display: block;
}
.program-page .info .item.credit table td input {
  border: 0;
  margin: 2px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  width: 180px;
  border-radius: 4px;
  outline: none;
  color: #303147;
  padding: 5px 10px;
  font-size: 14px;
  margin: 5px 0;
  line-height: 25px;
}
.program-page .info .item.credit table td .delete-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  text-decoration: none;
  color: #c1c2c4;
  background-position: -132px 0;
}
.program-page .info .item.credit table td h3 {
  color: #303147;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
}
.program-page .info .item.credit table td h3 .delete-icon {
  top: 23px;
}
.program-page .info .item.credit table td h3 .head-param {
  position: absolute;
  left: 7px;
  top: 17px;
}
.program-page .info .item.credit table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.program-page .info .item.credit table td ul li {
  color: #c1c2c4;
  margin: 0px;
  font-size: 17px;
  line-height: 30px;
  position: relative;
}
.program-page .info .item.credit table tr:nth-child(odd) {
  background-color: #f8f8fb;
}
.program-page .info .item.credit table tr:nth-child(odd) td {
  background-color: #f8f8fb;
}
.program-page .info .item h2 {
  color: #303147;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  line-height: 44px;
  padding-top: 2px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c3c6cb;
  font-size: 20px;
}
.program-page .info .item h2.nopadd {
  padding: 0 0 8px 0;
}
.program-page .info .item .media-wrap {
  margin-right: -10px;
  margin-left: -10px;
}
.program-page .info .item .media-wrap a,
.program-page .info .item .media-wrap .placeholder {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background: #8e95bb;
  margin: 10px;
  border-radius: 4px;
}
.program-page .info .item .media-wrap a.big,
.program-page .info .item .media-wrap .placeholder.big {
  width: 140px;
  height: 140px;
}
.program-page .info .item .media-wrap a span,
.program-page .info .item .media-wrap .placeholder span {
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #1a2025;
}
.program-page .info .post-input-wrap {
  padding: 10px;
  background-color: #8e95bb;
  position: relative;
}
.program-page .info .post-input-wrap .textarea-wrap {
  padding-right: 100px;
  margin-bottom: 0;
}
.program-page .info .post-input-wrap .textarea-wrap textarea {
  height: 32px;
  resize: none;
}
.program-page .info .post-input-wrap .btn-wrap {
  position: absolute;
  top: 10px;
  right: 12px;
}
.program-page .info .post-input-wrap .btn-wrap .btn-primary {
  padding: 6px 20px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #303147;
  border: none;
  height: 32px;
}
.program-page .info .post-input-wrap .btn-wrap .btn-primary:hover {
  background-color: #242a4c;
}
.program-page .info .post-input-wrap .grey-text {
  color: #1a2025;
}
.program-page .info .posts-wrap .add-reply-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -54px;
}
.program-page .info .posts-wrap .add-reply-wrap.opened {
  margin-top: -4px;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap {
  background-color: #e7e7e7;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap textarea.form-control {
  height: 32px;
  resize: none;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap .form-group {
  padding-right: 100px;
  position: relative;
  margin-bottom: 0;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap .form-group .btn.btn-primary {
  padding: 6px 20px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #303147;
  border: none;
  height: 32px;
}
.program-page .info .posts-wrap .add-reply-wrap .post-input-wrap .form-group .btn.btn-primary:hover {
  background-color: #242a4c;
}
.program-page .info .posts-wrap .items {
  margin-bottom: 10px;
  overflow: visible;
}
.program-page .info .posts-wrap .items .items-inner {
  position: relative;
  z-index: 2;
}
.program-page .info .posts-wrap .items .items-inner .media-content-wrap img {
  width: 100%;
}
.program-page .info .posts-wrap .items .items-inner .content {
  padding: 20px 20px 20px 20px;
  min-height: 90px;
  position: relative;
}
.program-page .info .posts-wrap .items .items-inner .content span:first-child {
  position: absolute;
  top: 20px;
  left: 20px;
}
.program-page .info .posts-wrap .items .items-inner .content span:last-child {
  display: block;
  margin-left: 60px;
  font-size: 14px;
  font-weight: normal;
  color: #58595B;
  line-height: 25px;
  white-space: pre-wrap;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.program-page .info .posts-wrap .items .items-inner .btm {
  background-color: #f8f8fb;
  padding: 0 20px;
  position: relative;
  line-height: 32px;
  height: 32px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.program-page .info .posts-wrap .items .items-inner .meta {
  color: #8e95bb;
  font-size: 12px;
}
.program-page .info .posts-wrap .items .items-inner .meta a {
  font-weight: bold;
  color: #8e95bb;
}
.program-page .info .posts-wrap .items .items-inner .control {
  position: absolute;
  top: -3px;
  right: 15px;
}
.program-page .info .posts-wrap .items .items-inner .control .reply-btn {
  width: 18px;
  height: 18px;
  background-position: -3px -376px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.program-page .info .posts-wrap .items .items-inner .control .reply-btn.opened {
  background-position: -147px -376px;
}
.program-page .info .posts-wrap .items .items-inner .control .btn {
  text-transform: capitalize;
  color: #303147;
  text-decoration: none;
  font-weight: bold;
}
.program-page .info .posts-wrap .items .items-inner .control .btn:hover {
  color: #f37021;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group {
  border: none;
  box-shadow: none;
  padding-left: 10px;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group.open .arrow {
  right: 3px;
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -9px;
  background-position: -152px -336px;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group.open .dropdown-toggle {
  box-shadow: none;
  border: none;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group .dropdown-toggle {
  background-position: -78px -499px;
  width: 24px;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 5px;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group .dropdown-toggle:hover {
  background-position: -103px -499px;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group .dropdown-menu {
  right: -5px;
  top: auto;
  bottom: 100%;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group .dropdown-menu li:first-child a {
  border-bottom: none;
}
.program-page .info .posts-wrap .items .items-inner .control .btn-group .dropdown-menu li a {
  text-align: left;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap {
  padding: 0 0 0 48px;
  list-style: none;
  background: #8e95bb;
  margin: 0px 3px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .reply-content-text {
  min-height: 43px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .reply-content-text .user-square-rounded img {
  width: 32px;
  height: 32px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg {
  padding: 10px;
  position: relative;
  min-height: 73px;
  border-bottom-width: 0;
  border: none;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .btm {
  background-color: #f8f8fb;
  padding: 0 20px;
  position: relative;
  line-height: 32px;
  height: 32px;
  margin: 0px -10px -10px -10px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .content span:first-child {
  position: absolute;
  top: 10px;
  left: 25px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .content span:last-child {
  display: block;
  margin-left: 70px;
  font-size: 14px;
  font-weight: normal;
  color: #58595B;
  white-space: pre-wrap;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .meta {
  color: #8e95bb;
  font-size: 12px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .meta a {
  font-weight: bold;
  color: #8e95bb;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control {
  position: absolute;
  top: -3px;
  right: 15px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn {
  text-transform: capitalize;
  color: #f37021;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group {
  border: none;
  box-shadow: none;
  padding-left: 10px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group.open .arrow {
  right: 3px;
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -9px;
  background-position: -152px -336px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group.open .dropdown-toggle {
  box-shadow: none;
  border: none;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group .dropdown-toggle {
  background-position: -214px -47px;
  width: 24px;
  display: inline-block;
  height: 25px;
  position: relative;
  top: 5px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group .dropdown-toggle:hover {
  background-position: -239px -47px;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group .dropdown-menu {
  right: -5px;
  top: auto;
  bottom: 100%;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group .dropdown-menu li:first-child a {
  border-bottom: none;
}
.program-page .info .posts-wrap .items .replies .reply-item-wrap .wrap-bg .control .btn-group .dropdown-menu li a {
  text-align: left;
}
.program-page .load-more {
  display: block;
  text-align: center;
  line-height: 50px;
}
.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none;
}
.as-sortable-item-handle {
  cursor: move;
}
.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.as-sortable-hidden {
  display: none !important;
}
.as-sortable-placeholder {
  box-sizing: border-box;
  background-color: #dbdbdb;
}
.as-sortable-drag {
  opacity: .8;
  list-style: none;
}
.me-page h1 {
  color: #838689;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}
.me-page .bookmark-btn {
  position: absolute;
  right: 15px;
  top: 30px;
}
.me-page .left-user {
  padding-right: 0;
  width: 300px;
  float: left;
  margin-top: 32px;
}
.me-page .left-user .user {
  height: 48px;
  background-color: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #D1D4D8;
  position: relative;
  width: 300px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.me-page .left-user .user .user-image {
  float: left;
}
.me-page .left-user .user .user-image img {
  width: 47px;
  height: 47px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.me-page .left-user .user .username {
  color: #303147;
  font-size: 17px;
  font-weight: 400;
  line-height: 48px;
  padding-left: 63px;
  text-decoration: none;
}
.me-page .left-user .user .arrow {
  width: 7px;
  height: 12px;
  background-position: -213px -507px;
  top: 18px;
  right: 20px;
  position: absolute;
  display: block;
}
.me-page .left-user .user.active,
.me-page .left-user .user:hover {
  background-color: #ff7b2b;
}
.me-page .left-user .user.active .username,
.me-page .left-user .user:hover .username {
  color: #fff;
  text-decoration: none;
}
.me-page .left-user .user.active .arrow,
.me-page .left-user .user:hover .arrow {
  background-position: -187px -507px;
}
.me-page .left-user ul {
  padding: 0px;
  list-style: none;
}
.me-page .left-user ul li a {
  display: block;
  font-size: 17px;
  color: #303147;
  font-weight: 400;
  width: 300px;
  height: 48px;
  margin-bottom: 10px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #D1D4D8;
  position: relative;
  padding-left: 45px;
}
.me-page .left-user ul li a .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 11px;
}
.me-page .left-user ul li a .carret {
  display: none;
}
.me-page .left-user ul li a.bookmarks .icon {
  background-position: -72px -386px;
}
.me-page .left-user ul li a.bookmarks:hover .icon,
.me-page .left-user ul li a.bookmarks.active .icon {
  background-position: -72px -362px;
}
.me-page .left-user ul li a.schedule .icon {
  background-position: -310px 0px;
}
.me-page .left-user ul li a.schedule:hover .icon,
.me-page .left-user ul li a.schedule.active .icon {
  background-position: -310px -225px;
}
.me-page .left-user ul li a.guide .icon {
  background-position: -190px 0px;
}
.me-page .left-user ul li a.guide:hover .icon,
.me-page .left-user ul li a.guide.active .icon {
  background-position: -190px -225px;
}
.me-page .left-user ul li a.setting .icon {
  background-position: -96px -386px;
}
.me-page .left-user ul li a.setting:hover .icon,
.me-page .left-user ul li a.setting.active .icon {
  background-position: -96px -362px;
}
.me-page .left-user ul li a .arrow {
  width: 7px;
  height: 12px;
  background-position: -213px -507px;
  top: 18px;
  right: 20px;
  position: absolute;
  display: block;
}
.me-page .left-user ul li a:hover,
.me-page .left-user ul li a:focus,
.me-page .left-user ul li a.active {
  background: #ff7b2b;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.me-page .left-user ul li a:hover .arrow,
.me-page .left-user ul li a:focus .arrow,
.me-page .left-user ul li a.active .arrow {
  background-position: -187px -507px;
}
.me-page .right-user {
  margin-top: 32px;
  margin-left: 320px;
  background-color: #fff;
  border: 1px solid #C3C6CB;
  border-radius: 2px;
  padding: 30px;
  position: relative;
  padding-bottom: 62px;
}
.me-page .right-user h3 {
  color: #838689;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.me-page .right-user .overlay h3 {
  color: #303147;
  margin-top: 10px;
}
.me-page .right-user .btm-user {
  background: #f8f8fb;
  height: 32px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.me-favorites .bootstrap-select .btn-default:hover,
.me-favorites .bootstrap-select .btn-default:focus,
.me-favorites .bootstrap-select .btn:hover,
.me-favorites .bootstrap-select .btn:focus,
.me-favorites .bootstrap-select .btn-default {
  background: #40476d;
  color: #fff;
}
.me-favorites .favorite-items a {
  display: block;
  height: 50px;
}
.me-favorites .favorite-items .delete-favorite {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 22px;
  z-index: 1;
  background: transparent;
  border: 0;
  color: #ff7b2b;
}
.me-favorites .favorite-items .thumb {
  height: auto;
}
.me-favorites .favorite-items .overlay {
  opacity: 1;
  line-height: normal;
}
.me-favorites .favorite-items .overlay h4 {
  font-size: 14px;
}
.me-favorites .favorite-items .overlay h4 span {
  font-size: 11px;
}
.me-favorites .favorite-items .overlay h6 {
  color: #fff;
  margin: 20px 0 0 0 ;
}
.user-info-table td {
  padding: 10px 15px;
}
.user-info-table td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .me-page .left-user {
    width: 48px;
  }
  .me-page .left-user .user {
    padding: 4px;
    width: 48px;
    text-indent: -99999px;
    margin-left: -4px;
  }
  .me-page .left-user .user .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    display: block;
  }
  .me-page .left-user .user .arrow {
    display: none;
  }
  .me-page .left-user .user .carret {
    width: 10px;
    height: 18px;
    background-position: -209px -362px;
    position: absolute;
    right: -10px;
    top: 15px;
    display: none;
    z-index: 2;
  }
  .me-page .left-user .user:hover,
  .me-page .left-user .user.active {
    margin-left: 0px;
  }
  .me-page .left-user .user:hover .carret,
  .me-page .left-user .user.active .carret {
    display: block;
  }
  .me-page .left-user ul li a {
    width: 48px;
    height: 48px;
    text-indent: -99999px;
    margin-left: -4px;
  }
  .me-page .left-user ul li a .arrow {
    display: none;
  }
  .me-page .left-user ul li a:hover,
  .me-page .left-user ul li a.active {
    margin-left: 0px;
  }
  .me-page .left-user ul li a:hover .carret,
  .me-page .left-user ul li a.active .carret {
    display: block;
  }
  .me-page .left-user ul li a .icon {
    left: 12px;
  }
  .me-page .left-user ul li a .carret {
    width: 10px;
    height: 18px;
    background-position: -209px -362px;
    position: absolute;
    right: -10px;
    top: 15px;
    display: none;
    z-index: 2;
  }
  .me-page .right-user {
    margin-left: 48px;
  }
}
.user-growth-page {
  padding-top: 30px;
}
.stat-wrap {
  border: 1px solid #C3C6CB;
  box-shadow: 0 0 2px rgba(142, 149, 187, 0.5);
  border-radius: 2px;
  margin-bottom: 20px;
}
.stat-wrap .left,
.stat-wrap .btm-tablet {
  width: 300px;
  float: left;
  background-color: #ff7b2b;
  padding: 20px;
  height: 480px;
}
.stat-wrap .left h3,
.stat-wrap .btm-tablet h3 {
  color: #303147;
  text-align: center;
  font-weight: 600;
  padding: 0 20px;
}
.stat-wrap .left .numb,
.stat-wrap .btm-tablet .numb {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.stat-wrap .left .meta-numb,
.stat-wrap .btm-tablet .meta-numb {
  font-size: 12px;
  color: #303147;
  text-align: center;
}
.stat-wrap .left .table-wrap,
.stat-wrap .btm-tablet .table-wrap {
  border-radius: 2px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.stat-wrap .left .table-wrap .table-wrap-inner,
.stat-wrap .btm-tablet .table-wrap .table-wrap-inner {
  height: 260px;
  overflow-y: scroll;
}
.stat-wrap .left .table-wrap .fixed-table-top,
.stat-wrap .btm-tablet .table-wrap .fixed-table-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.stat-wrap .left .table-wrap .fixed-table-top span,
.stat-wrap .btm-tablet .table-wrap .fixed-table-top span {
  display: block;
  width: 50%;
  line-height: 50px;
  font-size: 14px;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  float: left;
}
.stat-wrap .left .table-wrap .fixed-table-top span:last-child,
.stat-wrap .btm-tablet .table-wrap .fixed-table-top span:last-child {
  border-left: 1px solid #8E95BB;
}
.stat-wrap .left table,
.stat-wrap .btm-tablet table {
  color: #303147;
  width: 100%;
}
.stat-wrap .left table th,
.stat-wrap .btm-tablet table th {
  line-height: 50px;
  font-size: 14px;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
}
.stat-wrap .left table th:first-child,
.stat-wrap .btm-tablet table th:first-child {
  border-right: 1px solid #8E95BB;
}
.stat-wrap .left table tr,
.stat-wrap .btm-tablet table tr {
  background-color: #fff;
}
.stat-wrap .left table tr td,
.stat-wrap .btm-tablet table tr td {
  width: 50%;
  text-align: left;
  line-height: 36px;
}
.stat-wrap .left table tr td .wrap-time,
.stat-wrap .btm-tablet table tr td .wrap-time {
  display: inline-block;
  vertical-align: middle;
}
.stat-wrap .left table tr td .day,
.stat-wrap .btm-tablet table tr td .day {
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
}
.stat-wrap .left table tr td .date,
.stat-wrap .btm-tablet table tr td .date {
  font-size: 10px;
  line-height: normal;
}
.stat-wrap .left table tr td:first-child,
.stat-wrap .btm-tablet table tr td:first-child {
  border-right: 1px solid #8E95BB;
  padding-left: 30px;
}
.stat-wrap .left table tr td:last-child,
.stat-wrap .btm-tablet table tr td:last-child {
  text-align: center;
}
.stat-wrap .left table tr:nth-child(odd),
.stat-wrap .btm-tablet table tr:nth-child(odd) {
  background-color: #F5F9FF;
}
.stat-wrap .btm-tablet {
  width: 100%;
  float: none;
  display: none;
}
.stat-wrap .right {
  margin-left: 300px;
  background-color: #fff;
  padding: 36px 48px;
  height: 480px;
  position: relative;
}
.stat-wrap .right .tablet-stat {
  position: absolute;
  left: 20px;
  top: 10px;
  display: none;
}
.stat-wrap .right .tablet-stat h3 {
  font-size: 14px;
  padding: 0;
  color: #303147;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.stat-wrap .right .tablet-stat .numb {
  font-size: 12px;
  color: #303147;
}
.stat-wrap .right .tablet-stat .numb span {
  color: #ff7b2b;
  font-weight: 600;
}
.stat-wrap .right .top {
  text-align: center;
}
.stat-wrap .right .top .top-link {
  display: inline-block;
  line-height: 44px;
}
.stat-wrap .right .top .top-link a,
.stat-wrap .right .top .top-link div {
  display: inline-block;
}
.stat-wrap .right .top .top-link a {
  position: relative;
  top: -10px;
  margin: 0 15px;
  width: 32px;
}
.stat-wrap .right .top .top-link .ug span {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.stat-wrap .right .top .top-link .ug.prev span {
  background-position: -153px -56px;
}
.stat-wrap .right .top .top-link .ug.next span {
  background-position: -177px -56px;
}
.stat-wrap .right .top .top-link .week-number {
  font-size: 17px;
  color: #303147;
  font-weight: 600;
}
.stat-wrap .right .top .top-link .week-number .top-month,
.stat-wrap .right .top .top-link .week-number .bottom-month {
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.stat-wrap .right .day-list {
  text-align: justify;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #C3C6CB;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(142, 149, 187, 0.5);
}
.stat-wrap .right .day-list td {
  font-size: 14px;
  color: #303147;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.stat-wrap .right .day-list .ug {
  height: 32px;
  width: 32px;
  display: inline-block;
}
.stat-wrap .right .day-list .ug span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.stat-wrap .right .day-list .ug.prev span {
  background-position: -153px -56px;
}
.stat-wrap .right .day-list .ug.next span {
  background-position: -177px -56px;
}
.stat-wrap .registered {
  height: 32px;
  background: #303147;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.stat-wrap .registered .total-wrap {
  position: absolute;
  left: 20px;
  right: 55px;
  background: #8E95BB;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  border-radius: 10px;
  z-index: 1;
}
.stat-wrap .registered .total-wrap .acquired {
  background: #C2F970;
  height: 16px;
  border-radius: 10px;
  color: #303147;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.stat-wrap .registered .total-wrap .acquired strong {
  font-weight: bold;
}
.stat-wrap .registered .target-acquire {
  position: absolute;
  right: 15px;
  top: 5px;
  text-align: center;
}
.stat-wrap .registered .target-acquire span {
  font-size: 10px;
  display: block;
  color: #8E95BB;
}
.stat-wrap .registered .target-acquire span strong {
  color: #ff7b2b;
  font-size: 12px;
  font-weight: 600;
}
.stat-wrap .registered .target-acquire span:last-child {
  margin-top: -4px;
}
.chart-container canvas {
  margin-left: -9px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .container {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .container.ads-actived {
    width: 904px;
    min-width: 904px;
    max-width: 904px;
  }
  .player-wrap .player-container {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .player-wrap .player-container.ads-actived {
    width: 904px;
    min-width: 904px;
    max-width: 904px;
  }
  .right-col.top-right-col {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 661px;
  }
  .right-col.bottom-right-col {
    position: absolute;
    top: 300px;
    right: 0;
  }
  .right-col.bottom-right-col .twitter-widget {
    margin-top: 15px;
  }
  .right-col .channel-now-list {
    display: none;
  }
  .ads-actived .right-col.bottom-right-col {
    top: 564px;
  }
  .mivo-col.mid-col {
    margin-right: 0;
  }
  .channel-section,
  .fb-section {
    width: 412px;
    min-width: 412px;
    max-width: 412px;
    float: left;
  }
  .thumb {
    width: 204px;
  }
  .thumb-wrap-float {
    width: 208px;
  }
  .hidden-channel-now-list {
    display: block;
    float: left;
    margin-left: 16px;
    background-color: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 315px;
    box-shadow: none;
    height: auto;
  }
  .hidden-channel-now-list.ads-actived {
    margin-top: 300px;
    margin-bottom: 683px;
  }
  .hidden-channel-now-list h1 {
    height: 27px;
    margin: 13px 0 12px 0;
    border-bottom: none;
  }
  .hidden-channel-now-list h1 span {
    line-height: 27px;
  }
  .hidden-channel-now-list .scroll-area {
    background: #FFFFFF;
    border: 1px solid #E2E5EB;
    box-shadow: 0px 1px 0px 0px rgba(142, 149, 187, 0.5);
    border-radius: 4px;
    height: 246px;
  }
}
@media screen and (max-width: 1023px) {
  .channel-section,
  .fb-section {
    width: 412px;
    min-width: 412px;
    max-width: 412px;
    float: left;
  }
  .thumb {
    width: 204px;
  }
  .thumb-wrap-float {
    width: 208px;
  }
  .hidden-channel-now-list {
    display: block;
    float: left;
    margin-left: 16px;
    background-color: transparent;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    height: auto;
  }
  .hidden-channel-now-list.ads-actived {
    margin-top: 300px;
    margin-bottom: 683px;
  }
  .hidden-channel-now-list h1 {
    height: 27px;
    margin: 13px 0 12px 0;
    border-bottom: none;
  }
  .hidden-channel-now-list h1 span {
    line-height: 27px;
  }
  .hidden-channel-now-list .scroll-area {
    background: #FFFFFF;
    border: 1px solid #E2E5EB;
    box-shadow: 0px 1px 0px 0px rgba(142, 149, 187, 0.5);
    border-radius: 4px;
    height: 246px;
  }
  .stat-wrap .btm-tablet {
    display: block;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 345px;
  }
  .stat-wrap .right .tablet-stat {
    display: block;
  }
  .stat-wrap .left {
    display: none;
  }
  .stat-wrap .right {
    margin-left: 0;
  }
  .mivo-col.mid-col {
    margin-right: 0;
  }
  .stat-wrap .registered {
    border-radius: 0;
  }
  .player-wrap .head-section .left .now-streaming-text {
    display: none;
  }
  .player-wrap .head-section .left .now-streaming-prog {
    font-size: 20px;
  }
  .container {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .container.ads-actived {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .channel-page .channel-info .info .left-section,
  .channel-page .channel-info .info .right-section {
    width: 100%;
    padding: 0;
  }
  .program-right-ads {
    display: none;
  }
  .channel-page .channel-info .schedule-wrap {
    width: 100%;
  }
  .ads.wide2 {
    width: 100%;
  }
  .home-section.schedule-section .head {
    display: block;
  }
  .program-page .info .left-section {
    width: 100%;
  }
  .program-page .info .left-section .item {
    float: left;
    width: 301px;
  }
  .program-page .info .left-section .item.credit {
    margin-left: 40px;
    width: 363px;
  }
  .program-page .info .right-section {
    width: 100%;
  }
  .player-wrap .player-container {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .player-wrap .player-container.ads-actived {
    width: 728px;
    min-width: 728px;
    max-width: 728px;
  }
  .left-col {
    display: none;
  }
  .right-col.top-right-col {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 661px;
  }
  .right-col.bottom-right-col {
    position: absolute;
    top: 300px;
    right: 0;
  }
  .right-col.bottom-right-col .twitter-widget {
    margin-top: 15px;
  }
  .right-col .channel-now-list {
    display: none;
  }
  .ads-actived .right-col.bottom-right-col {
    top: 564px;
  }
  .mivo-col.mid-col {
    margin-right: 0;
  }
  .slide-channel .on-top-channel-ads {
    left: 170px;
  }
}
.main-wrap.mobile {
  min-width: 320px;
  width: 100%;
}
.main-wrap.mobile header .mbreadcrumb {
  font-size: 16px;
}
.main-wrap.mobile .twitter-widget {
  padding: 0 10px;
  margin-top: 20px;
}
.main-wrap.mobile .channel-page .twitter-widget {
  padding: 0;
  margin-top: 20px;
}
.main-wrap.mobile .ads-actived .fb-comment-wrap {
  min-height: 0;
}
.main-wrap.mobile .btn-primary:hover {
  background: #FF7B2B;
  box-shadow: 0px 1px 0px 0px #b45013, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
.main-wrap.mobile .search-wrap-float:hover,
.main-wrap.mobile .search-wrap:hover {
  background: #FF7B2B;
}
.main-wrap.mobile .search-wrap-float:hover i,
.main-wrap.mobile .search-wrap:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-wrap.mobile .search-wrap-float button,
.main-wrap.mobile .search-wrap button {
  right: 3px;
}
.main-wrap.mobile .mobile-overlay-banner .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200001;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
}
.main-wrap.mobile .mobile-overlay-banner .content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: #ff7b2b;
  text-align: center;
  z-index: 200002;
}
.main-wrap.mobile .mobile-overlay-banner .content .overlay-banner-logo {
  width: 48px;
  height: 49px;
  background-position: -165px -164px;
  display: block;
  margin: 38px auto 20px auto;
}
.main-wrap.mobile .mobile-overlay-banner .content .stream-quality-text {
  font-size: 22px;
  color: #fff;
  text-align: center;
  max-width: 250px;
  margin: auto;
  line-height: 30px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.main-wrap.mobile .mobile-overlay-banner .content .download-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  color: #303147;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(4, 4, 23, 0.1);
  background: #FCFDFD;
  box-shadow: 0px 1px 0px 0px rgba(48, 49, 71, 0.2);
  border-radius: 4px;
  padding: 8px 24px;
  display: inline-block;
  margin: 30px 0;
}
.main-wrap.mobile .mobile-overlay-banner .content .continue-mobile-web {
  position: absolute;
  z-index: 200003;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 60px;
}
.main-wrap.mobile .mobile-overlay-banner .content .continue-mobile-web i {
  font-style: normal;
  border-bottom: 1px solid #303147;
  font-weight: 300;
  font-size: 14px;
  color: #303147;
  line-height: 19px;
  display: inline-block;
}
.main-wrap.mobile .mobile-overlay-banner .content .continue-mobile-web span {
  width: 12px;
  height: 7px;
  background-position: -116px -4px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 20px;
  z-index: 200003;
}
.main-wrap.mobile .top-mivo-mobile-banner {
  width: 100%;
  position: relative;
  height: 72px;
}
.main-wrap.mobile .top-mivo-mobile-banner .close-top-mivo-mobile-banner {
  position: fixed;
  z-index: 100002;
  width: 44px;
  right: 0;
  top: 0;
  height: 72px;
}
.main-wrap.mobile .top-mivo-mobile-banner .close-top-mivo-mobile-banner span {
  width: 13px;
  height: 13px;
  margin-top: 30px;
  margin-left: 18px;
  background-position: -42px 0;
  display: block;
}
.main-wrap.mobile .top-mivo-mobile-banner .download-link {
  width: 100%;
  height: 72px;
  background-color: #303147;
  color: #fff;
  display: block;
  text-decoration: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
}
.main-wrap.mobile .top-mivo-mobile-banner .download-link .banner-logo {
  width: 59px;
  height: 59px;
  position: absolute;
  top: 6px;
  left: 9px;
  background-position: -99px -164px;
}
.main-wrap.mobile .top-mivo-mobile-banner .download-link .right {
  padding-left: 80px;
  padding-top: 15px;
}
.main-wrap.mobile .top-mivo-mobile-banner .download-link .right .top {
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 22px;
}
.main-wrap.mobile .top-mivo-mobile-banner .download-link .right .bottom {
  line-height: 22px;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.main-wrap.mobile .mivo-col.mid-col {
  width: 100%;
}
.main-wrap.mobile .mobile-button.btn {
  width: 100%;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.main-wrap.mobile .channel-page .channel-info .info {
  padding: 0;
}
.main-wrap.mobile .channel-now-list .scroll-area table tr td:first-child {
  width: 40%;
  min-width: 120px;
}
.main-wrap.mobile .search-wrap {
  margin-left: 10px;
  visibility: hidden;
}
.main-wrap.mobile .search-wrap-float {
  width: auto;
  right: 10px;
}
.main-wrap.mobile .search-wrap-float.channel-opened {
  right: 40px;
  padding-right: 35px;
}
.main-wrap.mobile .search-wrap-float .form-control.focus {
  width: 100%;
}
.main-wrap.mobile .channel-selector-wrap {
  left: 0 !important;
  top: 44px;
  width: auto;
  right: 0;
  border-radius: 0;
  max-height: none;
  bottom: 0;
}
.main-wrap.mobile .channel-selector-wrap ul li a {
  line-height: 44px;
  height: 44px;
}
.main-wrap.mobile .channel-selector-wrap ul li a:hover {
  background-color: transparent;
  color: #fff;
}
.main-wrap.mobile .channel-scroll-area.collapse {
  max-height: none;
}
.main-wrap.mobile .slide-channel {
  margin-left: 0;
}
.main-wrap.mobile .channel-section,
.main-wrap.mobile .fb-section {
  padding: 0 10px;
  width: 100%;
  min-width: 0;
  max-width: none;
}
.main-wrap.mobile .thumb-wrap-float {
  float: none;
  width: 100%;
}
.main-wrap.mobile .thumb-wrap-float .thumb {
  width: 100%;
  margin: 0 0 10px 0;
  height: 60px;
}
.main-wrap.mobile .hidden-channel-now-list .scroll-area {
  height: auto;
  margin-bottom: 10px;
}
.main-wrap.mobile .hidden-channel-now-list {
  margin-left: 0;
  width: 100%;
  padding: 0 10px;
  float: none;
}
.main-wrap.mobile .channel-now-list h1 i {
  left: 0;
}
.main-wrap.mobile .channel-now-list h1 span {
  padding-left: 30px;
}
.main-wrap.mobile .hidden-channel-now-list.ads-actived {
  margin-top: 0;
  margin-bottom: 0;
}
.main-wrap.mobile .channel-now-list .scroll-area table tr td {
  line-height: 44px;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper .big-overlay-play-button {
  height: 180px;
  top: 0;
  background: url("../img/btn_play_middle_mobile.png") no-repeat center;
  background-size: 32px;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper .big-overlay-play-button.played {
  background: none;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper #video-player {
  width: 100%;
  height: 180px;
}
.main-wrap.mobile .error-player {
  height: 180px;
}
.main-wrap.mobile .player-control-wrap {
  border-radius: 0;
}
.main-wrap.mobile .player-control-wrap .left .slider.slider-horizontal {
  display: none;
}
.main-wrap.mobile .player-wrap .player #video-player {
  height: 180px;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper-outer {
  width: 100%;
  margin-top: 0;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper-outer .player-placeholder {
  width: 100%;
  border-radius: 0;
  height: 222px;
}
.main-wrap.mobile .player-control-wrap .player-control-wrap-inner {
  border-radius: 0;
}
.main-wrap.mobile .player-wrap .head-section {
  display: none;
}
.main-wrap.mobile .player-wrap .player .player-overlay-wrapper {
  width: 100%;
}
.main-wrap.mobile .container {
  width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .container.ads-actived {
  width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .player-wrap .player-container {
  width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .player-wrap .player-container.ads-actived {
  width: 100%;
  min-width: 100%;
}
.main-wrap.mobile .social-wrap .share .separator {
  background-position: -152px -336px;
  width: 16px;
  height: 10px;
  position: absolute;
  top: -1px;
  z-index: 1001;
  margin-top: 0;
  left: -1px;
}
.main-wrap.mobile .social-wrap .share .share-btn-group {
  display: none;
}
.main-wrap.mobile .social-wrap .share:hover .share-btn-group {
  display: block;
}
.main-wrap.mobile .player-control-wrap .right .player-quality {
  text-decoration: none;
}
.main-wrap.mobile .social-wrap .share .share-btn-group,
.main-wrap.mobile .social-wrap .share:hover .share-btn-group {
  background-color: #fff;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -100%;
  margin-bottom: 56px;
  border-radius: 4px;
  border: 1px solid #E2E5EB;
  margin-left: -80px;
  width: auto;
  min-width: 200px;
  z-index: 1000;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a {
  display: block;
  width: auto;
  height: 40px;
  float: none;
  margin: 0;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a strong {
  font-weight: normal;
  color: #ff7b2b;
  font-size: 14px;
  line-height: 40px;
  display: block;
  text-align: left;
  padding-left: 50px;
  white-space: nowrap;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a span {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: 10px;
  margin-top: 0;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a.fb span {
  width: 20px;
  height: 20px;
  background-position: -189px -239px;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a.twitter span {
  width: 20px;
  height: 20px;
  background-position: -189px -279px;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a.gplus span {
  width: 20px;
  height: 20px;
  background-position: -189px -259px;
}
.main-wrap.mobile .social-wrap .share .share-btn-group .top a strong {
  display: block;
}
.main-wrap.mobile footer .top li {
  float: none;
  display: inline-block;
  line-height: 25px;
}
.main-wrap.mobile footer .top {
  text-align: center;
}
.main-wrap.mobile footer .footer-link-content {
  margin-top: 0;
}
.main-wrap.mobile .social-wrap {
  margin-top: 0;
  border-radius: 0;
}
.main-wrap.mobile footer .social-connect a {
  margin-right: 38px;
}
.main-wrap.mobile footer .social-connect a:last-child {
  margin-right: 0;
}
