@charset "UTF-8";
/*! 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%;
}

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  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: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container, .hero .owl-theme .owl-dots {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .hero .owl-theme .owl-dots:before, .container:after, .hero .owl-theme .owl-dots:after {
  content: " ";
  display: table;
}
.container:after, .hero .owl-theme .owl-dots:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .hero .owl-theme .owl-dots {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .hero .owl-theme .owl-dots {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .hero .owl-theme .owl-dots {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .main-nav .section {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .main-nav .section:before, .row:after, .main-nav .section:after {
  content: " ";
  display: table;
}
.row:after, .main-nav .section:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

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

.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: 12px;
  line-height: 1.42857;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

label {
  display: inline-block;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.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-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

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

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .hero .owl-theme .owl-dots > .navbar-header,
.container > .navbar-collapse,
.hero .owl-theme .owl-dots > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .hero .owl-theme .owl-dots > .navbar-header,
  .container > .navbar-collapse,
  .hero .owl-theme .owl-dots > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .hero .owl-theme .navbar > .owl-dots .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

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

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

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ==========================================================================
   CUSTOM CONFIG
   ========================================================================== */
/* ==========================================================================
   CUSTOM MIXINS
   ========================================================================== */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* ==========================================================================
   FONT ICONS
   ========================================================================== */
@font-face {
  font-family: 'iconmoon';
  src: url("../fonts/iconmoon.eot?cp7199");
  src: url("../fonts/iconmoon.eot?cp7199#iefix") format("embedded-opentype"), url("../fonts/iconmoon.ttf?cp7199") format("truetype"), url("../fonts/iconmoon.woff?cp7199") format("woff"), url("../fonts/iconmoon.svg?cp7199#iconmoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-website:before {
  content: "\e9c9";
}

.icon-volunteer:before {
  content: "\e908";
}

.icon-artist-gallery:before {
  content: "\e902";
}

.icon-exhibitors-sponsors:before {
  content: "\e903";
}

.icon-faq:before {
  content: "\e904";
}

.icon-press:before {
  content: "\e905";
}

.icon-programming:before {
  content: "\e906";
}

.icon-imdb:before {
  content: "\e90b";
}

.icon-handshake:before {
  content: "\e909";
}

.icon-newspaper:before {
  content: "\e90a";
}

.icon-caret-right:before {
  content: "\e907";
}

.icon-ticket:before {
  content: "\e901";
}

.icon-external-link:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e947";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-flickr:before {
  content: "\eaa4";
}

.icon-add:before {
  content: "\e145";
}

.icon-adjust:before {
  content: "\e39e";
}

.icon-arrow_drop_down:before {
  content: "\e5c5";
}

.icon-arrow_drop_up:before {
  content: "\e5c7";
}

.icon-phone:before {
  content: "\e0cd";
}

.icon-checkbox_checked:before {
  content: "\e834";
}

