@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 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; }

  @page {
    margin: 2cm .5cm; }
  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; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

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

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

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

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

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

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

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

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

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

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

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; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

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

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

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier- New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.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, .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, .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, .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 {
  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 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .container {
    width: 1263px; }

  .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 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .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-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: normal; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

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

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

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

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

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

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

textarea.input-sm {
  height: auto; }

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

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

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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 .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  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:empty {
    width: 1em; }

.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 #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  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 dotted;
  border-bottom: 4px solid #000;
  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 {
    float: right; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-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 {
    float: none;
    display: table-cell;
    width: 1%; }

[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.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
.input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg {
  height: 45px;
  line-height: 45px; }
.input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg {
  height: auto; }

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 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: 18px;
    border-radius: 6px; }
  .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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: #2a6496;
      border-bottom-color: #2a6496; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-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: #fff;
    background-color: #428bca; }
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: #fff;
      border-bottom-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca; }

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496; }

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@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:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .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: auto; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .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: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .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;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @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: 20px; }
        .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: 15px;
          padding-bottom: 15px; } }

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

  .navbar-right {
    float: right; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @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;
      box-shadow: none; } }

.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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        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: #555;
      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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 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 > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
  .pagination > .disabled .inactive.ellipses:hover, .pagination > .disabled .inactive.ellipses:focus {
    font-weight: 300; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.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: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1 {
        font-size: 63px; } }

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

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

.thumbnail .caption {
  padding: 9px;
  color: #333333; }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

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

.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

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

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

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

.media-object {
  display: block; }

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

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

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 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: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

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

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

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

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

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

.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: 16px; }
  .panel-title > a {
    color: inherit; }

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

.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 #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading > .dropdown .caret {
      border-color: #333333 transparent; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: #fff transparent; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #b94a48 transparent; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: 6px; }

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  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: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #953b39; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .modal-footer:after {
    clear: both; }
  .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 screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

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

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

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

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

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

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

@media screen and (max-width: 600px) {
  .popover.fade.left.in.cvc-mobile-popover {
    left: 2px !important;
    margin-left: 0;
    max-width: 155px; } }
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix: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 {
  display: none !important; }

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

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

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

  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-xs.visible-sm {
    display: block !important; }

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

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-xs.visible-md {
    display: block !important; }

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

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-xs.visible-lg {
    display: block !important; }

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

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

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

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

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

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

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm.visible-md {
    display: block !important; }

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

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-sm.visible-lg {
    display: block !important; }

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

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

tr.visible-md {
  display: none !important; }

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

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

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

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

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

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-md.visible-lg {
    display: block !important; }

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

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

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

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

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

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

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

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

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-lg.visible-md {
    display: block !important; }

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

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }

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

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

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

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

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

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

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

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

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; }

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

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

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

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

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

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; }

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

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

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

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

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

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

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

  .hidden-print {
    display: none !important; }

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

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* File path*/
/* Color Swatches */
/* Font Weights */
/* Lazy Loading default image */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

q:before, q:after {
  content: "";
  content: none; }

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

.container, div[class*="col-"] {
  padding: 0; }

@media (min-width: 1920px) {
  .home .container {
    width: calc(100vw - 100px); } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1900px; }

.row {
  margin-left: 0;
  margin-right: 0; }

.paddedRow.evenSpacedColumns {
  margin-right: 0px; }

/* Default Row - 15px */
.row.paddedRow {
  margin: 0 15px; }

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

.row.evenSpacedColumns > div[class*="col-"] {
  padding-right: 15px; }

.overflow-hidden {
  overflow: hidden !important; }

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

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

/* Row with 3px gutter */
.row3.paddedRow {
  margin: 0 25px; }

.row3.evenSpacedColumns {
  margin-right: -3px; }

.row3.evenSpacedColumns > div[class*="col-"] {
  padding: 3px; }

/* Row with 1px gutter */
.row1.paddedRow {
  margin: 0 25px; }

.row1.evenSpacedColumns {
  margin-right: -1px; }

.row1.evenSpacedColumns > div[class*="col-"] {
  padding-right: 1px; }

.cart-error-text {
  font-size: 15px;
  padding: 10px 0;
  color: red; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }

.bs-callout-danger {
  border-left-color: #ce4844; }
  .bs-callout-danger h4 {
    color: #ce4844; }

/* Row with 5px gutter */
.row5.paddedRow {
  margin: 0 5px; }

.row5.evenSpacedColumns {
  margin-right: -5px; }

.row5.evenSpacedColumns > div[class*="col-"] {
  padding-right: 5px; }

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

.row5:after {
  clear: both; }

/* Row with 10px gutter */
.row10.paddedRow {
  margin: 0 10px; }

.row10.evenSpacedColumns {
  margin-right: -10px; }

.row10.evenSpacedColumns > div[class*="col-"] {
  padding-right: 10px; }

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

.row10:after {
  clear: both; }

/* Row with 15px gutter */
.row15.paddedRow {
  margin: 0 15px; }

.row15.evenSpacedColumns {
  margin-right: -15px; }

.row15.evenSpacedColumns > div[class*="col-"] {
  padding-right: 15px; }

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

.row15:after {
  clear: both; }

/* Row with 20px gutter */
.row20.paddedRow {
  margin: 0 20px; }

.row20.evenSpacedColumns {
  margin-right: -20px; }

.row20.evenSpacedColumns > div[class*="col-"] {
  padding-right: 20px; }

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

.row20:after {
  clear: both; }

/* Row with 25px gutter */
.row25.paddedRow {
  margin: 0 25px; }

.row25.evenSpacedColumns {
  margin-right: -25px; }

.row25.evenSpacedColumns > div[class*="col-"] {
  padding-right: 25px; }

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

.row25:after {
  clear: both; }

/* Row with 30px gutter */
.row30.paddedRow {
  margin: 0 30px; }

.row30.evenSpacedColumns {
  margin-right: -30px; }

.row30.evenSpacedColumns > div[class*="col-"] {
  padding-right: 30px; }

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

.row30:after {
  clear: both; }

/* Row with 35px gutter */
.row35.paddedRow {
  margin: 0 35px; }

.row35.evenSpacedColumns {
  margin-right: -35px; }

.row35.evenSpacedColumns > div[class*="col-"] {
  padding-right: 35px; }

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

.row35:after {
  clear: both; }

/* Row with 40px gutter */
.row40.paddedRow {
  margin: 0 40px; }

.row40.evenSpacedColumns {
  margin-right: -40px; }

.row40.evenSpacedColumns > div[class*="col-"] {
  padding-right: 40px; }

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

.row40:after {
  clear: both; }

/* Row with 45px gutter */
.row45.paddedRow {
  margin: 0 45px; }

.row45.evenSpacedColumns {
  margin-right: -45px; }

.row45.evenSpacedColumns > div[class*="col-"] {
  padding-right: 45px; }

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

.row45:after {
  clear: both; }

/* Row with 50px gutter */
.row50.paddedRow {
  margin: 0 50px; }

.row50.evenSpacedColumns {
  margin-right: -50px; }

.row50.evenSpacedColumns > div[class*="col-"] {
  padding-right: 50px; }

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

.row50:after {
  clear: both; }

/* Row with 75px gutter */
.row75.paddedRow {
  margin: 0 75px; }

.row75.evenSpacedColumns {
  margin-right: -75px; }

.row75.evenSpacedColumns > div[class*="col-"] {
  padding-right: 75px; }

/* Row with 100px gutter */
.row100.paddedRow {
  margin: 0 100px; }

.row100.evenSpacedColumns {
  margin-right: -100px; }

.row100.evenSpacedColumns > div[class*="col-"] {
  padding-right: 100px; }

.col-ten-xs-1, .col-ten-xs-2, .col-ten-xs-3, .col-ten-xs-4, .col-ten-xs-5,
.col-ten-xs-6, .col-ten-xs-7, .col-ten-xs-8, .col-ten-xs-9, .col-ten-xs-10,
.col-ten-sm-1, .col-ten-sm-2, .col-ten-sm-3, .col-ten-sm-4, .col-ten-sm-5,
.col-ten-sm-6, .col-ten-sm-7, .col-ten-sm-8, .col-ten-sm-9, .col-ten-sm-10,
.col-ten-md-1, .col-ten-md-2, .col-ten-md-3, .col-ten-md-4, .col-ten-md-5,
.col-ten-md-6, .col-ten-md-7, .col-ten-md-8, .col-ten-md-9, .col-ten-md-10,
.col-ten-lg-1, .col-ten-lg-2, .col-ten-lg-3, .col-ten-lg-4, .col-ten-lg-5,
.col-ten-lg-6, .col-ten-lg-7, .col-ten-lg-8, .col-ten-lg-9, .col-ten-lg-10 {
  float: left; }

.col-ten-xs-1 {
  width: 10%; }

.col-ten-xs-push-1 {
  left: 10%; }

.col-ten-xs-pull-1 {
  right: 10%; }

.col-ten-xs-offset-1 {
  margin-left: 10%; }

.col-ten-sm-1 {
  width: 10%; }

.col-ten-sm-push-1 {
  left: 10%; }

.col-ten-sm-pull-1 {
  right: 10%; }

.col-ten-sm-offset-1 {
  margin-left: 10%; }

.col-ten-md-1 {
  width: 10%; }

.col-ten-md-push-1 {
  left: 10%; }

.col-ten-md-pull-1 {
  right: 10%; }

.col-ten-md-offset-1 {
  margin-left: 10%; }

.col-ten-lg-1 {
  width: 10%; }

.col-ten-lg-push-1 {
  left: 10%; }

.col-ten-lg-pull-1 {
  right: 10%; }

.col-ten-lg-offset-1 {
  margin-left: 10%; }

@media (min-width: 768px) {
  .col-ten-sm-1 {
    width: 10%; }

  .col-ten-sm-push-1 {
    left: 10%; }

  .col-ten-sm-pull-1 {
    right: 10%; }

  .col-ten-sm-offset-1 {
    margin-left: 10%; } }
@media (min-width: 992px) {
  .col-ten-md-1 {
    width: 10%; }

  .col-ten-md-push-1 {
    left: 10%; }

  .col-ten-md-pull-1 {
    right: 10%; }

  .col-ten-md-offset-1 {
    margin-left: 10%; } }
@media (min-width: 1280px) {
  .col-ten-lg-1 {
    width: 10%; }

  .col-ten-lg-push-1 {
    left: 10%; }

  .col-ten-lg-pull-1 {
    right: 10%; }

  .col-ten-lg-offset-1 {
    margin-left: 10%; } }
.col-ten-xs-2 {
  width: 20%; }

.col-ten-xs-push-2 {
  left: 20%; }

.col-ten-xs-pull-2 {
  right: 20%; }

.col-ten-xs-offset-2 {
  margin-left: 20%; }

.col-ten-sm-2 {
  width: 20%; }

.col-ten-sm-push-2 {
  left: 20%; }

.col-ten-sm-pull-2 {
  right: 20%; }

.col-ten-sm-offset-2 {
  margin-left: 20%; }

.col-ten-md-2 {
  width: 20%; }

.col-ten-md-push-2 {
  left: 20%; }

.col-ten-md-pull-2 {
  right: 20%; }

.col-ten-md-offset-2 {
  margin-left: 20%; }

.col-ten-lg-2 {
  width: 20%; }

.col-ten-lg-push-2 {
  left: 20%; }

.col-ten-lg-pull-2 {
  right: 20%; }

.col-ten-lg-offset-2 {
  margin-left: 20%; }

@media (min-width: 768px) {
  .col-ten-sm-2 {
    width: 20%; }

  .col-ten-sm-push-2 {
    left: 20%; }

  .col-ten-sm-pull-2 {
    right: 20%; }

  .col-ten-sm-offset-2 {
    margin-left: 20%; } }
@media (min-width: 992px) {
  .col-ten-md-2 {
    width: 20%; }

  .col-ten-md-push-2 {
    left: 20%; }

  .col-ten-md-pull-2 {
    right: 20%; }

  .col-ten-md-offset-2 {
    margin-left: 20%; } }
@media (min-width: 1280px) {
  .col-ten-lg-2 {
    width: 20%; }

  .col-ten-lg-push-2 {
    left: 20%; }

  .col-ten-lg-pull-2 {
    right: 20%; }

  .col-ten-lg-offset-2 {
    margin-left: 20%; } }
.col-ten-xs-3 {
  width: 30%; }

.col-ten-xs-push-3 {
  left: 30%; }

.col-ten-xs-pull-3 {
  right: 30%; }

.col-ten-xs-offset-3 {
  margin-left: 30%; }

.col-ten-sm-3 {
  width: 30%; }

.col-ten-sm-push-3 {
  left: 30%; }

.col-ten-sm-pull-3 {
  right: 30%; }

.col-ten-sm-offset-3 {
  margin-left: 30%; }

.col-ten-md-3 {
  width: 30%; }

.col-ten-md-push-3 {
  left: 30%; }

.col-ten-md-pull-3 {
  right: 30%; }

.col-ten-md-offset-3 {
  margin-left: 30%; }

.col-ten-lg-3 {
  width: 30%; }

.col-ten-lg-push-3 {
  left: 30%; }

.col-ten-lg-pull-3 {
  right: 30%; }

.col-ten-lg-offset-3 {
  margin-left: 30%; }

@media (min-width: 768px) {
  .col-ten-sm-3 {
    width: 30%; }

  .col-ten-sm-push-3 {
    left: 30%; }

  .col-ten-sm-pull-3 {
    right: 30%; }

  .col-ten-sm-offset-3 {
    margin-left: 30%; } }
@media (min-width: 992px) {
  .col-ten-md-3 {
    width: 30%; }

  .col-ten-md-push-3 {
    left: 30%; }

  .col-ten-md-pull-3 {
    right: 30%; }

  .col-ten-md-offset-3 {
    margin-left: 30%; } }
@media (min-width: 1280px) {
  .col-ten-lg-3 {
    width: 30%; }

  .col-ten-lg-push-3 {
    left: 30%; }

  .col-ten-lg-pull-3 {
    right: 30%; }

  .col-ten-lg-offset-3 {
    margin-left: 30%; } }
.col-ten-xs-4 {
  width: 40%; }

.col-ten-xs-push-4 {
  left: 40%; }

.col-ten-xs-pull-4 {
  right: 40%; }

.col-ten-xs-offset-4 {
  margin-left: 40%; }

.col-ten-sm-4 {
  width: 40%; }

.col-ten-sm-push-4 {
  left: 40%; }

.col-ten-sm-pull-4 {
  right: 40%; }

.col-ten-sm-offset-4 {
  margin-left: 40%; }

.col-ten-md-4 {
  width: 40%; }

.col-ten-md-push-4 {
  left: 40%; }

.col-ten-md-pull-4 {
  right: 40%; }

.col-ten-md-offset-4 {
  margin-left: 40%; }

.col-ten-lg-4 {
  width: 40%; }

.col-ten-lg-push-4 {
  left: 40%; }

.col-ten-lg-pull-4 {
  right: 40%; }

.col-ten-lg-offset-4 {
  margin-left: 40%; }

@media (min-width: 768px) {
  .col-ten-sm-4 {
    width: 40%; }

  .col-ten-sm-push-4 {
    left: 40%; }

  .col-ten-sm-pull-4 {
    right: 40%; }

  .col-ten-sm-offset-4 {
    margin-left: 40%; } }
@media (min-width: 992px) {
  .col-ten-md-4 {
    width: 40%; }

  .col-ten-md-push-4 {
    left: 40%; }

  .col-ten-md-pull-4 {
    right: 40%; }

  .col-ten-md-offset-4 {
    margin-left: 40%; } }
@media (min-width: 1280px) {
  .col-ten-lg-4 {
    width: 40%; }

  .col-ten-lg-push-4 {
    left: 40%; }

  .col-ten-lg-pull-4 {
    right: 40%; }

  .col-ten-lg-offset-4 {
    margin-left: 40%; } }
.col-ten-xs-5 {
  width: 50%; }

.col-ten-xs-push-5 {
  left: 50%; }

.col-ten-xs-pull-5 {
  right: 50%; }

.col-ten-xs-offset-5 {
  margin-left: 50%; }

.col-ten-sm-5 {
  width: 50%; }

.col-ten-sm-push-5 {
  left: 50%; }

.col-ten-sm-pull-5 {
  right: 50%; }

.col-ten-sm-offset-5 {
  margin-left: 50%; }

.col-ten-md-5 {
  width: 50%; }

.col-ten-md-push-5 {
  left: 50%; }

.col-ten-md-pull-5 {
  right: 50%; }

.col-ten-md-offset-5 {
  margin-left: 50%; }

.col-ten-lg-5 {
  width: 50%; }

.col-ten-lg-push-5 {
  left: 50%; }

.col-ten-lg-pull-5 {
  right: 50%; }

.col-ten-lg-offset-5 {
  margin-left: 50%; }

@media (min-width: 768px) {
  .col-ten-sm-5 {
    width: 50%; }

  .col-ten-sm-push-5 {
    left: 50%; }

  .col-ten-sm-pull-5 {
    right: 50%; }

  .col-ten-sm-offset-5 {
    margin-left: 50%; } }
@media (min-width: 992px) {
  .col-ten-md-5 {
    width: 50%; }

  .col-ten-md-push-5 {
    left: 50%; }

  .col-ten-md-pull-5 {
    right: 50%; }

  .col-ten-md-offset-5 {
    margin-left: 50%; } }
@media (min-width: 1280px) {
  .col-ten-lg-5 {
    width: 50%; }

  .col-ten-lg-push-5 {
    left: 50%; }

  .col-ten-lg-pull-5 {
    right: 50%; }

  .col-ten-lg-offset-5 {
    margin-left: 50%; } }
.col-ten-xs-6 {
  width: 60%; }

.col-ten-xs-push-6 {
  left: 60%; }

.col-ten-xs-pull-6 {
  right: 60%; }

.col-ten-xs-offset-6 {
  margin-left: 60%; }

.col-ten-sm-6 {
  width: 60%; }

.col-ten-sm-push-6 {
  left: 60%; }

.col-ten-sm-pull-6 {
  right: 60%; }

.col-ten-sm-offset-6 {
  margin-left: 60%; }

.col-ten-md-6 {
  width: 60%; }

.col-ten-md-push-6 {
  left: 60%; }

.col-ten-md-pull-6 {
  right: 60%; }

.col-ten-md-offset-6 {
  margin-left: 60%; }

.col-ten-lg-6 {
  width: 60%; }

.col-ten-lg-push-6 {
  left: 60%; }

.col-ten-lg-pull-6 {
  right: 60%; }

.col-ten-lg-offset-6 {
  margin-left: 60%; }

@media (min-width: 768px) {
  .col-ten-sm-6 {
    width: 60%; }

  .col-ten-sm-push-6 {
    left: 60%; }

  .col-ten-sm-pull-6 {
    right: 60%; }

  .col-ten-sm-offset-6 {
    margin-left: 60%; } }
@media (min-width: 992px) {
  .col-ten-md-6 {
    width: 60%; }

  .col-ten-md-push-6 {
    left: 60%; }

  .col-ten-md-pull-6 {
    right: 60%; }

  .col-ten-md-offset-6 {
    margin-left: 60%; } }
@media (min-width: 1280px) {
  .col-ten-lg-6 {
    width: 60%; }

  .col-ten-lg-push-6 {
    left: 60%; }

  .col-ten-lg-pull-6 {
    right: 60%; }

  .col-ten-lg-offset-6 {
    margin-left: 60%; } }
.col-ten-xs-7 {
  width: 70%; }

.col-ten-xs-push-7 {
  left: 70%; }

.col-ten-xs-pull-7 {
  right: 70%; }

.col-ten-xs-offset-7 {
  margin-left: 70%; }

.col-ten-sm-7 {
  width: 70%; }

.col-ten-sm-push-7 {
  left: 70%; }

.col-ten-sm-pull-7 {
  right: 70%; }

.col-ten-sm-offset-7 {
  margin-left: 70%; }

.col-ten-md-7 {
  width: 70%; }

.col-ten-md-push-7 {
  left: 70%; }

.col-ten-md-pull-7 {
  right: 70%; }

.col-ten-md-offset-7 {
  margin-left: 70%; }

.col-ten-lg-7 {
  width: 70%; }

.col-ten-lg-push-7 {
  left: 70%; }

.col-ten-lg-pull-7 {
  right: 70%; }

.col-ten-lg-offset-7 {
  margin-left: 70%; }

@media (min-width: 768px) {
  .col-ten-sm-7 {
    width: 70%; }

  .col-ten-sm-push-7 {
    left: 70%; }

  .col-ten-sm-pull-7 {
    right: 70%; }

  .col-ten-sm-offset-7 {
    margin-left: 70%; } }
@media (min-width: 992px) {
  .col-ten-md-7 {
    width: 70%; }

  .col-ten-md-push-7 {
    left: 70%; }

  .col-ten-md-pull-7 {
    right: 70%; }

  .col-ten-md-offset-7 {
    margin-left: 70%; } }
@media (min-width: 1280px) {
  .col-ten-lg-7 {
    width: 70%; }

  .col-ten-lg-push-7 {
    left: 70%; }

  .col-ten-lg-pull-7 {
    right: 70%; }

  .col-ten-lg-offset-7 {
    margin-left: 70%; } }
.col-ten-xs-8 {
  width: 80%; }

.col-ten-xs-push-8 {
  left: 80%; }

.col-ten-xs-pull-8 {
  right: 80%; }

.col-ten-xs-offset-8 {
  margin-left: 80%; }

.col-ten-sm-8 {
  width: 80%; }

.col-ten-sm-push-8 {
  left: 80%; }

.col-ten-sm-pull-8 {
  right: 80%; }

.col-ten-sm-offset-8 {
  margin-left: 80%; }

.col-ten-md-8 {
  width: 80%; }

.col-ten-md-push-8 {
  left: 80%; }

.col-ten-md-pull-8 {
  right: 80%; }

.col-ten-md-offset-8 {
  margin-left: 80%; }

.col-ten-lg-8 {
  width: 80%; }

.col-ten-lg-push-8 {
  left: 80%; }

.col-ten-lg-pull-8 {
  right: 80%; }

.col-ten-lg-offset-8 {
  margin-left: 80%; }

@media (min-width: 768px) {
  .col-ten-sm-8 {
    width: 80%; }

  .col-ten-sm-push-8 {
    left: 80%; }

  .col-ten-sm-pull-8 {
    right: 80%; }

  .col-ten-sm-offset-8 {
    margin-left: 80%; } }
@media (min-width: 992px) {
  .col-ten-md-8 {
    width: 80%; }

  .col-ten-md-push-8 {
    left: 80%; }

  .col-ten-md-pull-8 {
    right: 80%; }

  .col-ten-md-offset-8 {
    margin-left: 80%; } }
@media (min-width: 1280px) {
  .col-ten-lg-8 {
    width: 80%; }

  .col-ten-lg-push-8 {
    left: 80%; }

  .col-ten-lg-pull-8 {
    right: 80%; }

  .col-ten-lg-offset-8 {
    margin-left: 80%; } }
.col-ten-xs-9 {
  width: 90%; }

.col-ten-xs-push-9 {
  left: 90%; }

.col-ten-xs-pull-9 {
  right: 90%; }

.col-ten-xs-offset-9 {
  margin-left: 90%; }

.col-ten-sm-9 {
  width: 90%; }

.col-ten-sm-push-9 {
  left: 90%; }

.col-ten-sm-pull-9 {
  right: 90%; }

.col-ten-sm-offset-9 {
  margin-left: 90%; }

.col-ten-md-9 {
  width: 90%; }

.col-ten-md-push-9 {
  left: 90%; }

.col-ten-md-pull-9 {
  right: 90%; }

.col-ten-md-offset-9 {
  margin-left: 90%; }

.col-ten-lg-9 {
  width: 90%; }

.col-ten-lg-push-9 {
  left: 90%; }

.col-ten-lg-pull-9 {
  right: 90%; }

.col-ten-lg-offset-9 {
  margin-left: 90%; }

@media (min-width: 768px) {
  .col-ten-sm-9 {
    width: 90%; }

  .col-ten-sm-push-9 {
    left: 90%; }

  .col-ten-sm-pull-9 {
    right: 90%; }

  .col-ten-sm-offset-9 {
    margin-left: 90%; } }
@media (min-width: 992px) {
  .col-ten-md-9 {
    width: 90%; }

  .col-ten-md-push-9 {
    left: 90%; }

  .col-ten-md-pull-9 {
    right: 90%; }

  .col-ten-md-offset-9 {
    margin-left: 90%; } }
@media (min-width: 1280px) {
  .col-ten-lg-9 {
    width: 90%; }

  .col-ten-lg-push-9 {
    left: 90%; }

  .col-ten-lg-pull-9 {
    right: 90%; }

  .col-ten-lg-offset-9 {
    margin-left: 90%; } }
.col-ten-xs-10 {
  width: 100%; }

.col-ten-xs-push-10 {
  left: 100%; }

.col-ten-xs-pull-10 {
  right: 100%; }

.col-ten-xs-offset-10 {
  margin-left: 100%; }

.col-ten-sm-10 {
  width: 100%; }

.col-ten-sm-push-10 {
  left: 100%; }

.col-ten-sm-pull-10 {
  right: 100%; }

.col-ten-sm-offset-10 {
  margin-left: 100%; }

.col-ten-md-10 {
  width: 100%; }

.col-ten-md-push-10 {
  left: 100%; }

.col-ten-md-pull-10 {
  right: 100%; }

.col-ten-md-offset-10 {
  margin-left: 100%; }

.col-ten-lg-10 {
  width: 100%; }

.col-ten-lg-push-10 {
  left: 100%; }

.col-ten-lg-pull-10 {
  right: 100%; }

.col-ten-lg-offset-10 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-ten-sm-10 {
    width: 100%; }

  .col-ten-sm-push-10 {
    left: 100%; }

  .col-ten-sm-pull-10 {
    right: 100%; }

  .col-ten-sm-offset-10 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-ten-md-10 {
    width: 100%; }

  .col-ten-md-push-10 {
    left: 100%; }

  .col-ten-md-pull-10 {
    right: 100%; }

  .col-ten-md-offset-10 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-ten-lg-10 {
    width: 100%; }

  .col-ten-lg-push-10 {
    left: 100%; }

  .col-ten-lg-pull-10 {
    right: 100%; }

  .col-ten-lg-offset-10 {
    margin-left: 100%; } }
.col-nine-xs-1, .col-nine-xs-2, .col-nine-xs-3, .col-nine-xs-4, .col-nine-xs-5,
.col-nine-xs-6, .col-nine-xs-7, .col-nine-xs-8, .col-nine-xs-9,
.col-nine-sm-1, .col-nine-sm-2, .col-nine-sm-3, .col-nine-sm-4, .col-nine-sm-5,
.col-nine-sm-6, .col-nine-sm-7, .col-nine-sm-8, .col-nine-sm-9,
.col-nine-md-1, .col-nine-md-2, .col-nine-md-3, .col-nine-md-4, .col-nine-md-5,
.col-nine-md-6, .col-nine-md-7, .col-nine-md-8, .col-nine-md-9,
.col-nine-lg-1, .col-nine-lg-2, .col-nine-lg-3, .col-nine-lg-4, .col-nine-lg-5,
.col-nine-lg-6, .col-nine-lg-7, .col-nine-lg-8, .col-nine-lg-9 {
  float: left; }

.col-nine-xs-1 {
  width: 11.1111111111%; }

.col-nine-xs-push-1 {
  left: 11.1111111111%; }

.col-nine-xs-pull-1 {
  right: 11.1111111111%; }

.col-nine-xs-offset-1 {
  margin-left: 11.1111111111%; }

.col-nine-sm-1 {
  width: 11.1111111111%; }

.col-nine-sm-push-1 {
  left: 11.1111111111%; }

.col-nine-sm-pull-1 {
  right: 11.1111111111%; }

.col-nine-sm-offset-1 {
  margin-left: 11.1111111111%; }

.col-nine-md-1 {
  width: 11.1111111111%; }

.col-nine-md-push-1 {
  left: 11.1111111111%; }

.col-nine-md-pull-1 {
  right: 11.1111111111%; }

.col-nine-md-offset-1 {
  margin-left: 11.1111111111%; }

.col-nine-lg-1 {
  width: 11.1111111111%; }

.col-nine-lg-push-1 {
  left: 11.1111111111%; }

.col-nine-lg-pull-1 {
  right: 11.1111111111%; }

.col-nine-lg-offset-1 {
  margin-left: 11.1111111111%; }

@media (min-width: 768px) {
  .col-nine-sm-1 {
    width: 11.1111111111%; }

  .col-nine-sm-push-1 {
    left: 11.1111111111%; }

  .col-nine-sm-pull-1 {
    right: 11.1111111111%; }

  .col-nine-sm-offset-1 {
    margin-left: 11.1111111111%; } }
@media (min-width: 992px) {
  .col-nine-md-1 {
    width: 11.1111111111%; }

  .col-nine-md-push-1 {
    left: 11.1111111111%; }

  .col-nine-md-pull-1 {
    right: 11.1111111111%; }

  .col-nine-md-offset-1 {
    margin-left: 11.1111111111%; } }
@media (min-width: 1280px) {
  .col-nine-lg-1 {
    width: 11.1111111111%; }

  .col-nine-lg-push-1 {
    left: 11.1111111111%; }

  .col-nine-lg-pull-1 {
    right: 11.1111111111%; }

  .col-nine-lg-offset-1 {
    margin-left: 11.1111111111%; } }
.col-nine-xs-2 {
  width: 22.2222222222%; }

.col-nine-xs-push-2 {
  left: 22.2222222222%; }

.col-nine-xs-pull-2 {
  right: 22.2222222222%; }

.col-nine-xs-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-sm-2 {
  width: 22.2222222222%; }

.col-nine-sm-push-2 {
  left: 22.2222222222%; }

.col-nine-sm-pull-2 {
  right: 22.2222222222%; }

.col-nine-sm-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-md-2 {
  width: 22.2222222222%; }

.col-nine-md-push-2 {
  left: 22.2222222222%; }

.col-nine-md-pull-2 {
  right: 22.2222222222%; }

.col-nine-md-offset-2 {
  margin-left: 22.2222222222%; }

.col-nine-lg-2 {
  width: 22.2222222222%; }

.col-nine-lg-push-2 {
  left: 22.2222222222%; }

.col-nine-lg-pull-2 {
  right: 22.2222222222%; }

.col-nine-lg-offset-2 {
  margin-left: 22.2222222222%; }

@media (min-width: 768px) {
  .col-nine-sm-2 {
    width: 22.2222222222%; }

  .col-nine-sm-push-2 {
    left: 22.2222222222%; }

  .col-nine-sm-pull-2 {
    right: 22.2222222222%; }

  .col-nine-sm-offset-2 {
    margin-left: 22.2222222222%; } }
@media (min-width: 992px) {
  .col-nine-md-2 {
    width: 22.2222222222%; }

  .col-nine-md-push-2 {
    left: 22.2222222222%; }

  .col-nine-md-pull-2 {
    right: 22.2222222222%; }

  .col-nine-md-offset-2 {
    margin-left: 22.2222222222%; } }
@media (min-width: 1280px) {
  .col-nine-lg-2 {
    width: 22.2222222222%; }

  .col-nine-lg-push-2 {
    left: 22.2222222222%; }

  .col-nine-lg-pull-2 {
    right: 22.2222222222%; }

  .col-nine-lg-offset-2 {
    margin-left: 22.2222222222%; } }
.col-nine-xs-3 {
  width: 33.3333333333%; }

.col-nine-xs-push-3 {
  left: 33.3333333333%; }

.col-nine-xs-pull-3 {
  right: 33.3333333333%; }

.col-nine-xs-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-sm-3 {
  width: 33.3333333333%; }

.col-nine-sm-push-3 {
  left: 33.3333333333%; }

.col-nine-sm-pull-3 {
  right: 33.3333333333%; }

.col-nine-sm-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-md-3 {
  width: 33.3333333333%; }

.col-nine-md-push-3 {
  left: 33.3333333333%; }

.col-nine-md-pull-3 {
  right: 33.3333333333%; }

.col-nine-md-offset-3 {
  margin-left: 33.3333333333%; }

.col-nine-lg-3 {
  width: 33.3333333333%; }

.col-nine-lg-push-3 {
  left: 33.3333333333%; }

.col-nine-lg-pull-3 {
  right: 33.3333333333%; }

.col-nine-lg-offset-3 {
  margin-left: 33.3333333333%; }

@media (min-width: 768px) {
  .col-nine-sm-3 {
    width: 33.3333333333%; }

  .col-nine-sm-push-3 {
    left: 33.3333333333%; }

  .col-nine-sm-pull-3 {
    right: 33.3333333333%; }

  .col-nine-sm-offset-3 {
    margin-left: 33.3333333333%; } }
@media (min-width: 992px) {
  .col-nine-md-3 {
    width: 33.3333333333%; }

  .col-nine-md-push-3 {
    left: 33.3333333333%; }

  .col-nine-md-pull-3 {
    right: 33.3333333333%; }

  .col-nine-md-offset-3 {
    margin-left: 33.3333333333%; } }
@media (min-width: 1280px) {
  .col-nine-lg-3 {
    width: 33.3333333333%; }

  .col-nine-lg-push-3 {
    left: 33.3333333333%; }

  .col-nine-lg-pull-3 {
    right: 33.3333333333%; }

  .col-nine-lg-offset-3 {
    margin-left: 33.3333333333%; } }
.col-nine-xs-4 {
  width: 44.4444444444%; }

.col-nine-xs-push-4 {
  left: 44.4444444444%; }

.col-nine-xs-pull-4 {
  right: 44.4444444444%; }

.col-nine-xs-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-sm-4 {
  width: 44.4444444444%; }

.col-nine-sm-push-4 {
  left: 44.4444444444%; }

.col-nine-sm-pull-4 {
  right: 44.4444444444%; }

.col-nine-sm-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-md-4 {
  width: 44.4444444444%; }

.col-nine-md-push-4 {
  left: 44.4444444444%; }

.col-nine-md-pull-4 {
  right: 44.4444444444%; }

.col-nine-md-offset-4 {
  margin-left: 44.4444444444%; }

.col-nine-lg-4 {
  width: 44.4444444444%; }

.col-nine-lg-push-4 {
  left: 44.4444444444%; }

.col-nine-lg-pull-4 {
  right: 44.4444444444%; }

.col-nine-lg-offset-4 {
  margin-left: 44.4444444444%; }

@media (min-width: 768px) {
  .col-nine-sm-4 {
    width: 44.4444444444%; }

  .col-nine-sm-push-4 {
    left: 44.4444444444%; }

  .col-nine-sm-pull-4 {
    right: 44.4444444444%; }

  .col-nine-sm-offset-4 {
    margin-left: 44.4444444444%; } }
@media (min-width: 992px) {
  .col-nine-md-4 {
    width: 44.4444444444%; }

  .col-nine-md-push-4 {
    left: 44.4444444444%; }

  .col-nine-md-pull-4 {
    right: 44.4444444444%; }

  .col-nine-md-offset-4 {
    margin-left: 44.4444444444%; } }
@media (min-width: 1280px) {
  .col-nine-lg-4 {
    width: 44.4444444444%; }

  .col-nine-lg-push-4 {
    left: 44.4444444444%; }

  .col-nine-lg-pull-4 {
    right: 44.4444444444%; }

  .col-nine-lg-offset-4 {
    margin-left: 44.4444444444%; } }
.col-nine-xs-5 {
  width: 55.5555555556%; }

.col-nine-xs-push-5 {
  left: 55.5555555556%; }

.col-nine-xs-pull-5 {
  right: 55.5555555556%; }

.col-nine-xs-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-sm-5 {
  width: 55.5555555556%; }

.col-nine-sm-push-5 {
  left: 55.5555555556%; }

.col-nine-sm-pull-5 {
  right: 55.5555555556%; }

.col-nine-sm-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-md-5 {
  width: 55.5555555556%; }

.col-nine-md-push-5 {
  left: 55.5555555556%; }

.col-nine-md-pull-5 {
  right: 55.5555555556%; }

.col-nine-md-offset-5 {
  margin-left: 55.5555555556%; }

.col-nine-lg-5 {
  width: 55.5555555556%; }

.col-nine-lg-push-5 {
  left: 55.5555555556%; }

.col-nine-lg-pull-5 {
  right: 55.5555555556%; }

.col-nine-lg-offset-5 {
  margin-left: 55.5555555556%; }

@media (min-width: 768px) {
  .col-nine-sm-5 {
    width: 55.5555555556%; }

  .col-nine-sm-push-5 {
    left: 55.5555555556%; }

  .col-nine-sm-pull-5 {
    right: 55.5555555556%; }

  .col-nine-sm-offset-5 {
    margin-left: 55.5555555556%; } }
@media (min-width: 992px) {
  .col-nine-md-5 {
    width: 55.5555555556%; }

  .col-nine-md-push-5 {
    left: 55.5555555556%; }

  .col-nine-md-pull-5 {
    right: 55.5555555556%; }

  .col-nine-md-offset-5 {
    margin-left: 55.5555555556%; } }
@media (min-width: 1280px) {
  .col-nine-lg-5 {
    width: 55.5555555556%; }

  .col-nine-lg-push-5 {
    left: 55.5555555556%; }

  .col-nine-lg-pull-5 {
    right: 55.5555555556%; }

  .col-nine-lg-offset-5 {
    margin-left: 55.5555555556%; } }
.col-nine-xs-6 {
  width: 66.6666666667%; }

.col-nine-xs-push-6 {
  left: 66.6666666667%; }

.col-nine-xs-pull-6 {
  right: 66.6666666667%; }

.col-nine-xs-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-sm-6 {
  width: 66.6666666667%; }

.col-nine-sm-push-6 {
  left: 66.6666666667%; }

.col-nine-sm-pull-6 {
  right: 66.6666666667%; }

.col-nine-sm-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-md-6 {
  width: 66.6666666667%; }

.col-nine-md-push-6 {
  left: 66.6666666667%; }

.col-nine-md-pull-6 {
  right: 66.6666666667%; }

.col-nine-md-offset-6 {
  margin-left: 66.6666666667%; }

.col-nine-lg-6 {
  width: 66.6666666667%; }

.col-nine-lg-push-6 {
  left: 66.6666666667%; }

.col-nine-lg-pull-6 {
  right: 66.6666666667%; }

.col-nine-lg-offset-6 {
  margin-left: 66.6666666667%; }

@media (min-width: 768px) {
  .col-nine-sm-6 {
    width: 66.6666666667%; }

  .col-nine-sm-push-6 {
    left: 66.6666666667%; }

  .col-nine-sm-pull-6 {
    right: 66.6666666667%; }

  .col-nine-sm-offset-6 {
    margin-left: 66.6666666667%; } }
@media (min-width: 992px) {
  .col-nine-md-6 {
    width: 66.6666666667%; }

  .col-nine-md-push-6 {
    left: 66.6666666667%; }

  .col-nine-md-pull-6 {
    right: 66.6666666667%; }

  .col-nine-md-offset-6 {
    margin-left: 66.6666666667%; } }
@media (min-width: 1280px) {
  .col-nine-lg-6 {
    width: 66.6666666667%; }

  .col-nine-lg-push-6 {
    left: 66.6666666667%; }

  .col-nine-lg-pull-6 {
    right: 66.6666666667%; }

  .col-nine-lg-offset-6 {
    margin-left: 66.6666666667%; } }
.col-nine-xs-7 {
  width: 77.7777777778%; }

.col-nine-xs-push-7 {
  left: 77.7777777778%; }

.col-nine-xs-pull-7 {
  right: 77.7777777778%; }

.col-nine-xs-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-sm-7 {
  width: 77.7777777778%; }

.col-nine-sm-push-7 {
  left: 77.7777777778%; }

.col-nine-sm-pull-7 {
  right: 77.7777777778%; }

.col-nine-sm-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-md-7 {
  width: 77.7777777778%; }

.col-nine-md-push-7 {
  left: 77.7777777778%; }

.col-nine-md-pull-7 {
  right: 77.7777777778%; }

.col-nine-md-offset-7 {
  margin-left: 77.7777777778%; }

.col-nine-lg-7 {
  width: 77.7777777778%; }

.col-nine-lg-push-7 {
  left: 77.7777777778%; }

.col-nine-lg-pull-7 {
  right: 77.7777777778%; }

.col-nine-lg-offset-7 {
  margin-left: 77.7777777778%; }

@media (min-width: 768px) {
  .col-nine-sm-7 {
    width: 77.7777777778%; }

  .col-nine-sm-push-7 {
    left: 77.7777777778%; }

  .col-nine-sm-pull-7 {
    right: 77.7777777778%; }

  .col-nine-sm-offset-7 {
    margin-left: 77.7777777778%; } }
@media (min-width: 992px) {
  .col-nine-md-7 {
    width: 77.7777777778%; }

  .col-nine-md-push-7 {
    left: 77.7777777778%; }

  .col-nine-md-pull-7 {
    right: 77.7777777778%; }

  .col-nine-md-offset-7 {
    margin-left: 77.7777777778%; } }
@media (min-width: 1280px) {
  .col-nine-lg-7 {
    width: 77.7777777778%; }

  .col-nine-lg-push-7 {
    left: 77.7777777778%; }

  .col-nine-lg-pull-7 {
    right: 77.7777777778%; }

  .col-nine-lg-offset-7 {
    margin-left: 77.7777777778%; } }
.col-nine-xs-8 {
  width: 88.8888888889%; }

.col-nine-xs-push-8 {
  left: 88.8888888889%; }

.col-nine-xs-pull-8 {
  right: 88.8888888889%; }

.col-nine-xs-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-sm-8 {
  width: 88.8888888889%; }

.col-nine-sm-push-8 {
  left: 88.8888888889%; }

.col-nine-sm-pull-8 {
  right: 88.8888888889%; }

.col-nine-sm-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-md-8 {
  width: 88.8888888889%; }

.col-nine-md-push-8 {
  left: 88.8888888889%; }

.col-nine-md-pull-8 {
  right: 88.8888888889%; }

.col-nine-md-offset-8 {
  margin-left: 88.8888888889%; }

.col-nine-lg-8 {
  width: 88.8888888889%; }

.col-nine-lg-push-8 {
  left: 88.8888888889%; }

.col-nine-lg-pull-8 {
  right: 88.8888888889%; }

.col-nine-lg-offset-8 {
  margin-left: 88.8888888889%; }

@media (min-width: 768px) {
  .col-nine-sm-8 {
    width: 88.8888888889%; }

  .col-nine-sm-push-8 {
    left: 88.8888888889%; }

  .col-nine-sm-pull-8 {
    right: 88.8888888889%; }

  .col-nine-sm-offset-8 {
    margin-left: 88.8888888889%; } }
@media (min-width: 992px) {
  .col-nine-md-8 {
    width: 88.8888888889%; }

  .col-nine-md-push-8 {
    left: 88.8888888889%; }

  .col-nine-md-pull-8 {
    right: 88.8888888889%; }

  .col-nine-md-offset-8 {
    margin-left: 88.8888888889%; } }
@media (min-width: 1280px) {
  .col-nine-lg-8 {
    width: 88.8888888889%; }

  .col-nine-lg-push-8 {
    left: 88.8888888889%; }

  .col-nine-lg-pull-8 {
    right: 88.8888888889%; }

  .col-nine-lg-offset-8 {
    margin-left: 88.8888888889%; } }
.col-nine-xs-9 {
  width: 100%; }

.col-nine-xs-push-9 {
  left: 100%; }

.col-nine-xs-pull-9 {
  right: 100%; }

.col-nine-xs-offset-9 {
  margin-left: 100%; }

.col-nine-sm-9 {
  width: 100%; }

.col-nine-sm-push-9 {
  left: 100%; }

.col-nine-sm-pull-9 {
  right: 100%; }

.col-nine-sm-offset-9 {
  margin-left: 100%; }

.col-nine-md-9 {
  width: 100%; }

.col-nine-md-push-9 {
  left: 100%; }

.col-nine-md-pull-9 {
  right: 100%; }

.col-nine-md-offset-9 {
  margin-left: 100%; }

.col-nine-lg-9 {
  width: 100%; }

.col-nine-lg-push-9 {
  left: 100%; }

.col-nine-lg-pull-9 {
  right: 100%; }

.col-nine-lg-offset-9 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-nine-sm-9 {
    width: 100%; }

  .col-nine-sm-push-9 {
    left: 100%; }

  .col-nine-sm-pull-9 {
    right: 100%; }

  .col-nine-sm-offset-9 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-nine-md-9 {
    width: 100%; }

  .col-nine-md-push-9 {
    left: 100%; }

  .col-nine-md-pull-9 {
    right: 100%; }

  .col-nine-md-offset-9 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-nine-lg-9 {
    width: 100%; }

  .col-nine-lg-push-9 {
    left: 100%; }

  .col-nine-lg-pull-9 {
    right: 100%; }

  .col-nine-lg-offset-9 {
    margin-left: 100%; } }
