/*
Theme Name: Habitat III
Theme URI: http://habitat3.org
Author: Julian Valencia
Author URI: http://julianvalencia.me/
Description: Online platform for Habitat III
Version: 1.0
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  outline-style: none;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #181617;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5090cd;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2e6aa2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #5090cd;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3477b6;
}
.text-success {
  color: #00af9a;
}
a.text-success:hover,
a.text-success:focus {
  color: #007c6d;
}
.text-info {
  color: #5090cd;
}
a.text-info:hover,
a.text-info:focus {
  color: #3477b6;
}
.text-warning {
  color: #fcb740;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fba40e;
}
.text-danger {
  color: #f3465a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f0162f;
}
.bg-primary {
  color: #fff;
  background-color: #5090cd;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3477b6;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #181617;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1167px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1167px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #181617;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: normal;
  color: #181617;
  text-align: left;
  display: block;
}
.form-group label span {
  color: #f3465a;
  display: none;
}
.form-group label small {
  font-style: italic;
  color: #919191;
  margin-left: 15px;
  display: inline-block;
}
.form-group pre {
  border: none;
  font-size: 0.76em;
  padding: 0;
  background: transparent;
  text-align: left;
  color: #919191;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.form-group.is-required label span {
  display: inline-block;
}
.form-group.type-checkbox {
  position: relative;
}
.form-group.type-file {
  text-align: left;
}
.form-group.type-file label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .btn-trigger {
  margin-right: 20px;
}
.form-group.type-file input[type="file"] {
  position: absolute;
  top: -99999em;
  left: 0;
}
.form-group.type-file .alert {
  height: auto;
  padding: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .alert strong {
  color: inherit;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00af9a;
}
.has-success.type-file .btn-trigger {
  border-color: #00af9a;
}
.has-success .form-control,
.has-success [type="checkbox"]:not(:checked) + label:before,
.has-success [type="checkbox"]:checked + label:before,
.has-success .mce-tinymce {
  border-color: #00af9a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success [type="checkbox"]:not(:checked) + label:before:focus,
.has-success [type="checkbox"]:checked + label:before:focus,
.has-success .mce-tinymce:focus {
  border-color: #007c6d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16ffe3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16ffe3;
}
.has-success .input-group-addon {
  color: #00af9a;
  border-color: #00af9a;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #00af9a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fcb740;
}
.has-warning.type-file .btn-trigger {
  border-color: #fcb740;
}
.has-warning .form-control,
.has-warning [type="checkbox"]:not(:checked) + label:before,
.has-warning [type="checkbox"]:checked + label:before,
.has-warning .mce-tinymce {
  border-color: #fcb740;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning [type="checkbox"]:not(:checked) + label:before:focus,
.has-warning [type="checkbox"]:checked + label:before:focus,
.has-warning .mce-tinymce:focus {
  border-color: #fba40e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedda4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedda4;
}
.has-warning .input-group-addon {
  color: #fcb740;
  border-color: #fcb740;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #fcb740;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f3465a;
}
.has-error.type-file .btn-trigger {
  border-color: #f3465a;
}
.has-error .form-control,
.has-error [type="checkbox"]:not(:checked) + label:before,
.has-error [type="checkbox"]:checked + label:before,
.has-error .mce-tinymce {
  border-color: #f3465a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error [type="checkbox"]:not(:checked) + label:before:focus,
.has-error [type="checkbox"]:checked + label:before:focus,
.has-error .mce-tinymce:focus {
  border-color: #f0162f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9a6af;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9a6af;
}
.has-error .input-group-addon {
  color: #f3465a;
  border-color: #f3465a;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #f3465a;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5b5357;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #1d4367;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2c649a;
  border-color: #1d4367;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #001613;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #00584e;
  border-color: #001613;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success .badge {
  color: #00af9a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info .badge {
  color: #002a48;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #a06703;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #e29004;
  border-color: #a06703;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning .badge {
  color: #fcb740;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #960a1a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d50e25;
  border-color: #960a1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger .badge {
  color: #f3465a;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse .badge {
  color: #181617;
  background-color: #ffffff;
}
.btn-link {
  color: #5090cd;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2e6aa2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #181617;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0b0a0a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #5090cd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 10px;
  margin-bottom: 22px;
  border: 0px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
  font-weight: 700;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-dismissable .close i,
.alert-dismissible .close i {
  font-size: 18px;
}
.alert-success {
  background-color: #00af9a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #e5e5e5;
}
.alert-success .alert-link {
  color: #007c6d;
}
.alert-success .close:hover {
  color: #ffffff;
}
.alert-info {
  background-color: #5090cd;
  border-color: #ededed;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #e0e0e0;
}
.alert-info .alert-link {
  color: #3477b6;
}
.alert-info .close:hover {
  color: #ffffff;
}
.alert-warning {
  background-color: #fcb740;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e5e5e5;
}
.alert-warning .alert-link {
  color: #fba40e;
}
.alert-warning .close:hover {
  color: #ffffff;
}
.alert-danger {
  background-color: #f3465a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e5e5e5;
}
.alert-danger .alert-link {
  color: #f0162f;
}
.alert-danger .close:hover {
  color: #ffffff;
}
#alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
}
#alert .close {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 16px;
  height: 16px;
}
#alert .close i {
  font-size: 16px;
}
#alert .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #181617;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #181617;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #5090cd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #5090cd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5090cd;
}
.panel-primary > .panel-heading .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5090cd;
}
.panel-success {
  border-color: #f2f2f2;
}
.panel-success > .panel-heading {
  color: #00af9a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #00af9a;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-info {
  border-color: #ededed;
}
.panel-info > .panel-heading {
  color: #5090cd;
  background-color: #ffffff;
  border-color: #ededed;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #5090cd;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}
.panel-warning {
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading {
  color: #fcb740;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #fcb740;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-danger {
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading {
  color: #f3465a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #f3465a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
html,
body,
.ui-page {
  height: 100%;
}
html.no-js nav.main {
  overflow: hidden;
}
body {
  -webkit-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
  position: static;
  position: relative;
}
body.page-template-page-admin-event .dropzone .file > label {
  display: none;
}
body.home.section-home.poke-nav:not(.is-responsive) #partner-menu {
  top: 0 !important;
}
body.home.section-home.poke-nav:not(.is-responsive) nav.main {
  top: 0 !important;
  overflow: visible;
}
body.is-desktop #iframe {
  height: 100%;
}
body.is-desktop #iframe iframe {
  height: 100%;
}
body.is-desktop #iframe iframe {
  overflow: auto;
}
#block {
  position: fixed;
  background-image: url(img/blank.gif);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.ui-loader {
  display: none;
}
.btn-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #181617;
  visibility: hidden;
  outline-style: none;
  display: none !important;
}
.btn-scroll i {
  font-size: 22px;
}
body.section-home.on-top .btn-scroll {
  visibility: visible;
}
.levitate {
  -webkit-animation: levitate 0.8s infinite;
  -moz-animation: levitate 0.8s infinite;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes levitate {
  0% {
    -moz-transform: translateY(-5px);
  }
  50% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(-5px);
  }
}
#home {
  text-align: center;
  width: 1167px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#home:before {
  content: " ";
  width: 1px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
#home > div,
#home > section {
  width: 1130px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
#home > div:before {
  content: " ";
  width: 100%;
  height: 40px;
  clear: both;
  display: block;
}
#home > div:after {
  content: " ";
  display: block;
  width: 100%;
  height: 80px;
  clear: both;
  display: none;
}
#home > div > * {
  width: 280px;
  height: 280px;
  position: relative;
  perspective: 1120px;
  float: left;
  margin: 1px;
}
#home > div > * .card {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}
#home > div > * .card > * {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#home > div > * .card > *.front {
  background-color: #444b5d;
  text-align: center;
}
#home > div > * .card > *.front h2 {
  text-transform: uppercase;
  color: #fff;
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#home > div > * .card > *.front:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
#home > div > * .card > *.back {
  transform: rotateY(180deg);
}
#home > div > * .card > *.back > p {
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  width: 275px;
  vertical-align: middle;
  padding: 0 20px;
  margin-left: -5px;
  margin-bottom: 0;
  line-height: 1.2;
}
#home > div > * .card > *.back .badge {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  margin-top: 5px;
  background: transparent;
  min-width: 70px;
  border: #fff 2px solid;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#home > div > * .card > *.back .badge:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
#home > div > * .card > *.back:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
#home > div > *:nth-child(1) .card > *.front {
  background-color: #fff;
  border: #ececec 1px solid;
}
#home > div > *:nth-child(1) .card > *.front > span {
  width: 260px;
  display: inline-block;
  padding: 0 25px;
}
#home > div > *:nth-child(1) .card > *.back {
  background-color: #5090cd;
}
#home > div > *:nth-child(1) .card > *.back > div {
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
}
#home > div > *:nth-child(1) .card > *.back > div h1 {
  margin: 0 0 15px;
}
#home > div > *:nth-child(1) .card > *.back > div em {
  color: #fff;
  font-style: normal;
  font-size: 1em;
  padding: 0;
  display: block;
}
#home > div > *:nth-child(2) .card > *.back {
  background-color: #fcb740;
}
#home > div > *:nth-child(3) .card > *.back {
  background-color: #181617;
}
#home > div > *:nth-child(4) .card > *.back {
  background-color: #f15c2a;
}
#home > div > *:nth-child(5) .card > *.back {
  background-color: #f3465a;
}
#home > div > *:nth-child(6) .card > *.back {
  background-color: #002a48;
}
#home > div > *:nth-child(7) .card > *.back {
  background-color: #00af9a;
}
#home > div > *:nth-child(8) .card > *.back {
  background-color: #959595;
}
#home.backwards {
  visibility: hidden;
  overflow: hidden;
}
#home.backwards #highlights {
  position: absolute;
  top: -9999em;
  left: 0;
}
body.outro #block {
  display: block;
}
body.intro #block {
  display: block;
}
body.intro #home > div > * {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.intro #home > div > * .card {
  -webkit-transform-origin: left ;
  -moz-transform-origin: left ;
  -o-transform-origin: left ;
  transform-origin: left ;
}
body.intro #home > div > *:nth-child(8) .card {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
body.intro #home > div > *:nth-child(5) .card,
body.intro #home > div > *:nth-child(6) .card,
body.intro #home > div > *:nth-child(7) .card {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
body.intro.is-portrait #home > div > * .card {
  -webkit-transform-origin: left ;
  -moz-transform-origin: left ;
  -o-transform-origin: left ;
  transform-origin: left ;
}
.spinner {
  width: 80px !important;
  height: 46px !important;
  background-color: #fff;
  margin: -20px -40px !important;
  float: none !important;
  animation: sk-rotateplane 1.2s infinite linear;
  position: fixed !important;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 99999;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg);
  }
  74.99% {
    -webkit-transform: perspective(120px) rotateY(-89.9deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateY(90deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(0deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  74.99% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
  }
  75% {
    transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
}
body.loading .spinner {
  display: block;
}
body.loading.nav .spinner {
  display: none;
}
body.loading.blocking #block {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
body.loading.blocking nav.main {
  z-index: 999;
}
body.loading.blocking .modal {
  z-index: 998;
}
body.imagery #home > div > *:nth-child(1) .card > *.back {
  background-image: url(img/pattern_01.gif);
}
body.imagery #home > div > *:nth-child(2) .card > *.front {
  background-image: url(img/foto_02.jpg);
}
body.imagery #home > div > *:nth-child(2) .card > *.back {
  background-image: url(img/pattern_02.gif);
}
body.imagery #home > div > *:nth-child(3) .card > *.front {
  background-image: url(img/foto_03.jpg);
}
body.imagery #home > div > *:nth-child(3) .card > *.back {
  background-image: url(img/pattern_03.gif);
}
body.imagery #home > div > *:nth-child(4) .card > *.front {
  background-image: url(img/foto_04.jpg);
}
body.imagery #home > div > *:nth-child(4) .card > *.back {
  background-image: url(img/pattern_04.gif);
}
body.imagery #home > div > *:nth-child(5) .card > *.front {
  background-image: url(img/foto_05.jpg);
}
body.imagery #home > div > *:nth-child(5) .card > *.back {
  background-image: url(img/pattern_05.gif);
}
body.imagery #home > div > *:nth-child(6) .card > *.front {
  background-image: url(img/foto_06.jpg);
}
body.imagery #home > div > *:nth-child(6) .card > *.back {
  background-image: url(img/pattern_06.gif);
}
body.imagery #home > div > *:nth-child(7) .card > *.front {
  background-image: url(img/foto_07.jpg);
}
body.imagery #home > div > *:nth-child(7) .card > *.back {
  background-image: url(img/pattern_07.gif);
}
body.imagery #home > div > *:nth-child(8) .card > *.front {
  background-image: url(img/foto_08.jpg);
}
body.imagery #home > div > *:nth-child(8) .card > *.back {
  background-image: url(img/pattern_08.gif);
}
@media (min-width: 768px) and (orientation: portrait), (max-width: 767px) and (orientation: portrait), (max-width: 480px) and (orientation: landscape), (max-width: 479px), (max-width: 320px) and (orientation: portrait) {
  body.imagery #home > div > *:nth-child(1) .card > *.back {
    background-image: url(img/pattern_01_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(2) .card > *.front {
    background-image: url(img/foto_02_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(2) .card > *.back {
    background-image: url(img/pattern_02_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(3) .card > *.front {
    background-image: url(img/foto_03_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(3) .card > *.back {
    background-image: url(img/pattern_03_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(4) .card > *.front {
    background-image: url(img/foto_04_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(4) .card > *.back {
    background-image: url(img/pattern_04_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(5) .card > *.front {
    background-image: url(img/foto_05_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(5) .card > *.back {
    background-image: url(img/pattern_05_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(6) .card > *.front {
    background-image: url(img/foto_06_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(6) .card > *.back {
    background-image: url(img/pattern_06_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(7) .card > *.front {
    background-image: url(img/foto_07_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(7) .card > *.back {
    background-image: url(img/pattern_07_portrait.gif);
  }
  body.imagery #home > div > *:nth-child(8) .card > *.front {
    background-image: url(img/foto_08_portrait.jpg);
  }
  body.imagery #home > div > *:nth-child(8) .card > *.back {
    background-image: url(img/pattern_08_portrait.gif);
  }
}
#iframe {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
  display: none;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#iframe iframe {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 0;
  z-index: 1;
  overflow: hidden;
}
#iframe.active {
  display: block;
}
body.loading nav.main {
  z-index: 9999;
}
nav.main {
  position: fixed;
  top: -35px;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #181617;
  z-index: 9999;
  overflow: hidden;
  overflow: visible;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.main:after {
  content: " ";
  display: block;
  clear: both;
}
nav.main > ul > li {
  /*
      &:last-child {
        > a {
          float: left;
        }
        &:after {
          content: " ";
          display: inline-block;
          width: @pXL;
          height: 1px;
          float: left;
        }
      } 
      */
}
nav.main > ul > li > a > img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px;
}
nav.main > ul > li > a:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav.main > ul > li:first-child {
  margin-top: 0px;
}
nav.main > ul > li:first-child > a {
  padding-left: 5px;
}
nav.main > ul > li:first-child > a:before {
  display: none;
}
nav.main > ul > li.menu-partner {
  float: right;
}
nav.main > ul > li.menu-partner > a {
  padding-right: 5px;
  padding-top: 3px;
}
nav.main > ul > li.menu-partner > a:before {
  display: none;
}
nav.main > ul > li.menu-partner > a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
nav.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
nav.main ul:after {
  content: " ";
  display: block;
  clear: both;
}
nav.main ul li {
  float: none;
  line-height: 28px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0;
  vertical-align: middle;
  float: left;
  height: 30px;
  font-size: 12px;
}
nav.main ul li:first-child {
  float: left;
}
nav.main ul li:nth-child(2) a {
  padding-left: 10px !important;
}
nav.main ul li:nth-child(2) a:before {
  display: none !important;
}
nav.main ul li:first-child a:before {
  display: none !important;
}
nav.main ul li a {
  color: #fff;
  padding: 0 0 0 5px;
  display: block;
  text-align: center;
}
nav.main ul li a i {
  font-size: 20px;
  width: auto;
  padding-right: 10px;
  padding-left: 5px;
  display: block;
  width: 65px;
  margin: 0;
  padding: 0;
  margin-top: -1px !important;
  text-align: center;
}
nav.main ul li a i:before {
  margin: 0;
  width: 65px;
}
nav.main ul li a:hover {
  text-decoration: none;
  color: #c8c8c8;
}
nav.main ul li a {
  position: relative;
  padding-left: 15px;
  color: #cccccc;
  font-weight: 700;
}
nav.main ul li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e80b';
  font-size: 7px;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  left: 3px;
  line-height: 30px;
  color: #858585;
}
nav.main ul li a:focus,
nav.main ul li a:active,
nav.main ul li a:hover,
nav.main ul li a.active {
  text-decoration: none;
  color: #fff;
}
nav.main ul li.has-submenu {
  position: relative;
}
nav.main ul li.has-submenu > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
  display: none;
}
nav.main ul li.has-submenu ul {
  position: absolute;
  top: -9999em;
  left: -1px;
  background-color: #181617;
  margin-top: -2px;
  width: 480px;
}
nav.main ul li.has-submenu ul li {
  display: block;
  line-height: 25px;
  height: 25px;
  float: none;
}
nav.main ul li.has-submenu ul li a {
  text-align: left;
  line-height: 25px;
  padding: 0 15px !important;
  display: inline-block;
}
nav.main ul li.has-submenu ul li a:before {
  display: none;
}
nav.main ul li.has-submenu ul li:last-child {
  height: 30px;
}
nav.main ul li.has-submenu ul li:last-child > a {
  padding-bottom: 5px !important;
}
nav.main ul li.has-submenu ul.columnized {
  overflow: hidden;
}
nav.main ul li.has-submenu ul.columnized > div {
  float: left;
}
nav.main ul li.has-submenu:hover > ul,
nav.main ul li.has-submenu.hover > ul {
  top: 100%;
}
nav.main ul li.has-submenu .resized li a {
  display: block;
  text-align: left;
}
footer.main {
  width: 100% !important;
  height: 45px !important;
  margin: 0 !important;
  overflow: hidden;
  text-align: left;
  transition: opacity 0.5s ease-out;
  align-items: center;
  position: relative;
  margin-top: 1px !important;
}
footer.main > div {
  margin: 0 auto;
  padding: 0 10px;
}
footer.main > div > * {
  display: block;
  float: left;
  margin: 0 1px 0 0;
}
footer.main > div > * h3 {
  display: none;
}
footer.main > div > *:last-child {
  margin-right: -10px;
}
footer.main > div > a {
  margin-left: 10px;
}
footer.main > div > a img {
  width: auto;
  height: 39px;
  margin-top: 3px;
}
#countdown {
  margin-left: -10px !important;
  height: 45px;
}
#countdown > div {
  display: block;
  margin: 0 2px 0 0;
  position: relative;
  width: 45px;
  height: 45px;
  padding-top: 0;
  background-color: #181617;
  text-align: center;
  float: left;
  perspective: 180px;
  -webkit-transform-origin: left ;
  -moz-transform-origin: left ;
  -o-transform-origin: left ;
  transform-origin: left ;
  transform-style: preserve-3d;
}
#countdown > div > span {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  display: block;
  color: #fff;
  padding-top: 4px;
}
#countdown > div > div {
  font-size: 7px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  font-weight: 700;
  color: #919191;
  display: block;
  margin-top: -4px;
}
#news {
  width: 799px;
  position: relative;
  background-color: #fff;
  height: 43px;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 1px #636363;
  box-shadow: 0 0 1px #636363;
  overflow: hidden;
}
#news > a {
  position: absolute;
  bottom: 0;
  right: 0;
}
#news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
  width: 99999em;
}
#news ul li {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 45px;
}
#news ul li:first-child {
  top: 0;
}
#news ul li > a {
  display: block;
  color: #181617;
}
#news ul li > a > div {
  text-align: left;
  overflow: hidden;
}
#news ul li > a > div > p {
  color: #181617;
  float: left;
  padding: 0 10px;
  margin: 0;
  font-size: 0.96em;
}
#news ul li > a > div > p > strong {
  display: inline-block;
  padding-right: 5px;
}
#news ul li > a > div > p > time {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  padding: 0 10px 0 5px;
  position: relative;
  margin-top: -1px;
  font-weight: 700;
  text-transform: uppercase;
}
#news ul li > a:hover {
  background-color: #eee;
}
body > #logo {
  text-align: center;
  padding: 15px 0 30px;
  display: none;
}
body > #logo img {
  width: 120px;
  height: 37px;
}
@media (orientation: portrait) {
  body.home.section-home > #logo {
    display: block;
  }
}
#social {
  position: absolute;
  top: 0;
  right: 0;
}
#social.backwards {
  opacity: 0;
  filter: alpha(opacity=0);
}
#social h3 {
  display: none;
}
#social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
}
#social ul li {
  display: block;
  float: left;
  margin: 0 0 1px 0;
}
#social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #181617;
  -webkit-box-shadow: 0 0 1px #848484;
  box-shadow: 0 0 1px #848484;
  text-align: center;
}
#social ul li a span {
  display: none;
}
#social ul li a i {
  color: #fff;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
}
#social ul li a i:before {
  margin: 0;
}
#social ul li a:hover {
  background-color: #fff;
  text-decoration: none;
}
#social ul li a:hover i {
  color: #181617;
}
#social ul li.p a {
  background-color: #fff;
  color: #181617;
}
#social ul li.p a i {
  color: #181617;
}
body.intro #social {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.playing #highlights > div article.v-center.with-icon .image-left.pause {
  display: block;
}
body.playing #highlights > div article.v-center.with-icon .image-left.play {
  display: none;
}
#highlights {
  position: static;
}
#highlights .loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.2);
  border-right: 0.7em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.7em solid rgba(255, 255, 255, 0.2);
  border-left: 0.7em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2em;
  margin-left: -2em;
  display: none;
}
#highlights .loader,
#highlights .loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
#highlights > div {
  position: relative;
  padding-bottom: 35px;
}
#highlights > div .feeds {
  display: flex;
  width: 100%;
}
#highlights > div article {
  float: left;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#highlights > div article .title {
  font-size: 28px;
  line-height: 1.1em;
  padding-top: 5px;
}
#highlights > div article .image-left {
  width: 26%;
  padding-left: 30px;
}
#highlights > div article .image-left.pause {
  display: none;
}
#highlights > div article a:not(.c) {
  border: #181617 1px solid;
  display: inline-block !important;
  color: #181617;
  padding: 0 10px !important;
  position: relative;
  line-height: 30px;
  padding-right: 30px !important;
  font-weight: 700;
}
#highlights > div article a:not(.c) i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 3px;
  line-height: 30px;
  margin-top: -15px !important;
  -webkit-transition: 0.3s ease-in-out right;
  -o-transition: 0.3s ease-in-out right;
  transition: 0.3s ease-in-out right;
}
#highlights > div article a:not(.c):hover {
  text-decoration: none;
}
#highlights > div article a:not(.c):hover i {
  right: -2px;
}
#highlights > div article a.c {
  color: inherit;
}
#highlights > div article a.c:hover {
  text-decoration: none;
}
#highlights > div article.read-more-simple a:not(.c) {
  padding: 0 10px !important;
}
#highlights > div article.read-more-simple a:not(.c) i {
  display: none;
}
#highlights > div article.primary {
  width: 50%;
  height: 400px;
}
#highlights > div article.secondary {
  width: 50%;
  height: 200px;
}
#highlights > div article.secondary .title {
  font-size: 24px;
}
#highlights > div article.secondary > div .c {
  padding-right: 15px;
}
#highlights > div article.social {
  width: 33%;
}
#highlights > div article.social > div {
  position: relative;
  padding-left: 74px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#highlights > div article.social > div > i {
  font-size: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37px;
  cursor: pointer;
}
#highlights > div article.social > div > i:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#highlights > div article.social > div .c {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0 !important;
}
#highlights > div article.social > div .c > * {
  margin-top: 0;
}
#highlights > div article.social > div .title {
  text-transform: uppercase;
  font-size: 18px;
}
#highlights > div article.social.social-feed.loading .loader {
  display: block;
}
#highlights > div article.social.social-feed > div > div {
  overflow: hidden;
  justify-content: flex-start;
}
#highlights > div article.social.social-feed > div time {
  font-style: italic;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1.3;
  font-size: 14px;
}
#highlights > div article.social.social-feed > div p {
  line-height: 1.3;
  font-size: 14px;
  margin: 0;
  padding-right: 20px;
}
#highlights > div article.social.social-feed > div a {
  display: inline !important;
  border: none;
  padding: 0 !important;
  line-height: 1.3;
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: 400;
}
#highlights > div article.social.social-feed > div a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#highlights > div article.social.social-feed > div .title {
  display: none;
}
#highlights > div article.social.social-feed.social-twitter {
  background-color: #4099FF;
}
#highlights > div article.social.social-feed.social-twitter > div > i {
  font-size: 46px;
  left: 3px;
  margin-top: -32px;
}
#highlights > div article.social.social-feed.social-facebook {
  background-color: #3b5999;
}
#highlights > div article.social-newsletter {
  width: 34%;
}
#highlights > div article.social-newsletter > div > i {
  font-size: 46px;
  left: 8px;
  margin-top: -34px;
}
#highlights > div article.social-newsletter > div > div .c {
  padding-left: 20px;
  padding-right: 20px;
}
#highlights > div article.social-newsletter > div > div .c .title {
  text-align: left;
}
#highlights > div article.social-newsletter > div > div .c form {
  display: flex;
  padding-top: 10px;
}
#highlights > div article.social-newsletter > div > div .c form .btn {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 90px;
}
#highlights > div article.social-newsletter > div > div .c form .form-control {
  padding-left: 5px;
  max-width: 360px;
}
#highlights > div article.clear {
  float: none;
  display: block;
  clear: both;
}
#highlights > div article.background-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#highlights > div article.background-cover > div {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#highlights > div article.light-text {
  background-color: #181617;
  color: #fff;
}
#highlights > div article.light-text a {
  color: #fff;
  border-color: #fff;
}
#highlights > div article.quito-pattern {
  background-image: url("img/highlights-2.gif");
}
#highlights > div article.h3-song .image-left {
  cursor: pointer;
}
#highlights > div article.white-frame > div > div {
  padding: 0 !important;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.92);
}
#highlights > div article.white-frame.black-border > div > div {
  border: #181617 2px solid;
}
#highlights > div article.white-frame.transparent-frame > div > div {
  background: transparent;
}
#highlights > div article.text-center {
  text-align: center;
}
#highlights > div article.text-center .c {
  text-align: center;
}
#highlights > div article.v-center > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#highlights > div article.v-center > div > div .c {
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  height: auto;
}
#highlights > div article.v-center.with-icon > div > div .c {
  min-width: 70%;
}
#highlights > div article.v-center.with-icon .image-left {
  width: 20%;
}
#highlights > div article.bg-yellow {
  background-color: #fcb740;
}
#highlights > div article.bg-blue-un {
  background-color: #5090cd;
}
#highlights > div article.bg-sky {
  background-color: #e0efed;
}
#highlights > div article.h-distribute .c {
  min-width: 0 !important;
}
#highlights > div article > div {
  overflow: hidden;
  border: #fff 1px solid;
  width: 100%;
  height: 100%;
}
#highlights > div article > div .c {
  overflow: hidden;
  padding: 15px 30px 0;
  text-align: left;
}
#highlights > div article > div .c * {
  margin: 0;
  padding: 0;
}
#highlights > div article > div .c > * {
  margin: 10px 0 0 0;
  display: block;
}
body.hovering #highlights > div article:not(.hover) {
  z-index: 1;
}
body.hovering #highlights > div article.hover {
  z-index: 2;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