.icon-checkbox:before {
  content: "\e835";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-code:before {
  content: "\e86f";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-delete:before {
  content: "\e872";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-favorite:before {
  content: "\e87d";
}

.icon-favorite_border:before {
  content: "\e87e";
}

.icon-my_location:before {
  content: "\e55c";
}

.icon-star:before {
  content: "\e838";
}

.icon-arrow_down:before {
  content: "\e313";
}

.icon-arrow_left:before {
  content: "\e314";
}

.icon-arrow_right:before {
  content: "\e315";
}

.icon-arrow_up:before {
  content: "\e316";
}

.icon-mail_outline:before {
  content: "\e0e1";
}

.icon-map:before {
  content: "\e55b";
}

.icon-menu:before {
  content: "\e5d2";
}

.icon-more_horiz:before {
  content: "\e5d3";
}

.icon-more_vert:before {
  content: "\e5d4";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-smartphone:before {
  content: "\e325";
}

.icon-play_circle_outline:before {
  content: "\e039";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-star_border:before {
  content: "\e83a";
}

.icon-star_half:before {
  content: "\e839";
}

.icon-unfold_less:before {
  content: "\e5d6";
}

.icon-unfold_more:before {
  content: "\e5d7";
}

/* ==========================================================================
   HEADINGS
   ========================================================================== */
.heading {
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
}

h1 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h1 a {
  color: inherit;
}

h2 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h2 a {
  color: inherit;
}

h3 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h3 a {
  color: inherit;
}

h4 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h4 a {
  color: inherit;
}

h5 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h5 a {
  color: inherit;
}

h6 {
  clear: both;
  margin: 15px 0;
  font-family: "Oswald", Verdana, sans-serif;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
}
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .1em;
}
@media (max-width: 992px) {
  h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 350px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
}
@media (max-width: 992px) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 350px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
p {
  position: relative;
  margin: 15px 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
p span.emphasis {
  display: inline-block;
  position: relative;
  bottom: -1px;
  margin-right: 5px;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: "Oswald", Verdana, sans-serif;
}
@media (max-width: 768px) {
  p span.emphasis {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  p span.emphasis {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
  clear: both;
}
ul li, ol li {
  position: relative;
  margin: 15px 0 15px 20px;
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  ul li, ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   LINKS
   ========================================================================== */
a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* Rectangle In */
  /* Underline From Center */
}
a.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  color: #f4f4f4;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e93f33;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-rectangle-in:hover, a.hvr-rectangle-in:focus, a.hvr-rectangle-in:active {
  color: #e93f33;
}
a.hvr-rectangle-in:hover:before, a.hvr-rectangle-in:focus:before, a.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
a.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
a.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 50%;
  bottom: 0;
  background: #e93f33;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-underline-from-center:hover:before, a.hvr-underline-from-center:focus:before, a.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
a.button, a.btn {
  /*
  		position: relative;
  		color: $white;
  		padding: ( $grid-gutter-width / 5 ) ( $grid-gutter-width );
  		background: $brandGreyLight;
  		border: 3px solid $white;
  		@include font-size(1.8);
  		line-height: 1;
  		height: 44px;
  		line-height: 30px; // = height(44) - padding(12) - border(6)
  		
  		font-family: $brandSansFont;
  		@include uppercase;
  		@include transition;
  		text-align: center;
  
  		&::after {
  			content: '';
  			position: absolute;
  			-webkit-transition: all 0.3s;
  			-moz-transition: all 0.3s;
  			transition: all 0.3s;
  			width: 101%;
  			height: 0;
  			top: 50%;
  			left: 50%;
  			background: $white;
  			opacity: 0;
  			-webkit-transform: translateX(-50%) translateY(-50%);
  			-moz-transform: translateX(-50%) translateY(-50%);
  			-ms-transform: translateX(-50%) translateY(-50%);
  			transform: translateX(-50%) translateY(-50%);
  		}
  
  		&:hover, &:focus {
  			color: $white;
  			//background: $brandBlack;
  		}
  
  		&:hover::after, &:focus::after {
  			height: 100%;
  			opacity: .15;
  		}
  
  		&:active::after {
  			height: 130%;
  			opacity: .15;
  		}
  */
}
a.tel {
  color: inherit;
  /* not clickable on desktops */
}
@media (min-width: 992px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}
a p, a div {
  color: #565656;
}

.main-content p a:not(.button):not(.tel) {
  background-image: -webkit-linear-gradient(top, #565656 0, #565656 100%);
  background-image: linear-gradient(to bottom, #565656 0, #565656 100%);
  background-position: 0 80%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  text-decoration: none;
  text-shadow: 3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6;
}
.main-content p a:not(.button):not(.tel):hover, .main-content p a:not(.button):not(.tel):focus {
  color: inherit;
  background-position: 0 90%;
}
.main-content a.button {
  display: inline-block;
  color: #f4f4f4;
  background: #e93f33;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.main-content a.button:hover, .main-content a.button:focus {
  color: #e93f33;
  background: #f4f4f4;
}
.main-content a.button.call-to-action {
  background: #e93f33;
  color: #f4f4f4;
}
.main-content a.button.call-to-action:hover {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #e93f33;
}
.main-content a.button .icon {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: auto;
  margin-right: 6px;
}
.main-content p.edit-link {
  clear: both;
}
.main-content p.edit-link a.button {
  padding: 10px 30px 10px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-image: -webkit-linear-gradient(#566b3e, #55763c);
  background-image: -moz-linear-gradient(#566b3e, #55763c);
  background-image: -ms-linear-gradient(#566b3e, #55763c);
  background-image: -o-linear-gradient(#566b3e, #55763c);
  background-image: linear-gradient(#566b3e, #55763c);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main-content p.edit-link a.button:hover, .main-content p.edit-link a.button:focus {
  background-image: -webkit-linear-gradient(#738a3b, #566b3e);
  background-image: -moz-linear-gradient(#738a3b, #566b3e);
  background-image: -ms-linear-gradient(#738a3b, #566b3e);
  background-image: -o-linear-gradient(#738a3b, #566b3e);
  background-image: linear-gradient(#738a3b, #566b3e);
  color: #fff;
}
.main-content p.edit-link a.button .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.links-wrapper, .buttons-wrapper, .button-set {
  text-align: center;
  clear: both;
  margin-bottom: 30px;
}

a.view-all {
  color: #e93f33;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  margin: 10px 0;
}
a.view-all:hover, a.view-all:focus {
  color: #154376;
}

.faux-button {
  /* faux-button used when container is wrapped in an a tag - we can make it "look" like it's button, although the whole container is the link */
  position: relative;
  color: #fff;
  padding: 6px 30px;
  border: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  height: 44px;
  line-height: 32px;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.faux-button::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.faux-button:hover, .faux-button:focus {
  color: #fff;
}
.faux-button:hover::after, .faux-button:focus::after {
  height: 100%;
  opacity: .15;
}
.faux-button:active::after {
  height: 130%;
  opacity: .15;
}

a .video-link:after, .video-link a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e606";
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  float: left;
  width: auto;
  margin-top: 15px;
}
.pagination li {
  display: inline-block;
  float: left;
  list-style: none;
}
.pagination a {
  padding: 2px 6px;
  font: 400 20px/1 "Oswald", Verdana, sans-serif;
}

.pager {
  padding-top: 6px;
  display: block;
  clear: both;
}
.pager a {
  font: 400 2em "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  clear: both;
  width: 100%;
  padding: 0 15px;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs .container, .breadcrumbs .hero .owl-theme .owl-dots, .hero .owl-theme .breadcrumbs .owl-dots {
  background: #bcbcbc;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.breadcrumbs li a {
  color: #154376;
  line-height: 44px;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #221e1f;
}
.breadcrumbs li:not(:last-child):after {
  position: relative;
  top: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e315";
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.tags-list {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bcbcbc;
}
.tags-list:before, .tags-list:after {
  content: " ";
  display: table;
}
.tags-list:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .tags-list {
    margin-bottom: 30px;
  }
}
.tags-list h5 {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #565656;
}
.tags-list li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.tags-list li a {
  color: #154376;
  line-height: 44px;
  text-decoration: none;
}
.tags-list li a:hover {
  color: #221e1f;
}
.tags-list li:not(:last-child):after {
  content: ",";
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
.yamm .container, .yamm .hero .owl-theme .owl-dots, .hero .owl-theme .yamm .owl-dots {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* ==========================================================================
   NAVBAR NAVIGATION
   
   ========================================================================== */
.navbar-default {
  border: none;
}

.navbar {
  margin-bottom: 0;
}
.navbar ul {
  clear: none;
  list-style: none;
}
.navbar ul li {
  margin: 0 15px;
}
.navbar ul a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.navbar-brand {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .navbar-brand {
    max-width: 33%;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-brand {
    width: 80%;
    max-width: 75%;
    float: left;
  }
  .navbar-brand img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.buy-tickets > a {
  color: #f4f4f4;
  background: #e93f33;
}
.buy-tickets > a:hover, .buy-tickets > a:focus {
  color: #f4f4f4;
  background: #e93f33;
}
.buy-tickets > a .icon {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: auto;
  margin-right: 6px;
}
@media (max-width: 350px) {
  .buy-tickets > a .icon {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .buy-tickets .pretext {
    display: none;
    visibility: hidden;
  }
}

/* ==========================================================================
   TOP NAVIGATION
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .navbar-fixed-top .navbar-collapse {
    height: auto !important;
    max-height: 900000px !important;
    overflow: auto !important;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (max-width: 1070px) {
  .navbar-fixed-top {
    position: static !important;
  }
}
@media only screen and (max-width: 1070px) {
  .navbar-fixed-top .quick-links li:not(.mobile-menu-trigger) {
    display: none;
    visibility: hidden;
  }
}

.main-nav .container, .main-nav .hero .owl-theme .owl-dots, .hero .owl-theme .main-nav .owl-dots {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.main-nav.navbar-default {
  background: none;
}
.main-nav.navbar-default .navbar-nav {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main-nav.navbar-default .navbar-nav {
    margin: 0 0;
  }
}
@media only screen and (max-width: 1070px) {
  .main-nav.navbar-default .navbar-nav {
    display: none;
    visibility: hidden;
  }
}
.main-nav.navbar-default .navbar-nav > li {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-nav.navbar-default .navbar-nav > li {
    width: 16.66667%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav.navbar-default .navbar-nav > li {
    border-top: 1px solid #bcbcbc;
  }
}
.main-nav.navbar-default .navbar-nav > li > a:not(.button) {
  color: #565656;
}
.main-nav.navbar-default .navbar-nav > li.active > a {
  background: transparent;
  color: #1967af;
}
.main-nav.navbar-default .navbar-nav > li.here > a {
  color: #e93f33;
}
.main-nav.navbar-default .navbar-nav > li.buy-tickets > a {
  color: #f4f4f4;
  background: #e93f33;
}
.main-nav.navbar-default .navbar-nav > li.buy-tickets > a:hover, .main-nav.navbar-default .navbar-nav > li.buy-tickets > a:focus {
  color: #f4f4f4;
  background: #e93f33;
}
.main-nav.navbar-default .navbar-nav > li.buy-tickets > a .icon {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: auto;
  margin-right: 6px;
}
.main-nav.navbar-default .navbar-nav > li.open > a:not(.button) {
  color: #e93f33;
  background: transparent;
  position: relative;
}
.main-nav.navbar-default .navbar-nav > li.open > a:not(.button):after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e5c7";
}
.main-nav.navbar-default .navbar-nav > li.open.buy-tickets > a {
  color: #f4f4f4;
  background: #e93f33;
}
.main-nav.navbar-default .navbar-nav > li.open.buy-tickets a:after {
  color: #f4f4f4;
}
.main-nav.navbar-default .navbar-nav > li.open.buy-tickets .dropdown-menu {
  border-top-color: #f4f4f4;
}
.main-nav.navbar-default .navbar-nav > li.open .dropdown-menu {
  border-top: 1px solid #e93f33;
}
@media only screen and (max-width: 768px) {
  .main-nav.navbar-default .navbar-nav > li.open .dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
}
.main-nav.navbar-default .navbar-nav li.dropdown:after {
  position: absolute;
  bottom: -8px;
  margin-left: -10px;
  font-size: 20px;
  font-size: 2rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e5c7";
  text-align: center;
  color: transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.main-nav.navbar-default .navbar-nav li.dropdown:hover:after {
  color: #e93f33;
}
.main-nav.navbar-default .navbar-nav li.dropdown.buy-tickets:hover:after {
  color: #f4f4f4;
}
.main-nav .navbar-header {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #154376;
  background-color: rgba(21, 67, 118, 0.75);
}
@media only screen and (max-width: 1070px) {
  .main-nav .navbar-header {
    background-color: #154376;
  }
}
@media only screen and (min-width: 992px) {
  .main-nav .navbar-header .container, .main-nav .navbar-header .hero .owl-theme .owl-dots, .hero .owl-theme .main-nav .navbar-header .owl-dots {
    padding: 0 30px;
  }
}
.main-nav .navbar-nav-wrapper {
  clear: both;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, 0.85);
}
@media only screen and (max-width: 992px) {
  .main-nav .navbar-nav-wrapper {
    background-color: #f4f4f4;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .navbar-nav-wrapper {
    display: none;
    visibility: hidden;
    padding: 0;
    max-height: 350px;
    overflow: scroll;
  }
}
.main-nav.affix .navbar-header {
  height: 0;
  overflow: hidden;
}
.main-nav.affix .navbar-nav-wrapper {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.main-nav.affix .navbar-nav-wrapper .dropdown-menu {
  background: #f4f4f4;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.main-nav .section .links-list.cols {
  padding-left: 0;
  padding-right: 0;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
@media only screen and (max-width: 1300px) {
  .main-nav .section .links-list.cols {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media only screen and (max-width: 960px) {
  .main-nav .section .links-list.cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.main-nav .section .links-list li {
  padding: 6px 0;
  margin: 0;
}
.main-nav .section .links-list li a {
  padding: 6px 0;
}
.main-nav .section {
  padding: 10px 0 0;
}
.main-nav .section .sub-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-nav .section .sub-section {
    float: left;
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  .main-nav .section .sub-section {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .main-nav .section .sub-section {
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .main-nav .section .sub-section {
    padding: 0;
  }
}
.main-nav .section .sub-section .heading {
  font-size: 16px;
  font-size: 1.6rem;
  color: #154376;
  margin: 15px 0;
  padding-bottom: 10px;
}
.main-nav .section .sub-section ul {
  padding: 15px 15px;
}
.main-nav .section .sub-section ul.single-link {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.main-nav .section .sub-section ul.single-link li {
  text-align: left;
  margin-left: 0;
}
.main-nav .section .sub-section li a {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-nav .section .sub-section li a span {
  display: inline-block;
  text-align: left;
}
.main-nav .section .sub-section li a span.location {
  padding-right: 15px;
}
.main-nav .section .sub-section li a .date {
  color: #e93f33;
}
.main-nav .section .sub-section.next-event-widget {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 45px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .main-nav .section .sub-section.next-event-widget {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .main-nav .section .sub-section.next-event-widget {
    display: none;
    visibility: hidden;
  }
}
.main-nav .section .sub-section.next-event-widget a.button {
  max-width: 220px;
}
.main-nav .section .next-event.widget .heading {
  font-size: 20px;
  font-size: 2rem;
  color: #f4f4f4;
  margin: 6px 0 0 0;
  padding: 0;
}
.main-nav .dropdown-menu {
  min-width: 20%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  border-top: 1px solid #e93f33;
  background: #f4f4f4;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.main-nav .dropdown-menu li a {
  color: #154376;
}
.main-nav .dropdown-menu li a:hover {
  color: #1967af;
}
.main-nav .dropdown-menu li.view-all-link a {
  text-transform: uppercase !important;
  color: #e93f33;
}
.main-nav .buy-tickets .dropdown-menu {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.main-nav .nav-tabs-wrapper {
  padding: 5px 0 15px;
}
.main-nav .nav-tabs-wrapper:before, .main-nav .nav-tabs-wrapper:after {
  content: " ";
  display: table;
}
.main-nav .nav-tabs-wrapper:after {
  clear: both;
}
.main-nav .nav-tabs-wrapper .the-tabs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .main-nav .nav-tabs-wrapper .the-tabs {
    float: left;
    width: 25%;
  }
}
.main-nav .nav-tabs-wrapper .the-tabs .nav-tabs {
  border: none;
}
.main-nav .nav-tabs-wrapper .the-tabs li {
  margin: 0;
}
.main-nav .nav-tabs-wrapper .the-tabs li a {
  border: none;
  background: transparent;
}
.main-nav .nav-tabs-wrapper .the-tabs li a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e907";
  position: absolute;
  right: 5%;
}
.main-nav .nav-tabs-wrapper .the-tabs li:hover a {
  color: #1967af;
}
.main-nav .nav-tabs-wrapper .the-tabs li.active a {
  border: none;
  background: transparent;
  color: #e93f33;
}
.main-nav .nav-tabs-wrapper .the-panels {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .main-nav .nav-tabs-wrapper .the-panels {
    float: left;
    width: 75%;
  }
}
.main-nav .nav-tabs-wrapper .the-panels .tab-content,
.main-nav .nav-tabs-wrapper .the-panels .tab-pane {
  width: 100%;
}
.main-nav .nav-tabs-wrapper .the-panels .tab-content:before, .main-nav .nav-tabs-wrapper .the-panels .tab-content:after,
.main-nav .nav-tabs-wrapper .the-panels .tab-pane:before,
.main-nav .nav-tabs-wrapper .the-panels .tab-pane:after {
  content: " ";
  display: table;
}
.main-nav .nav-tabs-wrapper .the-panels .tab-content:after,
.main-nav .nav-tabs-wrapper .the-panels .tab-pane:after {
  clear: both;
}
.main-nav .nav-tabs-wrapper .the-panels .tab-content li a,
.main-nav .nav-tabs-wrapper .the-panels .tab-pane li a {
  text-transform: none;
}
.main-nav .nav-tabs-wrapper .the-panels .single-link {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.main-nav .nav-tabs-wrapper .the-panels .single-link li {
  text-align: left;
  margin-left: 0;
}
.main-nav .nav-tabs-wrapper .the-panels .links-list.cols {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
@media only screen and (max-width: 1300px) {
  .main-nav .nav-tabs-wrapper .the-panels .links-list.cols {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media only screen and (max-width: 960px) {
  .main-nav .nav-tabs-wrapper .the-panels .links-list.cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

/* ==========================================================================
   QUICK LINKS
   ========================================================================== */
.quick-links {
  padding: 15px 0;
  float: right;
  width: auto;
  /*
  	.buy-tickets {
  		height: 44px;
  		line-height: 44px;
  		
  		@media only screen and (min-width: $screen-sm-min) {
  			display: none;
  			visibility: hidden;
  		}
  		
  		a {
  			padding: 0 ( $grid-gutter-width / 2 );
  			color: $brandWhite;
  			background: $brandWhite;
  			height: 44px;
  			line-height: 44px;
  			
  			&:hover,
  			&:focus {
  				color: $brandRed;
  			}
  			
  			.icon {
  				@include font-size(1.6);
  				display: inline-block;
  				line-height: 44px;
  				width: auto;
  				margin-right: ( $grid-gutter-width / 5 );
  			}
  		}
  		
  	}
  */
}
.quick-links > li {
  display: inline-block;
  float: left;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .quick-links > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .quick-links > li {
    margin: 0 7.5px;
  }
}
.quick-links > li a:not(.button) {
  color: #f4f4f4;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
}
.quick-links > li .icon-search, .quick-links > li img {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.quick-links > li .icon-search:hover, .quick-links > li img:hover {
  opacity: .5;
}
.quick-links > li .icon-search {
  font-size: 34px;
  font-size: 3.4rem;
  display: block;
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
}
.quick-links > li.info {
  margin-left: 0;
  margin-right: 0;
}
.quick-links > li.info > a {
  font-size: 30px;
  font-size: 3rem;
}
.quick-links > li.info img {
  position: relative;
  top: -5px;
}
.quick-links > li.social-links li {
  float: left;
  margin: 0 10px;
}
@media only screen and (max-width: 1300px) {
  .quick-links > li.social-links li:not(.socialcon-link) {
    display: none;
    visibility: hidden;
  }
}
.quick-links > li.social-links li a:not(.button) {
  width: auto;
}
@media only screen and (max-width: 480px) {
  .quick-links > li.social-links li a:not(.button) {
    width: 44px;
  }
}
.quick-links > li.social-links li .icon {
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px;
  background: transparent;
}
.quick-links > li.social-links li a:hover, .quick-links > li.social-links li a:focus {
  opacity: .5;
  /*
  					.icon {
  						@include trans($brandWhite, .8);
  					}
  
  					.icon-facebook {
  						color: $facebook;
  					}
  			
  					.icon-twitter {
  						color: $twitter;
  					}
  			
  					.icon-instagram {
  						color: $instagram;
  					}
  			
  					.icon-google,
  					.icon-google-plus {
  						color: $google;
  					}
  			
  					.icon-youtube {
  						color: $youtube;
  					}
  */
}
.quick-links > li .socialcon-link img {
  position: relative;
  top: -5px;
}
.quick-links > li .galleries-link img {
  position: relative;
  top: -5px;
}
.quick-links > li.dropdown .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.quick-links > li.dropdown ul {
  float: left;
  width: auto;
  /*
  			a:hover, a:focus {
  
  				.icon-facebook {
  					color: $facebook;
  				}
  		
  				.icon-twitter {
  					color: $twitter;
  				}
  		
  				.icon-instagram {
  					color: $instagram;
  				}
  		
  				.icon-google,
  				.icon-google-plus {
  					color: $google;
  				}
  		
  				.icon-youtube {
  					color: $youtube;
  				}
  			}
  */
}
.quick-links > li.dropdown ul li {
  width: auto;
  display: block;
}
.quick-links > li.dropdown ul .icon {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.quick-links > li.dropdown .social-links ul {
  border-right: 1px solid rgba(244, 244, 244, 0.28);
}
.quick-links > li.dropdown .social-links ul li {
  margin-left: 0;
}
.quick-links > li.dropdown .social-links ul li .icon {
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.quick-links > li.dropdown .social-links ul li a:hover, .quick-links > li.dropdown .social-links ul li a:focus {
  opacity: .5;
}
.quick-links > li.dropdown .social-links ul li a:hover .icon, .quick-links > li.dropdown .social-links ul li a:focus .icon {
  color: #f4f4f4 !important;
}
.quick-links > li.dropdown .sub-links li {
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 0 15px;
}
.quick-links > li.dropdown .sub-links li a {
  width: 100%;
  text-align: left;
}
.quick-links > li.dropdown .sub-links li a:hover, .quick-links > li.dropdown .sub-links li a:focus {
  color: #154376;
}
.quick-links > li.dropdown .sub-links li .icon {
  width: auto;
  line-height: inherit;
  height: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline;
  margin-right: 5px;
}
.quick-links > li.dropdown .social-links,
.quick-links > li.dropdown .sub-links {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.yamm .quick-links .dropdown-menu {
  right: 0;
  margin-top: 0;
  background: #e93f33;
}

/* ==========================================================================
   MOBILE NAVIGATION (med-small devices only)
   ========================================================================== */
.nav-mobile {
  clear: both;
  float: left;
  width: 100%;
  background: #f4f4f4;
}
@media only screen and (min-width: 769px) {
  .nav-mobile {
    display: none;
    visibility: hidden;
    speak: none;
  }
}
.nav-mobile ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-mobile ul li {
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 20%;
  border-bottom: 2px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
@media only screen and (max-width: 600px) {
  .nav-mobile ul li {
    width: 25%;
  }
}
.nav-mobile ul li:last-of-type {
  border-right: none;
}
.nav-mobile ul li a {
  display: block;
  line-height: 44px;
  height: 44px;
  color: #154376;
}
@media only screen and (max-width: 480px) {
  .nav-mobile ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 350px) {
  .nav-mobile ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.nav-mobile ul li:active, .nav-mobile ul li:focus, .nav-mobile ul li.here {
  border-bottom: 2px solid #e93f33;
}
.nav-mobile ul li:active a, .nav-mobile ul li:focus a, .nav-mobile ul li.here a {
  color: #e93f33;
}
@media only screen and (max-width: 600px) {
  .nav-mobile ul li.buy-tickets {
    display: none;
    visibility: hidden;
  }
}
.nav-mobile ul li.buy-tickets a {
  background: #f4f4f4;
  color: #f4f4f4;
  text-transform: uppercase;
}
.nav-mobile ul li.buy-tickets a:hover, .nav-mobile ul li.buy-tickets a:focus {
  color: #e93f33;
}

/* ==========================================================================
   BOTTOM NAVIGATION (extra small devices only, smartphones etc)
   ========================================================================== */
.navbar.navbar-fixed-bottom ul li {
  margin: 0;
}
.navbar.navbar-fixed-bottom ul li a {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.navbar-fixed-bottom {
  min-height: 44px;
  height: 44px;
  background-color: #154376;
  bottom: -1px;
}
.navbar-fixed-bottom .container, .navbar-fixed-bottom .hero .owl-theme .owl-dots, .hero .owl-theme .navbar-fixed-bottom .owl-dots {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .navbar-fixed-bottom {
    display: none;
    visibility: hidden;
    speak: none;
  }
}
.navbar-fixed-bottom .quick-links {
  padding: 0;
}
@media only screen and (max-width: 350px) {
  .navbar-fixed-bottom .quick-links > li {
    margin: 0 6px;
  }
}
.navbar-fixed-bottom .quick-links > li a:not(.button) {
  width: auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .navbar-fixed-bottom .quick-links > li a:not(.button) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu {
  left: auto;
  padding-left: 15px;
  margin: 0;
  background: #e93f33;
  border-radius: 0;
  min-width: 250px;
}
@media only screen and (max-width: 360px) {
  .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu {
    max-width: 225px;
    min-width: 225px;
  }
}
@media only screen and (max-width: 350px) {
  .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu {
    max-width: 200px;
    min-width: 200px;
  }
  .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .sub-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links {
    display: none;
    visibility: hidden;
  }
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links .icon {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-facebook, .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-facebook {
  color: #3b5998;
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-twitter, .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-twitter {
  color: #00aced;
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-instagram, .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-instagram {
  color: #125688;
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-google,
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-google-plus, .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-google,
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-google-plus {
  color: #dd4b39;
}
.navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:hover .icon-youtube, .navbar-fixed-bottom .quick-links .dropdown .dropdown-menu .social-links a:focus .icon-youtube {
  color: #bb0000;
}
.navbar-fixed-bottom li.buy-tickets {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .navbar-fixed-bottom li.buy-tickets li {
    margin: 0;
    padding: 0 7.5px;
  }
}
.navbar-fixed-bottom li.buy-tickets a {
  width: auto;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
}

/* ==========================================================================
   SUB NAV
   ========================================================================== */
.sub-nav-wrapper {
  padding: 15px 0 45px;
}
@media only screen and (min-width: 768px) {
  .sub-nav-wrapper #menu-toggle, .sub-nav-wrapper .trigger, .sub-nav-wrapper li.label {
    display: none;
    visibility: hidden;
  }
}
.sub-nav-wrapper ul {
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.sub-nav-wrapper ul:before, .sub-nav-wrapper ul:after {
  content: " ";
  display: table;
}
.sub-nav-wrapper ul:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .sub-nav-wrapper ul {
    display: block;
    padding-top: 15px;
  }
}
.sub-nav-wrapper li {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  /*
  		a {
  			font-size: 18px;
  			font-family: $brandSansFont;
  			@include uppercase;
  			color: $brandBlack;
  			text-decoration: none;
  			padding: 0 ( $grid-gutter-width / 2 );
  			@include fixed-box;
  			height: 44px;
  			line-height: 44px;
  			max-height: 44px;
  		}
  		
  		&.here a, &:hover a {
  			color: $brandRed;
  		}
  */
}
.sub-nav-wrapper li a {
  color: inherit;
}
.sub-nav-wrapper li.active {
  color: #e93f33;
}
@media only screen and (max-width: 768px) {
  .sub-nav-wrapper li {
    display: block;
    text-align: left;
    width: 50%;
    margin: 0;
    float: left;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .sub-nav-wrapper li {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .sub-nav-wrapper li:after {
    content: "|";
    position: absolute;
    top: -1px;
    right: -15px;
    color: #7c7c7c;
  }
}
@media only screen and (max-width: 768px) {
  .sub-nav-wrapper li:last-child {
    padding-bottom: 15px;
  }
}
.sub-nav-wrapper li:last-child:after {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .sub-nav-wrapper label.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    padding: 10px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #7c7c7c;
    border-top: 1px solid #7c7c7c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "Oswald", Verdana, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #154376;
  }
  .sub-nav-wrapper label.title:after, .sub-nav-wrapper label.title:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e313";
    margin-left: 10px;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: 2px;
  }
  .sub-nav-wrapper label.title:before {
    margin-left: 0;
    margin-right: 10px;
  }
  .sub-nav-wrapper label.title.active:after, .sub-nav-wrapper label.title.active:before {
    content: "\e316";
  }
  .sub-nav-wrapper #menu-toggle {
    display: none;
    /* hide the checkbox */
  }
  .sub-nav-wrapper .sub-nav {
    /* "height: 0" does not work with css transitions */
    max-height: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub-nav-wrapper #menu-toggle:checked + .sub-nav {
    /* "height: auto" effect doesn't work.
    It's necessary for some value for the CSS to animate,
    and we can use "max-height" with a great value
    to emulate this effect. */
    max-height: 600px;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
html, body, .mp-container, .scroller {
  height: 100%;
}

body, html, .scroller {
  -ms-overflow-style: none !important;
}

.scroller,
.scroller-inner {
  position: relative;
  background: #e6e6e6;
}

@media only screen and (max-width: 1070px) {
  .scroller {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .scroller > * {
    -webkit-transform: translateZ(0px);
  }
}

@media only screen and (max-width: 1070px) {
  .scroller-inner {
    overflow: auto;
  }
}

.mp-container {
  position: relative;
  background: #154376;
}
@media only screen and (max-width: 1070px) {
  .mp-container {
    overflow: hidden;
  }
}

.quick-links > li a:not(.button).menu-trigger {
  padding-right: 15px;
  float: right;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (min-width: 1071px) {
  .quick-links > li a:not(.button).menu-trigger {
    display: none;
    visibility: hidden;
  }
}

.menu-trigger:before {
  /*
  	position: absolute;
  	top: 2px;
  	left: 0;
  	width: 40px;
  	height: 6px;
  	background: $brandGreyLighter;
  	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  	content: '';
  */
}

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
}

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 999999;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media only screen and (max-width: 330px) {
  .mp-menu {
    max-width: 85%;
  }
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #154376;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mp-level:before, .mp-level:after {
  content: " ";
  display: table;
}
.mp-level:after {
  clear: both;
}
.mp-level ul li, .mp-level ol li {
  position: static;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
  z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  z-index: 9999999;
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Oswald", Verdana, sans-serif;
}

.mp-menu h2 {
  text-align: center;
  margin: 0;
  padding: 1em;
  color: #f4f4f4;
  font-size: 20px;
  font-size: 2rem;
}
.mp-menu h2.all:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
}

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  left: -30px;
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.mp-menu ul {
  margin: 0;
  padding: 0;
}
.mp-menu ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.mp-menu ul li:before, .mp-menu ul li:after {
  content: " ";
  display: table;
}
.mp-menu ul li:after {
  clear: both;
}
.mp-menu ul li a {
  color: #f4f4f4;
  float: left;
  width: 100%;
}
.mp-menu ul li a .icon {
  float: right;
}
.mp-menu ul li a:hover, .mp-menu ul li a:focus {
  text-decoration: none;
  color: #69b5dd;
}
.mp-menu ul li a.button {
  text-align: center;
}
.mp-menu ul li a.button .icon {
  float: none;
  display: inline-block;
  margin-right: 5px;
}
.mp-menu ul li.socialcon-link {
  text-align: center;
}
.mp-menu ul li.socialcon-link a:hover {
  background: transparent;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.mp-menu ul li.social-links a {
  display: inline-block;
  float: none;
  width: auto;
  margin-top: 10px;
}
.mp-menu ul li.social-links li {
  text-align: center;
}

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 1em 0.7em 1em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 1.4em;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
}
.mp-menu ul li > a span.date {
  float: right;
  padding-left: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Open Sans", Helvetica, sans-serif;
}
@media only screen and (max-width: 480px) {
  .mp-menu ul li > a span.date {
    display: block;
    float: none;
    padding-left: 0;
  }
}

.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px transparent;
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent;
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-menu ul li.social-links a {
  box-shadow: none !important;
}

.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  padding-left: 30px;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.mp-back::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  content: "\e314";
  left: 7.5px;
  font-size: 1.3em;
  color: #f4f4f4;
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}

/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */
ul.social-links {
  width: 100%;
  float: left;
}
ul.social-links:before, ul.social-links:after {
  content: " ";
  display: table;
}
ul.social-links:after {
  clear: both;
}
ul.social-links li {
  margin-bottom: 3px;
  float: left;
  margin: 0 6px;
  list-style: none;
}
@media (max-width: 768px) {
  ul.social-links li {
    margin: 0 11px 11px;
  }
}
ul.social-links li:first-child {
  margin-left: 0;
}
ul.social-links li:last-child {
  margin-right: 0;
}
ul.social-links .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media (max-width: 768px) {
  ul.social-links .icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
ul.social-links .icon.icon-email {
  color: #F89A1E;
}
ul.social-links .icon.icon-facebook {
  color: #3b5998;
}
ul.social-links .icon.icon-twitter {
  color: #00aced;
}
ul.social-links .icon.icon-linkedin {
  color: #007bb6;
}
ul.social-links .icon.icon-instagram {
  color: #125688;
}
ul.social-links .icon.icon-google, ul.social-links .icon.icon-google-plus {
  color: #dd4b39;
}
ul.social-links .icon.icon-youtube {
  color: #bb0000;
}
ul.social-links .icon.icon-vimeo {
  color: #aad450;
}
ul.social-links .icon:before {
  font-size: 26px;
  font-size: 2.6rem;
}
ul.social-links .icon:hover {
  color: #fff;
}
ul.social-links .icon:hover.icon-facebook {
  background-color: #3b5998;
  background-color: #3b5998;
}
ul.social-links .icon:hover.icon-twitter {
  background-color: #00aced;
  background-color: #00aced;
}
ul.social-links .icon:hover.icon-linkedin {
  background-color: #007bb6;
  background-color: #007bb6;
}
ul.social-links .icon:hover.icon-instagram {
  background-color: #125688;
  background-color: #125688;
}
ul.social-links .icon:hover.icon-google, ul.social-links .icon:hover.icon-google-plus {
  background-color: #dd4b39;
  background-color: #dd4b39;
}
ul.social-links .icon:hover.icon-youtube {
  background-color: #bb0000;
  background-color: #bb0000;
}
ul.social-links .icon:hover.icon-vimeo {
  background-color: #aad450;
  background-color: #aad450;
}

/* ==========================================================================
   NEXT EVENT WIDGET
   ========================================================================== */
.next-event.widget {
  background: #154376;
  padding: 15px;
  color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
}
.next-event.widget .pre-heading {
  color: #f4f4f4;
  font-size: 12px;
  font-size: 1.2rem;
}
.next-event.widget .heading {
  font-size: 20px;
  font-size: 2rem;
  color: #f4f4f4;
  letter-spacing: .03em;
  margin: 6px 0;
}
.next-event.widget .heading a.text-link {
  color: #f4f4f4;
  float: none;
  background: transparent;
  font-size: inherit;
  text-decoration: none;
}
.next-event.widget p {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  margin: 0;
}
.next-event.widget .button-wrapper {
  padding: 0 15px;
}
.next-event.widget .button-wrapper:before, .next-event.widget .button-wrapper:after {
  content: " ";
  display: table;
}
.next-event.widget .button-wrapper:after {
  clear: both;
}
.next-event.widget a:not(.text-link) {
  width: 100%;
  padding: 10px 15px;
  color: #f4f4f4;
  background: #f4f4f4;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: "Oswald", Verdana, sans-serif;
}
@media only screen and (max-width: 768px) {
  .next-event.widget a:not(.text-link) {
    float: none;
    max-width: 250px;
  }
}
.next-event.widget a:not(.text-link).button {
  color: #f4f4f4;
}
.next-event.widget a:not(.text-link).button:hover, .next-event.widget a:not(.text-link).button:focus {
  color: #e93f33;
}
.next-event.widget a:not(.text-link) .icon {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: auto;
  margin-right: 6px;
}
.next-event.widget a.text-link {
  color: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.main-content .next-event.widget {
  margin-bottom: 15px;
  background: #154376 url(../img/layout/dots-bg-blue.png);
  background-size: cover;
  font-size: 20px;
  font-size: 2rem;
}
.main-content .next-event.widget:before, .main-content .next-event.widget:after {
  content: " ";
  display: table;
}
.main-content .next-event.widget:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .main-content .next-event.widget {
    padding-bottom: 30px;
  }
}
.main-content .next-event.widget .pre-heading {
  font-size: 18px;
  font-size: 1.8rem;
}
.main-content .next-event.widget .heading {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-content .next-event.widget .heading:after {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .main-content .next-event.widget .heading {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .main-content .next-event.widget .heading {
    font-size: 30px;
    font-size: 3rem;
  }
}
.main-content .next-event.widget .heading a.text-link {
  font-size: inherit;
  text-decoration: none;
}
.main-content .next-event.widget p {
  font-size: 20px;
  font-size: 2rem;
}
.main-content .next-event.widget .info, .main-content .next-event.widget .button-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .main-content .next-event.widget .info, .main-content .next-event.widget .button-wrapper {
    float: left;
    width: 50%;
  }
}
.main-content .next-event.widget .info a:not(.text-link), .main-content .next-event.widget .button-wrapper a:not(.text-link) {
  width: 45%;
  float: left;
  margin: 7.5px;
}
@media only screen and (max-width: 768px) {
  .main-content .next-event.widget .info a:not(.text-link), .main-content .next-event.widget .button-wrapper a:not(.text-link) {
    float: none;
    max-width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .main-content .next-event.widget .info a:not(.text-link), .main-content .next-event.widget .button-wrapper a:not(.text-link) {
    width: 100%;
    margin: 7.5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-content .next-event.widget .info {
    padding-left: 5px;
    text-align: left;
  }
}

.show.detail .next-event.widget a.text-link {
  display: none;
  visibility: hidden;
}

/* ==========================================================================
   EVENT TICKER WIDGET
   ========================================================================== */
.event-ticker-wrapper {
  position: absolute;
  z-index: 5;
  top: 150px;
  right: 0;
  width: 100%;
}
.event-ticker-wrapper .general-date .event-ticker {
  padding: 15px 60px;
}
.event-ticker-wrapper .general-date .heading {
  font-size: 20px;
  font-size: 2rem;
}
.event-ticker-wrapper .general-date p {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .03em;
  font-family: "Oswald", Verdana, sans-serif;
  margin: 10px 0;
  line-height: 1.5;
}

.event-ticker {
  padding: 10px 15px;
  float: right;
  text-align: center;
  background-color: #e93f33;
  background-color: rgba(233, 63, 51, 0.75);
  color: #f4f4f4;
  font-family: "Oswald", Verdana, sans-serif;
}
@media only screen and (max-width: 992px) {
  .event-ticker {
    display: none;
    visibility: hidden;
  }
}
.event-ticker .heading {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .03em;
}
.event-ticker a {
  color: #f4f4f4;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, sans-serif;
  text-decoration: none;
}

ul.countdown {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  display: block;
  text-align: center;
}

ul.countdown li {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 10px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul.countdown li span {
  font-size: 30px;
  font-size: 3rem;
}

ul.countdown li.seperator {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: top;
}

ul.countdown li p {
  margin: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
   THE HERO UNIT (homepage slideshow)
   ========================================================================== */
.hero {
  min-height: 150px;
}
.hero .slide {
  position: relative;
}
.hero .slide:before, .hero .slide:after {
  content: " ";
  display: table;
}
.hero .slide:after {
  clear: both;
}
.hero .slide img {
  position: relative;
  z-index: 2;
}
.hero .slide a {
  display: block;
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+16,0.65+100 */
}
@media only screen and (max-width: 768px) {
  .hero .slide a {
    position: relative;
    background-color: #154376;
  }
}
.hero .slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 15px 0 5%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.87+100 */
}
@media only screen and (max-width: 768px) {
  .hero .slide .overlay {
    position: relative;
    background-color: #154376;
  }
}
.hero .slide .inner-wrapper {
  float: left;
  padding: 15px 15px 20px;
  background-color: #154376;
  background-color: rgba(21, 67, 118, 0.75);
}
.hero .slide h1, .hero .slide h2, .hero .slide p {
  color: #fff;
  font-family: "Oswald", Verdana, sans-serif;
  max-width: 960px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .hero .slide h1, .hero .slide h2, .hero .slide p {
    text-shadow: none;
  }
}
.hero .slide h1, .hero .slide h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0;
}
@media (max-width: 992px) {
  .hero .slide h1, .hero .slide h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero .slide h1, .hero .slide h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .hero .slide h1, .hero .slide h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 0;
  }
}
@media (max-width: 350px) {
  .hero .slide h1, .hero .slide h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.hero .slide p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.5;
  margin-top: 0;
  max-width: 500px;
}
@media (max-width: 480px) {
  .hero .slide p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 350px) {
  .hero .slide p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.hero .slide .faux-button {
  cursor: pointer;
  line-height: 32px;
  height: 44px;
  display: inline-block;
  float: left;
}
@media (max-width: 992px) {
  .hero .slide .faux-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .hero .slide .faux-button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.hero .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .hero .owl-controls {
    visibility: hidden;
    display: none;
  }
}
.hero .owl-theme .owl-dots {
  text-align: right;
  padding-bottom: 15px;
}
.hero .owl-theme .owl-dots .owl-dot span,
.hero .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid rgba(124, 124, 124, 0.6);
}
@media (max-width: 992px) {
  .hero .owl-theme .owl-dots .owl-dot span,
  .hero .owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 26px;
  }
}
.hero .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.hero .owl-theme .owl-dots .owl-dot.active span,
.hero .owl-theme .owl-dots .owl-dot.active:hover span {
  background: #fff;
  border-color: rgba(124, 124, 124, 0.8);
}

#video-viewport {
  position: relative;
  min-height: 150px;
  width: 100%;
}
#video-viewport video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#video-viewport .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 15px 0 5%;
}
@media only screen and (max-width: 768px) {
  #video-viewport .overlay {
    position: relative;
    background-color: #154376;
  }
}
#video-viewport .inner-wrapper {
  float: left;
  padding: 15px 15px 20px;
  background-color: #154376;
  background-color: rgba(21, 67, 118, 0.75);
}
#video-viewport h2, #video-viewport p {
  color: #fff;
  font-family: "Oswald", Verdana, sans-serif;
  max-width: 960px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #video-viewport h2, #video-viewport p {
    text-shadow: none;
  }
}
#video-viewport h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0;
}
@media (max-width: 992px) {
  #video-viewport h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #video-viewport h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  #video-viewport h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 0;
  }
}
@media (max-width: 350px) {
  #video-viewport h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#video-viewport p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.5;
  margin-top: 0;
  max-width: 500px;
}
@media (max-width: 480px) {
  #video-viewport p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 350px) {
  #video-viewport p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   PAGE HEADER
   ========================================================================== */
.page-header {
  position: relative;
  clear: both;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header .overlay {
  display: block;
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #221e1f;
  background-color: rgba(34, 30, 31, 0.7);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /*
  		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  */
}
.page-header .container, .page-header .hero .owl-theme .owl-dots, .hero .owl-theme .page-header .owl-dots {
  position: relative;
  text-align: center;
  padding: 0;
}
.page-header .the-content {
  position: relative;
  z-index: 12;
  width: 100%;
  top: calc(25% + 124px);
  transform: translateY(-25%);
  /* center vertically */
  padding: 15px 90px 20px;
}
@media only screen and (max-width: 768px) {
  .page-header .the-content {
    top: 50%;
    transform: translateY(-50%);
    /* center vertically */
  }
}
@media only screen and (max-width: 480px) {
  .page-header .the-content {
    padding: 10px 30px;
  }
}
.page-header .the-content h1 {
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #f4f4f4;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-header .the-content h1 {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .the-content h1 {
    margin: 0;
  }
}
.page-header .the-content h1:after {
  background-color: #f4f4f4;
}
.page-header .the-content p {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  font-family: "Oswald", Verdana, sans-serif;
  color: #fff;
}
@media (max-width: 480px) {
  .page-header .the-content p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-header .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-header.search-wrapper .container, .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.search-wrapper .owl-dots {
  height: 450px;
}
@media only screen and (max-width: 992px) {
  .page-header.search-wrapper .container, .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.search-wrapper .owl-dots {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.search-wrapper .container, .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.search-wrapper .owl-dots {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header.search-wrapper .container, .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.search-wrapper .owl-dots {
    height: 250px;
  }
}
.page-header.search-wrapper h1 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
}
.page-header.search-wrapper h1:after {
  display: none;
  visibility: hidden;
}
.page-header.basic {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("/skin/img/headers/general-header-bg.png");
}
.page-header.basic .container, .page-header.basic .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.basic .owl-dots {
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .page-header.basic .container, .page-header.basic .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.basic .owl-dots {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.basic .container, .page-header.basic .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.basic .owl-dots {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header.basic .container, .page-header.basic .hero .owl-theme .owl-dots, .hero .owl-theme .page-header.basic .owl-dots {
    height: 250px;
  }
}
.page-header .panel-group {
  margin: 30px auto 0;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .page-header .panel-group {
    box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.28);
  }
}
.page-header .panel-group .panel {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.page-header .panel-group .panel-collapse {
  position: absolute;
  width: 100%;
  background: #f4f4f4;
}
.page-header .panel-group .panel-heading {
  border: none;
  color: #7c7c7c;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 0;
}
.page-header .panel-group .panel-heading:after {
  width: 120px;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e5c5";
  font-size: 30px;
  font-size: 3rem;
  color: #221e1f;
  border-left: 1px solid #7c7c7c;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .page-header .panel-group .panel-heading:after {
    width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .panel-group .panel-heading:after {
    width: 30px;
  }
}
.page-header .panel-group .panel-title {
  text-align: left;
  background: #f4f4f4;
}
.page-header .panel-group .panel-title a {
  position: relative;
  z-index: 999;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
.page-header .panel-group .list-group {
  padding: 10px;
}
.page-header .panel-group .list-group:before, .page-header .panel-group .list-group:after {
  content: " ";
  display: table;
}
.page-header .panel-group .list-group:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .page-header .panel-group .list-group {
    box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.28);
  }
}
.page-header .panel-group .list-group li {
  list-style: none;
  margin: 6px 0;
  padding: 6px 15px;
  text-align: left;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .page-header .panel-group .list-group li {
    width: 100%;
  }
}
.page-header .panel-group .list-group li a {
  display: block;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main-content {
  clear: both;
  padding: 30px 0 10%;
  background-image: url(../img/layout/city-bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-content:before, .main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.main-content img {
  max-width: 100%;
  height: auto;
}

.general.page.resources .main-content p {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.general.page.resources .main-content p img {
  margin-top: 15px;
  max-width: 100%;
}

.accommodations .is-archived .section-header .intro {
  text-align: center;
  color: #154376;
}

.intro p {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}

.intro-content {
  margin: 0 auto;
  max-width: 650px;
}

.search .main-content {
  min-height: 500px;
}
@media only screen and (max-width: 992px) {
  .search .main-content {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .search .main-content {
    min-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .search .main-content {
    min-height: 200px;
  }
}
.search .main-content .the-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.search .main-content .the-content p {
  line-height: 1.5;
}
.search .main-content .the-content ul {
  margin: 30px 0;
}
.search .main-content .the-content li {
  font-family: "Open Sans", Helvetica, sans-serif;
}

section {
  clear: both;
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
}
section:before, section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section:first-of-type {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  section.has-sub-nav {
    padding: 0;
    margin: 0;
  }
  section.has-sub-nav .sub-nav-wrapper {
    padding: 0;
  }
}

.section-header h2, .page-header h1 {
  margin: 0;
  padding-bottom: 52.5px;
  position: relative;
  display: inline-block;
}
.section-header h2:after, .page-header h1:after {
  content: " ";
  width: 20%;
  height: 4px;
  position: absolute;
  left: 40%;
  bottom: 40px;
  background: #565656;
}

.section-header {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #154376;
}
.section-header h1, .section-header h2, .section-header h3 {
  color: #154376;
}
.section-header h1:after, .section-header h2:after, .section-header h3:after {
  background-color: #e93f33;
}
.section-header .intro {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  color: #154376;
}
.section-header .date {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  color: #565656;
}
.section-header p.notice {
  margin-top: -25px;
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

body:not(.accommodations) .section-header p {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.5;
}
body:not(.accommodations) .section-header p.notice {
  margin-top: -25px;
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.ad-space {
  clear: both;
  background: #154376;
  padding: 60px 0;
  margin-bottom: 30px;
}
.ad-space:before, .ad-space:after {
  content: " ";
  display: table;
}
.ad-space:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .ad-space {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .ad-space {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .ad-space {
    margin-bottom: 40px;
  }
}
.ad-space .item {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 350px) {
  .ad-space .item {
    width: 100%;
  }
}
.ad-space .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #bcbcbc;
}
.ad-space .owl-theme .owl-dots .owl-dot.active span,
.ad-space .owl-theme .owl-dots .owl-dot:hover span,
.ad-space .owl-theme .owl-dots .owl-dot:focus span {
  background: #e93f33;
}
.ad-space .owl-nav {
  display: none;
  visibility: hidden;
}

.banner-slider {
  position: relative;
  clear: both;
  margin-bottom: 30px;
}
.banner-slider:before, .banner-slider:after {
  content: " ";
  display: table;
}
.banner-slider:after {
  clear: both;
}
.banner-slider .item {
  width: 100%;
  max-width: 100%;
}
.banner-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.banner-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #bcbcbc;
}
.banner-slider .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span,
.banner-slider .owl-dots .owl-dot:focus span {
  background: #e93f33;
}

.show .banner-slider {
  top: -15px;
}

/* Awesome multiple BG declarations that transcend reality and impress people */
.authentication .certificate {
  background: url(../img/authenticate/texture-top.png) top center no-repeat, url(../img/authenticate/texture-bottom.png) bottom center no-repeat, url(../img/authenticate/texture-bg.png) center center repeat;
  /* On bottom, like z-index: 1; */
}

.no-multiplebgs body {
  /* laaaaaame fallback */
}
.no-multiplebgs body .authentication .certificate {
  background: url(../img/authenticate/texture-bg.png) center center repeat;
}

.authentication {
  /*
  	.notes {
  		margin: ( $grid-gutter-width / 4 ) 0;
  		
  		.label {
  			color: $brandBlue;
  		}
  		
  		p {
  			max-width: 400px;
  			margin: 0 auto;
  			line-height: 1.3;
  			font-style: italic;
  		}
  	}
  */
}
.authentication .main-content section form {
  max-width: 800px;
  margin: 0 auto;
}
.authentication .main-content section form label {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
  color: #7c7c7c;
}
.authentication .main-content section form input:not([type="submit"]) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #bcbcbc;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .authentication .main-content section form input:not([type="submit"]) {
    float: left;
    width: 66.66667%;
  }
}
@media only screen and (max-width: 768px) {
  .authentication .main-content section form input:not([type="submit"]) {
    width: 100%;
  }
}
.authentication .main-content section form input[type="submit"] {
  clear: none;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .authentication .main-content section form input[type="submit"] {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .authentication .main-content section form input[type="submit"] {
    clear: both;
    width: auto;
    min-width: 230px;
    max-width: 100%;
    margin-top: 15px;
  }
}
.authentication .certificate {
  position: relative;
  padding: 15px;
  text-align: center;
  max-width: 1000px;
  margin: 15px auto;
}
.authentication .inner-wrapper {
  position: relative;
  z-index: 12;
  border: 4px solid #154376;
  outline: 2px dotted #154376;
  outline-offset: -10px;
  padding: 30px;
}
.authentication .inner-wrapper:before, .authentication .inner-wrapper:after {
  content: " ";
  display: table;
}
.authentication .inner-wrapper:after {
  clear: both;
}
.authentication .watermark {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 75%;
  height: auto;
}
.authentication .verification {
  position: absolute;
  z-index: 1200;
  top: 0;
  left: 0;
  max-width: 75%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .authentication .verification {
    display: none;
    visibility: hidden;
  }
}
.authentication .heading {
  margin-top: 15px;
}
.authentication .image-wrapper img {
  display: inline;
}
.authentication .label {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .authentication .label {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .authentication .label {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .authentication .label {
    display: block;
  }
}
.authentication .title-wrapper {
  margin-bottom: 45px;
}
.authentication .title-wrapper.title {
  margin-top: -15px;
}
@media only screen and (max-width: 768px) {
  .authentication .title-wrapper.title {
    margin-top: 0;
  }
}
.authentication .title-wrapper h3, .authentication .title-wrapper h4 {
  color: #154376;
  margin: 0;
  line-height: 1;
}
.authentication .title-wrapper h3 {
  font-size: 32px;
  font-size: 3.2rem;
}
.authentication .title-wrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
.authentication .infos-wrapper .title-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .authentication .infos-wrapper .title-wrapper {
    float: left;
    width: 50%;
  }
}
.authentication .attributes {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.authentication .attributes:before, .authentication .attributes:after {
  content: " ";
  display: table;
}
.authentication .attributes:after {
  clear: both;
}
.authentication .attributes:before, .authentication .attributes:after {
  content: " ";
  display: table;
}
.authentication .attributes:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .authentication .attributes {
    margin-top: 0;
  }
}
.authentication .attributes .item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .authentication .attributes .item {
    float: left;
    width: 33.33333%;
  }
}
.authentication .attributes .item:before, .authentication .attributes .item:after {
  content: " ";
  display: table;
}
.authentication .attributes .item:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .authentication .attributes .item {
    width: 100%;
    float: left;
    clear: both;
  }
}
.authentication .attributes .item.image-wrapper {
  padding: 15px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .authentication .attributes .item.image-wrapper {
    margin-bottom: 15px;
    text-align: center;
  }
}
.authentication .attributes .item.specs .infos {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 15px 0 60px;
  border-bottom: 1px solid #154376;
}
@media only screen and (max-width: 992px) {
  .authentication .attributes .item.specs .infos {
    margin: 15px 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .authentication .attributes .item.specs {
    margin-bottom: 15px;
  }
}
.authentication .attributes .data {
  font-weight: 600;
  color: #e93f33;
  font-size: 20px;
  font-size: 2rem;
}
.authentication .attributes .proof {
  text-align: center;
}
.authentication .attributes .proof span {
  display: block;
}
.authentication .attributes span.proof-holder {
  display: inline-block;
  margin: 15px auto;
  width: 80px;
  height: 80px;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #565656;
}
.authentication .attributes .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}

/* ==========================================================================
   SLIDES
   ========================================================================== */
.slides {
  padding-top: 30px;
  padding-bottom: 0;
}
.slides .owl-item {
  width: 100%;
}
.slides .has-media .media-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .slides .has-media .media-wrapper {
    float: left;
    width: 50%;
  }
}
.slides .has-media .the-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .slides .has-media .the-content {
    float: left;
    width: 50%;
  }
}
.slides .text .the-content {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.slides h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #154376;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.slides h2:after {
  content: " ";
  width: 10%;
  height: 4px;
  position: absolute;
  left: 45%;
  bottom: 15px;
  background: #e93f33;
}
.slides h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #e93f33;
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 0;
  font-weight: 800;
}
.slides p {
  margin-top: 0;
}
.slides a.button {
  background: transparent;
  border: 1px solid #e93f33;
  color: #e93f33;
}
.slides a.button:hover, .slides a.button:focus {
  border-color: #154376;
  color: #154376;
}
.slides .owl-controls {
  margin-bottom: 15px;
}
.slides .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #bcbcbc;
}
.slides .owl-theme .owl-dots .owl-dot.active span {
  background: #e93f33;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
button {
  outline: none;
}
button:focus {
  outline: none;
}

form {
  margin: 0 0 0 0;
}
form:before, form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form fieldset {
  padding: 0;
  border: none;
}
form label {
  margin-bottom: 6px;
  display: block;
}
form p {
  margin-bottom: 16px;
}
form textarea {
  padding: 6px;
  height: 200px;
  resize: none;
  font: normal 12px/1.2 Arial, Helvetica, sans-serif;
  /* override webkits default autofill */
}
form textarea:focus {
  /* override browser defaults */
  background-color: #fff;
  outline: none;
}
form textarea:-webkit-autofill {
  color: #221e1f;
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
form input:not([type="submit"]) {
  float: left;
  padding: 6px;
  width: auto;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff !important;
  color: #221e1f;
  /* override webkits default autofill */
}
form input:not([type="submit"]):focus {
  /* override browser defaults */
  background-color: #fff;
  outline: none;
}
form input:not([type="submit"]):-webkit-autofill {
  color: #221e1f;
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
form input[type="submit"] {
  float: left;
  padding: 6px;
  width: auto;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #221e1f;
  /* override webkits default autofill */
}
form input[type="submit"]:focus {
  /* override browser defaults */
  background-color: #fff;
  outline: none;
}
form input[type="submit"]:-webkit-autofill {
  color: #221e1f;
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
form .formwarning {
  font-style: italic;
  font-weight: bold;
  color: red !important;
}

/* ==========================================================================
   IN CONTENT
   ========================================================================== */
.main-content form {
  /* ------  Custom Selects  ------ */
  /* --------  Checkboxes and Radio inputs  ---------  */
}
.main-content form .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.main-content form .item:before, .main-content form .item:after {
  content: " ";
  display: table;
}
.main-content form .item:after {
  clear: both;
}
@media (min-width: 768px) {
  .main-content form .item {
    float: left;
    width: 50%;
  }
}
.main-content form .item label, .main-content form .item .faux-label, .main-content form .item input, .main-content form .item textarea {
  width: 100%;
}
.main-content form .item label, .main-content form .item .faux-label {
  font: 16px/1.3 "Oswald", Verdana, sans-serif;
  color: #221e1f;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.main-content form .item label span.required, .main-content form .item .faux-label span.required {
  color: #e93f33;
}
.main-content form .item label.error, .main-content form .item .faux-label.error {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  font-style: italic;
  color: #e93f33;
  font-weight: 100;
}
.main-content form .item span.required {
  color: #e93f33;
}
.main-content form .item input {
  position: relative;
  z-index: 99;
}
.main-content form input[type="text"], .main-content form input[type="email"], .main-content form input[type="tel"], .main-content form input[type="date"], .main-content form input[type="password"], .main-content form input[type="number"],
.main-content form button, .main-content form textarea {
  border: 1px solid #7c7c7c;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .main-content form input[type="text"], .main-content form input[type="email"], .main-content form input[type="tel"], .main-content form input[type="date"], .main-content form input[type="password"], .main-content form input[type="number"],
  .main-content form button, .main-content form textarea {
    min-height: 44px;
    line-height: 44px;
  }
}
.main-content form input[type="number"] {
  line-height: 20px;
}
.main-content form textarea {
  height: auto;
  line-height: 1.3;
}
.main-content form input[type="submit"], .main-content form button {
  clear: both;
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  padding: 0 30px;
  background: #e93f33;
  height: 36px;
  line-height: 36px;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .main-content form input[type="submit"], .main-content form button {
    height: 44px;
    line-height: 44px;
  }
}
.main-content form input[type="submit"]:hover, .main-content form input[type="submit"]:focus, .main-content form button:hover, .main-content form button:focus {
  color: #fff;
  background: #0074D9;
}
.main-content form input[disabled="disabled"] {
  border: 0 none !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.main-content form p {
  clear: both;
}
.main-content form .ValidationErrors {
  text-align: left;
  left: 15px;
  bottom: -12px;
}
.main-content form fieldset:not(.information-container) {
  width: 50%;
}
@media (max-width: 480px) {
  .main-content form fieldset:not(.information-container) {
    width: 100%;
  }
}
.main-content form select {
  margin: 0;
  padding: 0;
  font: normal 12px/1.2 Arial, Helvetica, sans-serif;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
  /* override webkits default autofill */
}
.main-content form select:-webkit-autofill {
  color: #221e1f;
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.main-content form select, .main-content form .styled {
  border: solid 1px #7c7c7c;
  /* 		padding: 0.4em; */
}
.main-content form .styled, .main-content form select {
  background: #fff;
}
.main-content form .styled {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.main-content form .ie7 .styled {
  border: none;
}
.main-content form .styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
}
.main-content form .ie7 .styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #bcbcbc;
  padding: 0.3em 0.5em;
}
.main-content form select, .main-content form div.styled {
  height: 36px;
  line-height: 36px;
  font: normal 14px/36px Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .main-content form select, .main-content form div.styled {
    height: 44px;
    line-height: 44px;
  }
}
.main-content form div.styled {
  float: left;
  position: relative;
  min-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5px;
  border: solid 1px #7c7c7c;
}
.main-content form div.styled select {
  position: relative;
  z-index: 999;
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.main-content form div.styled select.validation-failed:after {
  position: absolute;
}
.main-content form .pref-wrapper span.styled select {
  width: 135%;
}
.main-content form div.styled:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  content: "\e313";
}
@media (max-width: 768px) {
  .main-content form div.styled:after {
    top: 10px;
  }
}
.main-content form fieldset div.styled {
  width: 90%;
}
.main-content form .checker {
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  padding-left: 0;
}
.main-content form .checker label {
  position: relative;
  text-transform: capitalize;
}
.main-content form .checker input[type="radio"],
.main-content form .checker input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
.main-content form .checker label:before {
  display: inline-block;
  position: relative;
  top: 7px;
  left: -2px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../img/layout/formelements.png);
}
.main-content form .checker input[type="checkbox"] + label:before {
  background-position: 0 -25px;
}
.main-content form .checker input[type="checkbox"]:checked + label:before {
  background-position: 0 0;
}
.main-content form .checker input[type="radio"] + label:before {
  background-position: -25px -25px;
}
.main-content form .checker input[type="radio"]:checked + label:before {
  background-position: -25px 0;
}
.main-content form .checker input[type="text"]:focus, .main-content form .checker textarea:focus {
  border-color: #000;
}

/* ==========================================================================
   LOGIN
   ========================================================================== */
.login .main-content .container, .login .main-content .hero .owl-theme .owl-dots, .hero .owl-theme .login .main-content .owl-dots {
  margin-bottom: 30px;
}
.login .main-content .section {
  margin-top: 30px;
}
.login .main-content .section:before, .login .main-content .section:after {
  content: " ";
  display: table;
}
.login .main-content .section:after {
  clear: both;
}
.login .main-content .section.info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #bcbcbc;
}
@media (min-width: 992px) {
  .login .main-content .section.info {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .login .main-content .section.info {
    border: none;
  }
}
@media only screen and (max-width: 992px) {
  .login .main-content .section.info .the-content {
    max-width: 550px;
    margin: 0 auto 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
  }
}
.login .main-content .section.info h2 {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.login .main-content .section.info p {
  line-height: 1.5;
}
.login .main-content .section.info .button {
  background: #e93f33;
}
.login .main-content .section.info .button:hover, .login .main-content .section.info .button:focus {
  background: #f4f4f4;
}
.login .main-content .section.form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .login .main-content .section.form {
    float: left;
    width: 66.66667%;
  }
}
.login .main-content .section.form .hidden-fields {
  display: none;
}
.login .main-content .section.form form {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  background-color: #e93f33;
  background-color: rgba(233, 63, 51, 0.1);
  padding: 10px 30px;
}
.login .main-content .section.form h2 {
  letter-spacing: normal;
  font-size: 26px;
  font-size: 2.6rem;
  color: #e93f33;
}
.login .main-content .section.form label {
  font-family: "Oswald", Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.login .main-content .section.form input[type="submit"] {
  float: none;
  margin: 15px auto;
  background-color: #e93f33;
}
.login .main-content .section.form input[type="submit"]:hover, .login .main-content .section.form input[type="submit"]:focus {
  background: #f4f4f4;
  color: #e93f33;
}

/* ==========================================================================
   404
   ========================================================================== */
.other-things {
  font-size: 16px;
  font-size: 1.6rem;
}

#goog-fixurl {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #goog-fixurl {
    float: left;
    width: 50%;
  }
}

.main-content #goog-fixurl input[type=submit] {
  margin-left: 0;
}

.login-wrapper, .create-account-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .login-wrapper, .create-account-wrapper {
    float: left;
    width: 50%;
  }
}

/* ==========================================================================
   SEARCH BAR
   ========================================================================== */
/* ==========================================================================
   FORM VALIDATION
   ========================================================================== */
.no-js form {
  /* display: none; visibility: hidden; */
}

.checks {
  position: absolute;
  left: -900000px;
}

.ValidationErrors {
  position: absolute;
  text-align: right;
  margin: -24px 0 0 1px;
  font: normal 11px/20px Arial, Helvetica, sans-serif;
  color: #FF4136;
}

input.ErrorField, textarea.ErrorField {
  border: 1px solid rgba(157, 37, 29, 0.46);
}

/* ==========================================================================
   The Listings
   ========================================================================== */
.the-listings {
  float: left;
  width: calc(100% + 12px);
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -6px;
  margin-right: -6px;
  /*
  	.just-added {
  		position: absolute;
  		z-index: 5;
  		top: 0;
  	    right: 5px;
  	    width: 108px;
  	    height: 83px;
  	    background: url('../img/layout/just-added-tag.png') center center no-repeat;
  	}
  */
}
.the-listings:before, .the-listings:after {
  content: " ";
  display: table;
}
.the-listings:after {
  clear: both;
}
.the-listings:before, .the-listings:after {
  content: " ";
  display: table;
}
.the-listings:after {
  clear: both;
}
.the-listings .item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 150px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .the-listings .item {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .the-listings .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .the-listings .item {
    float: left;
    width: 33.33333%;
  }
}

@media only screen and (max-width: 992px) {
  .the-listings .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.the-listings .item * {
  color: #f4f4f4;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .the-listings .item * {
    color: #154376;
  }
}
.the-listings .item img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.the-listings .item img.placeholder {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.the-listings .item:hover .overlay span.default, .the-listings .item:focus .overlay span.default {
  opacity: 0;
}
.the-listings .item:hover .overlay span.transition, .the-listings .item:focus .overlay span.transition {
  opacity: 1;
}
.the-listings .item:hover .overview, .the-listings .item:focus .overview {
  opacity: 0;
}
.the-listings .item:hover .details-wrapper, .the-listings .item:focus .details-wrapper {
  opacity: 1;
}
.the-listings .item h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .the-listings .item h3 {
    text-shadow: none;
  }
}
.the-listings .item p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 7.5px 0;
  line-height: 1.5;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .the-listings .item p {
    text-shadow: none;
  }
}
.the-listings .item p em {
  color: inherit;
}
.the-listings .item p em:not(:last-of-type):after {
  content: " • ";
  color: inherit;
}
.the-listings .item .categories {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.the-listings .inner-wrapper {
  position: relative;
  overflow: hidden;
}
.the-listings .ribbon {
  position: absolute;
  z-index: 5;
  width: 175px;
  right: -40px;
  top: 25px;
  background-color: #e93f33;
  white-space: nowrap;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.the-listings .ribbon.custom {
  background-color: #154376;
}
.the-listings .ribbon span {
  color: #fff;
  display: block;
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 1px 0;
  padding: 5px 0;
  text-align: center;
}
.the-listings .overlay {
  position: relative;
  display: block;
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  padding: 15px;
  left: 6px;
  right: 6px;
}
@media only screen and (max-width: 768px) {
  .the-listings .overlay {
    display: none;
  }
}
.the-listings .overlay span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.the-listings .overlay span.transition {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: #154376;
  background-color: rgba(21, 67, 118, 0.75);
  opacity: 0;
}
.the-listings .overview {
  display: block;
  position: absolute;
  z-index: 12;
  bottom: 0;
  padding: 30px 15px 10px;
  vertical-align: baseline;
  /*
  	    left: ( $grid-gutter-width / 5 );
  	    right: ( $grid-gutter-width / 5 );
  */
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.87+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .the-listings .overview {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings .overview * {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
}
.the-listings .overview p {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .the-listings .inner-wrapper {
    position: relative;
  }
  .the-listings .inner-wrapper .overview {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.the-listings .details-wrapper {
  opacity: 0;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  padding: 20px 10px;
}
@media only screen and (max-width: 992px) {
  .the-listings .details-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .the-listings .details-wrapper {
    display: block;
    opacity: 1;
    position: relative;
    left: auto;
    right: auto;
    min-height: 135px;
    padding: 20px 10px;
  }
  .the-listings .details-wrapper p {
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings .details-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .the-listings .details-wrapper .info {
    display: none;
    visibility: hidden;
  }
}
.the-listings .details-wrapper .info h3 {
  padding: 0 10px;
  line-height: 1.2;
  letter-spacing: .025em;
}
.the-listings .details-wrapper .info p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .the-listings .details-wrapper .info h3, .the-listings .details-wrapper .info p {
    color: #154376;
  }
}
.the-listings .details-wrapper a.button {
  width: 100%;
  max-width: 160px;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 15px;
  margin: 6px auto;
}
@media only screen and (max-width: 768px) {
  .the-listings .details-wrapper a.button {
    color: #154376;
    border-color: #154376;
    max-width: 150px;
    margin: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .the-listings .details-wrapper a.button {
    padding: 2px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings .details-wrapper a.button {
    padding: 6px 15px;
  }
}
.the-listings .details-wrapper a.button:hover {
  background: #f4f4f4;
  color: #154376;
}
.the-listings .notice, .the-listings .notice p {
  text-align: center;
}

.search .the-listings .overlay span.transition {
  background-color: #e93f33;
  background-color: rgba(233, 63, 51, 0.75);
}
.search .the-listings .details-wrapper a.button:hover {
  color: #e93f33;
}
.search .guests .links-wrapper {
  display: none;
  visibility: hidden;
}

.the-listings.has-featured-item .grid-sizer,
.the-listings.has-featured-item .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .the-listings.has-featured-item .grid-sizer,
  .the-listings.has-featured-item .item {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .the-listings.has-featured-item .grid-sizer,
  .the-listings.has-featured-item .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .the-listings.has-featured-item .grid-sizer,
  .the-listings.has-featured-item .item {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .the-listings.has-featured-item .grid-sizer,
  .the-listings.has-featured-item .item {
    width: 100%;
  }
}
.the-listings.has-featured-item .item.featured-item {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .the-listings.has-featured-item .item.featured-item .details-wrapper {
    padding: 20px 60px;
  }
  .the-listings.has-featured-item .item.featured-item .details-wrapper a.button {
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .the-listings.has-featured-item .item.featured-item {
    width: 100%;
  }
  .the-listings.has-featured-item .item.featured-item .details-wrapper {
    padding: 20px 6px;
  }
}

.the-listings.vip .item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .the-listings.vip .item {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .the-listings.vip .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .the-listings.vip .item {
    float: left;
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .the-listings.vip .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings.vip .item {
    width: 100%;
  }
}
.the-listings.vip .item:hover .actions, .the-listings.vip .item:focus .actions {
  opacity: 1;
}
.the-listings.vip .image-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .the-listings.vip .image-wrapper .actions {
    display: none;
    visibility: hidden;
  }
}
.the-listings.vip .overlay {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .the-listings.vip .actions {
    opacity: 0;
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 60px;
  }
}
.the-listings.vip .actions a.button {
  width: 100%;
  max-width: 200px;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 15px;
  margin: 6px auto;
}
.the-listings.vip .actions a.button:hover {
  background: #f4f4f4;
  color: #154376;
}
@media only screen and (max-width: 600px) {
  .the-listings.vip .actions {
    padding: 20px 30px;
  }
  .the-listings.vip .actions a.button {
    padding: 2px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings.vip .actions {
    padding: 20px 60px;
  }
  .the-listings.vip .actions a.button {
    padding: 6px 15px;
  }
}
.the-listings.vip .listing-details {
  text-align: center;
}
.the-listings.vip .listing-details * {
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
}
.the-listings.vip .listing-details .location {
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 768px) {
  .the-listings.vip .listing-details .actions {
    padding-top: 15px;
  }
  .the-listings.vip .listing-details .actions .button {
    color: #154376;
    border-color: #154376;
  }
}
@media only screen and (min-width: 992px) {
  .the-listings.vip .listing-details .actions {
    display: none;
    visibility: hidden;
  }
}

.press .featured {
  clear: both;
}
.press .featured:before, .press .featured:after {
  content: " ";
  display: table;
}
.press .featured:after {
  clear: both;
}
.press .featured h3 {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0 30px;
}
.press .featured .the-listings {
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}
.press .featured .the-listings .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .press .featured .the-listings .item {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .press .featured .the-listings .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .press .featured .the-listings .item {
    float: left;
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .press .featured .the-listings .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .press .featured .the-listings .item {
    width: 100%;
  }
}
.press .featured .the-listings .item .date {
  text-shadow: none;
  color: #565656;
  font-weight: 700;
  margin-bottom: 0;
}
.press .featured .the-listings .item h4 {
  text-transform: none;
  color: #154376;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 0;
}
.press .featured .the-listings .item .button {
  background-color: #e93f33;
}
.press .featured .the-listings .item .button:hover, .press .featured .the-listings .item .button:focus {
  background-color: #f4f4f4;
}

.the-listings.posts .item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .the-listings.posts .item {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .the-listings.posts .item {
    width: 100%;
  }
}

.detail .main-content {
  /*
  	@media only screen and (max-width: $screen-sm) {
  		padding-bottom: ( $grid-gutter-width * 2 );
  	}
  	
  	@media only screen and (max-width: $screen-sm) {
  		padding-bottom: ( $grid-gutter-width );
  	}
  */
}
.detail .main-content .the-listings h2 {
  color: #154376;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 15px 6px;
}

.show-exhibitors .section.listings {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0 0;
  border-top: 1px solid #bcbcbc;
}
.show-exhibitors .section.listings:before, .show-exhibitors .section.listings:after {
  content: " ";
  display: table;
}
.show-exhibitors .section.listings:after {
  clear: both;
}
.show-exhibitors .section.listings h2 {
  color: #e93f33;
  font-size: 22px;
  font-size: 2.2rem;
}
.show-exhibitors .section.listings .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .show-exhibitors .section.listings .item {
    float: left;
    width: 33.33333%;
  }
}
.show-exhibitors .section.listings .item:before, .show-exhibitors .section.listings .item:after {
  content: " ";
  display: table;
}
.show-exhibitors .section.listings .item:after {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .show-exhibitors .section.listings .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .show-exhibitors .section.listings .item {
    width: 100%;
  }
}
.show-exhibitors .section.listings .item * {
  text-shadow: none;
}
.show-exhibitors .section.listings .item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #154376;
}
.show-exhibitors .section.listings .item p {
  color: #565656;
  max-width: 250px;
  font-size: 15px;
  font-size: 1.5rem;
}
.show-exhibitors .section.listings .item .social-links {
  font-size: 20px;
  font-size: 2rem;
}
.show-exhibitors .section.listings .item .social-links span.icon-website {
  color: #e93f33;
}
.show-exhibitors .section.listings .item .social-links span.icon-facebook {
  color: #3b5998;
}
.show-exhibitors .section.listings .item .social-links span.icon-twitter {
  color: #00aced;
}
.show-exhibitors .section.listings .item .social-links span.icon-linkedin {
  color: #007bb6;
}
.show-exhibitors .section.listings .item .social-links span.icon-instagram {
  color: #125688;
}
.show-exhibitors .section.listings .item .social-links span.icon-google, .show-exhibitors .section.listings .item .social-links span.icon-google-plus {
  color: #dd4b39;
}
.show-exhibitors .section.listings .item .social-links span.icon-youtube {
  color: #bb0000;
}
.show-exhibitors .section.listings .item .social-links span.icon-vimeo {
  color: #aad450;
}

.attractions .section-header .intro p {
  margin: 0 auto;
  max-width: 880px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #565656;
}
.attractions .the-listings {
  margin-top: 30px;
}
.attractions .listing {
  margin: 15px 0;
}
.attractions .listing:before, .attractions .listing:after {
  content: " ";
  display: table;
}
.attractions .listing:after {
  clear: both;
}
.attractions .listing h3 {
  color: #e93f33;
  font-size: 20px;
  font-size: 2rem;
}
.attractions .listing.has-image .image-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .attractions .listing.has-image .image-wrapper {
    float: left;
    width: 33.33333%;
  }
}
.attractions .listing.has-image .the-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .attractions .listing.has-image .the-content {
    float: left;
    width: 66.66667%;
  }
}

/* ==========================================================================
   SHOWS / EVENTS
   ========================================================================== */
.event-info {
  padding-top: 15px;
}
.event-info h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
.event-info .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-info .item {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .event-info .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .event-info .item {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .event-info .item.links {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .event-info .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.event-info .item .img-icon {
  display: inline-block;
  width: 60px;
  height: 51px;
  margin: 0 auto;
  background: transparent url(../img/layout/img-icons-sprite.png) left top no-repeat;
}
.event-info .item .img-icon.location {
  background-position: left top;
}
.event-info .item .img-icon.hours {
  background-position: -60px top;
}
.event-info .item .img-icon.links {
  background-position: -120px top;
}
.event-info .item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e93f33;
}
.event-info .item p, .event-info .item li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.event-info .item p em, .event-info .item li em {
  color: #e93f33;
}
.event-info .item .more-link {
  text-transform: uppercase;
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #e93f33;
  text-decoration: none;
}
.event-info .item ul {
  margin: 0;
  padding-left: 15px;
}
.event-info .item ul:before, .event-info .item ul:after {
  content: " ";
  display: table;
}
.event-info .item ul:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .event-info .item ul {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.event-info .item ul li {
  margin: 0;
  list-style: none;
  text-align: left;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .event-info .item ul li {
    width: 100%;
  }
}
.event-info .item ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e907";
  color: #e93f33;
  position: absolute;
  left: 0;
  top: 5px;
}
.event-info .item ul li a {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #565656;
}
.event-info .banner-slider {
  top: -30px;
}
.event-info .banner-slider .owl-dots {
  bottom: -15px;
}

@media only screen and (max-width: 768px) {
  .shows .guests {
    margin-top: 30px;
  }
}

body:not(.programs) section.programs {
  background-color: #d8d8d8;
  margin-bottom: 0;
}
body:not(.programs) section.programs p a:not(.button):not(.tel) {
  text-shadow: 3px 0 #d8d8d8,2px 0 #d8d8d8,1px 0 #d8d8d8,-1px 0 #d8d8d8,-2px 0 #d8d8d8,-3px 0 #d8d8d8;
  color: #154376;
}

.main-content section.programs .sub-nav-wrapper {
  text-align: center;
  margin-top: 45px;
}
.main-content section.programs .sub-nav-wrapper form {
  display: block;
  width: 100%;
  float: none;
  margin: 0 auto;
}
.main-content section.programs .sub-nav-wrapper form .styled {
  display: inline-block;
  float: none;
  width: auto;
  max-width: 250px;
  min-width: 200px;
  padding: 0 10px;
  text-align: left;
  background: #e6e6e6;
  color: #565656;
  font-family: "Oswald", Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content section.programs .sub-nav-wrapper form .styled select {
  font-family: "Oswald", Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

section.programs {
  margin-top: 15px;
  padding-top: 30px;
}
section.programs h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
section.programs .intro p {
  text-align: center;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 15px auto;
}
section.programs .schedule {
  width: 100%;
}
section.programs .schedule h3 {
  padding-bottom: 7.5px;
  margin: 0 0 15px 0;
  font-size: 28px;
  font-size: 2.8rem;
  color: #154376;
  border-bottom: 1px solid #565656;
}
section.programs .schedule ul {
  margin: 0;
  padding: 0;
}
section.programs .schedule li {
  text-align: left;
  width: 100%;
  display: block;
  margin: 15px 0 0 0;
}
section.programs .schedule li:not(:first-of-type) {
  margin-top: 45px;
}
section.programs .schedule p {
  line-height: 1.5;
}
section.programs .schedule p span.date {
  font-size: 20px;
  font-size: 2rem;
  color: #154376;
  font-weight: 700;
  margin-bottom: 0;
}
section.programs .schedule p span.time {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e93f33;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  section.programs .schedule p span.time {
    display: block;
    margin-left: 0;
  }
}
section.programs .schedule p .location-wrapper {
  color: #154376;
  font-style: italic;
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  section.programs .schedule p .location-wrapper {
    display: block;
    margin-left: 0;
  }
}
section.programs .schedule p span.location {
  font-weight: 700;
  margin-top: 0;
  font-style: normal;
  color: #565656;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section.programs .schedule p span.location {
    display: block;
    margin-left: 0;
  }
}
section.programs .schedule h4 {
  color: #154376;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 15px;
  text-transform: lowercase;
  text-transform: capitalize;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
section.programs .button-wrapper {
  text-align: center;
  margin-top: 30px;
}
section.programs .button-wrapper .button {
  background: #e93f33;
  margin: 0 auto;
}
section.programs .button-wrapper .button:hover, section.programs .button-wrapper .button:focus {
  color: #f4f4f4;
}

.accommodations .intro {
  max-width: 600px;
  margin: 0 auto 45px auto;
  text-align: left;
  color: #565656;
  line-height: 1.5;
}
.accommodations .listings {
  clear: both;
  width: 100%;
  float: left;
  margin: 15px 0;
}
.accommodations .listings:before, .accommodations .listings:after {
  content: " ";
  display: table;
}
.accommodations .listings:after {
  clear: both;
}
.accommodations .listings h3 {
  color: #154376;
  font-size: 18px;
  font-size: 1.8rem;
}
.accommodations .listings .overview {
  max-width: 800px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.accommodations .listings h4 {
  margin-top: 0;
  color: #154376;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
}
.accommodations .listings h4.main {
  text-transform: uppercase;
  color: #e93f33;
  font-weight: 400;
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .01em;
  margin-bottom: 0;
}
.accommodations .listings .item {
  clear: both;
  width: 100%;
  float: left;
  margin: 15px 0;
}
.accommodations .listings .item:before, .accommodations .listings .item:after {
  content: " ";
  display: table;
}
.accommodations .listings .item:after {
  clear: both;
}
.accommodations .listings .item .image-wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 250px;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .accommodations .listings .item .image-wrapper {
    float: left;
    width: 25%;
  }
}
.accommodations .listings .item .the-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .accommodations .listings .item .the-content {
    float: left;
    width: 75%;
  }
}
.accommodations .listings .item .the-content h4 {
  margin-top: -5px;
}
.accommodations .listings .item .the-content .address {
  line-height: 1.2;
}
.accommodations .listings .item .the-content p {
  margin-bottom: 0;
}
.accommodations .listings .item .button {
  background: transparent;
  border: 1px solid #e93f33;
  color: #e93f33;
  min-width: 200px;
}
@media only screen and (max-width: 480px) {
  .accommodations .listings .item .button {
    min-width: 100px;
  }
}
.accommodations .listings .item .button:hover {
  background: #f4f4f4;
}
.accommodations .listings .item .button.call-to-action {
  background: #e93f33;
  color: #f4f4f4;
}
.accommodations .listings .item .button.call-to-action:hover {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #e93f33;
}
.accommodations .listings .other-items {
  clear: both;
  width: 100%;
  float: left;
}
.accommodations .listings .other-items:before, .accommodations .listings .other-items:after {
  content: " ";
  display: table;
}
.accommodations .listings .other-items:after {
  clear: both;
}
.accommodations .listings .other-items h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
.accommodations .listings .other-items .the-content * {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: normal;
}
.accommodations .listings .other-items ul, .accommodations .listings .other-items ol {
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .accommodations .listings .other-items ul, .accommodations .listings .other-items ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.accommodations .listings .other-items li {
  margin: 0 0 7.5px 18px;
  list-style: disc;
}
.accommodations .listings.parking h4 {
  margin-bottom: 0;
}
.accommodations .listings.has-panda-parking .item .image-wrapper {
  position: relative;
}
.accommodations .listings.has-panda-parking .item .image-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  background-color: #154376;
  background-color: rgba(21, 67, 118, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.accommodations .listings.has-panda-parking .item .image-wrapper .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.accommodations .listings.has-panda-parking .item .image-wrapper .overlay a:hover {
  color: #e93f33;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, 0.7);
  border-color: #e93f33;
}
.accommodations .listings.has-panda-parking .item .image-wrapper:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.accommodations .listings.other-transportation .item:not(.has-image) .the-content {
  padding-left: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  #map_canvas.map-wrapper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #map_canvas.map-wrapper {
    min-height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  #map_canvas.map-wrapper {
    display: none;
    visibility: hidden;
  }
}

.info-content h2 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #154376;
}
.info-content p {
  line-height: 1.3;
}
.info-content a {
  text-shadow: none !important;
  margin-top: 7.5px;
  text-decoration: underline !important;
  background-image: none !important;
}

.press .press-links .schedule {
  clear: both;
  float: left;
  width: 100%;
}
.press .press-links .schedule h2 {
  font-size: 20px;
  font-size: 2rem;
}
.press .press-links .schedule h3 {
  margin-bottom: 0;
}
.press .press-links .schedule p {
  margin-top: 0;
}
.press .press-links .schedule a {
  background-image: none !important;
  text-shadow: none !important;
}
.press .press-links.contacts .the-contacts {
  width: 100%;
  border: none;
  float: left !important;
  padding-top: 30px;
  margin-bottom: 15px;
  padding-left: 0;
  border-bottom: 1px solid #bcbcbc;
}
.press .press-links.contacts .the-contacts .item {
  margin-top: 15px;
}

.exhibitors table {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
.exhibitors table:before, .exhibitors table:after {
  content: " ";
  display: table;
}
.exhibitors table:after {
  clear: both;
}
.exhibitors table tr {
  width: 33.33333%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 768px) {
  .exhibitors table tr {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .exhibitors table tr {
    width: 100%;
  }
}
.exhibitors table p {
  margin-bottom: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #154376;
  font-size: 16px;
  font-size: 1.6rem;
}

.coming-soon-text {
  clear: both;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 0;
}
.coming-soon-text:before, .coming-soon-text:after {
  content: " ";
  display: table;
}
.coming-soon-text:after {
  clear: both;
}

.filter.celebrities {
  display: none;
  visibility: hidden;
}

.ug-lightbox .ug-textpanel-title {
  text-align: center !important;
  font-family: "Oswald", Verdana, sans-serif !important;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e93f33;
}

.ug-thumb-wrapper .ug-thumb-overlay {
  background-color: #154376 !important;
  background-color: rgba(21, 67, 118, 0.75) !important;
}

.tickets .next-event.widget a:not(.text-link).button.vip {
  background-color: #f4f4f4;
  color: #154376;
}
.tickets .next-event.widget a:not(.text-link).button.vip:before {
  background-color: #efa852;
}
.tickets .next-event.widget a:not(.text-link).button.vip:hover, .tickets .next-event.widget a:not(.text-link).button.vip:focus {
  color: #e93f33;
}

/* ==========================================================================
   CONTACT PAGES
   ========================================================================== */
.contacts h3 {
  color: #e93f33;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.contacts .the-contacts {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 15px;
  float: right !important;
  border-left: 1px solid #565656;
}
@media (min-width: 768px) {
  .contacts .the-contacts {
    float: left;
    width: 75%;
  }
}
.contacts .the-contacts:before, .contacts .the-contacts:after {
  content: " ";
  display: table;
}
.contacts .the-contacts:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .contacts .the-contacts {
    border-left: 0;
    padding-left: 15px;
  }
}
.contacts .the-contacts h4 {
  clear: both;
  float: left;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.contacts .the-contacts h4:not(:first-of-type) {
  margin-top: 30px;
}
.contacts .the-contacts h4:first-of-type {
  margin-top: 6px;
}
.contacts .the-contacts h4, .contacts .the-contacts h5, .contacts .the-contacts h6 {
  color: #154376;
}
.contacts .the-contacts .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts .the-contacts .item {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .contacts .the-contacts .item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .the-contacts .item {
    width: 100%;
  }
}
.contacts .the-contacts .item h5 {
  text-transform: none;
  letter-spacing: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.contacts .the-contacts .item p {
  color: #565656;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 30px;
  margin: 0 0 6px 0;
  line-height: 1.5;
}
.contacts .the-contacts .item a {
  color: #e93f33;
  text-decoration: none;
  background-image: none;
  text-shadow: none;
}
.contacts .additional-info {
  clear: both;
  float: left;
  width: 100%;
  margin: 30px 0;
}
.contacts .additional-info h2, .contacts .additional-info h3, .contacts .additional-info h4, .contacts .additional-info h5, .contacts .additional-info h6 {
  color: #154376;
}
.contacts aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .contacts aside {
    float: left;
    width: 25%;
  }
}
.contacts aside ul:not(:last-of-type) {
  margin-bottom: 30px;
}
.contacts aside li {
  list-style: none;
  text-align: left;
  margin: 10px 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.contacts aside li a {
  color: #565656;
}
.contacts aside .coming-soon-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  margin-top: 15px;
}

/* ==========================================================================
   BIOS
   ========================================================================== */
body:not(.vip) .guest-bio h2 {
  color: #154376;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

.guest-bio .categories {
  color: #e93f33;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.guest-bio .bio {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .guest-bio .bio {
    float: left;
    width: 75%;
  }
}
.guest-bio .bio:before, .guest-bio .bio:after {
  content: " ";
  display: table;
}
.guest-bio .bio:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .guest-bio .bio {
    padding: 0;
  }
}
.guest-bio .bio .inset {
  float: left;
  padding: 0 20px 15px 0;
}
@media only screen and (max-width: 480px) {
  .guest-bio .bio .inset {
    padding: 0;
    margin-bottom: 15px;
  }
}
.guest-bio .bio p {
  margin-top: 5px;
}
.guest-bio.basic .bio {
  width: 100%;
  padding-bottom: 15px;
}
.guest-bio .highlights {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 30px;
  margin-top: 15px;
  background: #e93f33;
}
@media (min-width: 992px) {
  .guest-bio .highlights {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .guest-bio .highlights {
    margin: 30px 0 0;
  }
}
.guest-bio .highlights * {
  color: #f4f4f4;
}
.guest-bio .highlights h3 {
  margin-top: 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.guest-bio .highlights p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Oswald", Verdana, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}

.guest-links h3, .show-comments h3 {
  color: #154376;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 30px;
}
.guest-links ul li, .show-comments ul li {
  list-style: none;
  margin-left: 0;
}

.show-comments ul li {
  margin-bottom: 30px;
}
.show-comments ul h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #e93f33;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}
.show-comments ul p {
  font-weight: 600;
  line-height: 1.5;
}

.vip .section-header {
  margin-bottom: 15px;
}
.vip .guest-bio .image-wrapper {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vip .guest-bio .image-wrapper {
    float: left;
    width: 41.66667%;
  }
}
@media only screen and (max-width: 1200px) {
  .vip .guest-bio .image-wrapper:after {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .vip .guest-bio .image-wrapper {
    padding: 0 0 30px 0;
  }
}
.vip .guest-bio .image-wrapper:after {
  content: " ";
  position: absolute;
  width: 1px;
  background: #bcbcbc;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 30px;
}
.vip .guest-bio .information {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vip .guest-bio .information {
    float: left;
    width: 58.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .vip .guest-bio .information {
    padding: 0 0 30px 0;
  }
}
.vip .guest-bio .information h3 {
  color: #154376;
  font-size: 18px;
  font-size: 1.8rem;
}
.vip .guest-bio .information h3:first-of-type {
  margin-top: 0;
}
.vip .guest-bio .information p {
  margin-bottom: 30px;
}
.vip .guest-bio .information li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  list-style: none;
  margin-left: 0;
}
.vip .guest-bio .information .share-widget {
  margin-top: 15px;
}
.vip .guest-bio .information .share-widget p {
  margin: 0;
}
.vip .inclusions {
  margin-top: 0;
  padding-top: 0;
}
.vip .inclusions h2 {
  color: #e93f33;
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bcbcbc;
}
.vip .inclusions h3 {
  margin-top: 45px;
  color: #154376;
  font-size: 20px;
  font-size: 2rem;
}
.vip .inclusions li {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) {
  .vip .inclusions li {
    margin-left: 60px;
  }
}

/* ==========================================================================
   RESOURCES
   ========================================================================== */
section:first-of-type.resource-categories {
  margin: 30px 0;
  padding: 30px 0;
}

.resource-categories {
  border-top: 1px solid #bcbcbc;
}
.resource-categories .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .resource-categories .item {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .resource-categories .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .resource-categories .item {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .resource-categories .item.links {
    width: 100%;
  }
}
.resource-categories .item .icon {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 142px;
  height: 142px;
  line-height: 142px;
  font-size: 80px;
  font-size: 8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f4f4f4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.resource-categories .item .icon:hover, .resource-categories .item .icon:focus {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.resource-categories .item .icon.icon-exhibitors-sponsors {
  background-color: #e93f33;
}
.resource-categories .item .icon.icon-press {
  background-color: #154376;
}
.resource-categories .item .icon.icon-faq {
  background-color: #efa852;
}
.resource-categories .item.exhibitors-sponsors h3, .resource-categories .item.exhibitors-sponsors .more-link {
  color: #e93f33;
}
.resource-categories .item.exhibitors-sponsors .more-link:before {
  background-color: #e93f33;
}
.resource-categories .item.press h3, .resource-categories .item.press .more-link {
  color: #154376;
}
.resource-categories .item.press .more-link:before {
  background-color: #154376;
}
.resource-categories .item.faq h3, .resource-categories .item.faq .more-link {
  color: #efa852;
}
.resource-categories .item.faq .more-link:before {
  background-color: #efa852;
}
.resource-categories .item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e93f33;
  text-decoration: none !important;
}
.resource-categories .item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}
.resource-categories .item .more-link {
  text-transform: uppercase;
  font-family: "Oswald", Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #e93f33;
  text-decoration: none;
}
.resource-categories.subs {
  padding-top: 30px;
}
.resource-categories.subs .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .resource-categories.subs .item {
    float: left;
    width: 50%;
  }
}
.resource-categories.subs .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.resource-categories.subs .description {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+16,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}
.resource-categories.subs .description h3 {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #f4f4f4;
  padding: 0 30px;
}
.resource-categories .the-listings.posts .item {
  position: relative;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .resource-categories .the-listings.posts .item {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .resource-categories .the-listings.posts .item {
    width: 100%;
  }
}
.resource-categories .posts {
  margin-bottom: 90px;
}
.resource-categories .posts:before, .resource-categories .posts:after {
  content: " ";
  display: table;
}
.resource-categories .posts:after {
  clear: both;
}
.resource-categories .posts .post {
  float: left;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  /*
  			.faux-link {
  				display: block;
  				position: absolute;
  				bottom: ( $grid-gutter-width / 6 );
  				right: ( $grid-gutter-width / 6 );
  				@include transition;
  				
  				&:after {
  					display: block;
  					@include icon-font;
  					content:"\f105";
  					color: $white;
  					@include font-size(3);
  					width: 40px;
  					height: 40px;
  					padding-left: 3px;
  					background: $brandRed;
  					line-height: 40px;
  					text-align: center;
  					@include rounded(50%);
  				}
  			}
  */
  /* HOVER STATE */
}
.resource-categories .posts .post:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  .resource-categories .posts .post {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.resource-categories .posts .post * {
  color: #221e1f;
}
.resource-categories .posts .post .image-wrapper {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.resource-categories .posts .post .image-wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
.resource-categories .posts .post h2 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Tahoma, serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.resource-categories .posts .post .the-content {
  position: relative;
  padding: 30px;
  background: #7c7c7c;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 4px solid #e93f33;
  line-height: 1.3;
}
.resource-categories .posts .post .post-info {
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}
.resource-categories .posts .post.message {
  width: 100%;
  background: transparent;
  border: none;
  color: #e93f33;
}
.resource-categories .posts .post:hover .the-content, .resource-categories .posts .post:focus .the-content {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
  box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
}
.resource-categories .posts .post:hover .faux-link:after, .resource-categories .posts .post:focus .faux-link:after {
  background: #221e1f;
}
.resource-categories .pagination {
  clear: both;
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 1150px;
  text-align: right;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .resource-categories .pagination {
    text-align: left;
  }
}
.resource-categories .pagination a {
  font: normal 14px/44px "Oswald", Verdana, sans-serif;
  padding: 0 5px;
  margin: 0 5px;
}
@media (max-width: 480px) {
  .resource-categories .pagination a {
    width: 44px;
    text-align: center;
    border: 1px solid #7c7c7c;
  }
}
.resource-categories .pagination a:hover, .resource-categories .pagination a:focus {
  text-decoration: none;
  color: #565656;
}
.resource-categories .pagination .active {
  font-size: 14px;
  font-size: 1.4rem;
  color: #221e1f;
}
.resource-categories.videos .posts .post {
  width: 50%;
  display: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
@media (max-width: 768px) {
  .resource-categories.videos .posts .post {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .resource-categories.videos .posts .post {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.resource-categories.videos .posts .post h3 {
  text-transform: none;
  font-family: Tahoma, serif;
  font-weight: normal;
  font-style: italic;
  margin-top: -15px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}
.resource-categories.videos .posts.null:after {
  content: "There are no videos for this category at this time, check back soon!";
  margin: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .resource-categories.videos .posts.null:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .resource-categories {
    /*
    	.posts .post {
    		position: static ! important;
    		-webkit-transform: translate(0px, 0px) ! important;
    		   -moz-transform: translate(0px, 0px) ! important;
    		        transform: translate(0px, 0px) ! important;
    	}
    */
  }
}
.resource-categories .sub-navigation {
  border-top: 1px solid #221e1f;
}
.resource-categories .sub-navigation.standard {
  border-bottom: 1px solid #221e1f;
}
@media (max-width: 991px) and (min-width: 760px) {
  .resource-categories .sub-navigation li {
    vertical-align: middle;
    margin: 0;
  }
  .resource-categories .sub-navigation li:after {
    display: none;
    visibility: hidden;
  }
  .resource-categories .sub-navigation li a {
    line-height: 1.2;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 100px;
  }
}
@media (max-width: 920px) and (min-width: 760px) {
  .resource-categories .sub-navigation li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 880px) and (min-width: 760px) {
  .resource-categories .sub-navigation li a {
    line-height: 1.2;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .resource-categories .sub-navigation label.title {
    border: none;
  }
  .resource-categories .sub-navigation li {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
  }
  .resource-categories .sub-navigation li a {
    width: 100%;
  }
  .resource-categories .sub-navigation li:hover {
    background-color: #7c7c7c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
}
@media (max-width: 768px) {
  .resource-categories .sub-navigation.pager {
    display: none;
    visibility: hidden;
    border-top: none;
  }
}
.resource-categories.resources .listing {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #221e1f;
}
.resource-categories.resources .listing:last-of-type {
  padding: 0 0 0;
  margin: 0 0 0;
  border-bottom: none;
}
.resource-categories.resources .listing h2 {
  font-size: 30px;
  font-size: 3rem;
}
.resource-categories.resources .sub-navigation.standard ul {
  width: auto;
  margin: 0 auto;
}

/* ==========================================================================
   Signup / Newsltetter Form
   ========================================================================== */
.signup .main-content .form-wrapper {
  background-color: #e93f33;
  background-color: rgba(233, 63, 51, 0.1);
  padding: 30px;
}
.signup .main-content .form-wrapper h2 {
  text-align: center;
  color: #e93f33;
  font-size: 26px;
  font-size: 2.6rem;
}
.signup .main-content .form-wrapper p {
  text-align: center;
  line-height: 1.3;
}
.signup .main-content .form-wrapper h3 {
  color: #154376;
  font-size: 18px;
  font-size: 1.8rem;
}
.signup .main-content .form-wrapper form {
  /* --------  Checkboxes and Radio inputs  ---------  */
}
.signup .main-content .form-wrapper form .options-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.signup .main-content .form-wrapper form .options-wrapper:before, .signup .main-content .form-wrapper form .options-wrapper:after {
  content: " ";
  display: table;
}
.signup .main-content .form-wrapper form .options-wrapper:after {
  clear: both;
}
.signup .main-content .form-wrapper form .options-wrapper .item {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .signup .main-content .form-wrapper form .options-wrapper .item {
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (max-width: 588px) {
  .signup .main-content .form-wrapper form .options-wrapper .item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .signup .main-content .form-wrapper form .options-wrapper .item {
    width: 100%;
  }
}
.signup .main-content .form-wrapper form input[type="text"], .signup .main-content .form-wrapper form input[type="email"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.signup .main-content .form-wrapper form label {
  color: #565656;
}
.signup .main-content .form-wrapper form .checker label {
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blog .the-posts, .galleries .the-posts {
  margin-bottom: 90px;
}
.blog .the-posts:before, .blog .the-posts:after, .galleries .the-posts:before, .galleries .the-posts:after {
  content: " ";
  display: table;
}
.blog .the-posts:after, .galleries .the-posts:after {
  clear: both;
}
.blog .the-posts .post, .galleries .the-posts .post {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  /* HOVER STATE */
}
@media (min-width: 768px) {
  .blog .the-posts .post, .galleries .the-posts .post {
    float: left;
    width: 50%;
  }
}
.blog .the-posts .post:last-of-type, .galleries .the-posts .post:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  .blog .the-posts .post, .galleries .the-posts .post {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.blog .the-posts .post .image-wrapper, .galleries .the-posts .post .image-wrapper {
  width: 100%;
  text-align: center;
}
.blog .the-posts .post .image-wrapper img, .galleries .the-posts .post .image-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.blog .the-posts .post .the-content, .galleries .the-posts .post .the-content {
  position: relative;
  padding: 5px 15px;
  background: #f4f4f4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.3;
}
.blog .the-posts .post.message, .galleries .the-posts .post.message {
  width: 100%;
  background: transparent;
  border: none;
  color: #e93f33;
}
.blog .the-posts .post:hover .the-content, .blog .the-posts .post:focus .the-content, .galleries .the-posts .post:hover .the-content, .galleries .the-posts .post:focus .the-content {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
  box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
}
.blog .the-posts .post:hover .faux-link:after, .blog .the-posts .post:focus .faux-link:after, .galleries .the-posts .post:hover .faux-link:after, .galleries .the-posts .post:focus .faux-link:after {
  background: #221e1f;
}
.blog .post-info, .galleries .post-info {
  margin: 0;
  font-weight: 600;
  color: #e93f33;
}
.blog h3, .galleries h3 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #154376;
}
.blog.detail .the-content, .galleries.detail .the-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .blog.detail .the-content, .galleries.detail .the-content {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .blog.detail .the-content, .galleries.detail .the-content {
    float: right;
  }
}
.blog.detail .the-content h1, .galleries.detail .the-content h1 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.3;
  margin: 5px 0 5px 0;
  font-weight: 600;
  color: #154376;
  letter-spacing: normal;
}
.blog.detail .the-content .share-widget, .galleries.detail .the-content .share-widget {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog.detail .the-content .share-widget:before, .blog.detail .the-content .share-widget:after, .galleries.detail .the-content .share-widget:before, .galleries.detail .the-content .share-widget:after {
  content: " ";
  display: table;
}
.blog.detail .the-content .share-widget:after, .galleries.detail .the-content .share-widget:after {
  clear: both;
}
.blog.detail .the-content p, .galleries.detail .the-content p {
  clear: both;
}
.blog.detail .inset-content, .galleries.detail .inset-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .blog.detail .inset-content, .galleries.detail .inset-content {
    float: left;
    width: 41.66667%;
  }
}
.blog.detail .inset-content .image-wrapper, .galleries.detail .inset-content .image-wrapper {
  margin-bottom: 30px;
  background: #f4f4f4;
}
.blog.detail .inset-content h3, .galleries.detail .inset-content h3 {
  font-family: "Oswald", Verdana, sans-serif;
  color: #e93f33;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog.detail .inset-content li, .galleries.detail .inset-content li {
  list-style: none;
  margin-left: 0;
  padding-top: 15px;
  border-top: 1px solid #bcbcbc;
}
.blog.detail .inset-content li a, .galleries.detail .inset-content li a {
  color: #154376;
  text-transform: capitalize;
}
.blog.detail .inset-content li a:hover, .blog.detail .inset-content li a:focus, .galleries.detail .inset-content li a:hover, .galleries.detail .inset-content li a:focus {
  text-decoration: none;
  color: #e93f33;
}
.blog.detail .inset-content li .icon, .galleries.detail .inset-content li .icon {
  margin-right: 5px;
}
.blog.detail .inset-content .button, .galleries.detail .inset-content .button {
  width: 100%;
  text-align: left;
  color: #154376;
}
.blog .pagination, .galleries .pagination {
  clear: both;
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 1150px;
  text-align: right;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .blog .pagination, .galleries .pagination {
    text-align: left;
  }
}
.blog .pagination a, .galleries .pagination a {
  font: normal 14px/44px "Oswald", Verdana, sans-serif;
  padding: 0 5px;
  margin: 0 5px;
}
@media (max-width: 480px) {
  .blog .pagination a, .galleries .pagination a {
    width: 44px;
    text-align: center;
    border: 1px solid #7c7c7c;
  }
}
.blog .pagination a:hover, .blog .pagination a:focus, .galleries .pagination a:hover, .galleries .pagination a:focus {
  text-decoration: none;
  color: #565656;
}
.blog .pagination .active, .galleries .pagination .active {
  font-size: 14px;
  font-size: 1.4rem;
  color: #221e1f;
}

.galleries .the-posts {
  padding-bottom: 30px;
}
.galleries .the-posts .post {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .galleries .the-posts .post {
    float: left;
    width: 33.33333%;
  }
}
.galleries .the-posts .post:last-of-type {
  margin-bottom: 60px;
}
.galleries .the-posts .post * {
  text-decoration: none;
  color: #565656;
}
.galleries .the-posts .post h3 {
  color: #e93f33;
  font-size: 16px;
  font-size: 1.6rem;
}
.galleries .the-posts .post p {
  margin: 0;
  line-height: 1.3;
}
.galleries .the-posts .post p.post-info {
  font-weight: 700;
}
.galleries .the-posts .post .the-content {
  background: transparent;
}

.blog.exclusives .post {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .blog.exclusives .post {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .blog.exclusives .post {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .blog.exclusives .post {
    float: left;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .blog.exclusives .post {
    width: auto;
    clear: both;
    padding-top: 15px;
    background: #f4f4f4;
  }
}
.blog.exclusives .post .the-content {
  text-align: left;
}
.blog.exclusives .post .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .blog.exclusives .post .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
    padding: 0 15px 15px;
  }
}
.blog.exclusives .post .overlay .button {
  background: #154376;
  color: #f4f4f4;
  cursor: pointer;
}
.blog.exclusives .post:hover, .blog.exclusives .post:focus {
  -webkit-box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
  box-shadow: 0 0 3px 2px rgba(225, 225, 225, 0.5);
}
.blog.exclusives .post:hover .overlay, .blog.exclusives .post:focus .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog.exclusives .post:hover .the-content, .blog.exclusives .post:focus .the-content {
  background: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog.exclusives .inner-wrapper {
  position: relative;
}
.blog.exclusives .inner-wrapper .image-wrapper {
  text-align: center;
  border: 7.5px solid #f4f4f4;
}
.blog.exclusives .inner-wrapper .image-wrapper img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .blog.exclusives .modal-dialog {
    width: 450px;
    margin: 60px auto 0;
  }
}
.blog.exclusives .modal-content {
  border: 10px solid #154376;
  border-radius: 0;
}
.blog.exclusives .modal-content:before, .blog.exclusives .modal-content:after {
  content: " ";
  display: table;
}
.blog.exclusives .modal-content:after {
  clear: both;
}
.blog.exclusives .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  z-index: 12;
  color: #154376;
  font-size: 18px;
  font-size: 1.8rem;
}
.blog.exclusives .modal-content .image-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .blog.exclusives .modal-content .image-wrapper {
    float: left;
    width: 33.33333%;
  }
}
.blog.exclusives .modal-content .content-wrapper {
  padding: 30px;
}
.blog.exclusives .modal-content p {
  line-height: 1.3;
}
.blog.exclusives .modal-backdrop {
  background: transparent;
}

/* ==========================================================================
   WIZPOP
   ========================================================================== */
.wizpop .page-header {
  background-position: center bottom;
}
.wizpop .page-header .overlay {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1070px) {
  .wizpop .page-header.search-wrapper {
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
  }
}
@media only screen and (max-width: 1070px) {
  .wizpop .page-header.search-wrapper .container, .wizpop .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .wizpop .page-header.search-wrapper .owl-dots {
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .wizpop .page-header.search-wrapper .container, .wizpop .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .wizpop .page-header.search-wrapper .owl-dots {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .wizpop .page-header.search-wrapper .container, .wizpop .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .wizpop .page-header.search-wrapper .owl-dots {
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .wizpop .page-header.search-wrapper .container, .wizpop .page-header.search-wrapper .hero .owl-theme .owl-dots, .hero .owl-theme .wizpop .page-header.search-wrapper .owl-dots {
    height: 180px;
  }
}
.wizpop .main-content h1, .wizpop .main-content h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #7c7c7c;
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.wizpop .main-content h1:after, .wizpop .main-content h2:after {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .wizpop .main-content h2 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.wizpop .main-content section.sidebar {
  clear: none;
  padding-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .wizpop .main-content section.sidebar {
    float: left;
    width: 37.5%;
  }
}
@media only screen and (max-width: 992px) {
  .wizpop .main-content section.sidebar {
    clear: both;
  }
}
.wizpop .main-content section.posts-wrapper {
  clear: none;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .wizpop .main-content section.posts-wrapper {
    float: left;
    width: 62.5%;
  }
}
@media only screen and (max-width: 992px) {
  .wizpop .main-content section.posts-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wizpop .main-content .inner-section {
  clear: both;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .wizpop .main-content .inner-section {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
.wizpop .main-content .inner-section.image-wrapper {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.wizpop .main-content .inner-section .main-heading {
  margin-top: 0;
}
.wizpop .main-content .image-wrapper {
  position: relative;
}
.wizpop .main-content .image-wrapper.video span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/layout/play-button.png") center center no-repeat;
}
.wizpop .main-content .posts:before, .wizpop .main-content .posts:after {
  content: " ";
  display: table;
}
.wizpop .main-content .posts:after {
  clear: both;
}
.wizpop .main-content .posts .item {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
@media only screen and (max-width: 992px) {
  .wizpop .main-content .posts h2 {
    margin-top: 30px;
  }
}
.wizpop .main-content .posts h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.wizpop .main-content .posts.recent .image-wrapper {
  position: relative;
  float: left;
  width: 33.33333%;
  margin-bottom: 0;
}
.wizpop .main-content .posts.recent .the-content {
  float: left;
  padding-left: 10px;
  width: 66.66667%;
}
.wizpop .main-content .posts.recent p {
  line-height: 1.2;
  margin-top: 0;
}
.wizpop .main-content .posts.featured .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}
.wizpop .main-content .posts.featured a {
  text-decoration: none;
}
.wizpop .main-content .post.top-highlight {
  width: 100%;
  min-height: 150px;
  position: relative;
  margin-bottom: 30px;
}
.wizpop .main-content .post.top-highlight .the-content {
  width: 100%;
  bottom: 0;
  padding: 15px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
}
@media only screen and (max-width: 480px) {
  .wizpop .main-content .post.top-highlight .the-content {
    position: relative;
  }
}
.wizpop .main-content .post.top-highlight h3, .wizpop .main-content .post.top-highlight p:not(.post-info) {
  color: #f4f4f4;
}
.wizpop .main-content .post.top-highlight h3 {
  margin-bottom: 0;
}
.wizpop .main-content .post.top-highlight p:not(.post-info) {
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
}
.wizpop .main-content .the-posts {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 992px) {
  .wizpop .main-content .the-posts {
    margin-bottom: 0;
  }
  .wizpop .main-content .the-posts .post:last-of-type {
    margin-bottom: 15px;
  }
}
.wizpop.landing section.posts-wrapper {
  float: right !important;
}
@media only screen and (max-width: 992px) {
  .wizpop.landing section.posts-wrapper {
    float: none !important;
  }
}
.wizpop.detail h1 {
  text-transform: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.3;
  margin: 5px 0 5px 0;
  font-weight: 600;
  color: #154376;
  letter-spacing: normal;
}
.wizpop.detail .authorship {
  margin-top: -15px;
}
.wizpop.tags .main-content section.posts-wrapper {
  width: 100%;
}
.wizpop.tags .the-posts .post {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wizpop.tags .the-posts .post {
    float: left;
    width: 33.33333%;
  }
}

.home .main-content .posts {
  margin-left: -15px;
  margin-right: -15px;
}
.home .main-content .posts:before, .home .main-content .posts:after {
  content: " ";
  display: table;
}
.home .main-content .posts:after {
  clear: both;
}
.home .main-content .posts .posts-wrapper {
  margin-bottom: 15px;
}
.home .main-content .posts .posts-wrapper:before, .home .main-content .posts .posts-wrapper:after {
  content: " ";
  display: table;
}
.home .main-content .posts .posts-wrapper:after {
  clear: both;
}
.home .main-content .posts .item {
  margin: 0 0 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .home .main-content .posts .item {
    float: left;
    width: 50%;
  }
}
.home .main-content .posts h2 {
  text-align: center;
  color: #154376;
  margin: 0;
  padding-bottom: 52.5px;
  position: relative;
  display: inline-block;
}
.home .main-content .posts h2:after {
  content: " ";
  width: 20%;
  height: 4px;
  position: absolute;
  left: 40%;
  bottom: 40px;
  background-color: #e93f33;
}
.home .main-content .posts h3 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #154376;
}
.home .main-content .posts .image-wrapper {
  position: relative;
  float: left;
  width: 33.33333%;
  margin-bottom: 0;
}
.home .main-content .posts .the-content {
  float: left;
  padding-left: 10px;
  width: 66.66667%;
}
.home .main-content .posts p {
  line-height: 1.2;
  margin-top: 0;
}
.home .main-content .posts a.button.hvr-rectangle-in {
  background: #f4f4f4;
  border: 1px solid #154376;
  color: #154376;
}
.home .main-content .posts a.button.hvr-rectangle-in:before {
  background: #e6e6e6;
}

/* ==========================================================================
   GLOBAL FOOTER
   ========================================================================== */
.footer.global {
  clear: both;
  padding: 30px 0 0;
  background-color: #d8d6d6;
}
.footer.global:before, .footer.global:after {
  content: " ";
  display: table;
}
.footer.global:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .footer.global {
    padding: 30px 0 44px;
  }
}
.footer.global .section {
  margin-bottom: 30px;
}
.footer.global .section:before, .footer.global .section:after {
  content: " ";
  display: table;
}
.footer.global .section:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .footer.global .section {
    clear: both;
  }
}
.footer.global .section .section-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Oswald", Verdana, sans-serif;
  color: #e93f33;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer.global .section p, .footer.global .section li, .footer.global .section a {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer.global .section ul li {
  list-style: none;
  margin: 12px 0;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
}
.footer.global .section ul li a {
  color: #154376;
}
.footer.global .section ul li.view-all-link a {
  color: #e93f33;
}
.footer.global .section.signup {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer.global .section.signup {
    float: left;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  .footer.global .section.signup {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer.global .section.signup {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer.global .section.signup .inner-wrapper {
  overflow: hidden;
  padding: 15px;
  border: 10px solid #1967af;
  background: #154376 url(../img/newsletter/background-2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.footer.global .section.signup .inner-wrapper:before, .footer.global .section.signup .inner-wrapper:after {
  content: " ";
  display: table;
}
.footer.global .section.signup .inner-wrapper:after {
  clear: both;
}
.footer.global .section.signup .inner-wrapper .watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
}
.footer.global .section.signup .section-title {
  color: #fed33b;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 350px) {
  .footer.global .section.signup .section-title {
    padding-left: 60px;
    background-size: 50px;
  }
}
.footer.global .section.signup .section-title span {
  display: block;
  color: #f4f4f4;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 350px) {
  .footer.global .section.signup .section-title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.footer.global .section.signup p {
  color: #fed33b;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 15px;
  font-style: italic;
}
.footer.global .section.signup label {
  margin: 0;
}
.footer.global .section.signup input[type="email"] {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  width: 80%;
  max-width: 300px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 768px) {
  .footer.global .section.signup input[type="email"] {
    height: 44px;
    line-height: 44px;
  }
}
.footer.global .section.signup input[type="submit"] {
  float: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 36px;
  padding: 5px 30px;
  margin-top: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #e93f33;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  .footer.global .section.signup input[type="submit"] {
    height: 44px;
  }
}
.footer.global .section.signup input[type="submit"]:hover, .footer.global .section.signup input[type="submit"]:focus {
  color: #fff;
  background: #565656;
}
.footer.global .section.signup .button {
  float: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 36px;
  line-height: 26px;
  padding: 5px 30px;
  margin-top: 7.5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #e93f33;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer.global .section.signup .button {
    height: 44px;
    line-height: 36px;
  }
}
.footer.global .section.signup .button:hover, .footer.global .section.signup .button:focus {
  color: #fff;
  background: #565656;
}
.footer.global .section.links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .footer.global .section.links {
    float: left;
    width: 45.83333%;
  }
}
@media only screen and (min-width: 992px) {
  .footer.global .section.links {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .footer.global .section.links nav {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer.global .section.links {
    display: none;
    visibility: hidden;
  }
}
.footer.global .section.links nav {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer.global .section.links nav.shows {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  .footer.global .section.links nav.shows {
    padding-left: 0;
  }
}
.footer.global .section.links .links-list.cols {
  padding-left: 0;
  padding-right: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 480px) {
  .footer.global .section.links .links-list.cols {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.footer.global .section.social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .footer.global .section.social {
    float: left;
    width: 20.83333%;
  }
}
@media only screen and (min-width: 992px) {
  .footer.global .section.social {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer.global .section.social nav, .footer.global .section.social .social-wrapper {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer.global .section.social nav {
    display: none;
    visibility: hidden;
  }
  .footer.global .section.social .social-wrapper {
    width: 100%;
  }
}
.footer.global .section.social nav {
  margin-bottom: 30px;
}
.footer.global .section.social .social-links li {
  margin-right: 6px;
}
.footer.global .sub-footer {
  clear: both;
  float: left;
  color: #565656;
  width: 100%;
  background: #bcbcbc;
  text-align: left;
  font-family: "Oswald", Verdana, sans-serif;
}
.footer.global .sub-footer p {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer.global .sub-footer a {
  color: #565656;
}
.footer.global .sub-footer a:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.footer.global .sub-footer .customer {
  float: right;
  text-transform: uppercase;
  color: #565656;
}
@media (max-width: 768px) {
  .footer.global .sub-footer .customer {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .footer.global .sub-footer .customer {
    float: none;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    margin-top: 0;
  }
}
.footer.global .sub-footer span {
  display: inline-block;
}
@media (max-width: 480px) {
  .footer.global .sub-footer span {
    padding: 0 10px;
  }
}
.footer.global .sub-footer span:after {
  content: "|";
  padding: 0 10px;
}
@media (max-width: 480px) {
  .footer.global .sub-footer span:after {
    display: none;
  }
}
.footer.global .sub-footer span:last-of-type:after {
  content: "";
  padding: 0;
}

/* ==========================================================================
   BASE
   ========================================================================== */
body {
  font-size: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #565656;
  background: #e6e6e6;
  /* Better Font Rendering =========== */
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ==========================================================================
   GENERAL CLASSES & WYSIWYG CLASSES
   ========================================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.clear, .clearboth {
  clear: both;
}

.inset {
  margin-top: 15px;
}
.inset.left {
  margin: 15px 15px 15px 0;
}
.inset.right {
  margin: 15px 0 15px 15px;
}
.inset.center {
  margin: 0 auto 15px auto;
  clear: both;
}
.inset.center:before, .inset.center:after {
  content: " ";
  display: table;
}
.inset.center:after {
  clear: both;
}

.parent {
  position: relative;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Accessiblity */
.hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: center;
  overflow: hidden;
}
.offscreen:focus, .offscreen:active, .offscreen:hover {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 999;
}

/* SELECTION HIGHLIGHT */
::selection {
  background-color: #565656;
  background-color: rgba(86, 86, 86, 0.85);
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background-color: #565656;
  background-color: rgba(86, 86, 86, 0.85);
  /* Gecko Browsers */
  color: #fff;
}

/* ALERTS */
.message, .message p {
  text-align: center;
  width: 100%;
  float: right;
  border: 1px solid #7c7c7c;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 14px;
  background: #bcbcbc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice, .notice p {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  color: #221e1f;
  text-align: center;
}

/* IFRAMES */
.iframe-wrapper {
  border: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  background: #bcbcbc url(../img/content/loading.gif) center center no-repeat;
}
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* MAPS */
.map-wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  background: #bcbcbc url(../img/content/loading.gif) center center no-repeat;
}
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* IMAGES */
.image-wrapper img {
  max-width: 100%;
  height: auto !important;
  display: block;
  /* removes whitespace below image */
}

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

/* wysiwyg images with inline styles */
img[style*="float:left"] {
  margin: 6px 15px 15px 0;
}

img[style*="float:right"] {
  margin: 6px 15px 0 15px;
}

.share-widget {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bcbcbc;
}
@media only screen and (max-width: 768px) {
  .share-widget {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
   GLOBAL STRUCTURE
   ========================================================================== */
.column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .column {
    float: left;
    width: 33.33333%;
  }
}

.content {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content {
    float: left;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .container, .hero .owl-theme .owl-dots {
    max-width: 380px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 350px) {
  .container, .hero .owl-theme .owl-dots {
    max-width: 300px;
  }
}

/* MIXITUP CONTAINERS & DEFAULTS */
.filterable-items {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}
.filterable-items.fail:after {
  float: left;
  clear: both;
  width: 100%;
  content: "Sorry, no results for this type, please select another filter.";
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 60px 0;
}
.filterable-items .mix {
  display: none;
}

/* MIXITUP CONTAINERS & DEFAULTS */
#mix-container {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}
#mix-container.fail:after {
  float: left;
  clear: both;
  width: 100%;
  content: "Sorry, no results for these selctions, please select another filter.";
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 60px 0;
}
#mix-container .mix {
  display: none;
}

/* Isotope Transitions
------------------------------- */
.posts,
.posts .post {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.posts {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.posts .post {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/* ==========================================================================
   CROSS BROWSER FIXES
   ========================================================================== */
/* Remove the custom styling for IE 7-8 */
.lt-ie9 label:before {
  display: none;
  content: none;
}

.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  position: static;
  left: 0;
}

.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em;
}