.col-eight-xs-1, .col-eight-xs-2, .col-eight-xs-3, .col-eight-xs-4,
.col-eight-xs-5, .col-eight-xs-6, .col-eight-xs-7, .col-eight-xs-8,
.col-eight-sm-1, .col-eight-sm-2, .col-eight-sm-3, .col-eight-sm-4,
.col-eight-sm-5, .col-eight-sm-6, .col-eight-sm-7, .col-eight-sm-8
.col-eight-md-1, .col-eight-md-2, .col-eight-md-3, .col-eight-md-4,
.col-eight-md-5, .col-eight-md-6, .col-eight-md-7, .col-eight-md-8
.col-eight-lg-1, .col-eight-lg-2, .col-eight-lg-3, .col-eight-lg-4,
.col-eight-lg-5, .col-eight-lg-6, .col-eight-lg-7, .col-eight-lg-8 {
  float: left; }

.col-eight-xs-1 {
  width: 12.5%; }

.col-eight-xs-push-1 {
  left: 12.5%; }

.col-eight-xs-pull-1 {
  right: 12.5%; }

.col-eight-xs-offset-1 {
  margin-left: 12.5%; }

.col-eight-sm-1 {
  width: 12.5%; }

.col-eight-sm-push-1 {
  left: 12.5%; }

.col-eight-sm-pull-1 {
  right: 12.5%; }

.col-eight-sm-offset-1 {
  margin-left: 12.5%; }

.col-eight-md-1 {
  width: 12.5%; }

.col-eight-md-push-1 {
  left: 12.5%; }

.col-eight-md-pull-1 {
  right: 12.5%; }

.col-eight-md-offset-1 {
  margin-left: 12.5%; }

.col-eight-lg-1 {
  width: 12.5%; }

.col-eight-lg-push-1 {
  left: 12.5%; }

.col-eight-lg-pull-1 {
  right: 12.5%; }

.col-eight-lg-offset-1 {
  margin-left: 12.5%; }

@media (min-width: 768px) {
  .col-eight-sm-1 {
    width: 12.5%; }

  .col-eight-sm-push-1 {
    left: 12.5%; }

  .col-eight-sm-pull-1 {
    right: 12.5%; }

  .col-eight-sm-offset-1 {
    margin-left: 12.5%; } }