body.intro #highlights > div article {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.sliding #block {
  display: block;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#btn-responsive {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  border: #e2e2e2 1px solid;
  border-top: none;
  border-right: none;
  width: 30px;
  line-height: 29px;
  z-index: 9999;
  display: none;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#btn-responsive i:before {
  margin: 0;
}
body.is-responsive #partner-menu {
  right: 30px;
}
body.is-responsive nav.main {
  padding-right: 0;
  overflow: hidden;
}
body.is-responsive nav.main ul li {
  font-size: 14px;
}
body.is-responsive nav.main ul li a {
  padding: 5px 0 !important;
}
body.is-responsive nav.main ul li ul li {
  font-size: 10px;
}
body.is-responsive nav.main > ul > li {
  display: block;
  float: none;
  height: auto;
  line-height: 20px;
  position: static;
}
body.is-responsive nav.main > ul > li > a {
  text-align: center;
  padding-left: 0 !important;
}
body.is-responsive nav.main > ul > li > a:before {
  display: none !important;
  top: 1px;
  left: 3px !important;
}
body.is-responsive nav.main > ul > li > a i {
  margin: 0 auto;
}
body.is-responsive nav.main > ul > li:nth-child(1) {
  display: block;
  height: 30px;
  line-height: 30px;
}
body.is-responsive nav.main > ul > li:nth-child(1) a {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
body.is-responsive nav.main > ul > li:nth-child(2) {
  padding-right: 0;
}
body.is-responsive nav.main > ul > li:last-child a {
  display: block;
  float: none;
}
body.is-responsive nav.main > ul > li.has-submenu > a {
  margin-left: 22px;
}
body.is-responsive nav.main > ul > li.has-submenu > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
  font-size: 18px;
  height: 10px;
  line-height: 10px;
}
body.is-responsive nav.main > ul > li.has-submenu > ul {
  position: static;
  border: 0;
  width: 100% !important;
  display: none;
}
body.is-responsive nav.main > ul > li.has-submenu > ul li {
  padding-bottom: 0 !important;
  height: auto !important;
}
body.is-responsive nav.main > ul > li.has-submenu > ul li a {
  text-align: center !important;
  padding-bottom: 0 !important;
}
body.is-responsive nav.main > ul > li.has-submenu ul.columnized > div {
  width: 100% !important;
  float: none !important;
}
body.is-responsive #btn-responsive {
  display: block;
}
body.is-responsive.nav nav.main {
  height: auto;
  position: absolute;
  min-height: 100%;
}
body.is-responsive.nav nav.main ul > li:first-child > a {
  color: #fff !important;
}
body.is-responsive.nav nav.main ul li:first-child {
  display: block;
  width: 100%;
}
body.is-responsive.nav #btn-responsive .icon-menu:before {
  content: '\e806';
}
body.is-responsive.nav.sub-nav nav.main ul li a {
  color: #5c5c5c;
}
body.is-responsive.nav.sub-nav nav.main ul li a:hover {
  color: #ffffff;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover a {
  color: #fff;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover a:hover {
  color: #b3b3b3;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover > a:after {
  content: '\f106';
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover > ul {
  display: block;
}
body.not-home #partner-menu {
  top: 0;
}
body.not-home #btn-responsive {
  top: 0;
}
#partner-profile > header {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
#partner-profile > header .logo {
  display: inline-block;
  margin-right: 25px;
}
#partner-profile > header h1 {
  display: inline-block;
  margin: 0;
  width: auto;
}
#partner-profile .row {
  clear: both;
}
#partner-profile .call {
  text-align: center;
  padding-bottom: 25px;
}
#partner-form footer {
  text-align: center;
}
input[name="pass_partner_email"] {
  position: absolute;
  top: -9999em;
  left: 0;
}
#main.partner .main-head {
  margin-top: -10px;
}
#main.partner .main-head .title {
  margin: 0;
}
#main.partner #password-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#partner-form {
  margin-top: 35px;
  text-align: center;
}
#partner-form .panel-heading .title {
  margin: 0;
  text-align: center;
  font-size: 1.5em;
}
#partner-form .panel-body {
  padding-bottom: 35px;
}
#partner-form .form-group {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 25px 1% 0;
}
#partner-form .form-group label {
  text-align: left;
}
#partner-form .form-group.type-richtext,
#partner-form .form-group.type-file {
  width: 94%;
}
#partner-profile {
  margin-top: 35px;
}
.well-profile {
  text-align: center;
  padding: 0;
}
.well-profile h1 {
  text-transform: none;
  margin: 20px 0 15px;
  font-size: 27.2px;
  padding-left: 25px;
  padding-right: 25px;
}
.well-profile .logo {
  display: block;
  width: 100%;
  background-image: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  padding: 0;
}
.well-profile .logo img {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.well-profile .display-group {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #e3e3e3 1px dotted;
}
.well-profile .display-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.well-profile .display-group ul .display-group {
  border-bottom: 0;
  margin-bottom: 0;
}
.well-profile .display-group a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.well-profile > * {
  padding-left: 25px;
  padding-right: 25px;
}
.well-profile > *:last-child {
  margin-bottom: 20px;
}
.well-profile > header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: #e3e3e3 1px dotted;
  background-color: #ebebeb;
}
.well-profile .btn {
  margin-top: 15px;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
.well-profile .btn.btn-link {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 0.9em;
  margin-top: 10px;
}
.panel-profile {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-profile .panel-body {
  padding: 25px 30px;
  background-color: #f7f7f7;
}
.panel-profile .panel-body > .title {
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  padding-bottom: 15px;
  margin: 0;
}
.panel-profile .panel-body .display-group {
  color: #777777;
  font-size: 1.1em;
}
.panel-profile .panel-body .display-group strong {
  color: #515151;
}
.page-template-page-register #home .modal-content {
  max-width: 600px;
  margin: 25px auto;
}
.page-template-page-register #home .modal-content .modal-header .close {
  display: none;
}
@media (min-width: 1366px) and (orientation: landscape) {
  nav.main ul li a {
    padding: 0 11px;
  }
  nav.main ul li:not(:first-child) a {
    padding-right: 5px;
  }
  nav.main ul li:not(:first-child) a:before {
    left: 0;
  }
  #home {
    width: 1308px;
  }
  #home > div,
  #home > section {
    width: 1304px;
  }
  #home > div > * {
    width: 323.5px;
    height: 323.5px;
  }
  #home > div > * .card > *.front h2 {
    font-size: 27px;
    width: 317px;
  }
  #home > div > * .card > *.back p {
    width: 317px;
    font-size: 1.25em;
    line-height: 1.3;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 290px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 310px;
    padding: 0 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding: 0 30px;
  }
  #news {
    width: 975px;
  }
}
@media (max-width: 1166px) and (orientation: landscape) {
  #home {
    width: 992px;
  }
  #home > div,
  #home > section {
    width: 932px;
  }
  #home > div > * {
    width: 230px;
    height: 230px;
  }
  #home > div > * .card > *.front h2 {
    font-size: 20px;
    width: 229px;
  }
  #home > div > * .card > *.back p {
    width: 229px;
    font-size: 1.05em;
    line-height: 1.3;
  }
  #home > div > * .card > *.back .badge {
    font-size: 10px;
    padding: 0 7px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 210px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 225px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 0.9em;
  }
  nav.main ul li {
    font-size: 10px;
  }
  nav.main ul li a:before {
    top: 0px;
    left: 3px;
  }
  #news {
    width: 601px;
  }
  #highlights > div article a {
    line-height: 25px;
    padding-right: 25px !important;
    font-size: 14px;
  }
  #highlights > div article a i {
    right: -3px;
  }
  #highlights > div article a:hover i {
    right: -6px;
  }
  #highlights > div article .title {
    font-size: 24px;
  }
  #highlights > div article > div .c > * {
    margin-top: 5px;
  }
  #highlights > div article.primary {
    height: 330px;
  }
  #highlights > div article.secondary {
    height: 165px;
  }
  #highlights > div article.secondary .title {
    font-size: 20px;
  }
  #highlights > div article.secondary p {
    font-size: 14px;
  }
  #highlights > div article.social > div {
    padding-left: 48px;
  }
  #highlights > div article.social > div > i {
    font-size: 32px;
    margin-top: -22px;
  }
  #highlights > div article.social.social-newsletter .title {
    font-size: 16px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .form-control {
    font-size: 14px;
    height: 25px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .btn {
    font-size: 14px;
    min-width: 70px;
  }
  #highlights > div article.social.social-feed > div time,
  #highlights > div article.social.social-feed > div p {
    font-size: 12px;
    line-height: 1.1;
  }
  #highlights > div article.social.social-feed > div a {
    font-size: 12px;
  }
  #highlights > div article.social.social-feed > div p {
    padding-right: 10px;
  }
  #highlights > div article.social.social-feed.social-twitter > div > i {
    font-size: 31px;
    margin-top: -20px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  #home {
    width: 768px;
  }
  #home > div,
  #home > section {
    width: 718px;
  }
  #home > div > * {
    width: 176.5px;
    height: 176.5px;
  }
  #home > div > * .card > *.front h2 {
    font-size: 15px;
    width: 174px;
    margin-right: -3px;
    line-height: 1.2;
  }
  #home > div > * .card > *.back p {
    width: 170px;
    font-size: 0.76em;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home > div > * .card > *.back .badge {
    max-width: 100%;
    overflow: hidden;
    padding: 0 7px;
    line-height: 15px;
    border-width: 1px;
    font-weight: 700;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 150px;
    padding: 0 10px;
    margin-right: -3px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 170px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding: 0 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 0.72em;
    line-height: 1.3;
  }
  footer.main > div > a img {
    height: 31px;
    margin-top: 2px;
  }
  #news {
    width: 453px;
  }
  #social ul {
    width: 25px;
  }
  #social ul li a {
    width: 25px;
    height: 25px;
  }
  #social ul li a i {
    line-height: 25px;
    font-size: 14px;
  }
  #countdown > div {
    width: 35px;
    height: 35px;
  }
  #countdown > div > span {
    font-size: 18px;
    padding-top: 1px;
    line-height: 27.5px;
  }
  #countdown > div > div {
    font-size: 6px;
  }
  footer.main {
    height: 35px !important;
  }
  #news {
    height: 33px;
    margin-top: 1px;
  }
  #news ul li {
    line-height: 35px;
  }
  #news ul li > a > div > p {
    font-size: 0.8em;
  }
  #highlights > div article a {
    line-height: 20px;
    padding-right: 20px !important;
    font-size: 12px;
  }
  #highlights > div article a i {
    right: -3px;
  }
  #highlights > div article a:hover i {
    right: -6px;
  }
  #highlights > div article .title {
    font-size: 20px;
  }
  #highlights > div article > div .c {
    padding-left: 15px;
    padding-right: 15px;
  }
  #highlights > div article > div .c > * {
    margin-top: 5px;
  }
  #highlights > div article.primary {
    height: 260px;
  }
  #highlights > div article.secondary {
    height: 130px;
  }
  #highlights > div article.secondary .title {
    font-size: 16px;
  }
  #highlights > div article.secondary p {
    font-size: 12px;
  }
  #highlights > div article.social > div {
    padding-left: 32px;
  }
  #highlights > div article.social > div > i {
    font-size: 22px;
    margin-top: -22px;
  }
  #highlights > div article.social.social-newsletter .title {
    font-size: 12px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form {
    padding-top: 4px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .form-control {
    font-size: 12px;
    height: 20px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .btn {
    font-size: 12px;
    min-width: 60px;
  }
  #highlights > div article.social.social-feed > div {
    padding-left: 10px;
  }
  #highlights > div article.social.social-feed > div > i {
    font-size: 14px !important;
    left: auto !important;
    right: 3px !important;
    top: 3px !important;
    margin-top: 0 !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #highlights > div article.social.social-feed > div time,
  #highlights > div article.social.social-feed > div p,
  #highlights > div article.social.social-feed > div a {
    font-size: 10px;
    line-height: 0.7;
    font-weight: 300;
    display: inline;
  }
  #highlights > div article.social.social-feed > div a {
    font-size: 10px;
  }
  #highlights > div article.social.social-feed > div p {
    padding-right: 10px;
  }
  #highlights > div article.social.social-feed > div > div .c {
    line-height: 0.8;
  }
  #highlights > div article.social.social-feed.social-twitter > div > i {
    font-size: 26px;
    margin-top: -20px;
    left: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #home {
    width: 640px;
  }
  #home > div,
  #home > section {
    width: 600px;
  }
  #home > div > * {
    width: 147px;
    height: 147px;
  }
  #home > div > * .card > *.front h2 {
    font-size: 14px;
    width: 144px;
    margin-right: -3px;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
  }
  #home > div > * .card > *.back p {
    width: 142px;
    font-size: 0.7em;
    line-height: 1.2;
    padding: 0 5px;
  }
  #home > div > * .card > *.back .badge {
    font-size: 9px;
    padding: 0 4px;
    min-width: 60px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home > div > *:nth-child(1) .card > *.back:before {
    display: none;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 100%;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding-left: 18px;
    padding-top: 9px;
    padding-right: 18px;
    margin-bottom: 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 0.6em;
  }
  #news {
    width: 334px;
  }
  #social ul {
    width: 20px;
  }
  #social ul li a {
    width: 20px;
    height: 20px;
  }
  #social ul li a i {
    line-height: 15px;
    font-size: 12px;
  }
  #highlights > div article .image-left {
    padding-left: 20px;
  }
  #highlights > div article a {
    line-height: 15px;
    padding-right: 15px !important;
    font-size: 11px;
  }
  #highlights > div article a i {
    right: -3px;
    font-size: 12px;
  }
  #highlights > div article a:hover i {
    right: -6px;
  }
  #highlights > div article .title {
    font-size: 17px;
  }
  #highlights > div article > div .c {
    padding-left: 15px;
    padding-right: 15px;
  }
  #highlights > div article > div .c > * {
    margin-top: 5px;
  }
  #highlights > div article.primary {
    height: 240px;
  }
  #highlights > div article.secondary {
    height: 120px;
  }
  #highlights > div article.secondary .title {
    font-size: 14px;
  }
  #highlights > div article.secondary p {
    font-size: 10px;
  }
  #highlights > div article.social > div {
    padding-left: 32px;
  }
  #highlights > div article.social > div > i {
    font-size: 22px;
    margin-top: -22px;
  }
  #highlights > div article.social.social-newsletter .title {
    font-size: 10px;
  }
  #highlights > div article.social.social-newsletter > div > i {
    margin-top: -15px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form {
    padding-top: 4px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .form-control {
    font-size: 12px;
    height: 20px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .btn {
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 50px;
  }
  #highlights > div article.social.social-feed > div {
    padding-left: 10px;
  }
  #highlights > div article.social.social-feed > div > i {
    font-size: 14px !important;
    left: auto !important;
    bottom: 3px !important;
    top: auto !important;
    margin-top: 0 !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #highlights > div article.social.social-feed > div time,
  #highlights > div article.social.social-feed > div p,
  #highlights > div article.social.social-feed > div a {
    font-size: 8.5px;
    line-height: 0.6;
    font-weight: 300;
    display: inline;
  }
  #highlights > div article.social.social-feed > div p {
    padding-right: 10px;
  }
  #highlights > div article.social.social-feed > div > div .c {
    margin-top: -3px;
    line-height: 0.7;
  }
  #highlights > div article.social.social-feed.social-twitter > div > i {
    font-size: 26px;
    margin-top: -20px;
    left: 0;
  }
}
@media (max-width: 639px) and (orientation: landscape) {
  #home {
    width: 568px;
  }
  #home > div,
  #home > section {
    width: 528px;
  }
  #home > div > * {
    width: 129px;
    height: 129px;
  }
  #home > div > * .card > *.front h2 {
    font-size: 13px;
    width: 126px;
    margin-right: -3px;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }
  #home > div > * .card > *.back p {
    width: 124px;
    font-size: 10px;
    line-height: 1.2;
    padding-left: 8px;
    padding-right: 8px;
  }
  #home > div > * .card > *.back .badge {
    font-size: 8px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 115px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #home > div > *:nth-child(1) .card > *.back:before {
    display: none;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 100%;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding-left: 14px;
    padding-top: 9px;
    padding-right: 14px;
    margin-bottom: 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 9px;
  }
  #news {
    width: 262px;
  }
  #highlights > div article .image-left {
    padding-left: 15px;
  }
  #highlights > div article a {
    line-height: 15px;
    padding-right: 10px !important;
    padding-left: 3px !important;
    font-size: 9px;
  }
  #highlights > div article a i {
    right: -3px;
    font-size: 12px;
  }
  #highlights > div article a:hover i {
    right: -6px;
  }
  #highlights > div article .title {
    font-size: 15px;
  }
  #highlights > div article > div .c {
    padding-left: 15px;
    padding-right: 15px;
  }
  #highlights > div article > div .c > * {
    margin-top: 5px;
  }
  #highlights > div article.primary {
    height: 200px;
  }
  #highlights > div article.secondary {
    height: 100px;
  }
  #highlights > div article.secondary .title {
    font-size: 12px;
  }
  #highlights > div article.secondary p {
    font-size: 9px;
  }
  #highlights > div article.social > div {
    padding-left: 32px;
  }
  #highlights > div article.social > div > i {
    font-size: 22px;
    margin-top: -22px;
  }
  #highlights > div article.social.social-newsletter .title {
    font-size: 8px;
  }
  #highlights > div article.social.social-newsletter > div > i {
    margin-top: -15px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form {
    padding-top: 4px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .form-control {
    font-size: 12px;
    height: 20px;
  }
  #highlights > div article.social.social-newsletter > div > div .c form .btn {
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 45px;
  }
  #highlights > div article.social.social-feed > div {
    padding-left: 10px;
  }
  #highlights > div article.social.social-feed > div > i {
    font-size: 14px !important;
    left: auto !important;
    bottom: 3px !important;
    top: auto !important;
    margin-top: 0 !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  #highlights > div article.social.social-feed > div time,
  #highlights > div article.social.social-feed > div p,
  #highlights > div article.social.social-feed > div a {
    font-size: 8px;
    line-height: 0.5;
    font-weight: 300;
    display: inline;
  }
  #highlights > div article.social.social-feed > div p {
    padding-right: 10px;
  }
  #highlights > div article.social.social-feed > div > div .c {
    margin-top: -3px;
    line-height: 0.6;
  }
  #highlights > div article.social.social-feed.social-twitter > div > i {
    font-size: 26px;
    margin-top: -20px;
    left: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #home {
    height: auto;
    width: 698px;
  }
  #home:before {
    display: none;
  }
  #home > div,
  #home > section {
    width: 698px;
    margin-left: 2px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #home > div > * {
    width: 345px;
    height: 345px;
  }
  #home > div > * .card > *.front h2 {
    padding: 0 10px;
    width: 340px;
    font-size: 1.9em;
  }
  #home > div > * .card > *.back p {
    width: 340px;
    padding: 0 20px;
    font-size: 1.5em;
  }
  #home > div > * .card > *.back .badge {
    font-size: 16px;
    padding: 5px 10px;
    min-width: 120px;
    margin-top: 10px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 285px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 335px;
    padding: 0 20px;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding: 0 35px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 1.3em;
  }
  #news {
    width: 366px;
  }
  #social {
    position: static;
    width: 100% !important;
    padding-bottom: 40px;
    -webkit-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  #social ul {
    width: 100% !important;
    text-align: center;
  }
  #social ul li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #home {
    height: auto !important;
    width: 468px;
  }
  #home:before {
    display: none;
  }
  #home > div,
  #home > section {
    width: 454px;
    padding-bottom: 10px;
  }
  #home > div > * {
    width: 224px;
    height: 224px;
  }
  #home > div > * .card > *.front h2 {
    padding: 0 10px;
    width: 210px;
    font-size: 1.3em;
  }
  #home > div > * .card > *.back p {
    width: 222px;
    padding: 0 20px;
    font-size: 1em;
  }
  #home > div > * .card > *.back .badge {
    font-size: 11px;
    padding: 0 7px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 215px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 218px;
    padding: 0 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding: 0 20px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 0.9em;
  }
  #news {
    margin-right: -10px;
    width: 260px;
  }
  footer.main {
    height: auto !important;
  }
  footer.main > div > *:last-child {
    margin: 0;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 5px !important;
    padding-bottom: 2px;
    display: none;
  }
  #social ul {
    width: 25px;
  }
  #social ul li a {
    width: 25px;
    height: 25px;
  }
  #social ul li a i {
    line-height: 25px;
    font-size: 14px;
  }
  #social {
    position: static;
    width: 100% !important;
    padding-bottom: 40px;
    -webkit-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  #social ul {
    width: 100% !important;
    text-align: center;
  }
  #social ul li {
    display: inline-block;
    float: none;
  }
  footer.main {
    height: auto !important;
  }
  footer.main > div > a img {
    margin-top: 10px;
  }
}
@media (max-width: 480px) and (orientation: landscape), (max-width: 479px) {
  #home {
    height: auto;
    width: 316px;
    padding-left: 4px;
  }
  #home:before {
    display: none;
  }
  #home > div,
  #home > section {
    width: 316px;
    padding-top: 10px;
  }
  #home > div > * {
    width: 155px;
    height: 155px;
  }
  #home > div > * .card > *.front h2 {
    padding: 0 0;
    width: 149px;
    font-size: 15px;
  }
  #home > div > * .card > *.back p {
    width: 149px;
    padding: 0 10px;
    font-size: 0.8em;
  }
  #home > div > * .card > *.back .badge {
    font-size: 9px;
    padding: 0 3px;
    max-width: 100%;
    overflow: hidden;
    line-height: 15px;
    border-width: 1px;
  }
  #home > div > *:nth-child(1) .card > *.front > span {
    width: 135px;
    padding: 0 10px;
  }
  #home > div > *:nth-child(1) .card > *.back > div {
    width: 149px;
    padding: 0 3px;
  }
  #home > div > *:nth-child(1) .card > *.back > div h1 {
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #home > div > *:nth-child(1) .card > *.back > div em {
    font-size: 0.6em;
  }
  #news {
    margin-right: -10px;
    width: 163px;
  }
  #news ul li > a > div > p {
    font-size: 0.7em !important;
  }
  #social ul {
    width: 20px;
  }
  #social ul li a {
    width: 20px;
    height: 20px;
  }
  #social ul li a i {
    line-height: 15px;
    font-size: 12px;
  }
  footer.main {
    height: auto !important;
  }
  footer.main > div > *:last-child {
    margin: 0;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 5px !important;
    padding-bottom: 2px;
    display: none;
  }
  #news {
    height: 33px;
    margin-top: 1px;
  }
  #news ul li {
    line-height: 35px;
  }
  #news ul li > a > div > p {
    font-size: 0.8em;
  }
  #countdown > div {
    width: 35px;
    height: 35px;
  }
  #countdown > div > span {
    font-size: 18px;
    padding-top: 1px;
    line-height: 27.5px;
  }
  #countdown > div > div {
    font-size: 6px;
  }
  #highlights > div article {
    height: auto !important;
  }
  #highlights > div article > div > div {
    height: auto !important;
  }
  #highlights > div article .image-left {
    padding-left: 0 !important;
    width: 46% !important;
    max-width: 70px !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
  #highlights > div article.v-center > div > div .c {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #highlights > div article.v-center.social > div > div .c {
    padding-top: 0;
    margin-left: 0 !important;
  }
  #highlights > div article.primary {
    width: 100%;
  }
  #highlights > div article.primary > div .c {
    padding-bottom: 200px;
  }
  #highlights > div article.secondary {
    width: 100%;
  }
  #highlights > div article.secondary > div .c {
    padding: 15px 20px 0;
  }
  #highlights > div article.social {
    width: 100%;
  }
  #highlights > div article.v-center > div > div {
    display: block;
  }
  #highlights > div article.v-center > div > div > img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #highlights > div article.v-center > div > div .c {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  #highlights > div article.background-cover > div {
    background-position: 90% center;
  }
  #highlights > div .feeds {
    display: block;
  }
  #highlights > div .feeds article.v-center > div > div .c {
    text-align: left;
  }
  footer.main {
    height: 35px !important;
  }
}
@media (orientation: portrait) {
  #highlights > div article {
    height: auto !important;
  }
  #highlights > div article > div > div {
    height: auto !important;
  }
  #highlights > div article .image-left {
    padding-left: 0 !important;
    width: 46% !important;
    max-width: 70px !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }
  #highlights > div article.v-center > div > div .c {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #highlights > div article.v-center.social > div > div .c {
    padding-top: 0;
    margin-left: 0 !important;
  }
  #highlights > div article.primary {
    width: 100%;
  }
  #highlights > div article.primary > div .c {
    padding-bottom: 200px;
  }
  #highlights > div article.secondary {
    width: 100%;
  }
  #highlights > div article.secondary > div .c {
    padding: 15px 20px 0;
  }
  #highlights > div article.social {
    width: 100%;
  }
  #highlights > div article.v-center > div > div {
    display: block;
  }
  #highlights > div article.v-center > div > div > img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #highlights > div article.v-center > div > div .c {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  #highlights > div article.background-cover > div {
    background-position: 90% center;
  }
  #highlights > div .feeds {
    display: block;
  }
  #highlights > div .feeds article.v-center > div > div .c {
    text-align: left;
  }
  .btn-scroll {
    display: none;
  }
  footer.main {
    height: auto !important;
  }
}
@media (max-width: 320px) and (orientation: portrait) {
  #home > div,
  #home > section {
    padding-top: 5px;
  }
}