@media (min-width: 992px) {
  .col-eight-md-1 {
    width: 12.5%; }

  .col-eight-md-push-1 {
    left: 12.5%; }

  .col-eight-md-pull-1 {
    right: 12.5%; }

  .col-eight-md-offset-1 {
    margin-left: 12.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-1 {
    width: 12.5%; }

  .col-eight-lg-push-1 {
    left: 12.5%; }

  .col-eight-lg-pull-1 {
    right: 12.5%; }

  .col-eight-lg-offset-1 {
    margin-left: 12.5%; } }
.col-eight-xs-2 {
  width: 25%; }

.col-eight-xs-push-2 {
  left: 25%; }

.col-eight-xs-pull-2 {
  right: 25%; }

.col-eight-xs-offset-2 {
  margin-left: 25%; }

.col-eight-sm-2 {
  width: 25%; }

.col-eight-sm-push-2 {
  left: 25%; }

.col-eight-sm-pull-2 {
  right: 25%; }

.col-eight-sm-offset-2 {
  margin-left: 25%; }

.col-eight-md-2 {
  width: 25%; }

.col-eight-md-push-2 {
  left: 25%; }

.col-eight-md-pull-2 {
  right: 25%; }

.col-eight-md-offset-2 {
  margin-left: 25%; }

.col-eight-lg-2 {
  width: 25%; }

.col-eight-lg-push-2 {
  left: 25%; }

.col-eight-lg-pull-2 {
  right: 25%; }

.col-eight-lg-offset-2 {
  margin-left: 25%; }

@media (min-width: 768px) {
  .col-eight-sm-2 {
    width: 25%; }

  .col-eight-sm-push-2 {
    left: 25%; }

  .col-eight-sm-pull-2 {
    right: 25%; }

  .col-eight-sm-offset-2 {
    margin-left: 25%; } }
@media (min-width: 992px) {
  .col-eight-md-2 {
    width: 25%; }

  .col-eight-md-push-2 {
    left: 25%; }

  .col-eight-md-pull-2 {
    right: 25%; }

  .col-eight-md-offset-2 {
    margin-left: 25%; } }
@media (min-width: 1280px) {
  .col-eight-lg-2 {
    width: 25%; }

  .col-eight-lg-push-2 {
    left: 25%; }

  .col-eight-lg-pull-2 {
    right: 25%; }

  .col-eight-lg-offset-2 {
    margin-left: 25%; } }
.col-eight-xs-3 {
  width: 37.5%; }

.col-eight-xs-push-3 {
  left: 37.5%; }

.col-eight-xs-pull-3 {
  right: 37.5%; }

.col-eight-xs-offset-3 {
  margin-left: 37.5%; }

.col-eight-sm-3 {
  width: 37.5%; }

.col-eight-sm-push-3 {
  left: 37.5%; }

.col-eight-sm-pull-3 {
  right: 37.5%; }

.col-eight-sm-offset-3 {
  margin-left: 37.5%; }

.col-eight-md-3 {
  width: 37.5%; }

.col-eight-md-push-3 {
  left: 37.5%; }

.col-eight-md-pull-3 {
  right: 37.5%; }

.col-eight-md-offset-3 {
  margin-left: 37.5%; }

.col-eight-lg-3 {
  width: 37.5%; }

.col-eight-lg-push-3 {
  left: 37.5%; }

.col-eight-lg-pull-3 {
  right: 37.5%; }

.col-eight-lg-offset-3 {
  margin-left: 37.5%; }

@media (min-width: 768px) {
  .col-eight-sm-3 {
    width: 37.5%; }

  .col-eight-sm-push-3 {
    left: 37.5%; }

  .col-eight-sm-pull-3 {
    right: 37.5%; }

  .col-eight-sm-offset-3 {
    margin-left: 37.5%; } }
@media (min-width: 992px) {
  .col-eight-md-3 {
    width: 37.5%; }

  .col-eight-md-push-3 {
    left: 37.5%; }

  .col-eight-md-pull-3 {
    right: 37.5%; }

  .col-eight-md-offset-3 {
    margin-left: 37.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-3 {
    width: 37.5%; }

  .col-eight-lg-push-3 {
    left: 37.5%; }

  .col-eight-lg-pull-3 {
    right: 37.5%; }

  .col-eight-lg-offset-3 {
    margin-left: 37.5%; } }
.col-eight-xs-4 {
  width: 50%; }

.col-eight-xs-push-4 {
  left: 50%; }

.col-eight-xs-pull-4 {
  right: 50%; }

.col-eight-xs-offset-4 {
  margin-left: 50%; }

.col-eight-sm-4 {
  width: 50%; }

.col-eight-sm-push-4 {
  left: 50%; }

.col-eight-sm-pull-4 {
  right: 50%; }

.col-eight-sm-offset-4 {
  margin-left: 50%; }

.col-eight-md-4 {
  width: 50%; }

.col-eight-md-push-4 {
  left: 50%; }

.col-eight-md-pull-4 {
  right: 50%; }

.col-eight-md-offset-4 {
  margin-left: 50%; }

.col-eight-lg-4 {
  width: 50%; }

.col-eight-lg-push-4 {
  left: 50%; }

.col-eight-lg-pull-4 {
  right: 50%; }

.col-eight-lg-offset-4 {
  margin-left: 50%; }

@media (min-width: 768px) {
  .col-eight-sm-4 {
    width: 50%; }

  .col-eight-sm-push-4 {
    left: 50%; }

  .col-eight-sm-pull-4 {
    right: 50%; }

  .col-eight-sm-offset-4 {
    margin-left: 50%; } }
@media (min-width: 992px) {
  .col-eight-md-4 {
    width: 50%; }

  .col-eight-md-push-4 {
    left: 50%; }

  .col-eight-md-pull-4 {
    right: 50%; }

  .col-eight-md-offset-4 {
    margin-left: 50%; } }
@media (min-width: 1280px) {
  .col-eight-lg-4 {
    width: 50%; }

  .col-eight-lg-push-4 {
    left: 50%; }

  .col-eight-lg-pull-4 {
    right: 50%; }

  .col-eight-lg-offset-4 {
    margin-left: 50%; } }
.col-eight-xs-5 {
  width: 62.5%; }

.col-eight-xs-push-5 {
  left: 62.5%; }

.col-eight-xs-pull-5 {
  right: 62.5%; }

.col-eight-xs-offset-5 {
  margin-left: 62.5%; }

.col-eight-sm-5 {
  width: 62.5%; }

.col-eight-sm-push-5 {
  left: 62.5%; }

.col-eight-sm-pull-5 {
  right: 62.5%; }

.col-eight-sm-offset-5 {
  margin-left: 62.5%; }

.col-eight-md-5 {
  width: 62.5%; }

.col-eight-md-push-5 {
  left: 62.5%; }

.col-eight-md-pull-5 {
  right: 62.5%; }

.col-eight-md-offset-5 {
  margin-left: 62.5%; }

.col-eight-lg-5 {
  width: 62.5%; }

.col-eight-lg-push-5 {
  left: 62.5%; }

.col-eight-lg-pull-5 {
  right: 62.5%; }

.col-eight-lg-offset-5 {
  margin-left: 62.5%; }

@media (min-width: 768px) {
  .col-eight-sm-5 {
    width: 62.5%; }

  .col-eight-sm-push-5 {
    left: 62.5%; }

  .col-eight-sm-pull-5 {
    right: 62.5%; }

  .col-eight-sm-offset-5 {
    margin-left: 62.5%; } }
@media (min-width: 992px) {
  .col-eight-md-5 {
    width: 62.5%; }

  .col-eight-md-push-5 {
    left: 62.5%; }

  .col-eight-md-pull-5 {
    right: 62.5%; }

  .col-eight-md-offset-5 {
    margin-left: 62.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-5 {
    width: 62.5%; }

  .col-eight-lg-push-5 {
    left: 62.5%; }

  .col-eight-lg-pull-5 {
    right: 62.5%; }

  .col-eight-lg-offset-5 {
    margin-left: 62.5%; } }
.col-eight-xs-6 {
  width: 75%; }

.col-eight-xs-push-6 {
  left: 75%; }

.col-eight-xs-pull-6 {
  right: 75%; }

.col-eight-xs-offset-6 {
  margin-left: 75%; }

.col-eight-sm-6 {
  width: 75%; }

.col-eight-sm-push-6 {
  left: 75%; }

.col-eight-sm-pull-6 {
  right: 75%; }

.col-eight-sm-offset-6 {
  margin-left: 75%; }

.col-eight-md-6 {
  width: 75%; }

.col-eight-md-push-6 {
  left: 75%; }

.col-eight-md-pull-6 {
  right: 75%; }

.col-eight-md-offset-6 {
  margin-left: 75%; }

.col-eight-lg-6 {
  width: 75%; }

.col-eight-lg-push-6 {
  left: 75%; }

.col-eight-lg-pull-6 {
  right: 75%; }

.col-eight-lg-offset-6 {
  margin-left: 75%; }

@media (min-width: 768px) {
  .col-eight-sm-6 {
    width: 75%; }

  .col-eight-sm-push-6 {
    left: 75%; }

  .col-eight-sm-pull-6 {
    right: 75%; }

  .col-eight-sm-offset-6 {
    margin-left: 75%; } }
@media (min-width: 992px) {
  .col-eight-md-6 {
    width: 75%; }

  .col-eight-md-push-6 {
    left: 75%; }

  .col-eight-md-pull-6 {
    right: 75%; }

  .col-eight-md-offset-6 {
    margin-left: 75%; } }
@media (min-width: 1280px) {
  .col-eight-lg-6 {
    width: 75%; }

  .col-eight-lg-push-6 {
    left: 75%; }

  .col-eight-lg-pull-6 {
    right: 75%; }

  .col-eight-lg-offset-6 {
    margin-left: 75%; } }
.col-eight-xs-7 {
  width: 87.5%; }

.col-eight-xs-push-7 {
  left: 87.5%; }

.col-eight-xs-pull-7 {
  right: 87.5%; }

.col-eight-xs-offset-7 {
  margin-left: 87.5%; }

.col-eight-sm-7 {
  width: 87.5%; }

.col-eight-sm-push-7 {
  left: 87.5%; }

.col-eight-sm-pull-7 {
  right: 87.5%; }

.col-eight-sm-offset-7 {
  margin-left: 87.5%; }

.col-eight-md-7 {
  width: 87.5%; }

.col-eight-md-push-7 {
  left: 87.5%; }

.col-eight-md-pull-7 {
  right: 87.5%; }

.col-eight-md-offset-7 {
  margin-left: 87.5%; }

.col-eight-lg-7 {
  width: 87.5%; }

.col-eight-lg-push-7 {
  left: 87.5%; }

.col-eight-lg-pull-7 {
  right: 87.5%; }

.col-eight-lg-offset-7 {
  margin-left: 87.5%; }

@media (min-width: 768px) {
  .col-eight-sm-7 {
    width: 87.5%; }

  .col-eight-sm-push-7 {
    left: 87.5%; }

  .col-eight-sm-pull-7 {
    right: 87.5%; }

  .col-eight-sm-offset-7 {
    margin-left: 87.5%; } }
@media (min-width: 992px) {
  .col-eight-md-7 {
    width: 87.5%; }

  .col-eight-md-push-7 {
    left: 87.5%; }

  .col-eight-md-pull-7 {
    right: 87.5%; }

  .col-eight-md-offset-7 {
    margin-left: 87.5%; } }
@media (min-width: 1280px) {
  .col-eight-lg-7 {
    width: 87.5%; }

  .col-eight-lg-push-7 {
    left: 87.5%; }

  .col-eight-lg-pull-7 {
    right: 87.5%; }

  .col-eight-lg-offset-7 {
    margin-left: 87.5%; } }
.col-eight-xs-8 {
  width: 100%; }

.col-eight-xs-push-8 {
  left: 100%; }

.col-eight-xs-pull-8 {
  right: 100%; }

.col-eight-xs-offset-8 {
  margin-left: 100%; }

.col-eight-sm-8 {
  width: 100%; }

.col-eight-sm-push-8 {
  left: 100%; }

.col-eight-sm-pull-8 {
  right: 100%; }

.col-eight-sm-offset-8 {
  margin-left: 100%; }

.col-eight-md-8 {
  width: 100%; }

.col-eight-md-push-8 {
  left: 100%; }

.col-eight-md-pull-8 {
  right: 100%; }

.col-eight-md-offset-8 {
  margin-left: 100%; }

.col-eight-lg-8 {
  width: 100%; }

.col-eight-lg-push-8 {
  left: 100%; }

.col-eight-lg-pull-8 {
  right: 100%; }

.col-eight-lg-offset-8 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-eight-sm-8 {
    width: 100%; }

  .col-eight-sm-push-8 {
    left: 100%; }

  .col-eight-sm-pull-8 {
    right: 100%; }

  .col-eight-sm-offset-8 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-eight-md-8 {
    width: 100%; }

  .col-eight-md-push-8 {
    left: 100%; }

  .col-eight-md-pull-8 {
    right: 100%; }

  .col-eight-md-offset-8 {
    margin-left: 100%; } }
@media (min-width: 1280px) {
  .col-eight-lg-8 {
    width: 100%; }

  .col-eight-lg-push-8 {
    left: 100%; }

  .col-eight-lg-pull-8 {
    right: 100%; }

  .col-eight-lg-offset-8 {
    margin-left: 100%; } }
.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-left-right-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-top-bottom-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-left-right-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-top-bottom-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

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

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

.padding-left-right-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

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

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

.padding-top-bottom-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

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

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

.margin-left-right-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

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

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

.margin-top-bottom-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

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

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

.padding-left-right-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

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

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

.padding-top-bottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

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

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

.margin-left-right-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

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

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

.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

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

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

.padding-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

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

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

.padding-top-bottom-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

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

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

.margin-left-right-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

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

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

.margin-top-bottom-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

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

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

.padding-left-right-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

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

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

.padding-top-bottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-left-right-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-bottom-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-left-right-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-top-bottom-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-left-right-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-top-bottom-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

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

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

.padding-left-right-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

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

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

.padding-top-bottom-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-left-right-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-bottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.padding-left-right-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-top-bottom-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.margin-left-right-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-top-bottom-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

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

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

.padding-left-right-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

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

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

.padding-top-bottom-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-left-right-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-top-bottom-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.padding-left-right-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-top-bottom-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.margin-left-right-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-top-bottom-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-left-right-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

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

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

.padding-top-bottom-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-left-right-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

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

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

.margin-top-bottom-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

/*  GENERAL STYLES  =========================================================  */
/*  =========================================================================  */
.gs_modal-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9000; }

.gs_modal-master-wrap {
  height: 100%;
  left: 0px;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9000; }

.single-post .gs_modal-master-wrap {
  position: fixed; }
  .single-post .gs_modal-master-wrap .gs_modal-wrap {
    min-height: 360px; }
.single-post .gs_modal-overlay {
  position: fixed; }

.login .gs_modal-master-wrap {
  background: rgba(0, 0, 0, 0.5); }

/*  .gs_modal-wrap HAS EITHER A CLASS .modal OR .alert  SO THEY CAN BE STYLED DIFFERENTLY  */
.gs_modal-wrap {
  min-height: 100px;
  overflow: auto;
  position: absolute;
  width: 90%;
  /*  ACTION WRAP / BUTTONS  ==================================================  */
  /*  =========================================================================  */ }
  .gs_modal-wrap.top {
    top: 45px; }
    @media (min-width: 1038px) {
      .gs_modal-wrap.top {
        top: 80px; } }
  .gs_modal-wrap.middle {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .gs_modal-wrap.bottom {
    bottom: 50px;
    top: auto; }
  .gs_modal-wrap.left {
    left: 0;
    right: auto; }
  .gs_modal-wrap.center {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .gs_modal-wrap.right {
    left: auto;
    right: 0; }
  .gs_modal-wrap.middle.center {
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .gs_modal-wrap.success, .gs_modal-wrap.error {
    font-weight: 900;
    min-height: 0px;
    padding: 15px;
    text-transform: uppercase;
    transition: opacity 0.25s ease;
    width: auto;
    z-index: 3200; }
    .gs_modal-wrap.success.transparent, .gs_modal-wrap.error.transparent {
      opacity: 0; }
    .gs_modal-wrap.success p, .gs_modal-wrap.error p {
      margin: 0;
      padding: 0 10px; }
      .gs_modal-wrap.success p::before, .gs_modal-wrap.error p::before {
        font-family: "FontAwesome";
        font-weight: normal;
        margin-right: 10px;
        text-transform: none; }
  .gs_modal-wrap.fade-out {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .gs_modal-wrap.error {
    background-color: #e40046;
    color: white; }
    .gs_modal-wrap.error p::before {
      content: '\f00d'; }
  .gs_modal-wrap.success {
    background-color: #00c601;
    color: white; }
    .gs_modal-wrap.success p::before {
      content: '\f00c'; }
  .gs_modal-wrap.now-following-success.success {
    background-color: #00c601; }
  .gs_modal-wrap .title-line {
    margin: 0;
    line-height: 1.3; }
    .gs_modal-wrap .title-line + p {
      margin-top: 0; }
    .gs_modal-wrap .title-line.red-centered-title-line {
      color: #e7024f;
      font-size: 36px;
      text-align: center; }
  .gs_modal-wrap .subtitle-line {
    font-size: 22px;
    text-align: center; }
  .gs_modal-wrap .centered-content {
    padding: 0px 40px 10px 40px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .gs_modal-wrap .title-line.red-centered-title-line {
      font-size: 26px; }
    .gs_modal-wrap .subtitle-line {
      font-size: 20px; }
    .gs_modal-wrap .centered-content {
      padding: 0px 10px 10px 10px;
      text-align: center; } }
  .gs_modal-wrap .gs_modal-close-button {
    cursor: pointer;
    font-size: 2.2em;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 3px; }
  .gs_modal-wrap .gs_modal-close-button span {
    display: block;
    color: #410099; }
  .gs_modal-wrap .gs_modal-action-wrap {
    margin-top: 20px;
    text-align: center; }
  .gs_modal-wrap .cancel, .gs_modal-wrap .accept {
    cursor: pointer;
    display: inline-block;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    width: calc(50% - 20px); }
  @media screen and (max-width: 767px) {
    .gs_modal-wrap .cancel, .gs_modal-wrap .accept {
      width: calc(80% - 10px); } }
  .gs_modal-wrap .cancel {
    margin-right: 15px; }
  .gs_modal-wrap .accept {
    padding: 15px 16px;
    max-width: 290px; }
  .gs_modal-wrap.full-width-buttons .btn {
    margin: 10px 5px 0 5px;
    max-width: 100%; }

.gs_modal-content-wrap {
  background: white;
  padding: 32px !important; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form {
    font-size: 16px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form.invalid div.hidden {
      display: block !important; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .hidden {
      display: none; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form label {
      color: #410099;
      font-weight: 900;
      text-align: left; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .error {
      color: #e40046;
      font-size: 13px;
      font-weight: 900; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .modal-form .forgot-password {
      text-decoration: none; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form input:not([type="submit"]) {
    border: 2px solid #b2b2b2; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .btn-subscribe {
    display: block;
    margin: 5px auto;
    text-align: center;
    width: 50%; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content strong {
    font-weight: bold; }
  .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .message {
    font-size: 18px; }

.modal .gs_modal-content-wrap {
  box-shadow: 0 10px 70px 1px rgba(0, 0, 0, 0.5);
  color: #333; }

.gs_modal-content-title {
  border-bottom: 1px solid #cccccc;
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.modal .gs_modal-content-title {
  text-align: center; }
  .modal .gs_modal-content-title .title-text {
    color: #410099;
    font-size: 34px; }

.alert .gs_modal-content-title {
  text-align: left; }

/*  =====  SIZING CLASSES  ====================  */
/*  FILL  */
.modal.fill.gs_modal-wrap {
  bottom: 50px;
  top: 50px; }

.modal.fill .gs_modal-content-wrap {
  bottom: 0px;
  top: 0px; }

.modal.fill .gs_modal-content-content {
  overflow-y: auto; }

/*  MODAL ALERT TYPES  ======================================================  */
/*  =========================================================================  */
.gs_modal-icon {
  background: url("../img/gs_modal-sprite.png") no-repeat 50px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px; }

.alert.info .gs_modal-icon {
  background-position: -50px 0px; }

.alert.info .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #00c3fb;
  -webkit-box-shadow: 0px 0px 200px 1px #00c3fb; }

.alert.warning .gs_modal-icon {
  background-position: 0px 0px; }

.alert.warning .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #f5db13;
  -webkit-box-shadow: 0px 0px 200px 1px #f5db13; }

.alert.success .gs_modal-icon {
  background-position: -150px 0px; }

.alert.success .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #61e400;
  -webkit-box-shadow: 0px 0px 200px 1px #61e400; }

.alert.error .gs_modal-icon {
  background-position: -100px 0px; }

.alert.error .gs_modal-content-wrap {
  box-shadow: 0px 0px 0px 2px #e40000;
  -webkit-box-shadow: 0px 0px 200px 1px #e40000; }

/*  RESPONSIVE STYLES  =======================================================  */
/*  ==========================================================================  */
@media (max-width: 480px) {
  .gs_modal-content-wrap {
    padding: 10px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-title {
      margin-bottom: 5px;
      padding-bottom: 5px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-title .title-text {
        font-size: 26px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form {
      font-size: 14px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form label {
        color: #410099;
        font-weight: 900; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .error {
        font-size: 12px;
        margin-bottom: 5px; }
      .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form .forgot-password {
        margin-top: 10px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .login-form input:not([type="submit"]) {
      margin-bottom: 5px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-content-content .message {
      font-size: 16px; }
    .gs_modal-content-wrap .gs_modal-content-inner-wrap .gs_modal-action-wrap {
      margin-top: 5px; } }
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: 'Open Sans', "Hiragino Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px; }
  body.body-w-promo-ribbon-1 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-1 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 125px; }
  body.body-w-promo-ribbon-2 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-2 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 175px; }
  body.body-w-promo-ribbon-3 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-3 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 225px; }
  body.body-w-promo-ribbon-4 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-4 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 275px; }
  body.body-w-promo-ribbon-5 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-5 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 325px; }
  body.body-w-promo-ribbon-6 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-6 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 375px; }
  body.body-w-promo-ribbon-7 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-7 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 425px; }
  body.body-w-promo-ribbon-8 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-8 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 475px; }
  body.body-w-promo-ribbon-9 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-9 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 525px; }
  body.body-w-promo-ribbon-10 header {
    top: 0px;
    min-height: 75px; }
  body.body-w-promo-ribbon-10 #main {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: 575px; }
  body.home {
    background: #410099;
    background: _linear-gradient_legacy(compact(to bottom), #410099 100px, black 950px);
    background-attachment: fixed;
    overflow-x: hidden; }
    body.home h1 {
      font-weight: 700;
      letter-spacing: -.6px; }

a {
  color: #410099;
  transition: color .3s; }
  a:hover, a:active, a:focus {
    color: #e30046;
    text-decoration: none; }
  a.red-link {
    color: #e30046; }

hr {
  border-top: 1px solid #cccccc; }

p {
  padding-bottom: 10px; }

em {
  font-style: italic; }

ul {
  margin: 10px 0; }

ul li {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', "Hiragino Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 68px;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -2px;
  margin-bottom: 6px; }

h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 10px; }

h3 {
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px; }

.small_font {
  font-size: 80%; }

.border-top-white {
  border-top: solid 3px white; }

.border-bottom-white {
  border-bottom: solid 3px white; }

.margin-right-0 {
  margin-right: 0; }

.lightGrey {
  background-color: #f2f2f2; }

.gray {
  color: #BBBBBB; }

.container-fluid {
  max-width: 1900px; }

.btn {
  background: #e30046;
  border-color: #e30046;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 5px 15px 0 0;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color .2s;
  min-width: 110px; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #e30046;
    box-shadow: none; }
  .btn.large {
    font-size: 18px; }

.btn.red-inverse {
  background-color: #ffffff;
  border-color: #e30046;
  color: #e30046; }

.btn.red-inverse:hover,
.btn.red-inverse:active,
.btn.red-inverse:focus {
  background-color: #e30046;
  border-color: #e30046;
  color: #ffffff; }

.btn.btn-default {
  background-color: #f2f2f2;
  color: #000000;
  border-color: #eeeeee; }
  .btn.btn-default.btn-default:hover, .btn.btn-default.btn-default:active {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #000000; }

.btn.btn-transparent {
  background-color: transparent;
  color: #000000;
  border-color: transparent; }
  .btn.btn-transparent.btn-default:hover, .btn.btn-transparent.btn-default:active {
    background-color: transparent;
    border-color: transparent;
    color: #000000; }

.btn.btn-success {
  background-color: #00be04;
  border-color: #00be04;
  color: #ffffff; }
  .btn.btn-success.btn-success:hover, .btn.btn-success.btn-success:active {
    background-color: #02a105;
    border-color: #02a105;
    color: #ffffff; }

.btn.btnSmall {
  font-size: 12px;
  padding: 12px 18px; }

.btn.btnThin {
  padding: 5px 8px; }

form .btn {
  font-size: 14px;
  padding: 14px 20px; }

.form-control {
  border-radius: 0;
  box-shadow: none; }

.overflowHidden {
  overflow: hidden; }

.headline {
  text-align: center; }

.headline.main {
  /* margin-top: 43px; */
  /* WG */
  margin-top: 0px;
  padding-top: 43px; }

.mtFull {
  /* margin-top: 76px; */
  /* WG */
  margin-top: 43px; }

.mbFull {
  margin-bottom: 86px; }

.mtHalf {
  margin-top: 43px; }

.mbHalf {
  margin-bottom: 43px; }

.ptFull {
  padding-top: 86px; }

.pbFull {
  padding-bottom: 86px; }

.ptHalf {
  padding-top: 43px; }

.pbHalf {
  padding-bottom: 43px; }

.hide-module-display-name .headline.main {
  display: none;
  margin: 0; }
  .hide-module-display-name .headline.main h1 {
    display: none; }

.border-top-1 {
  border-top: solid 1px #ccc; }

.border-bottom-1 {
  border-bottom: solid 1px #ccc; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: underline; }

sup {
  vertical-align: super;
  font-size: 47%;
  top: -2px; }

.pagination > li.active a, .pagination > li.active a:hover, .pagination > li > a > span {
  background-color: transparent;
  border: 0;
  color: #410099;
  font-weight: 800; }
.pagination > li > a {
  border: 0;
  padding: 6px 12px;
  font-weight: 300;
  color: #000000; }
  .pagination > li > a:hover {
    color: #410099;
    font-weight: 800; }

body.body-w-promo-ribbon-1 #search-bar.skinny {
  top: inherit; }

body.body-w-promo-ribbon-1 header.skinny {
  margin-top: 0px; }

body.body-w-promo-ribbon-1 .skinny {
  top: 0px; }

header #main-navigation ul.list-inline > li, .login-button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  padding: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.cartOptions .scroll {
  overflow-y: scroll;
  max-height: 294px;
  padding-right: 10px; }

.logged-in header #mobile-header-icons .cartMobile {
  margin-right: 5px; }
  .logged-in header #mobile-header-icons .cartMobile .cartOptions {
    right: -89px; }
    .logged-in header #mobile-header-icons .cartMobile .cartOptions:after, .logged-in header #mobile-header-icons .cartMobile .cartOptions:before {
      left: 200px; }

.no-prem-promo header .prem-promo-btn-container {
  display: none; }

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  color: #410099;
  z-index: 99999;
  transition: padding .3s; }
  header.dark {
    background-color: #410099;
    transition: background-color 1s;
    -webkit-transition: background-color .2s; }
    header.dark a {
      color: #fff !important;
      transition: color 1s;
      -webkit-transition: color .2s; }
    header.dark #trigger span {
      background-color: #fff; }
  header.open #trigger span:first-child {
    -ms-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg); }
  header.open #trigger span:nth-child(2) {
    display: none; }
  header.open #trigger span:last-child {
    -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg); }
  header.open #main-navigation {
    height: auto; }
  header.skinny {
    padding: 0px; }
    header.skinny .container {
      margin-top: 20px; }
  header.skinny .container, header.skinny.minified .container {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px; }
    header.skinny .container .utility_nav_container > div, header.skinny.minified .container .utility_nav_container > div {
      padding-left: 0;
      padding-right: 0; }
  header .utility_nav_container {
    position: relative;
    top: 0;
    width: 100%; }
    header .utility_nav_container > div {
      padding-left: 15px;
      padding-right: 15px;
      -ms-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    header .utility_nav_container #logo {
      margin: 0;
      position: relative;
      -ms-transform: translateX(0%);
          transform: translateX(0%);
      transition: margin .3s, width .3s; }
      header .utility_nav_container #logo #mobile-logo {
        max-width: 105px; }
  header > div {
    display: block !important;
    padding: 20px 0;
    position: relative; }
  header .container {
    position: relative; }
  header #trigger,
  header .mobile-header-icons,
  header #mobile-logo {
    display: block; }
  header #trigger {
    cursor: pointer;
    padding: 8px 8px 8px 0;
    left: 0px;
    margin-right: 15px;
    transition: all 500ms ease-in-out;
    width: 15px; }
    header #trigger span {
      display: block;
      height: 2px;
      border-radius: 2px;
      background: #410099;
      transition: all 500ms ease-in-out;
      width: 15px; }
      header #trigger span:not(:last-child) {
        margin-bottom: 4px; }
  header #desktop-logo {
    display: none; }
  header #main-navigation {
    display: block;
    margin: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .6s;
    z-index: 0; }
    header #main-navigation.open {
      max-height: 1100px; }
    header #main-navigation > div {
      display: block; }
    header #main-navigation a {
      color: #410099; }
      header #main-navigation a:hover {
        color: #e30046;
        text-decoration: none; }
    header #main-navigation ul.list-inline {
      margin: 0; }
      header #main-navigation ul.list-inline > li {
        display: block;
        margin: 15px 0;
        padding-left: 15px;
        position: relative; }
        header #main-navigation ul.list-inline > li > a {
          font-weight: bold;
          margin-right: 77px;
          display: inline-block;
          margin-bottom: 3px;
          position: relative;
          width: 100%;
          z-index: 9000; }
        header #main-navigation ul.list-inline > li.open ul {
          max-height: 190px; }
        header #main-navigation ul.list-inline > li ul {
          margin-top: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height .3s linear; }
          header #main-navigation ul.list-inline > li ul li {
            font-size: 14px;
            font-weight: 400;
            margin: 3px 0; }
            header #main-navigation ul.list-inline > li ul li a {
              display: inline-block;
              line-height: 1;
              padding: 2px 0;
              margin: 0; }
    header #main-navigation .prem-promo-btn-container {
      border-bottom: solid 1px rgba(0, 0, 0, 0.3);
      border-top: solid 1px rgba(0, 0, 0, 0.3);
      margin: 20px 0 0 0;
      padding: 20px 15px;
      width: 100%; }
      header #main-navigation .prem-promo-btn-container a {
        color: #000000;
        display: block;
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center; }
    header #main-navigation .navigation-callout {
      color: #000000; }
      header #main-navigation .navigation-callout #callout-header {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 4px; }
      header #main-navigation .navigation-callout #callout-subheader {
        font-size: 19px;
        line-height: 25px;
        padding: 0;
        margin: 0; }
      header #main-navigation .navigation-callout .btn {
        font-size: 14px;
        padding: 13px 16px;
        color: #ffffff; }
        header #main-navigation .navigation-callout .btn:hover, header #main-navigation .navigation-callout .btn:focus, header #main-navigation .navigation-callout .btn:active {
          color: #e40046; }
  header .navigation-callout {
    padding-top: 20px; }
  header .cartOptions {
    display: none;
    position: absolute;
    width: 300px;
    top: 50px;
    right: -10px;
    /* XS: -80px, SM: -80px and MD:-6px  */
    padding: 20px;
    color: #000000;
    background: #ffffff;
    border: solid 1px #cccccc;
    z-index: 9900; }
    header .cartOptions:after, header .cartOptions:before {
      bottom: 100%;
      left: 228px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    header .cartOptions:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #ffffff;
      border-width: 15px;
      margin-left: -15px; }
    header .cartOptions:before {
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #cccccc;
      border-width: 17px;
      margin-left: -17px; }
    header .cartOptions .product {
      padding: 15px 0;
      border-bottom: solid 1px #ccc; }
      header .cartOptions .product:first-child {
        margin-top: 15px;
        border-top: solid 1px #ccc; }
      header .cartOptions .product:last-child {
        border-bottom: 0; }
      header .cartOptions .product input {
        display: inline-block;
        width: 36px;
        text-align: center; }
      header .cartOptions .product input::-webkit-outer-spin-button,
      header .cartOptions .product input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }
    header .cartOptions .totalCount, header .cartOptions .totalPrice {
      display: inline-block;
      margin-bottom: 15px; }
    header .cartOptions .totalPrice {
      float: right;
      font-size: 24px; }
    header .cartOptions .btn-cart, header .cartOptions .btn-edit {
      display: block !important;
      clear: both;
      margin: 0; }
    header .cartOptions .product-info {
      padding-left: 15px;
      line-height: 20px; }
      header .cartOptions .product-info .product-title {
        margin-bottom: 15px; }
        header .cartOptions .product-info .product-title span {
          display: block; }
      header .cartOptions .product-info .remove-from-cart {
        margin-top: 5px; }
        header .cartOptions .product-info .remove-from-cart i {
          margin-right: 8px;
          color: #cccccc; }
        header .cartOptions .product-info .remove-from-cart span {
          text-decoration: underline; }
      header .cartOptions .product-info .price {
        font-size: 24px; }
    header .cartOptions .btn-edit {
      margin-top: 20px; }
  header .header-icons {
    display: none;
    position: absolute;
    margin-top: 0px;
    transition: margin .3s; }
    header .header-icons ul.list-inline {
      margin: 0; }
      header .header-icons ul.list-inline li {
        padding: 0;
        position: relative;
        transition: padding .3s; }
        header .header-icons ul.list-inline li a.login {
          color: #410099;
          font-size: 16px;
          font-weight: 600;
          top: -7px;
          position: relative; }
        header .header-icons ul.list-inline li .funimationAccountOptions {
          display: none;
          position: absolute;
          width: 150px;
          top: 30px;
          left: auto;
          right: -15px;
          /* XS: -80px, SM: -80px and MD:-6px  */
          padding: 0 15px 15px 15px;
          background: #ffffff; }
          header .header-icons ul.list-inline li .funimationAccountOptions.open a {
            color: #410099 !important; }
          header .header-icons ul.list-inline li .funimationAccountOptions .badge {
            position: absolute;
            top: 4px;
            left: -20px; }
          header .header-icons ul.list-inline li .funimationAccountOptions li {
            margin-left: 15px; }
    header .header-icons .fun {
      max-width: 30px; }
      header .header-icons .fun a {
        margin-right: 0px !important; }
  header .header-icons a, header #mobile-header-icons a {
    display: block;
    font-weight: bold;
    position: relative; }
  header .header-icons div.badge, header #mobile-header-icons div.badge {
    position: absolute;
    height: 16px;
    width: 16px;
    top: -3px;
    right: -5px;
    border-radius: 22px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 0; }
    header .header-icons div.badge.red, header #mobile-header-icons div.badge.red {
      background-color: #e40046; }
    header .header-icons div.badge.orange, header #mobile-header-icons div.badge.orange {
      background-color: #ff9900; }
  header #mobile-cart {
    position: absolute;
    top: 1px;
    right: 15px; }
  header #mobile-header-icons {
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    z-index: 1; }
    header #mobile-header-icons a {
      display: inline-block; }
    header #mobile-header-icons > div {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    header #mobile-header-icons ul.list-inline {
      margin: 0; }
      header #mobile-header-icons ul.list-inline li {
        line-height: 1;
        margin: 0 0 0 15px;
        padding: 0; }
        header #mobile-header-icons ul.list-inline li.fun {
          margin-left: 10px; }
    header #mobile-header-icons .prem-promo-btn-container {
      display: none; }
    header #mobile-header-icons .cart {
      display: inline-block;
      position: relative; }
      header #mobile-header-icons .cart #cart-icon {
        margin-left: 0; }
      header #mobile-header-icons .cart .mini-cart {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
      header #mobile-header-icons .cart .cartOptions {
        right: -63px; }
    header #mobile-header-icons .login-button {
      font-size: 12px; }
    header #mobile-header-icons .searchIcon {
      margin-top: 1px; }
      header #mobile-header-icons .searchIcon .header-icon {
        max-height: 25px;
        max-width: 25px; }
    header #mobile-header-icons .cart {
      margin-top: -1px; }
      header #mobile-header-icons .cart .header-icon {
        max-height: 25px;
        max-width: 25px; }
    header #mobile-header-icons .fun {
      margin-top: 2px !important; }
      header #mobile-header-icons .fun .header-icon {
        max-height: 21px;
        max-width: 21px; }
    header #mobile-header-icons .queue {
      margin-top: 3px !important; }
      header #mobile-header-icons .queue .header-icon {
        max-height: 20px;
        max-width: 20px; }
    header #mobile-header-icons .funimationAccountOptions {
      background: #ffffff;
      display: none;
      padding: 0px 10px 0px 20px;
      position: absolute;
      right: 12px;
      top: 32px;
      z-index: 10; }
      header #mobile-header-icons .funimationAccountOptions ul {
        margin: 10px 0; }
        header #mobile-header-icons .funimationAccountOptions ul li {
          margin-bottom: 5px; }
    header #mobile-header-icons div.badge {
      left: -21px; }
    header #mobile-header-icons .headerAccount .badge {
      top: 3px; }
    header #mobile-header-icons .mini-cart .badge {
      left: auto;
      right: 0px; }

body.search2 #search-bar {
  max-height: 500px !important; }

body.body-w-promo-ribbon-1 #search-bar.skinny {
  top: 125px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-2 #search-bar.skinny {
  top: 175px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-3 #search-bar.skinny {
  top: 225px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-4 #search-bar.skinny {
  top: 275px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-5 #search-bar.skinny {
  top: 325px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-6 #search-bar.skinny {
  top: 375px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-7 #search-bar.skinny {
  top: 425px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-8 #search-bar.skinny {
  top: 475px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-9 #search-bar.skinny {
  top: 525px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

body.body-w-promo-ribbon-10 #search-bar.skinny {
  top: 575px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

#search-bar {
  position: absolute;
  top: 206px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 9000;
  transition: max-height .8s, top .3s; }
  #search-bar.open {
    max-height: 610px; }
  #search-bar.skinny {
    top: 75px; }
  #search-bar .searchForm {
    margin-bottom: 20px; }
    #search-bar .searchForm .form-group #search-bar-input.form-control {
      -webkit-appearance: none;
      background: #f2f2f2;
      border: none;
      height: 49px;
      float: left;
      width: calc(100% - 110px); }
    #search-bar .searchForm .form-group .btn {
      margin: 0;
      float: left; }
  #search-bar #search-drawer {
    margin-bottom: 15px; }
    #search-bar #search-drawer a {
      text-decoration: underline; }
    #search-bar #search-drawer h3 {
      font-size: 19px; }
    #search-bar #search-drawer li {
      margin-bottom: 0; }
    #search-bar #search-drawer .categories li {
      margin-bottom: 3px; }
    #search-bar #search-drawer .top-result .show-name {
      font-size: 24px;
      margin-bottom: 10px; }
    #search-bar #search-drawer .top-result .description {
      line-height: 20px; }
    #search-bar #search-drawer .top-result .link {
      margin-top: 8px; }

.product-carousel-price-under-section .slider-control.prev,
.product-carousel-price-under-section .slider-control.next {
  top: 40%; }

.promo-carousel-section .slider-control.prev,
.promo-carousel-section .slider-control.next {
  top: 46%; }

.show-carousel-section .slider-control.prev,
.show-carousel-section .slider-control.next {
  top: 43%; }

.episode-slider-section .slider-control.prev,
.episode-slider-section .slider-control.next {
  top: 34%; }

.slider-control.prev,
.slider-control.next {
  background-color: #666666;
  border: 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
  opacity: .8;
  top: 50%;
  transition: opacity .3s;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 0;
  position: absolute;
  width: 40px;
  z-index: 301; }
  .slider-control.prev.prev,
  .slider-control.next.prev {
    left: 0; }
    .slider-control.prev.prev::before, .slider-control.prev.prev::after,
    .slider-control.next.prev::before,
    .slider-control.next.prev::after {
      -ms-transform-origin: left center;
          transform-origin: left center; }
  .slider-control.prev.next,
  .slider-control.next.next {
    right: 0; }
    .slider-control.prev.next::before, .slider-control.prev.next::after,
    .slider-control.next.next::before,
    .slider-control.next.next::after {
      -ms-transform-origin: right center;
          transform-origin: right center; }
  .slider-control.prev.next::before, .slider-control.prev.next::after, .slider-control.prev.prev::before, .slider-control.prev.prev::after,
  .slider-control.next.next::before,
  .slider-control.next.next::after,
  .slider-control.next.prev::before,
  .slider-control.next.prev::after {
    content: '';
    background-color: #FFFFFF;
    display: block;
    height: 2px;
    left: 22%;
    position: absolute;
    width: 20px; }
  .slider-control.prev.next:hover, .slider-control.prev.next:focus, .slider-control.prev.next:active, .slider-control.prev.prev:hover, .slider-control.prev.prev:focus, .slider-control.prev.prev:active,
  .slider-control.next.next:hover,
  .slider-control.next.next:focus,
  .slider-control.next.next:active,
  .slider-control.next.prev:hover,
  .slider-control.next.prev:focus,
  .slider-control.next.prev:active {
    opacity: 1; }
  .slider-control.prev::before, .slider-control.prev::after,
  .slider-control.next::before,
  .slider-control.next::after {
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .slider-control.prev::after,
  .slider-control.next::after {
    top: 47%; }
  .slider-control.prev::before,
  .slider-control.next::before {
    top: 51%; }
  .slider-control.prev.next::before, .slider-control.prev.prev::after,
  .slider-control.next.next::before,
  .slider-control.next.prev::after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .slider-control.prev.next::after, .slider-control.prev.prev::before,
  .slider-control.next.next::after,
  .slider-control.next.prev::before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.home .slider-control.prev,
.home .slider-control.next {
  background-color: transparent; }
  .home .slider-control.prev:hover,
  .home .slider-control.next:hover {
    background-color: transparent; }
  .home .slider-control.prev:before, .home .slider-control.prev:after,
  .home .slider-control.next:before,
  .home .slider-control.next:after {
    height: 4px;
    width: 17px; }
  .home .slider-control.prev:after,
  .home .slider-control.next:after {
    top: 46%; }
  .home .slider-control.prev.next,
  .home .slider-control.next.next {
    top: 50%;
    right: -60px;
    animation-iteration-count: infinite; }
    .home .slider-control.prev.next img,
    .home .slider-control.next.next img {
      display: none; }
    .home .slider-control.prev.next.queue,
    .home .slider-control.next.next.queue {
      top: 30%; }
  .home .slider-control.prev.prev,
  .home .slider-control.next.prev {
    top: 50%;
    left: -60px; }
    .home .slider-control.prev.prev img,
    .home .slider-control.next.prev img {
      display: none; }
    .home .slider-control.prev.prev.queue,
    .home .slider-control.next.prev.queue {
      top: 30%; }

.home .bx-controls {
  display: none; }

#main {
  margin-top: 75px; }

body.search2 #main {
  margin-top: 110px; }

.home #mainModuleContainer {
  overflow: hidden; }
  .home #mainModuleContainer .container {
    padding: 0 calc(3.5vw + 24px);
    width: 100% !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home #mainModuleContainer .container {
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .home #mainModuleContainer .container {
        padding: 0 15px; } }
  .home #mainModuleContainer [data-module^="Home Banner Bkgd Video 2"],
  .home #mainModuleContainer [data-module^="Home anon hero slider"],
  .home #mainModuleContainer [data-module^="Home Anon Subscription Banner"],
  .home #mainModuleContainer [data-module="New Shop Arrivals"],
  .home #mainModuleContainer [data-module^="Home Watch Shop"] {
    display: none; }

footer {
  background: #410099;
  color: #ffffff;
  padding: 30px 30px 40px 30px;
  font-size: 14px;
  text-align: center; }
  footer .equal-heights > div {
    height: auto !important; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
  footer .border-right {
    border: 0; }
  footer .ftrSubscriptionHeadline, footer .ftrHeadlines {
    padding-left: 20px !important; }
    footer .ftrSubscriptionHeadline .btn, footer .ftrHeadlines .btn {
      margin-right: 0; }
  footer .section-label {
    text-transform: uppercase;
    line-height: 12px;
    padding: 0 0 10px 0; }
  footer h2 {
    font-size: 48px;
    line-height: 32px;
    letter-spacing: -1px; }
  footer h3 {
    font-size: 19px;
    line-height: 19px; }
  footer h4 {
    font-size: 14px;
    line-height: 14px; }
  footer ul.footer-navigation {
    margin: 0 0 30px 0; }
    footer ul.footer-navigation li {
      line-height: 14px;
      margin-bottom: 12px;
      text-transform: uppercase; }
  footer .social-media {
    display: inline-block;
    float: none;
    margin: 0 auto 10px auto; }
    footer .social-media > li {
      background-image: url("/static/img/icons/icons2020-social-sprite.png");
      background-repeat: no-repeat;
      float: left;
      margin-bottom: 0;
      margin-right: 7px; }
      footer .social-media > li.facebook {
        background-position: 0 0; }
      footer .social-media > li.twitter {
        background-position: -38px 0; }
      footer .social-media > li.youtube {
        background-position: -75px 0; }
      footer .social-media > li.instagram {
        background-position: -114px 0;
        clear: both; }
      footer .social-media > li.tumblr {
        background-position: -152px 0; }
      footer .social-media > li.pinterest {
        background-position: -190px 0; }
      footer .social-media > li a {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-indent: -1000px; }
  footer .copyright {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0px;
    padding: 0;
    clear: both;
    color: #fff !important; }
  footer .price {
    font-size: 36px;
    line-height: 40px; }
  footer .description {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 20px; }
  footer ul.footer-navigation {
    padding-top: 0px;
    font-size: 12px; }
  footer .ftrSubscriptionHeadline, footer .ftrHeadlines {
    padding-left: 0px !important; }

body.search2 #main {
  margin-top: -50px; }

body.body-w-promo-ribbon-1 #search-bar.skinny {
  top: 50px; }
body.body-w-promo-ribbon-1 #main {
  margin-top: 50px; }

body.body-w-promo-ribbon-2 #search-bar.skinny {
  top: 100px; }
body.body-w-promo-ribbon-2 #main {
  margin-top: 100px; }

body.body-w-promo-ribbon-3 #search-bar.skinny {
  top: 150px; }
body.body-w-promo-ribbon-3 #main {
  margin-top: 150px; }

body.body-w-promo-ribbon-4 #search-bar.skinny {
  top: 200px; }
body.body-w-promo-ribbon-4 #main {
  margin-top: 200px; }

body.body-w-promo-ribbon-5 #search-bar.skinny {
  top: 250px; }
body.body-w-promo-ribbon-5 #main {
  margin-top: 250px; }

body.body-w-promo-ribbon-6 #search-bar.skinny {
  top: 300px; }
body.body-w-promo-ribbon-6 #main {
  margin-top: 300px; }

body.body-w-promo-ribbon-7 #search-bar.skinny {
  top: 350px; }
body.body-w-promo-ribbon-7 #main {
  margin-top: 350px; }

body.body-w-promo-ribbon-8 #search-bar.skinny {
  top: 400px; }
body.body-w-promo-ribbon-8 #main {
  margin-top: 400px; }

body.body-w-promo-ribbon-9 #search-bar.skinny {
  top: 450px; }
body.body-w-promo-ribbon-9 #main {
  margin-top: 450px; }

body.body-w-promo-ribbon-10 #search-bar.skinny {
  top: 500px; }
body.body-w-promo-ribbon-10 #main {
  margin-top: 500px; }

footer .social-media > li:nth-child(4) {
  clear: both; }

body.blog.skinny #logo {
  width: 215px; }
body.blog #logo {
  left: 180px; }
body.blog.skinny #logo {
  margin: 22px 0 0 0;
  width: 32px; }
body.blog #logo {
  left: 170px; }
body.blog .site-header div.body-w-promo-ribbon-1 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-1 #search-bar.skinny {
  top: 125px; }
body.blog .site-header div.body-w-promo-ribbon-2 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-2 #search-bar.skinny {
  top: 175px; }
body.blog .site-header div.body-w-promo-ribbon-3 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-3 #search-bar.skinny {
  top: 225px; }
body.blog .site-header div.body-w-promo-ribbon-4 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-4 #search-bar.skinny {
  top: 275px; }
body.blog .site-header div.body-w-promo-ribbon-5 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-5 #search-bar.skinny {
  top: 325px; }
body.blog .site-header div.body-w-promo-ribbon-6 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-6 #search-bar.skinny {
  top: 375px; }
body.blog .site-header div.body-w-promo-ribbon-7 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-7 #search-bar.skinny {
  top: 425px; }
body.blog .site-header div.body-w-promo-ribbon-8 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-8 #search-bar.skinny {
  top: 475px; }
body.blog .site-header div.body-w-promo-ribbon-9 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-9 #search-bar.skinny {
  top: 525px; }
body.blog .site-header div.body-w-promo-ribbon-10 header.skinny {
  top: 0; }
body.blog .site-header div.body-w-promo-ribbon-10 #search-bar.skinny {
  top: 575px; }

.header-promo-ribbon-wrap {
  height: auto;
  left: 0;
  overflow: hidden;
  position: static;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100000; }
  .header-promo-ribbon-wrap .header-promo-ribbon {
    display: block;
    width: 100%;
    background-color: #410099; }
    .header-promo-ribbon-wrap .header-promo-ribbon .header-promo-copy {
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      padding: 10px 0;
      text-transform: uppercase; }
    .header-promo-ribbon-wrap .header-promo-ribbon > div, .header-promo-ribbon-wrap .header-promo-ribbon .header-promo-clickThru-wrap {
      margin: 0 auto;
      max-width: 1263px;
      text-align: center; }
    .header-promo-ribbon-wrap .header-promo-ribbon.green {
      background-color: #118924; }
    .header-promo-ribbon-wrap .header-promo-ribbon.red {
      background-color: #e40046; }
      .header-promo-ribbon-wrap .header-promo-ribbon.red a:hover {
        color: #fff; }
    .header-promo-ribbon-wrap .header-promo-ribbon.black {
      background-color: #000000; }
    .header-promo-ribbon-wrap .header-promo-ribbon.inactive, .header-promo-ribbon-wrap .header-promo-ribbon.inactive a {
      cursor: default; }
    .header-promo-ribbon-wrap .header-promo-ribbon.active, .header-promo-ribbon-wrap .header-promo-ribbon.active a {
      cursor: pointer; }
    .header-promo-ribbon-wrap .header-promo-ribbon a.secondary-link {
      float: right;
      text-decoration: underline;
      padding-right: 10px;
      padding-left: 10px; }
  .header-promo-ribbon-wrap > .hidden {
    display: none;
    visibility: hidden; }
  .header-promo-ribbon-wrap .grace-banner .header-promo-copy, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy {
    width: calc(100% - 84px);
    max-width: 600px;
    margin: 0 auto 0 74px; }
    .header-promo-ribbon-wrap .grace-banner .header-promo-copy .fa, .header-promo-ribbon-wrap .suspended-banner .header-promo-copy .fa {
      position: relative;
      margin-left: -60px;
      top: 6px;
      font-size: 40px;
      float: left;
      display: inline-block; }

#main {
  margin-top: 0px; }

@media screen and (max-width: 993px) {
  body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-1 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-2 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-2 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-3 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-3 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-4 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-4 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-5 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-5 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-6 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-6 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-7 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-7 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-8 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-8 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-9 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-9 #main {
    margin-top: 0px; }

  body.body-w-promo-ribbon-10 #search-bar.skinny {
    top: 0px; }
  body.body-w-promo-ribbon-10 #main {
    margin-top: 0px; } }
#envoy-template header.skinny.minified #logo {
  margin: 0; }
  #envoy-template header.skinny.minified #logo #desktop-logo {
    margin-left: 0; }
  #envoy-template header.skinny.minified #logo #mobile-logo {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    #envoy-template header.skinny.minified #logo {
      width: 234px;
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.interior-custom-page {
  margin-bottom: 40px; }
  .interior-custom-page p strong {
    font-weight: 600; }

#privacy-landing h1,
#return-policy h1,
#terms-of-use h1 {
  margin-bottom: 80px;
  text-align: center; }

.cta-btn {
  background-color: #e7004e;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  white-space: nowrap;
  border: 0; }
  .cta-btn.white, .cta-btn:focus, .cta-btn:hover {
    background-color: white;
    color: #e7004e; }
  .cta-btn.white:focus, .cta-btn.white:hover {
    background-color: #e7004e;
    color: #ffffff; }

.go-to-account {
  margin-bottom: 1em; }

.va-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .va-item .prem-promo-btn-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative; }
    .va-item .prem-promo-btn-container .prem-promo-btn {
      border: none;
      border-radius: 4px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0;
      min-width: auto;
      padding: 7px 9px;
      position: relative;
      text-transform: uppercase;
      white-space: nowrap; }
      .va-item .prem-promo-btn-container .prem-promo-btn.grow {
        transform: perspective(1px) translateZ(0);
        transition-duration: 0.3s;
        transition-property: transform; }
        .va-item .prem-promo-btn-container .prem-promo-btn.grow:hover, .va-item .prem-promo-btn-container .prem-promo-btn.grow:focus {
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
      .va-item .prem-promo-btn-container .prem-promo-btn.yellow {
        background: #ffc72c;
        color: #222222; }
        .va-item .prem-promo-btn-container .prem-promo-btn.yellow:hover, .va-item .prem-promo-btn-container .prem-promo-btn.yellow:focus {
          background: #ffd561;
          color: #222222; }
      .va-item .prem-promo-btn-container .prem-promo-btn.red {
        background: #e40046; }
        .va-item .prem-promo-btn-container .prem-promo-btn.red:hover, .va-item .prem-promo-btn-container .prem-promo-btn.red:focus {
          background: #c2003c; }
      .va-item .prem-promo-btn-container .prem-promo-btn.blue {
        background: #00a5df; }
        .va-item .prem-promo-btn-container .prem-promo-btn.blue:hover, .va-item .prem-promo-btn-container .prem-promo-btn.blue:focus {
          background: #028dbe; }
    @media screen and (max-width: 992px) {
      .va-item .prem-promo-btn-container .prem-promo-btn {
        padding: 6px 4px; } }
    @media only screen and (max-width: 670px) {
      .va-item .prem-promo-btn-container {
        margin: 0px 5px; } }
  @media only screen and (max-width: 560px) {
    .va-item .prem-promo-btn-mobile-anon {
      display: none !important; } }

.eq-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .eq-height > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }

.content-container {
  padding: 40px 0; }
  .content-container .cta-btn {
    margin-top: 30px; }

#trial-30-day #hero-container .container .row {
  padding: 120px 10px; }
  #trial-30-day #hero-container .container .row p {
    max-width: 600px; }

#trial-14-day #hero-container .container .row {
  padding: 120px 15px; }
  #trial-14-day #hero-container .container .row p {
    max-width: 600px;
    margin-bottom: 25px; }

#dubbletalk-landing #promo-spotlight .hero-container .container {
  background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-background.jpg"); }
#dubbletalk-landing #promo-spotlight .hero-container .col-md-5,
#dubbletalk-landing #promo-spotlight .hero-container .col-md-7,
#dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 {
  padding: 0 40px; }
  @media screen and (max-width: 992px) {
    #dubbletalk-landing #promo-spotlight .hero-container .col-md-5,
    #dubbletalk-landing #promo-spotlight .hero-container .col-md-7,
    #dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 {
      padding: 0 15px; }
      #dubbletalk-landing #promo-spotlight .hero-container .col-md-5 img,
      #dubbletalk-landing #promo-spotlight .hero-container .col-md-7 img,
      #dubbletalk-landing #promo-spotlight .hero-container .col-xs-12 img {
        margin: 0 auto; } }
#dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4,
#dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 {
  text-align: center;
  color: white; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 h2,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 p,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 p {
    font-size: 0.9em;
    margin: 0 auto; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4 div,
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12 div {
    margin: 0 auto;
    padding: 50px 0;
    width: 250px; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(1),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(1) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-red.jpg");
    background-size: cover; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(2),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(2) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-blue.jpg");
    background-size: cover; }
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-md-4:nth-child(3),
  #dubbletalk-landing #promo-spotlight .watch-tune-chat .row .col-xs-12:nth-child(3) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/dubbletalk-purple.jpg");
    background-size: cover; }
#dubbletalk-landing #watch-live .container .col-sm-6 {
  color: white; }
  #dubbletalk-landing #watch-live .container .col-sm-6 h3 {
    margin-top: 0; }
  #dubbletalk-landing #watch-live .container .col-sm-6 p {
    margin-bottom: 0; }
  #dubbletalk-landing #watch-live .container .col-sm-6 div {
    margin: 0 auto;
    padding: 90px 0;
    text-align: center;
    width: 260px; }
  #dubbletalk-landing #watch-live .container .col-sm-6:nth-child(1) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/live-twitch.jpg");
    background-size: cover;
    background-position: center center; }
  #dubbletalk-landing #watch-live .container .col-sm-6:nth-child(2) {
    background-image: url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/live-youtube.jpg");
    background-size: cover;
    background-position: center center; }
#dubbletalk-landing #watch-live .col-sm-12 div {
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 15px;
  text-align: center; }
  #dubbletalk-landing #watch-live .col-sm-12 div h2 {
    font-size: 40px; }
    @media screen and (max-width: 620px) {
      #dubbletalk-landing #watch-live .col-sm-12 div h2 {
        font-size: 20px; } }

#dubbletalk-hosts .container .row .col-sm-6,
#dubbletalk-hosts .container .row .col-xs-12 {
  height: 505px; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(1),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(1) {
    background-color: #d10050; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(2),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(2) {
    background-color: #59da74; }
  #dubbletalk-hosts .container .row .col-sm-6:nth-child(3),
  #dubbletalk-hosts .container .row .col-xs-12:nth-child(3) {
    background-color: #ffd915; }
  #dubbletalk-hosts .container .row .col-sm-6 div,
  #dubbletalk-hosts .container .row .col-xs-12 div {
    margin: 50px auto 0;
    max-width: 180px;
    text-align: center; }
    #dubbletalk-hosts .container .row .col-sm-6 div h3,
    #dubbletalk-hosts .container .row .col-xs-12 div h3 {
      color: white;
      margin-bottom: 0; }

.apps-landing .row {
  padding: 0 15px; }
.apps-landing p,
.apps-landing ul li {
  font-size: 130%; }
.apps-landing img.device-img {
  margin: 0 auto; }
.apps-landing h1,
.apps-landing p {
  text-align: center; }
.apps-landing #apps-heading {
  background-color: #410099;
  padding: 40px 0; }
  .apps-landing #apps-heading h1,
  .apps-landing #apps-heading h3 {
    text-align: center; }
  .apps-landing #apps-heading h1 {
    margin-bottom: 15px; }
  .apps-landing #apps-heading .row {
    color: white;
    font-weight: 300; }
    .apps-landing #apps-heading .row h2 {
      font-size: 2.7em;
      margin: 0 0 10px; }
      @media screen and (max-width: 1200px) {
        .apps-landing #apps-heading .row h2 {
          font-size: 2.2em; } }
      @media screen and (max-width: 497px) {
        .apps-landing #apps-heading .row h2 {
          font-size: 2em; } }
    .apps-landing #apps-heading .row h3 {
      font-weight: 300;
      margin-top: 0; }
    .apps-landing #apps-heading .row:nth-child(1) {
      padding-top: 25px; }
      .apps-landing #apps-heading .row:nth-child(1) img {
        padding-top: 40px; }
      .apps-landing #apps-heading .row:nth-child(1) div p {
        max-width: 370px;
        padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .row {
        text-align: center; }
        .apps-landing #apps-heading .row div p {
          margin: 0 auto 20px; } }
  .apps-landing #apps-heading .horizontal-center {
    margin: 0 auto; }
  .apps-landing #apps-heading .padding-top-btm {
    padding-top: 20px;
    padding-bottom: 20px; }
  .apps-landing #apps-heading .intro-heading h3 {
    max-width: 700px;
    margin: 0 auto; }
  .apps-landing #apps-heading .heading_device_img_container {
    margin-top: 40px; }
  .apps-landing #apps-heading .also-available {
    max-width: 850px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .also-available img {
        padding-top: 10px; } }
  .apps-landing #apps-heading .app-thumbnail {
    padding-bottom: 15px; }
    .apps-landing #apps-heading .app-thumbnail .store-buttons {
      padding: 5px 15px 15px; }
    .apps-landing #apps-heading .app-thumbnail img {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out;
      display: block;
      margin: 0 auto; }
      .apps-landing #apps-heading .app-thumbnail img:hover {
        -ms-transform: scale(1.15);
            transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
    .apps-landing #apps-heading .app-thumbnail .app-icon-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .apps-landing #apps-heading .app-thumbnail .app-icon-container {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .apps-landing #apps-heading .app-thumbnail .app-icon-container a {
        margin-right: 4%; }
        @media screen and (max-width: 768px) {
          .apps-landing #apps-heading .app-thumbnail .app-icon-container a {
            margin-right: 6%;
            margin-bottom: 10px; } }
    @media screen and (max-width: 768px) {
      .apps-landing #apps-heading .app-thumbnail {
        margin: 0 auto;
        max-width: 400px; }
        .apps-landing #apps-heading .app-thumbnail .col-xs-6 img {
          display: block;
          margin: 0 auto; }
        .apps-landing #apps-heading .app-thumbnail .row {
          padding-top: 0; } }
.apps-landing #mobile-devices {
  text-align: center; }
  .apps-landing #mobile-devices h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #mobile-devices h3 {
    margin-top: 0; }
  .apps-landing #mobile-devices p {
    margin: 0 auto;
    padding-top: 10px; }
  .apps-landing #mobile-devices .row:nth-child(2) {
    padding-top: 30px; }
  .apps-landing #mobile-devices .row:nth-child(3) {
    padding-top: 25px;
    padding-bottom: 60px; }
    .apps-landing #mobile-devices .row:nth-child(3) img {
      cursor: pointer;
      /*height:37px;*/
      margin: 0 auto;
      /*width:116px;*/
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #mobile-devices .row:nth-child(3) img:hover {
        -ms-transform: scale(1.15);
            transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
      @media screen and (max-width: 992px) {
        .apps-landing #mobile-devices .row:nth-child(3) img {
          margin: 0 auto; } }
      @media screen and (max-width: 768px) {
        .apps-landing #mobile-devices .row:nth-child(3) img {
          margin-bottom: 10px; } }
  .apps-landing #mobile-devices .apps-new-features-list {
    list-style: initial !important; }
    .apps-landing #mobile-devices .apps-new-features-list li {
      display: inline-block;
      margin-left: 35px;
      padding-left: 0;
      position: relative; }
      .apps-landing #mobile-devices .apps-new-features-list li::before {
        content: "- ";
        font-size: 34px;
        left: -17px;
        line-height: 1;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
.apps-landing #gaming-consoles {
  text-align: center; }
  .apps-landing #gaming-consoles h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #gaming-consoles h3 {
    margin-top: 0; }
  .apps-landing #gaming-consoles p {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px; }
    .apps-landing #gaming-consoles p:nth-child(3) {
      padding-bottom: 30px; }
  .apps-landing #gaming-consoles .row:nth-child(3) {
    padding-bottom: 60px; }
    .apps-landing #gaming-consoles .row:nth-child(3) img {
      cursor: pointer;
      /*height:37px;*/
      margin: 0 auto;
      /*width:125px;*/
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #gaming-consoles .row:nth-child(3) img:hover {
        -ms-transform: scale(1.15);
            transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
      @media screen and (max-width: 768px) {
        .apps-landing #gaming-consoles .row:nth-child(3) img {
          max-height: 42px; } }
  @media screen and (max-width: 768px) {
    .apps-landing #gaming-consoles .app-thumbnail {
      max-width: 400px; } }
  .apps-landing #gaming-consoles .gaming_consoles_container {
    margin: 40px 0 20px; }
.apps-landing #streaming-players {
  text-align: center; }
  .apps-landing #streaming-players h2 {
    font-size: 3em;
    margin-bottom: 0; }
  .apps-landing #streaming-players h3 {
    margin-top: 0; }
  .apps-landing #streaming-players p {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px; }
    .apps-landing #streaming-players p:nth-child(3) {
      padding-bottom: 30px; }
  .apps-landing #streaming-players .row:nth-child(1) {
    padding-top: 20px; }
  .apps-landing #streaming-players .row:nth-child(3) {
    padding-bottom: 40px; }
    .apps-landing #streaming-players .row:nth-child(3) img {
      cursor: pointer;
      margin: 0 auto;
      height: 37px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s eas-in-out;
      -moz-transition: all 0.3s eas-in-out;
      -o-transition: all 0.3s eas-in-out; }
      .apps-landing #streaming-players .row:nth-child(3) img:hover {
        -ms-transform: scale(1.15);
            transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15); }
.apps-landing #gaming-consoles p,
.apps-landing #mobile-devices p,
.apps-landing .apps-new-features-list {
  margin: 0 auto;
  max-width: 800px; }

.apps-page.ready-to-start {
  margin: 40px 0 60px; }
  .apps-page.ready-to-start p {
    font-size: 130%; }

#xbox-landing #hero-container .container .row {
  padding: 40px 10px; }
  #xbox-landing #hero-container .container .row p {
    max-width: 360px; }
    @media screen and (max-width: 992px) {
      #xbox-landing #hero-container .container .row p {
        margin: 0 auto 20px; } }
  #xbox-landing #hero-container .container .row img {
                    /*-webkit-transform:scale(1.2) translate(25%, -47px);
					transform:scale(1.2) translate(25%, -47px);*/
    float: right; }
    @media screen and (max-width: 768px) {
      #xbox-landing #hero-container .container .row img {
                        /*-webkit-transform:scale(.8);
						transform:scale(.8);*/
        float: none; } }
  @media screen and (max-width: 992px) {
    #xbox-landing #hero-container .container .row {
      text-align: center; } }

#playstation-landing #hero-container .container .row {
  padding: 20px 10px; }
  #playstation-landing #hero-container .container .row p {
    max-width: 360px; }
  #playstation-landing #hero-container .container .row img {
                    /*-webkit-transform:scale(1.2) translate(18%, -47px);
					transform:scale(1.2) translate(18%, -47px);*/
    float: right; }
    @media screen and (max-width: 768px) {
      #playstation-landing #hero-container .container .row img {
                        /*-webkit-transform:scale(.8);
						transform:scale(.8);*/
        float: none; } }

.simulcast-container .container .row > div {
  margin-bottom: 20px;
  padding: 0 10px; }
  .simulcast-container .container .row > div img {
    width: 100%; }
.simulcast-container .simulcast-info h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0; }
.simulcast-container .simulcast-info p {
  font-size: 0.9em; }
  .simulcast-container .simulcast-info p span {
    font-size: 1.1em; }
@media screen and (max-width: 768px) {
  .simulcast-container .simulcast-info {
    min-height: auto;
    text-align: center; } }
.simulcast-container .subscription-callout {
  overflow: hidden; }

#basic-tier-promotion h2 {
  font-size: 3em; }
#basic-tier-promotion h3 {
  font-size: 1.4em; }
#basic-tier-promotion #hero-container .container .row {
  padding: 120px 15px; }
  #basic-tier-promotion #hero-container .container .row h2 {
    font-size: 3em;
    margin: 0; }
  #basic-tier-promotion #hero-container .container .row h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 20px; }
  #basic-tier-promotion #hero-container .container .row p {
    line-height: 1.6em;
    margin: 0 auto 25px;
    max-width: 600px; }
  @media screen and (max-width: 992px) {
    #basic-tier-promotion #hero-container .container .row {
      text-align: center; } }
#basic-tier-promotion #basic-plan .row {
  padding: 0 15px 15px; }
#basic-tier-promotion #basic-plan .col-sm-12:nth-child(1) {
  padding: 30px 0 15px; }
#basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust {
  margin-top: 25px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .plan-copy {
    height: 75px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust a.cta-btn:nth-of-type(2) {
    margin-top: 10px;
    width: 164.25px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .fine-print-yearly {
    color: white;
    font-size: 0.7em;
    padding-top: 15px; }
  #basic-tier-promotion #basic-plan .col-sm-12:nth-child(2) .popular-plan .plan-adjust .more-details {
    padding-top: 5px; }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) {
  padding-top: 40px;
  text-align: center; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) h2 {
    margin-bottom: 0; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(1) h3 {
    margin-top: 5px; }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) {
  display: block;
  margin: 0 auto;
  max-width: 750px; }
  #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container {
    background-color: #410099;
    color: white;
    max-width: 247px;
    padding: 50px 0;
    text-align: center; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container h2 {
      font-size: 3em;
      margin-top: 0; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container h3 {
      font-size: 2em;
      margin: 0 0 5px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container p {
      height: 65px;
      margin: 0 auto;
      max-width: 150px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container div {
      left: -5px;
      margin: 0 auto;
      position: relative;
      width: 60px; }
      #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container div p {
        height: auto; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .small-price {
      font-size: 0.5em;
      left: 43px;
      position: absolute;
      top: 5px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .dollar-sign {
      left: 4px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .per-month {
      font-size: 0.75em;
      left: 44px;
      position: absolute;
      top: 28px; }
    #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container .family-friends {
      height: 30px;
      position: relative;
      top: -30px; }
    @media screen and (max-width: 768px) {
      #basic-tier-promotion #subscription-add-ons .container .row:nth-child(2) .add-on-container {
        margin: 0 auto 20px; } }
#basic-tier-promotion #subscription-add-ons .container .row:nth-child(3) {
  padding-bottom: 100px; }
#basic-tier-promotion #subscription-add-ons .container .row a.cta-btn {
  border: 1px solid #e7004e;
  display: block;
  font-size: 0.8em;
  margin: 15px auto 0; }

.select-plan .container .row {
  text-align: center; }
.select-plan .container .select-plan-free-trial p {
  padding: 30px 0; }
.select-plan .container .plan-container {
  border: 2px solid #999999;
  color: #999999;
  height: 400px;
  margin: 0 auto;
  max-width: 360px;
  padding: 20px;
  width: 100%; }
  .select-plan .container .plan-container div {
    margin: 0 auto;
    position: relative;
    width: 100px; }
  .select-plan .container .plan-container h2 {
    font-size: 3.5em;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100px; }
    .select-plan .container .plan-container h2 .small-price {
      font-size: 0.5em;
      position: absolute;
      top: 5px; }
    .select-plan .container .plan-container h2 .dollar-sign {
      left: 23px; }
    .select-plan .container .plan-container h2 .dollar-sign-last {
      left: 11px;
      position: absolute; }
  .select-plan .container .plan-container .plan-copy {
    height: 85px; }
  .select-plan .container .plan-container .cta-btn {
    background-color: #F2F2F2;
    color: #000000; }
    .select-plan .container .plan-container .cta-btn:hover {
      background-color: #e7004e;
      color: #FFFFFF; }
  .select-plan .container .plan-container .more-details {
    color: #4a00a3;
    font-size: 0.85em;
    padding-top: 40px;
    text-decoration: underline; }
  .select-plan .container .plan-container .per-month {
    font-size: 0.85em; }
  @media screen and (max-width: 992px) {
    .select-plan .container .plan-container {
      margin: 20px auto;
      max-width: 294px; } }
.select-plan .container .popular-plan {
  background-color: #410099;
  border-color: #410099;
  color: #ffffff; }
  .select-plan .container .popular-plan .plan-adjust {
    margin: 0;
    position: relative;
    top: -25px;
    width: 100%; }
  .select-plan .container .popular-plan .popular-plan-container {
    background-color: #00a5df;
    color: #ffffff;
    font-size: 0.7em;
    margin: 0 auto;
    position: relative;
    top: -12px;
    width: 170px; }
    .select-plan .container .popular-plan .popular-plan-container p {
      margin: 0;
      padding: 6px 15px; }
  .select-plan .container .popular-plan .cta-btn {
    background-color: #e7004e;
    color: #FFFFFF; }
    .select-plan .container .popular-plan .cta-btn:hover {
      background-color: #FFFFFF;
      color: #e7004e; }
  .select-plan .container .popular-plan .more-details {
    color: #ffffff;
    font-size: 0.85em; }
.select-plan .container .more-details {
  color: #4a00a3;
  font-size: 0.85em;
  text-decoration: underline; }

.select-plan-headline .container .row {
  text-align: center; }
  .select-plan-headline .container .row > div {
    padding: 40px 15px 50px; }
    .select-plan-headline .container .row > div h2 {
      font-size: 3.2em;
      line-height: 1.1;
      margin-top: 0;
      margin-bottom: 5px; }
      @media screen and (max-width: 641px) {
        .select-plan-headline .container .row > div h2 {
          font-size: 2.7em; } }
    .select-plan-headline .container .row > div h3 {
      font-size: 1.4em;
      font-weight: 300;
      margin: 0 auto; }
      @media screen and (max-width: 641px) {
        .select-plan-headline .container .row > div h3 {
          font-size: 1.2em; } }

.broadcast-dubs-container {
  margin: 40px 0; }
  .broadcast-dubs-container .subscription-callout {
    overflow: hidden; }
    .broadcast-dubs-container .subscription-callout img {
      width: 100%; }
  .broadcast-dubs-container .container > div {
    margin-bottom: 30px;
    padding: 0 10px; }
  .broadcast-dubs-container .broadcast-dubs-show-img {
    position: relative; }
    .broadcast-dubs-container .broadcast-dubs-show-img img {
      margin-bottom: 10px;
      width: 100%; }
    .broadcast-dubs-container .broadcast-dubs-show-img p {
      margin: 0; }
  .broadcast-dubs-container .dubbletalk-icon {
    background: transparent url("https://'+$IMG_CLOUD_BASE_URL+'/image/upload/q_60/ste/img-logo-dubbletalk.png") 0 0 no-repeat;
    background-size: cover;
    bottom: 15px;
    height: 26px;
    position: absolute;
    right: 15px;
    width: 99px; }
  .broadcast-dubs-container .broadcast-dubs-show-content {
    min-height: 150px; }
    @media screen and (max-width: 768px) {
      .broadcast-dubs-container .broadcast-dubs-show-content {
        min-height: auto; } }
    .broadcast-dubs-container .broadcast-dubs-show-content h3 {
      margin: 0; }
    .broadcast-dubs-container .broadcast-dubs-show-content h4 {
      font-size: 18px;
      margin-bottom: 20px; }
    .broadcast-dubs-container .broadcast-dubs-show-content p {
      width: 95%; }
    .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring {
      margin-top: 20px; }
      .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring > div img {
        margin-bottom: 10px; }
      .broadcast-dubs-container .broadcast-dubs-show-content .broadcast-dubs-starring > div p {
        margin: 0; }

.dubble-talk-callout-container {
  margin: 20px 0 60px; }
  .dubble-talk-callout-container .container {
    text-align: center; }
    .dubble-talk-callout-container .container * {
      margin-left: auto;
      margin-right: auto; }
    .dubble-talk-callout-container .container img {
      margin-bottom: 20px;
      width: 100%; }
    .dubble-talk-callout-container .container h2 {
      font-size: 40px;
      line-height: 1; }
    .dubble-talk-callout-container .container p {
      margin: 20px auto;
      max-width: 600px; }

#trial-30-day section {
  padding: 60px 0;
  text-align: center; }
  #trial-30-day section p.disclaimer {
    font-size: 10px; }
    #trial-30-day section p.disclaimer span {
      font-size: 14px; }
#trial-30-day section#hero-container h2 {
  line-height: 1; }
#trial-30-day .headline-container,
#trial-30-day .pricing-tiers-container {
  background-color: #FFFFFF; }
#trial-30-day .ad-eraser-addon-container {
  background-color: #B21DAC;
  color: #FFFFFF; }
#trial-30-day .perks-addon-container {
  background-color: #00C7B2;
  color: #FFFFFF; }
#trial-30-day .friends-family-addon-container {
  background-color: #00A5DF;
  color: #FFFFFF; }

article#conventions {
  overflow: hidden; }

.featured-product-section .featured-product-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  padding-bottom: 56.17978%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -ms-interpolation-mode: bicubic; }
  .featured-product-section .featured-product-container .featured-product-content {
    bottom: 40px;
    color: #ffffff;
    left: 40px;
    padding-right: 20px;
    position: absolute; }
    .featured-product-section .featured-product-container .featured-product-content .section-type {
      font-size: 19px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-name {
      font-size: 42px;
      font-weight: 300;
      line-height: 42px;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .product-information {
      font-size: 32px;
      line-height: 32px;
      font-weight: 300;
      margin-bottom: 10px; }
    .featured-product-section .featured-product-container .featured-product-content .btn {
      margin-top: 40px; }

.subscription-compare-plans {
  padding-top: 100px; }

.subscription-compare-plans .container > div {
  overflow: hidden; }

.subscription-compare-plans .plan-header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.subscription-compare-plans .plan-header-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.subscription-compare-plans .free-plan-header {
  background-color: #e5e5e5;
  color: #000000;
  margin-right: 5px; }

.subscription-compare-plans .free-plan-header h3 {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .premium-plan-header {
  background-color: #410099;
  color: #FFFFFF;
  line-height: 1;
  padding: 25px 0; }

.subscription-compare-plans .premium-plan-header h2,
.subscription-compare-plans .premium-plan-header p {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .premium-plan-header p {
  font-size: 11px; }

.subscription-compare-plans .premium-plan-header p.small-font {
  font-size: 9px; }

.subscription-compare-plans .premium-plan-header h2 span {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top; }

.subscription-compare-plans .subscription-compare-container {
  margin: 30px 0 20px; }

.subscription-compare-plans .subscription-compare-element {
  border-top: solid 1px #D2D2D2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  padding: 20px 0; }

.subscription-compare-plans .subscription-compare-element > div {
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.subscription-compare-plans .subscription-compare-element > div p {
  margin: 0;
  padding: 0; }

.subscription-compare-plans .subscription-compare-element img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.subscription-compare-plans .subscription-compare-element .small-font {
  font-size: 12px; }

.customerSupportContainer {
  display: inline-block; }

.customer-support-wrapper .customerSupportCategory {
  display: inline-block;
  float: none;
  margin-bottom: 20px; }

/* Tint.up Social Icon Hover window */
.collections-sub {
  display: none !important; }

footer .social-media > li.instagram {
  clear: none !important; }

footer .social-media > li a {
  text-indent: -10000px !important; }

#trendingbuzz-template .curated-section .curated-hero-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .forum-list-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .quad-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
#trendingbuzz-template .curated-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.quad-section .curated-hero-container .addthis_sharing_toolbox,
.quad-section .forum-list-container .addthis_sharing_toolbox,
.quad-section .quad-container .addthis_sharing_toolbox,
.quad-section .show-listing-container .addthis_sharing_toolbox,
.quad-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
.quad-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section .forum-list-container .addthis_sharing_toolbox,
.show-listing-section .quad-container .addthis_sharing_toolbox,
.show-listing-section .show-listing-container .addthis_sharing_toolbox,
.show-listing-section .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section-alt-1 .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .forum-list-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .quad-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section-alt-1 .show-listing-container-alt-2 .addthis_sharing_toolbox,
.show-listing-section-alt-2 .curated-hero-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .forum-list-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .quad-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container-alt-1 .addthis_sharing_toolbox,
.show-listing-section-alt-2 .show-listing-container-alt-2 .addthis_sharing_toolbox {
  right: auto; }

@media only screen and (max-width: 768px) {
  .subscription-compare-plans {
    padding-top: 50px;
    padding-bottom: 50px; }

  .subscription-compare-plans .premium-plan-header h2 span {
    font-size: 12px;
    line-height: 1.3; } }
/* XS - Phone */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px; }

  h2 {
    font-size: 24px;
    line-height: 20px; }

  h3 {
    font-size: 19px;
    line-height: 18px; }

  .btn {
    font-size: 14px;
    padding: 10px; }

  .btn.large {
    font-size: 14px; }

  .headline {
    padding: 0 15px; }

  .mtFull {
    margin-top: 30px; }

  .mbFull {
    margin-bottom: 30px; }

  .mtHalf {
    margin-top: 15px; }

  .mbHalf {
    margin-bottom: 15px; }

  .ptFull {
    padding-top: 30px; }

  .pbFull {
    padding-bottom: 30px; }

  .ptHalf {
    padding-top: 15px; }

  .pbHalf {
    padding-bottom: 15px; }

  li.list .list-dropdown {
    right: auto;
    left: 3px; }

  .select-dropdown .select-list, .select-dropdown-shop .select-list {
    right: auto;
    left: 10px; }

  .bx-controls {
    bottom: 0px; }

  .loginBox {
    border: none; }
    .loginBox .form {
      border: none;
      padding: 15px; }
    .loginBox .socialSignIn {
      margin-top: 50px;
      padding: 15px; }
      .loginBox .socialSignIn a {
        margin-bottom: 15px; }

  #wish-list .addthis_sharing_toolbox {
    position: relative;
    top: 0px;
    left: 0px; }
  #wish-list .printThis {
    position: relative;
    top: 0px;
    left: 0px; }

  .panel-group .panel.panel-default > .panel-heading > .panel-title {
    font-size: 20px; }
    .panel-group .panel.panel-default > .panel-heading > .panel-title a {
      padding: 18px 50px 18px 0; }
      .panel-group .panel.panel-default > .panel-heading > .panel-title a:after {
        top: 21px; }

  .show-reviews {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #f2f2f2; }

  .customerSupportContact .custom-select {
    width: 100%; }
  .customerSupportContact #email.form-control {
    width: 100%; }

  .customerSupportSearch {
    margin-bottom: 80px; }
    .customerSupportSearch .form-control {
      width: 100%; }
    .customerSupportSearch .btn {
      margin-top: 20px;
      width: 100%; }

  .customerSupportCategory {
    width: 50%; }

  .form-control {
    font-size: 16px; }

  body.search2 #main {
    margin-top: 15px; }

  body.body-w-promo-ribbon-1 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-2 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-3 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-4 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-5 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-6 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-7 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-8 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-9 #main {
    margin-top: 0; }

  body.body-w-promo-ribbon-10 #main {
    margin-top: 0; }

  #main {
    margin-top: 0; }

  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .spotlight-section .spotlight-slider .slide,
  .curated-section .curated-hero {
    padding: 25px 0 30px 0; }
    .spotlight-section .spotlight-slider .slide .vertical-align,
    .curated-section .curated-hero .vertical-align {
      position: relative !important;
      top: initial !important;
      width: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
      -webkit-transform: initial !important;
      padding-top: 50px; }

  .spotlight-section .content {
    padding-bottom: 10px; }

  .subscription-section,
  .social-section,
  .shop-section {
    padding: 25px 0 0 0;
    margin: 0 0px; }

  .spotlight-section .spotlight-slider .slide .content,
  .curated-section .curated-hero h1 {
    margin-top: 0px; }

  .social-section .social-container .bx-wrapper,
  .shop-section .product-container {
    margin-top: 30px; }

  .subscription-section {
    padding-bottom: 30px; }
    .subscription-section a.btn {
      width: 100%;
      margin: 7px 0; }

  #reviews-section a.write-a-review {
    top: -40px;
    left: 115px; }

  .show-detail-section .show-detail-container .show-detail-information {
    position: initial;
    margin-top: 20px;
    color: #000000; }
    .show-detail-section .show-detail-container .show-detail-information .show-utilities {
      float: none; }
      .show-detail-section .show-detail-container .show-detail-information .show-utilities li {
        float: none;
        margin-left: 0; }
        .show-detail-section .show-detail-container .show-detail-information .show-utilities li a {
          color: #000000; }

  #video-details h2 {
    font-size: 24px; }
  #video-details .description {
    padding: 0 15px 0 0; }
  #video-details .video-utilities {
    float: none; }
    #video-details .video-utilities li {
      float: none;
      margin-left: 0; }

  .fullScheduleBtn {
    text-align: center; }

  .curated-section .curated-hero a.btn {
    width: 100%;
    margin: 7px 0;
    float: none; }

  .social-section .social-container .bx-wrapper .social-post {
    padding: 0; }

  .shop-section .product-container .product-slider .product {
    border: 0; }

  .featured-show-2-container .featured-show-2-slider .slide .show .content {
    position: relative !important;
    bottom: 0 !important;
    left: auto !important;
    padding-top: 200px; }

  .scheduleColumns .content {
    text-align: center; }

  .showdate2 {
    text-align: center;
    margin-bottom: 50px;
    float: none;
    width: auto; }
    .showdate2 .image img {
      width: 100%; }
    .showdate2 .date {
      height: 79px !important; }
    .showdate2 .title {
      padding-top: 10px; }
    .showdate2 .episode {
      font-size: 19px; }
    .showdate2 .audioSubtitles {
      padding-top: 0px; }

  .searchShows {
    text-align: left; }

  .tri-section article {
    padding: 60px 30px; }
  .tri-section a.btn {
    margin-top: 7px; }

  .out-of-territory .btn {
    margin: 10px 0 0 0;
    width: 100%; }

  .product-list .show-wrapper .show-container .show-details .ratings {
    margin: 5px auto; }

  .showByShowSearch .text {
    font-size: 38px;
    padding-top: 20px;
    margin: 0 20px; }
  .showByShowSearch input {
    background-color: #f5f5f5;
    border: none;
    margin: 0 20px; }
  .showByShowSearch .btn {
    padding: 11px 20px 12px;
    padding-top: 15px;
    margin: 10px 20px;
    width: 100%; }
  .showByShowSearch .form-group {
    margin-right: 40px; }

  .curated-section.newProducts .curated-hero {
    padding: 60px 30px 30px 30px; }
    .curated-section.newProducts .curated-hero h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    .curated-section.newProducts .curated-hero h2 {
      font-size: 38px;
      line-height: 34px; }
    .curated-section.newProducts .curated-hero h3 {
      font-size: 28px;
      line-height: 28px;
      margin-top: 20px; }

  .pageNotFoundFooter {
    text-align: center; }

  .showCategoryControls .right-controls {
    float: none;
    margin: 5px 0; }
  .showCategoryControls.sticky-controls {
    background: #ffffff;
    left: 0;
    padding: 10px 15px 5px 15px;
    position: fixed;
    margin: 0;
    transition: all 0.5s ease-out;
    z-index: 3;
    width: 100%; }
    .showCategoryControls.sticky-controls .fa-ul li {
      margin-bottom: 0;
      padding-right: 15px; }
    .showCategoryControls.sticky-controls .fa-ul .fa-li {
      right: -15px; }

  .blog .content {
    padding: 20px; }

  .comments {
    margin: 20px 10px; }

  .comments .avatar {
    padding: 0 10px 0 0; }

  .comments .content {
    padding: 0 0 0 0px; }

  .comments.subcomments img {
    width: 60%;
    float: right; }

  .product-list > div[class*="col-"]:nth-child(3) {
    clear: both; }

  .product-list .name {
    padding: 0 10px; }

  .featured-product-section {
    margin-bottom: 30px; }
    .featured-product-section .featured-product-container {
      min-height: 300px;
      margin-top: 30px; }
      .featured-product-section .featured-product-container .featured-product-content .section-type {
        font-size: 14px; }
      .featured-product-section .featured-product-container .featured-product-content .product-name {
        font-size: 28px;
        line-height: 28px; }
      .featured-product-section .featured-product-container .featured-product-content .product-information {
        font-size: 18px;
        line-height: 18px; }

  .related-static-section .product-list {
    margin-top: 30px; }

  #cart-section {
    text-align: left; }
    #cart-section .product .product-photo {
      padding: 0 10px 0 10px; }
    #cart-section .product .product-title-description {
      padding: 0 15px 0 0 !important; }
      #cart-section .product .product-title-description .product-title {
        font-size: 15px;
        line-height: 15px; }
      #cart-section .product .product-title-description .product-description {
        font-size: 13px;
        line-height: 13px; }
      #cart-section .product .product-title-description a {
        font-size: 12px; }
    #cart-section .product .product-price {
      padding: 0;
      font-size: 18px; }
    #cart-section .product .count {
      padding-right: 15px; }
      #cart-section .product .count span {
        font-size: 12px; }
    #cart-section .product .count .form-group input {
      margin-bottom: 15px; }

  #cart-section .total-section,
  #my-cart .total-section {
    padding: 15px; }
    #cart-section .total-section .promo-gift label,
    #my-cart .total-section .promo-gift label {
      font-size: 14px; }
    #cart-section .total-section .totals,
    #my-cart .total-section .totals {
      font-size: 14px;
      text-align: right; }
      #cart-section .total-section .totals .grand-total,
      #my-cart .total-section .totals .grand-total {
        margin-top: 20px; }
        #cart-section .total-section .totals .grand-total .price-total,
        #my-cart .total-section .totals .grand-total .price-total {
          font-size: 24px; }
  #cart-section .product .product-title-description,
  #my-cart .product .product-title-description {
    padding: 10px 15px 0px 0; }
  #cart-section .product .product-final-price,
  #my-cart .product .product-final-price {
    text-align: left; }
  #cart-section .cart-buttons,
  #my-cart .cart-buttons {
    padding: 15px;
    text-align: center; }

  #signUpOptions {
    display: block !important; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .yearly-plan-container {
      text-align: center; }
      .signUpOptions .yearly-plan-container .custom-checkbox {
        margin-top: 15px; }
        .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label {
          padding-left: 0px; }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:before {
            top: auto;
            bottom: -20px;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
          .signUpOptions .yearly-plan-container .custom-checkbox input[type="checkbox"] + label:after {
            top: auto;
            bottom: -20px;
            left: 50%;
            -ms-transform: translateX(-50%) scale(0.75);
                transform: translateX(-50%) scale(0.75); }
    .signUpOptions .option {
      margin: 0;
      min-height: 125px;
      border-right: none; }
      .signUpOptions .option .top {
        min-height: 125px; }
      .signUpOptions .option .name {
        font-size: 24px;
        padding: 20px 0px 15px 0px; }
      .signUpOptions .option .price {
        font-size: 40px;
        padding: 0 0 10px 0; }
        .signUpOptions .option .price .interval {
          font-size: 15px; }
      .signUpOptions .option .firstButton {
        display: none; }
      .signUpOptions .option .description {
        display: none; }
      .signUpOptions .option .cta, .signUpOptions .option .startTrial {
        display: none; }
      .signUpOptions .option .mostPopular {
        padding: 5px 3px; }
    .signUpOptions .descriptionMobile {
      padding: 30px 20px; }
      .signUpOptions .descriptionMobile .name {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 0; }
    .signUpOptions .selectPlanContinue {
      padding-top: 20px;
      border-top: solid 1px #ccc; }
      .signUpOptions .selectPlanContinue .continueBtn {
        text-align: center;
        margin-bottom: 30px; }
        .signUpOptions .selectPlanContinue .continueBtn .btn {
          margin-right: 0; }
      .signUpOptions .selectPlanContinue .legal {
        padding: 0 15px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
      .signUpOptions .comparePlans .panel-title {
        padding-left: 15px; }
      .signUpOptions .comparePlans .feature {
        padding: 15px 0; }
        .signUpOptions .comparePlans .feature .featureName {
          text-align: center;
          margin-bottom: 20px;
          font-size: 19px;
          font-weight: 100;
          padding: 20px 0 0 0; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption {
          border-right: solid 1px #ccc;
          padding: 20px 10px; }
        .signUpOptions .comparePlans .feature .featureSet .featureSetOption:last-child {
          border-right: none; }

  .selectedPlanPaymentInformation .selectedPlan {
    padding: 0 0 30px 0; }
  .selectedPlanPaymentInformation .labelCost {
    text-align: right; }
    .selectedPlanPaymentInformation .labelCost .textLabel {
      font-size: 14px; }
    .selectedPlanPaymentInformation .labelCost .costTotal {
      text-align: right;
      font-size: 18px;
      font-weight: 100; }
  .selectedPlanPaymentInformation .grand-total {
    margin-top: 30px; }
    .selectedPlanPaymentInformation .grand-total .costTotal {
      font-size: 32px; }

  #payment-method label {
    font-size: 17px; }

  .search-results .search-results-main {
    padding: 15px; }
    .search-results .search-results-main .panel-show .image img {
      width: 100%; }
    .search-results .search-results-main .panel-show .content {
      padding: 15px; }
  .search-results .filter-category-main {
    clear: both; }
    .search-results .filter-category-main .filter-category {
      margin: 0 25px 20px 15px;
      padding: 0 0 20px 0; }

  .product-list .show-wrapper .show-container .show-details {
    text-align: center;
    height: auto;
    width: auto; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 15px 60px;
    text-align: center; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      margin: 5px auto; }
    .product-list .show-wrapper .show-container .product-details .price {
      float: none;
      padding-right: 0; }
    .product-list .show-wrapper .show-container .product-details .addToCart {
      float: none; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }

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

  #subscribe-template .subscribe_hero_container,
  #subscribe-template .subscription_pay_annual,
  #subscribe-template .subscription_support, #free-trial-template .subscribe_hero_container,
  #free-trial-template .subscription_pay_annual,
  #free-trial-template .subscription_support {
    -ms-flex-align: end;
        align-items: flex-end;
    position: relative; }
    #subscribe-template .subscribe_hero_container::after,
    #subscribe-template .subscription_pay_annual::after,
    #subscribe-template .subscription_support::after, #free-trial-template .subscribe_hero_container::after,
    #free-trial-template .subscription_pay_annual::after,
    #free-trial-template .subscription_support::after {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #subscribe-template .subscribe_hero_container .container,
    #subscribe-template .subscription_pay_annual .container,
    #subscribe-template .subscription_support .container, #free-trial-template .subscribe_hero_container .container,
    #free-trial-template .subscription_pay_annual .container,
    #free-trial-template .subscription_support .container {
      z-index: 2; }
      #subscribe-template .subscribe_hero_container .container > div,
      #subscribe-template .subscription_pay_annual .container > div,
      #subscribe-template .subscription_support .container > div, #free-trial-template .subscribe_hero_container .container > div,
      #free-trial-template .subscription_pay_annual .container > div,
      #free-trial-template .subscription_support .container > div {
        -ms-flex: 1;
            flex: 1;
        -ms-flex-pack: start;
            justify-content: flex-start;
        text-align: center !important; }
  #subscribe-template .subscribe_hero_container, #free-trial-template .subscribe_hero_container {
    background-position: 0 0; }
  #subscribe-template .subscription_app_container_links, #free-trial-template .subscription_app_container_links {
    -ms-flex-align: start;
        align-items: flex-start; }
    #subscribe-template .subscription_app_container_links .container > div.app_content_container, #free-trial-template .subscription_app_container_links .container > div.app_content_container {
      display: block;
      text-align: center; }
      #subscribe-template .subscription_app_container_links .container > div.app_content_container > div:first-child, #free-trial-template .subscription_app_container_links .container > div.app_content_container > div:first-child {
        margin-bottom: 40px;
        padding-right: 0; }
    #subscribe-template .subscription_app_container_links .container > div.app_links_container > div > div, #free-trial-template .subscription_app_container_links .container > div.app_links_container > div > div {
      -ms-flex: 0 33.33%;
          flex: 0 33.33%;
      margin-bottom: 15px;
      padding: 0 10px; }
  #subscribe-template .subscription_compare_plans, #free-trial-template .subscription_compare_plans {
    padding: 50px 15px 30px 15px; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_content,
    #subscribe-template .subscription_compare_plans .container > div .plan_header_container, #free-trial-template .subscription_compare_plans .container > div .plan_header_content,
    #free-trial-template .subscription_compare_plans .container > div .plan_header_container {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_content, #free-trial-template .subscription_compare_plans .container > div .plan_header_content {
      margin-bottom: 20px;
      padding-right: 0;
      text-align: center; }
    #subscribe-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span, #free-trial-template .subscription_compare_plans .container > div .plan_header_container .premium_plan_header h2 span {
      font-size: 10px; }
    #subscribe-template .subscription_compare_plans .container .subscription_compare_container, #free-trial-template .subscription_compare_plans .container .subscription_compare_container {
      margin: 30px 0 0 0; }
      #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div {
        border: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 10px 0; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child, #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          padding-bottom: 15px;
          text-align: center; }
          #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child p:not(.small_font), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:first-child p:not(.small_font) {
            font-size: 135%; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:nth-child(2), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:nth-child(2) {
          border-right: solid 1px #D2D2D2; }
        #subscribe-template .subscription_compare_plans .container .subscription_compare_container > div > div:not(:first-child), #free-trial-template .subscription_compare_plans .container .subscription_compare_container > div > div:not(:first-child) {
          -ms-flex: 0 50%;
              flex: 0 50%;
          padding: 25px 15px; }
  #subscribe-template .subscription_callout_container, #free-trial-template .subscription_callout_container {
    padding: 30px 15px; }
    #subscribe-template .subscription_callout_container .container > div a.btn, #free-trial-template .subscription_callout_container .container > div a.btn {
      margin: 15px 0; }

  .pageNotFound {
    margin: 100px 0 50px 0; }

  .pageNotFoundFooter {
    margin: 20px; }

  .simulcastFullSchedule {
    top: 20px; } }
/* XS- SM */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .no-prem-promo #main-navigation {
    margin-top: -2px; } }
@media screen and (min-width: 768px) {
  body.blog.skinny #logo {
    width: 215px; }
  body.blog #logo {
    left: 180px; }

  header #mobile-header-icons ul.list-inline li {
    margin-left: 20px; }
    header #mobile-header-icons ul.list-inline li.fun {
      margin-left: 19px; }

  #search-bar {
    position: fixed;
    top: 206px; }

  footer {
    padding: 30px 40px;
    text-align: left; }
    footer .border-right {
      border-right: solid 1px #5e22b0; }
    footer .social-media {
      float: right;
      margin: 0 0 10px 0; }
    footer .copyright {
      font-size: 12px;
      margin-bottom: 0; }
    footer .package-name {
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase; }
    footer .price {
      font-size: 60px;
      line-height: 60px; }
    footer .description {
      font-size: 14px;
      font-weight: 300; }
    footer a.btn.comparePlans {
      margin-top: 25px; }
    footer ul.footer-navigation {
      border: 0;
      padding-top: 0;
      font-size: 14px; } }
@media screen and (min-width: 992px) {
  header .cart, header .search {
    display: block; }
  header #trigger,
  header #mobile-header-icons,
  header #mobile-logo,
  header #main-navigation .prem-promo-btn-container {
    display: none; }
  header #desktop-logo {
    display: block; }
  header > div {
    display: -ms-flexbox !important;
    display: flex !important; }
  header .utility_nav_container {
    display: -ms-flexbox;
    display: flex;
    padding: inherit;
    position: absolute; }
    header .utility_nav_container > div {
      padding-left: 40px;
      padding-right: 40px; }
  header .header-promo-ribbon-wrap {
    position: static; }
  header #logo {
    position: relative; }
    header #logo img {
      max-width: 150px; }
  header .header-icons {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 0px; }
    header .header-icons ul.list-inline li {
      margin: 0 0 0 20px; }
    header .header-icons .cartOptions {
      right: -15px;
      width: 420px; }
      header .header-icons .cartOptions:after, header .header-icons .cartOptions:before {
        left: 396px; }
    header .header-icons .cart, header .header-icons .search {
      display: block; }
    header .header-icons .searchIcon .header-icon {
      max-height: 18px;
      max-width: 18px; }
    header .header-icons .cart .header-icon,
    header .header-icons .fun .header-icon {
      max-height: 20px;
      max-width: 20px; }
    header .header-icons .queue {
      margin-top: 2px !important; }
      header .header-icons .queue .header-icon {
        max-height: 20px;
        max-width: 20px; }
    header .header-icons .prem-promo-btn-container .prem-promo-btn {
      font-size: 11px;
      padding: 6px 14px; }
    header .header-icons ul.list-inline li .funimationAccountOptions {
      left: auto;
      right: -15px; }
  header #main-navigation {
    display: inline-block;
    height: 30px;
    margin-left: 150px;
    margin-top: 4px;
    max-height: none;
    overflow: hidden;
    position: relative;
    transition: max-height .6s; }
    header #main-navigation ul.list-inline > li {
      display: inline-block;
      margin: 0px; }
      header #main-navigation ul.list-inline > li.open:after {
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
      header #main-navigation ul.list-inline > li > a {
        display: inline-block;
        margin: 0 10px 0 0; }
  header #logo {
    margin-left: 0; }
    header #logo img {
      max-height: none;
      max-width: 120px; }
  header .utility_nav_container > div {
    padding-left: 40px;
    padding-right: 40px; }
  header li, header a, header .login-button {
    font-size: 12px; }
    header li li a, header a li a, header .login-button li a {
      font-size: 12px; }
  header #main-navigation {
    margin-left: 190px;
    transition: height .3s, margin .3s; }
    header #main-navigation ul.list-inline {
      margin-top: 0px; }
    header #main-navigation ul.list-inline > li > a {
      margin: 0 30px 0 0; }

  footer {
    padding: 30px 40px; }

  body.landscape .blog header.skinny #logo {
    width: 215px; }
  body.landscape .blog header #logo {
    left: 180px; }
  body.landscape body.search2 #main {
    margin-top: -50px; }
  body.landscape body.body-w-promo-ribbon-1 #search-bar.skinny {
    top: 50px; }
  body.landscape body.body-w-promo-ribbon-1 #main {
    margin-top: 50px; }
  body.landscape body.body-w-promo-ribbon-2 #search-bar.skinny {
    top: 100px; }
  body.landscape body.body-w-promo-ribbon-2 #main {
    margin-top: 100px; }
  body.landscape body.body-w-promo-ribbon-3 #search-bar.skinny {
    top: 150px; }
  body.landscape body.body-w-promo-ribbon-3 #main {
    margin-top: 150px; }
  body.landscape body.body-w-promo-ribbon-4 #search-bar.skinny {
    top: 200px; }
  body.landscape body.body-w-promo-ribbon-4 #main {
    margin-top: 200px; }
  body.landscape body.body-w-promo-ribbon-5 #search-bar.skinny {
    top: 250px; }
  body.landscape body.body-w-promo-ribbon-5 #main {
    margin-top: 250px; }
  body.landscape body.body-w-promo-ribbon-6 #search-bar.skinny {
    top: 300px; }
  body.landscape body.body-w-promo-ribbon-6 #main {
    margin-top: 300px; }
  body.landscape body.body-w-promo-ribbon-7 #search-bar.skinny {
    top: 350px; }
  body.landscape body.body-w-promo-ribbon-7 #main {
    margin-top: 350px; }
  body.landscape body.body-w-promo-ribbon-8 #search-bar.skinny {
    top: 400px; }
  body.landscape body.body-w-promo-ribbon-8 #main {
    margin-top: 400px; }
  body.landscape body.body-w-promo-ribbon-9 #search-bar.skinny {
    top: 450px; }
  body.landscape body.body-w-promo-ribbon-9 #main {
    margin-top: 450px; }
  body.landscape body.body-w-promo-ribbon-10 #search-bar.skinny {
    top: 500px; }
  body.landscape body.body-w-promo-ribbon-10 #main {
    margin-top: 500px; }
  body.landscape #main {
    margin-top: 0px; }
  body.landscape footer .social-media > li:nth-child(4) {
    clear: both; } }
/* SM - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #search-bar,
  #search-bar.skinny {
    top: 74px; }

  body.search2 #main {
    margin-top: 138px; }

  #wish-list .printThis {
    top: -64px;
    left: 571px; }

  .simulcastFullSchedule {
    top: -72px; }

  .social-section .social-container .slider-control.prev {
    left: 0; }

  .social-section .social-container .slider-control.next {
    right: 0; }

  .showCategoryControls.sticky-controls {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    left: 0;
    padding: 15px 15px 10px;
    position: fixed;
    margin: 0;
    transition: all 0.5s ease-out;
    z-index: 3;
    width: 100%; }
    .showCategoryControls.sticky-controls .fa-ul li {
      margin-bottom: 0; }
    .showCategoryControls.sticky-controls .right-controls {
      float: none; }

  .featured-product-section .featured-product-container {
    min-height: 400px; }

  .tri-section article {
    padding: 70px 20px; }
  .tri-section h1 {
    font-size: 68px; }
  .tri-section h2 {
    font-size: 48px; }

  #subscribe-template .subscribe_hero_container .container > div, #free-trial-template .subscribe_hero_container .container > div {
    -ms-flex: 0 100%;
        flex: 0 100%; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }
    .signUpOptions .comparePlans {
      padding: 0 15px; }
    .signUpOptions .selectPlanContinue {
      padding: 0 15px; }

  .showdate2 .number {
    font-size: 27px; }

  .scheduleColumns .day {
    font-size: 12px;
    padding-bottom: 2px; }
  .scheduleColumns .number {
    font-size: 25px; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 13px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 17px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 110px;
      display: none; }
    .product-list .show-wrapper .show-container .show-details .info {
      line-height: 18px;
      margin-bottom: 10px; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .description {
      font-size: 16px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      max-width: 100px;
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 30px;
      line-height: 30px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 40px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 16px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: block; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; }

  .show-reviews {
    padding-bottom: 30px !important;
    border-bottom: solid 1px #f2f2f2; }

  footer .social-media > li:nth-child(4) {
    clear: both; } }
/* MD - Medium Desktop */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  #wish-list .printThis {
    top: -64px;
    left: 631px; }

  .simulcastFullSchedule {
    top: -85px; }

  .featured-product-section .featured-product-container {
    min-height: 500px; }

  .tri-section article {
    padding: 150px 50px; }

  .signUpOptions {
    margin-bottom: 80px; }
    .signUpOptions .option {
      padding: 5px;
      margin: 0 5px; }
      .signUpOptions .option .description {
        padding-right: 5px;
        padding-left: 5px; }
      .signUpOptions .option .btn {
        padding: 10px; }

  .product-list .show-wrapper .show-container .show-details {
    padding: 18px; }
    .product-list .show-wrapper .show-container .show-details .description {
      font-size: 17px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details .ratings {
      max-width: 130px;
      display: none; }
  .product-list .show-wrapper .show-container .product-details {
    padding: 10px 20px; }
    .product-list .show-wrapper .show-container .product-details .product-name {
      font-size: 14px;
      line-height: 14px; }
    .product-list .show-wrapper .show-container .product-details .description {
      font-size: 16px;
      line-height: 18px; }
    .product-list .show-wrapper .show-container .product-details .ratings {
      max-width: 100px;
      display: none; }
    .product-list .show-wrapper .show-container .product-details .price {
      font-size: 36px;
      line-height: 36px; }
  .product-list .show-wrapper .show-container .show-details.search-results-column {
    padding: 10px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .description {
      font-size: 19px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .info {
      font-size: 14px;
      line-height: 20px; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .btn {
      width: 100%;
      padding: 10px 5px;
      letter-spacing: 0.5px;
      margin: 9px 0 3px 0; }
    .product-list .show-wrapper .show-container .show-details.search-results-column .ratings {
      display: none; }

  .search-results .filter-category {
    margin: 0 35px 20px 15px;
    padding: 0 0 10px 0; }

  footer .social-media > li:nth-child(4) {
    clear: both; } }
@media screen and (min-width: 1200px) {
  header {
    position: fixed; }
    header.skinny .utility_nav_container > div {
      padding-left: 30px;
      padding-right: 30px; }
    header.skinny .header-icons > ul > li {
      margin: 0 0 0 25px; }
    header .header-icons .prem-promo-btn-container .prem-promo-btn {
      font-size: 13px; }
    header .header-icons .cartOptions:after, header .header-icons .cartOptions:before {
      left: 397px; }
    header li, header a, header .login-button {
      font-size: 14px; }
      header li li a, header a li a, header .login-button li a {
        font-size: 13px; }
    header #logo img {
      max-width: 133px; }
    header #main-navigation {
      margin-left: 260px; }
      header #main-navigation ul.list-inline > li > a {
        margin-right: 50px; }

  footer {
    padding: 30px 90px; } }

/*# sourceMappingURL=wrapper.css.map */