@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,700");
@media screen {
  @-ms-viewport {
    width: device-width;
  }
}
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: 700;
}

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  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;
}

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

/*! Make box sizing default for all elements; life becomes easier*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*! HTML5 Boilerplate print styles defaults */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
  .no-print {
    display: none;
    visibility: hidden;
    overflow: hidden;
    font-size: 0;
  }
}
/*Responsive Fluid Blocks*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width : 1240px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width : 1240px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width : 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col-non-rel {
  position: inherit !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-4,
.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, .col-lg-2-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width : 1240px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-4,
  .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, .col-lg-2-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-4,
  .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, .col-lg-2-4 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 979px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
  .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6,
  .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .col-xxxs-1, .col-xxxs-2, .col-xxxs-3, .col-xxxs-4, .col-xxxs-5, .col-xxxs-6,
  .col-xxxs-7, .col-xxxs-8, .col-xxxs-9, .col-xxxs-10, .col-xxxs-11, .col-xxxs-12, .col-xxxs-2-4 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row .col-12 {
  width: 100%;
}
.row .col-11 {
  width: 91.66666667%;
}
.row .col-10 {
  width: 83.33333333%;
}
.row .col-9 {
  width: 75%;
}
.row .col-8 {
  width: 66.66666667%;
}
.row .col-7 {
  width: 58.33333333%;
}
.row .col-6 {
  width: 50%;
}
.row .col-5 {
  width: 41.66666667%;
}
.row .col-4 {
  width: 33.33333333%;
}
.row .col-3 {
  width: 25%;
}
.row .col-2 {
  width: 16.66666667%;
}
.row .col-1 {
  width: 8.33333333%;
}
.row .col-2-4 {
  width: 20%;
}
@media screen and (max-width : 768px) {
  .row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12, .row .col-2-4 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .row .col-lg-12 {
    width: 100%;
  }
  .row .col-lg-11 {
    width: 91.66666667%;
  }
  .row .col-lg-10 {
    width: 83.33333333%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-8 {
    width: 66.66666667%;
  }
  .row .col-lg-7 {
    width: 58.33333333%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-5 {
    width: 41.66666667%;
  }
  .row .col-lg-4 {
    width: 33.33333333%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-2 {
    width: 16.66666667%;
  }
  .row .col-lg-1 {
    width: 8.33333333%;
  }
  .row .col-lg-2-4 {
    width: 20%;
  }
}
@media (max-width: 979px) {
  .row .col-sm-12 {
    width: 100%;
  }
  .row .col-sm-11 {
    width: 91.66666667%;
  }
  .row .col-sm-10 {
    width: 83.33333333%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-8 {
    width: 66.66666667%;
  }
  .row .col-sm-7 {
    width: 58.33333333%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-5 {
    width: 41.66666667%;
  }
  .row .col-sm-4 {
    width: 33.33333333%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-2 {
    width: 16.66666667%;
  }
  .row .col-sm-1 {
    width: 8.33333333%;
  }
  .row .col-sm-2-4 {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .row .col-xs-12 {
    width: 100%;
  }
  .row .col-xs-11 {
    width: 91.66666667%;
  }
  .row .col-xs-10 {
    width: 83.33333333%;
  }
  .row .col-xs-9 {
    width: 75%;
  }
  .row .col-xs-8 {
    width: 66.66666667%;
  }
  .row .col-xs-7 {
    width: 58.33333333%;
  }
  .row .col-xs-6 {
    width: 50%;
  }
  .row .col-xs-5 {
    width: 41.66666667%;
  }
  .row .col-xs-4 {
    width: 33.33333333%;
  }
  .row .col-xs-3 {
    width: 25%;
  }
  .row .col-xs-2 {
    width: 16.66666667%;
  }
  .row .col-xs-1 {
    width: 8.33333333%;
  }
  .row .col-xs-2-4 {
    width: 20%;
  }
}
@media (max-width: 639px) {
  .row .col-xxs-12 {
    width: 100%;
  }
  .row .col-xxs-11 {
    width: 91.66666667%;
  }
  .row .col-xxs-10 {
    width: 83.33333333%;
  }
  .row .col-xxs-9 {
    width: 75%;
  }
  .row .col-xxs-8 {
    width: 66.66666667%;
  }
  .row .col-xxs-7 {
    width: 58.33333333%;
  }
  .row .col-xxs-6 {
    width: 50%;
  }
  .row .col-xxs-5 {
    width: 41.66666667%;
  }
  .row .col-xxs-4 {
    width: 33.33333333%;
  }
  .row .col-xxs-3 {
    width: 25%;
  }
  .row .col-xxs-2 {
    width: 16.66666667%;
  }
  .row .col-xxs-1 {
    width: 8.33333333%;
  }
  .row .col-xxs-2-4 {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .row .col-xxxs-12 {
    width: 100%;
  }
  .row .col-xxxs-11 {
    width: 91.66666667%;
  }
  .row .col-xxxs-10 {
    width: 83.33333333%;
  }
  .row .col-xxxs-9 {
    width: 75%;
  }
  .row .col-xxxs-8 {
    width: 66.66666667%;
  }
  .row .col-xxxs-7 {
    width: 58.33333333%;
  }
  .row .col-xxxs-6 {
    width: 50%;
  }
  .row .col-xxxs-5 {
    width: 41.66666667%;
  }
  .row .col-xxxs-4 {
    width: 33.33333333%;
  }
  .row .col-xxxs-3 {
    width: 25%;
  }
  .row .col-xxxs-2 {
    width: 16.66666667%;
  }
  .row .col-xxxs-1 {
    width: 8.33333333%;
  }
  .row .col-xxxs-2-4 {
    width: 20%;
  }
}

.clear {
  clear: both;
  height: 0;
}

.wrapper:before, .wrapper:after, .content:before, .content:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clear:before, .clear:after {
  content: " ";
  display: table;
}
.wrapper:after, .content:after, .clearfix:after, .container:after, .container-fluid:after, .row:after, .clear:after {
  clear: both;
}

body {
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  color: #252525;
  background-color: #e51b24;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1em;
}
body.fixed {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

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

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

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

.text-upper {
  text-transform: uppercase !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.height-auto {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

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

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

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

.line-height-1 {
  line-height: 1 !important;
}

.spacer {
  clear: both;
  height: 20px;
}

img.img-inline {
  display: inline-block !important;
}
img.img-center {
  margin: 0 auto;
  display: block;
}

.bdr-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e51b24;
}
.bdr-top.bdr2 {
  border-top-width: 2px;
}
.bdr-top.bdr3 {
  border-top-width: 3px;
}
.bdr-top.bdr4 {
  border-top-width: 4px;
}
.bdr-top.bdr5 {
  border-top-width: 5px;
}
.bdr-top.bdr10 {
  border-top-width: 10px;
}
.bdr-top.bdr20 {
  border-top-width: 20px;
}
.bdr-top.bdr25 {
  border-top-width: 25px;
}
.bdr-top.bdr-white {
  border-color: #ffffff;
}
.bdr-top.bdr-black {
  border-color: #000000;
}
.bdr-top.bdr-grey {
  border-color: #f2f2f2;
}
.bdr-top.bdr-light {
  border-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.bdr-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e51b24;
}
.bdr-bottom.bdr2 {
  border-bottom-width: 2px;
}
.bdr-bottom.bdr3 {
  border-bottom-width: 3px;
}
.bdr-bottom.bdr4 {
  border-bottom-width: 4px;
}
.bdr-bottom.bdr5 {
  border-bottom-width: 5px;
}
.bdr-bottom.bdr10 {
  border-bottom-width: 10px;
}
.bdr-bottom.bdr20 {
  border-bottom-width: 20px;
}
.bdr-bottom.bdr25 {
  border-bottom-width: 25px;
}
.bdr-bottom.bdr-white {
  border-color: #ffffff;
}
.bdr-bottom.bdr-black {
  border-color: #000000;
}
.bdr-bottom.bdr-grey {
  border-color: #bfbfbf;
}
.bdr-bottom.bdr-light {
  border-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.bdr-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e51b24;
}
.bdr-left.bdr2 {
  border-left-width: 2px;
}
.bdr-left.bdr3 {
  border-left-width: 3px;
}
.bdr-left.bdr4 {
  border-left-width: 4px;
}
.bdr-left.bdr5 {
  border-left-width: 5px;
}
.bdr-left.bdr10 {
  border-left-width: 10px;
}
.bdr-left.bdr20 {
  border-left-width: 20px;
}
.bdr-left.bdr25 {
  border-left-width: 25px;
}
.bdr-left.bdr-white {
  border-color: #ffffff;
}
.bdr-left.bdr-black {
  border-color: #000000;
}
.bdr-left.bdr-grey {
  border-color: #f2f2f2;
}
.bdr-left.bdr-light {
  border-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.bdr-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e51b24;
}
.bdr-right.bdr2 {
  border-right-width: 2px;
}
.bdr-right.bdr3 {
  border-right-width: 3px;
}
.bdr-right.bdr4 {
  border-right-width: 4px;
}
.bdr-right.bdr5 {
  border-right-width: 5px;
}
.bdr-right.bdr10 {
  border-right-width: 10px;
}
.bdr-right.bdr20 {
  border-right-width: 20px;
}
.bdr-right.bdr25 {
  border-right-width: 25px;
}
.bdr-right.bdr-white {
  border-color: #ffffff;
}
.bdr-right.bdr-black {
  border-color: #000000;
}
.bdr-right.bdr-grey {
  border-color: #f2f2f2;
}
.bdr-right.bdr-light {
  border-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.bdr {
  border-style: solid;
  border-width: 1px;
  border-color: #e51b24;
}
.bdr.bdr2 {
  border-width: 2px;
}
.bdr.bdr3 {
  border-width: 3px;
}
.bdr.bdr4 {
  border-width: 4px;
}
.bdr.bdr5 {
  border-width: 5px;
}
.bdr.bdr10 {
  border-width: 10px;
}
.bdr.bdr20 {
  border-width: 20px;
}
.bdr.bdr25 {
  border-width: 25px;
}
.bdr.bdr-white {
  border-color: #ffffff;
}
.bdr.bdr-black {
  border-color: #000000;
}
.bdr.bdr-grey {
  border-color: #bfbfbf;
}
.bdr.bdr-light {
  border-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.05);
}

.bold, strong {
  font-weight: 500 !important;
}

.light {
  font-weight: 300 !important;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #252525 !important;
}

.red {
  color: #e51b24 !important;
}

.grey {
  color: #d5d5d5 !important;
}

.bg-white {
  background-color: #ffffff;
  color: #252525 !important;
}

.bg-black {
  background-color: #252525;
  color: #ffffff !important;
}

.bg-red {
  background-color: #e51b24 !important;
  color: #ffffff !important;
}

.bg-grey {
  background-color: #d5d5d5;
}

.bg-grey-light {
  background-color: #f2f2f2;
}

.bg-opaque {
  background-color: rgba(255, 255, 255, 0.75);
}

.fnt-16 {
  font-size: 16px !important;
}

.fnt-14 {
  font-size: 14px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-10 {
  font-size: 10px !important;
}

.bg-brand {
  background-color: #e51b24;
  color: #ffffff !important;
}

.bdr-top.bdr-red, .bdr-bottom.bdr-red, .bdr-left.bdr-red, .bdr-right.bdr-red, .bdr.bdr-red {
  border-color: #e51b24;
}
.bdr-top.bdr-grey, .bdr-bottom.bdr-grey, .bdr-left.bdr-grey, .bdr-right.bdr-grey, .bdr.bdr-grey {
  border-color: #d5d5d5;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.display-table .table-cell.vbottom {
  vertical-align: bottom;
}
.display-table .table-cell.vtop {
  vertical-align: top;
}

.circle {
  display: inline-block;
  background: #d5d5d5;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 100%;
}

.fadeout {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header, #middle, #footer {
  display: block;
  position: relative;
  min-width: 320px;
}
#header .wrapper, #middle .wrapper, #footer .wrapper {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width : 1600px) {
  #header .wrapper, #middle .wrapper, #footer .wrapper {
    width: 1200px;
  }
}
@media screen and (max-width : 1240px) {
  #header .wrapper, #middle .wrapper, #footer .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width : 979px) {
  #header .wrapper, #middle .wrapper, #footer .wrapper {
    padding: 0 15px;
  }
}
#header {
  background: #e51b24;
  position: relative;
  z-index: 10;
  height: 80px;
}
@media screen and (max-width : 1240px) {
  #header {
    height: 60px;
  }
}
@media screen and (max-width : 979px) {
  #header {
    height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
}
#header .wrapper {
  height: 80px;
}
@media screen and (max-width : 1240px) {
  #header .wrapper {
    height: 60px;
  }
}
@media screen and (max-width : 979px) {
  #header .wrapper {
    padding-right: 0;
    padding-left: 10px;
    height: 40px;
  }
}
#header .top-bar {
  height: 80px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width : 1240px) {
  #header .top-bar {
    height: 60px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar {
    height: 40px;
  }
}
#header .top-bar .logo {
  display: block;
  width: 166px;
  height: 209px;
  padding: 0;
  background-color: #ffffff;
  background-image: url("../img/logo.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  float: left;
  /*@include transition(500ms);*/
}
@media screen and (max-width : 1600px) {
  #header .top-bar .logo {
    width: 139px;
    height: 175px;
  }
}
@media screen and (max-width : 1240px) {
  #header .top-bar .logo {
    width: 139px;
    height: 175px;
    top: 15px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .logo {
    width: 96px;
    height: 25px;
    top: 7px;
    background-color: transparent;
    background-image: url("../img/logo-small.png");
  }
}
#header .top-bar .header-right {
  position: relative;
  margin-left: 175px;
  height: 80px;
  /**/
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right {
    height: 60px;
    margin-left: 150px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right {
    height: 40px;
    margin-left: 100px;
  }
}
#header .top-bar .header-right .nav-wrapper {
  display: none;
}
#header .top-bar .header-right .btn-social {
  width: 40px;
  height: 40px;
  margin: 20px 5px;
  padding: 0;
  float: right;
  border: 1px solid transparent;
  background: #b8151c;
  border-radius: 50px;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .btn-social {
    width: 30px;
    height: 30px;
    margin: 15px 2px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social {
    margin: 0;
    width: 40px;
    height: 40px;
    background: #e51b24;
    border-radius: 0;
    border-left: 1px solid #cf1820;
  }
}
#header .top-bar .header-right .btn-social.active {
  border: 2px solid #ffffff;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social.active {
    border: 2px solid transparent;
    background: #cf1820;
  }
}
#header .top-bar .header-right .btn-social:before {
  content: "";
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .btn-social:before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social:before {
    width: 40px;
    height: 40px;
  }
}
#header .top-bar .header-right .btn-social.btn-facebook:before {
  background-image: url("../img/social/icon-white-facebook.png");
}
#header .top-bar .header-right .btn-social.btn-twitter:before {
  background-image: url("../img/social/icon-white-twitter.png");
}
#header .top-bar .header-right .btn-social.btn-search:before {
  width: 18px;
  height: 18px;
  margin: 10px 0 0 10px;
  background-image: url("../img/icon-search.png");
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .btn-social.btn-search:before {
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social.btn-search:before {
    margin: 13px 0 0 12px;
  }
}
#header .top-bar .header-right .btn-social.btn-logout:before, #header .top-bar .header-right .btn-social.btn-login:before {
  width: 17px;
  height: 17px;
  margin: 11px 0 0 12px;
  background-image: url("../img/icon-signout.png");
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .btn-social.btn-logout:before, #header .top-bar .header-right .btn-social.btn-login:before {
    width: 14px;
    height: 14px;
    margin: 7px 0 0 8px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social.btn-logout:before, #header .top-bar .header-right .btn-social.btn-login:before {
    width: 18px;
    height: 18px;
    margin: 10px 0 0 10px;
  }
}
#header .top-bar .header-right .btn-social.btn-login:before {
  background-image: url("../img/icon-signout.png");
}
#header .top-bar .header-right .btn-social.btn-account:before {
  width: 17px;
  height: 17px;
  margin: 9px 0 0 10px;
  background-image: url("../img/icon-user.png");
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .btn-social.btn-account:before {
    width: 14px;
    height: 14px;
    margin: 6px 0 0 6px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social.btn-account:before {
    width: 18px;
    height: 18px;
    margin: 9px 0 0 10px;
  }
}
#header .top-bar .header-right .btn-social:hover {
  background: #a11219;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-social:hover {
    background: #cf1820;
  }
}
#header .top-bar .header-right .btn-nav {
  display: none;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .btn-nav {
    display: block;
    width: 40px;
    height: 40px;
    padding: 19px 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 101;
    position: relative;
    float: right;
    border-left: 1px solid #cf1820;
  }
  #header .top-bar .header-right .btn-nav span, #header .top-bar .header-right .btn-nav span:before, #header .top-bar .header-right .btn-nav span:after {
    height: 3px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    margin-left: 10px;
  }
  #header .top-bar .header-right .btn-nav span:before {
    top: -7px;
    margin-left: 0;
  }
  #header .top-bar .header-right .btn-nav span:after {
    bottom: -7px;
    margin-left: 0;
  }
  #header .top-bar .header-right .btn-nav span, #header .top-bar .header-right .btn-nav span:before, #header .top-bar .header-right .btn-nav span:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  #header .top-bar .header-right .btn-nav.active {
    background: #b8151c;
    border-left: 1px solid #e8323a;
  }
  #header .top-bar .header-right .btn-nav.active span {
    background-color: transparent;
  }
  #header .top-bar .header-right .btn-nav.active span:before, #header .top-bar .header-right .btn-nav.active span:after {
    top: 0;
  }
  #header .top-bar .header-right .btn-nav.active span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .top-bar .header-right .btn-nav.active span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
#header .top-bar .header-right .nav-wrapper {
  padding: 0;
  margin: 0 15px 0 0;
  display: block;
  text-align: right;
  float: right;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .nav-wrapper {
    margin-right: 10px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper {
    position: fixed;
    top: 40px;
    bottom: auto;
    right: 0;
    z-index: 99;
    background: transparent;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    max-width: 0;
    width: 0;
    -webkit-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
  }
}
#header .top-bar .header-right .nav-wrapper.show-nav {
  margin-right: 0;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper.show-nav {
    bottom: 0;
    background: #b8151c;
    max-width: 360px;
    width: 360px;
    height: 100%;
    max-height: none;
  }
}
@media screen and (max-width : 639px) {
  #header .top-bar .header-right .nav-wrapper.show-nav {
    max-width: 100%;
    width: 100%;
  }
}
#header .top-bar .header-right .nav-wrapper .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav {
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
@media screen and (max-width : 1600px) {
  #header .top-bar .header-right .nav-wrapper .nav li {
    padding: 0 10px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li {
    display: block;
    height: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    float: none;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li a {
  display: block;
  font-size: 0.875em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 80px;
  height: 80px;
  padding: 0;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .nav-wrapper .nav li a {
    line-height: 60px;
    height: 60px;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li a span {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 15px;
  height: 7px;
  margin: 0 0 0 -8px;
  background-image: url("../img/icon-turn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .nav-wrapper .nav li a span {
    top: 10px;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li a span {
    display: none;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li a span:before, #header .top-bar .header-right .nav-wrapper .nav li a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e51b24;
  z-index: 2;
  width: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .top-bar .header-right .nav-wrapper .nav li a span:before {
  right: 50%;
  left: 0;
}
#header .top-bar .header-right .nav-wrapper .nav li a span:after {
  left: 50%;
  right: 0;
}
@media screen and (max-width : 1240px) {
  #header .top-bar .header-right .nav-wrapper .nav li a {
    font-size: 0.875em;
    line-height: 60px;
    height: 60px;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li a:hover {
  text-decoration: none;
  color: #ffffff;
}
#header .top-bar .header-right .nav-wrapper .nav li a:hover span:before {
  left: -9px;
}
#header .top-bar .header-right .nav-wrapper .nav li a:hover span:after {
  left: 16px;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li a {
    padding: 15px 10px;
    height: auto;
    line-height: 1;
    display: block;
    background: #b8151c;
    border-bottom: 1px solid #aa131a;
    color: #ffffff;
  }
  #header .top-bar .header-right .nav-wrapper .nav li a:hover {
    background: none;
    border-bottom: 1px solid #aa131a;
    color: #ffffff;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li:hover {
    background-color: none !important;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li.active a, #header .top-bar .header-right .nav-wrapper .nav li.active a:hover {
  color: #ffffff;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li.active a, #header .top-bar .header-right .nav-wrapper .nav li.active a:hover {
    color: #ffffff;
    background: #b8151c;
    font-weight: 700;
    border-bottom: 1px solid #aa131a;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li.active a span:before, #header .top-bar .header-right .nav-wrapper .nav li.active a:hover span:before {
  display: none;
}
#header .top-bar .header-right .nav-wrapper .nav li.active a span:after, #header .top-bar .header-right .nav-wrapper .nav li.active a:hover span:after {
  display: none;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub {
  padding-right: 25px;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-top: 4px solid #e51b24;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub a span {
  display: none;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li.has-sub {
    padding-right: 0;
  }
  #header .top-bar .header-right .nav-wrapper .nav li.has-sub:before, #header .top-bar .header-right .nav-wrapper .nav li.has-sub:after {
    display: none;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:hover {
  background: #b8151c;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:hover a {
  color: #ffffff;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li.has-sub:hover a {
    color: #ffffff;
    background: #b8151c;
    border-bottom: 1px solid #aa131a;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:hover:after {
  border-top: 4px solid #b8151c;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub:hover:before {
  border-top: 4px solid #ffffff;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub.active a span {
  display: block;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub.active a span:before, #header .top-bar .header-right .nav-wrapper .nav li.has-sub.active a span:after {
  background: #b8151c;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub.active:hover {
  background-color: #b8151c;
}
#header .top-bar .header-right .nav-wrapper .nav li.has-sub .nested-wrap a {
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li.has-sub .nested-wrap a {
    color: #ffffff;
    text-transform: uppercase;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap {
  display: block;
  height: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  z-index: 3;
  border-left: 0 none;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul {
  width: auto;
  padding: 0;
  margin: 0;
  border-left: 0 none;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul {
    background: none;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li {
  height: auto;
  min-height: 0;
  display: block;
  float: none;
  text-align: left;
  padding: 0;
  margin: 0;
  border-left: 0 none;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li {
    border-bottom: 0 none;
    background: none;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li:last-of-type {
  border-bottom: 0 none;
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li:last-of-type a {
  border-bottom: 0 none;
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li:after {
  display: none;
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li a {
  text-transform: none;
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  border-bottom: 0 none;
  line-height: 1;
  height: auto;
  font-size: 0.875em;
  font-weight: 500 !important;
  background-color: #b8151c;
  border-bottom: 1px solid #aa131a !important;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li a {
    padding-left: 25px;
    background: #b8151c;
    border-bottom: 1px solid #aa131a !important;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li a:hover {
  background: #a11219 !important;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li a:hover {
    color: #ffffff;
    background: none !important;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li.active a, #header .top-bar .header-right .nav-wrapper .nav li .nested-wrap ul li.active:hover {
  font-weight: 500;
}
#header .top-bar .header-right .nav-wrapper .nav li:hover .nested-wrap {
  height: auto;
  max-height: 1500px;
  overflow: visible;
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li:hover .nested-wrap {
    padding-top: 0;
    max-height: none;
    border: 0 none;
  }
}
@media screen and (max-width : 979px) {
  #header .top-bar .header-right .nav-wrapper .nav li:hover .nested-wrap ul li {
    border-left: 0;
    border-right: 0;
  }
}
#header .top-bar .header-right .nav-wrapper .nav li:last-of-type .nested-wrap {
  left: auto;
  right: 0;
}
#header .top-bar .header-right .nav-wrapper .nav li:last-of-type .nested-wrap:before {
  left: auto;
  right: 5px;
}

@media screen and (min-width : 769px) {
  .header-sticky #header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 50px;
    background: #e51b24;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .header-sticky #header .wrapper {
    height: 50px;
  }
  .header-sticky #header .top-bar {
    height: 50px;
  }
  .header-sticky #header .top-bar .logo {
    width: 115px;
    height: 30px;
    top: 10px;
    background-color: transparent;
    background-image: url("../img/logo-small.png");
  }
  .header-sticky #header .top-bar .header-right {
    height: 50px;
  }
  .header-sticky #header .top-bar .header-right .btn-social {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .header-sticky #header .top-bar .header-right .btn-social:before {
    width: 30px;
    height: 30px;
  }
  .header-sticky #header .top-bar .header-right .btn-social.btn-search:before {
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
  }
  .header-sticky #header .top-bar .header-right .btn-social.btn-logout:before, .header-sticky #header .top-bar .header-right .btn-social.btn-login:before {
    width: 14px;
    height: 14px;
    margin: 7px 0 0 8px;
  }
  .header-sticky #header .top-bar .header-right .btn-social.btn-account:before {
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
  }
  .header-sticky #header .top-bar .header-right .nav-wrapper {
    margin-right: 5px;
  }
  .header-sticky #header .top-bar .header-right .nav-wrapper .nav li a {
    height: 50px;
    line-height: 50px;
  }
  .header-sticky #header .top-bar .header-right .nav-wrapper .nav li a span {
    height: 5px;
    width: 10px;
    top: 8px;
  }
  .header-sticky #middle {
    padding-top: 50px;
  }
  .header-sticky #footer {
    padding-bottom: 50px;
  }
}
#footer {
  font-size: 0.813em;
  color: #ffffff;
}
#footer .wrapper {
  padding: 15px 15px;
}
#footer .nav-footer {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
#footer .nav-footer li {
  list-style: none;
  display: inline;
}
@media screen and (max-width : 639px) {
  #footer .nav-footer li {
    float: left;
    margin-bottom: 5px;
  }
}
#footer .nav-footer li:after {
  content: "/";
  padding: 0 10px;
}
#footer .nav-footer li:last-of-type:after {
  display: none;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .btn-twitter, #footer .btn-facebook, #footer .btn-gplus {
  float: right;
  margin-right: 10px;
  height: 30px;
  overflow: hidden;
}
#footer .btn-facebook a {
  height: 28px;
  width: 74px;
  background-image: url("../img/btn-share.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

#middle {
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  /*Final Imports*/
  /**/
}
@media screen and (max-width : 979px) {
  #middle {
    padding-top: 40px;
  }
}
#middle .row-content {
  position: relative;
  z-index: 2;
  line-height: 1.4em;
  /*GENERAL*/
}
@media screen and (max-width : 979px) {
  #middle .row-content {
    font-size: 0.875em;
  }
}
#middle .row-content .wrapper {
  position: relative;
  z-index: 2;
}
#middle .row-content.row-pad {
  padding: 20px 0;
}
@media screen and (max-width : 1080px) {
  #middle .row-content.row-pad {
    padding: 15px 0;
  }
}
#middle .row-content a {
  color: #252525;
  text-decoration: none;
  font-weight: 500;
}
#middle .row-content a:hover {
  color: black;
  text-decoration: underline;
}
#middle .row-content a.text-decoration-none:hover {
  text-decoration: none;
}
#middle .row-content ul {
  margin: 15px 25px;
  padding: 0;
  list-style: none;
}
#middle .row-content ul li {
  margin: 5px 0;
  line-height: 1.3;
  list-style: none;
  padding-left: 10px;
}
#middle .row-content ul li:before {
  display: inline-block;
  content: "•";
  margin-left: -10px;
  margin-right: 5px;
  color: #252525;
  font-size: 1em;
  font-weight: 700;
}
#middle .row-content ul.ul-white li:before {
  color: #ffffff;
}
#middle .row-content ol {
  margin: 15px 25px 15px 36px;
  padding: 0;
}
#middle .row-content ol li {
  margin: 5px 0;
}
#middle .row-content ul.list-spaced {
  margin-left: 0;
  margin-right: 0;
}
#middle .row-content ul.list-spaced li {
  padding-left: 135px;
}
#middle .row-content ul.list-spaced li:before {
  display: none;
}
#middle .row-content ul.list-spaced li span {
  display: block;
  float: left;
  width: 135px;
  margin-left: -135px;
  font-weight: 500;
}
#middle .row-content ul.list-none {
  margin-left: 0;
  margin-right: 0;
}
#middle .row-content ul.list-none li:before {
  display: none;
}
#middle .row-content p {
  margin: 0 0 15px;
  line-height: 1.4;
}
@media screen and (max-width : 1240px) {
  #middle .row-content p {
    line-height: 1.3;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-content p {
    line-height: 1.3;
  }
}
#middle .row-content img {
  width: auto;
  max-width: 100%;
}
#middle .row-content .intro {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;
}
#middle .row-content .intro.intro-smaller {
  font-size: 1.125em;
}
#middle .row-content .intro.intro-bigger {
  font-size: 200%;
  line-height: 1.2;
}
@media screen and (max-width : 768px) {
  #middle .row-content .intro.intro-bigger {
    font-size: 150%;
  }
}
#middle .row-content hr {
  border: 0 none;
  margin: 15px 0;
  border-top: 1px solid #d5d5d5;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#middle .row-content hr.hr-red {
  border-top-color: #e51b24;
}
#middle .row-content hr.hr-black {
  border-top-color: #252525;
  border-top-color: rgba(255, 255, 255, 0.25);
}
#middle .row-content .h1, #middle .row-content .h2, #middle .row-content .h3, #middle .row-content .h4, #middle .row-content .h5, #middle .row-content .h6,
#middle .row-content h1, #middle .row-content h2, #middle .row-content h3, #middle .row-content h4, #middle .row-content h5, #middle .row-content h6 {
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #e51b24;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#middle .row-content .h1 small, #middle .row-content .h2 small, #middle .row-content .h3 small, #middle .row-content .h4 small, #middle .row-content .h5 small, #middle .row-content .h6 small,
#middle .row-content h1 small, #middle .row-content h2 small, #middle .row-content h3 small, #middle .row-content h4 small, #middle .row-content h5 small, #middle .row-content h6 small {
  font-size: 40%;
  font-weight: 500;
}
@media screen and (max-width : 1240px) {
  #middle .row-content .h1, #middle .row-content .h2, #middle .row-content .h3, #middle .row-content .h4, #middle .row-content .h5, #middle .row-content .h6,
  #middle .row-content h1, #middle .row-content h2, #middle .row-content h3, #middle .row-content h4, #middle .row-content h5, #middle .row-content h6 {
    line-height: 1.2;
  }
}
#middle .row-content .h4 small, #middle .row-content .h5 small, #middle .row-content .h6 small,
#middle .row-content h4 small, #middle .row-content h5 small, #middle .row-content h6 small {
  font-size: 70%;
}
#middle .row-content h1, #middle .row-content .h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width : 979px) {
  #middle .row-content h1, #middle .row-content .h1 {
    font-size: 1.875em;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-content h1, #middle .row-content .h1 {
    font-size: 1.75em;
  }
}
#middle .row-content h2, #middle .row-content .h2 {
  font-size: 1.75em;
  margin-bottom: 15px;
}
@media screen and (max-width : 1240px) {
  #middle .row-content h2, #middle .row-content .h2 {
    font-size: 1.625em;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-content h2, #middle .row-content .h2 {
    font-size: 1.5em;
  }
}
#middle .row-content h3, #middle .row-content .h3 {
  font-size: 1.5em;
}
@media screen and (max-width : 1240px) {
  #middle .row-content h3, #middle .row-content .h3 {
    font-size: 1.375em;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-content h3, #middle .row-content .h3 {
    font-size: 1.125em;
  }
}
#middle .row-content h4, #middle .row-content .h4 {
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width : 1240px) {
  #middle .row-content h4, #middle .row-content .h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-content h4, #middle .row-content .h4 {
    font-size: 1.125em;
  }
}
#middle .row-content h5, #middle .row-content h6, #middle .row-content .h5, #middle .row-content .h6 {
  font-size: 1.125em;
}
@media screen and (max-width : 639px) {
  #middle .row-content h5, #middle .row-content h6, #middle .row-content .h5, #middle .row-content .h6 {
    font-size: 1em;
  }
}
#middle .row-content blockquote.quote {
  position: relative;
  margin: 0;
  padding: 15px 70px;
}
@media screen and (max-width : 1240px) {
  #middle .row-content blockquote.quote {
    padding: 15px 60px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-content blockquote.quote {
    padding: 15px 30px;
  }
}
#middle .row-content blockquote.quote p.quote {
  font-size: 110%;
}
#middle .row-content blockquote.quote p.quote-by {
  font-size: 90%;
  margin-bottom: 0;
}
#middle .row-content blockquote.quote:before, #middle .row-content blockquote.quote:after {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width : 1240px) {
  #middle .row-content blockquote.quote:before, #middle .row-content blockquote.quote:after {
    width: 38px;
    height: 30px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-content blockquote.quote:before, #middle .row-content blockquote.quote:after {
    width: 18px;
    height: 15px;
  }
}
#middle .row-content blockquote.quote:before {
  background-image: url("../img/icon-quote-open.png");
  top: 0;
  left: 0;
}
#middle .row-content blockquote.quote:after {
  background-image: url("../img/icon-quote-close.png");
  bottom: 15px;
  right: 0;
}
#middle .row-content table {
  width: 100%;
  margin-bottom: 15px;
}
#middle .row-content table thead tr th {
  text-align: left;
  padding: 0 7px 5px;
  border-bottom: 2px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
#middle .row-content table thead tr th:last-of-type {
  border-right: 0 none;
}
#middle .row-content table tbody tr td {
  padding: 5px 7px;
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#middle .row-content table tbody tr.fade-out {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#middle .row-content table.table-bordered thead tr th {
  background: #252525;
  color: #ffffff;
  padding: 5px 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 0 none;
}
#middle .row-content table.table-bordered tbody tr td {
  border: 1px solid #d5d5d5 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
#middle .row-content table.table-hover-effect tr:hover td {
  background: #fafafa;
}
#middle .row-content .widget-wrap {
  position: relative;
}
#middle .row-content .widget-wrap .widget-link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#middle .row-content .btn-loadform {
  cursor: pointer;
}
#middle .row-content .wrapper-map #map-canvas {
  width: 100%;
  height: 420px;
}
#middle .row-content .form-gmaps {
  padding: 15px;
  border: 1px solid #e4e4e4;
}
#middle .row-content .form-gmaps input:focus {
  background: #ffffff;
  border-color: #656565;
}
#middle .row-content .form-gmaps input {
  height: 48px;
}
@media screen and (max-width : 1240px) {
  #middle .row-content .form-gmaps input {
    height: 46px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-content .form-gmaps input {
    height: 34px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-content .form-gmaps input {
    height: 44px;
  }
}
#middle .row-content .sitemap-list {
  display: block;
  margin-top: 0;
}
#middle .row-content .sitemap-list li {
  margin: 0 0 5px;
  padding: 0;
}
#middle .row-content .sitemap-list li a {
  text-decoration: none;
  font-weight: 300 !important;
}
#middle .row-content .sitemap-list li ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
#middle .row-content .box {
  position: relative;
  padding: 15px;
  height: 375px;
}
@media screen and (max-width : 768px) {
  #middle .row-content .box {
    height: 320px;
  }
}
#middle .row-content .box.box-pad {
  padding: 30px 20px;
}
@media screen and (max-width : 1600px) {
  #middle .row-content .box.box-pad {
    padding: 30px 15px;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-content .box.box-pad {
    padding: 20px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-content .box.box-pad {
    padding: 20px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-pad {
    padding: 15px;
  }
}
#middle .row-content .box.box-quote {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width : 1240px) {
  #middle .row-content .box.box-quote {
    padding: 20px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-quote {
    height: auto;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-quote .vertical-align {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#middle .row-content .box.box-gradient:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-gradient:after {
    display: none;
  }
}
#middle .row-content .box.box-gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-bottom: 340px;
}
@media screen and (max-width : 979px) {
  #middle .row-content .box.box-gallery {
    padding-bottom: 320px;
  }
}
#middle .row-content .box.box-gallery .btn-gallery-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}
#middle .row-content .box.box-gallery .btn-gallery-wrap a.btn {
  color: #ffffff !important;
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-gallery .btn-gallery-wrap {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.75);
  }
}
#middle .row-content .box.box-fade-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 15%;
  z-index: 2;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width : 1240px) {
  #middle .row-content .box.box-fade-left:before {
    display: none;
  }
}
#middle .row-content .box.box-fade-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 15%;
  z-index: 2;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width : 1240px) {
  #middle .row-content .box.box-fade-right:before {
    display: none;
  }
}
#middle .row-content .box.box-event {
  position: relative;
  background-color: #e51b24;
  padding: 0 0 155px;
  min-height: 320px;
}
#middle .row-content .box.box-event .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#middle .row-content .box.box-event .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
  z-index: 3;
  color: #ffffff;
}
@media screen and (max-width : 768px) {
  #middle .row-content .box.box-event .details {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
}
#middle .row-content .box.box-event .details .title {
  margin: 0 0 5px;
  color: #ffffff;
}
#middle .row-content .box.box-event .details .date {
  font-size: 1em;
  padding: 0;
  margin: 0 0 5px;
}
#middle .row-content .row div[class^=col-] .box.box-nopad {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width : 1240px) {
  #middle .row-content .row div[class^=col-] .box.box-nopad {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#middle .row-content .row-event .noimg {
  border: 2px solid #d5d5d5;
}
#middle .row-content .row-search .input-search {
  border-right: 0 none;
}
#middle .row-content .row-search .btn-search {
  padding: 10px 15px 12px;
}
#middle .row-home {
  position: relative;
}
#middle .block-filler {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #ffffff;
}
@media screen and (max-width : 1240px) {
  #middle .block-filler {
    display: none;
  }
}
#middle .block-filler.bf-left {
  left: 0;
  right: 50%;
}
#middle .block-filler.bf-right {
  right: 0;
  left: 50%;
}
#middle .block-filler.bg-white {
  background: #ffffff;
}
#middle .block-filler.bg-black {
  background: #000000;
}
#middle .block-filler.bg-red {
  background: #e51b24;
}
#middle .block-filler.bg-grey {
  background: #d5d5d5;
}
#middle .row-banner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-size: 1em;
  z-index: 1;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width : 979px) {
  #middle .row-banner {
    border-top: 0 none;
  }
}
#middle .row-banner .wrapper {
  position: relative;
}
#middle .row-banner .banner-list {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list {
    margin-top: 0;
  }
}
#middle .row-banner .banner-list li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  height: 500px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width : 1600px) {
  #middle .row-banner .banner-list li {
    height: 500px;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-list li {
    height: 400px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li {
    height: 350px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li {
    height: 300px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list li {
    height: 250px;
  }
}
#middle .row-banner .banner-list li .wrapper {
  height: 500px;
}
@media screen and (max-width : 1600px) {
  #middle .row-banner .banner-list li .wrapper {
    height: 500px;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-list li .wrapper {
    height: 400px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li .wrapper {
    height: 350px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li .wrapper {
    height: 300px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list li .wrapper {
    height: 250px;
  }
}
#middle .row-banner .banner-list li div.banner-txt {
  position: absolute;
  z-index: 201;
  padding: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt {
    padding: 15px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list li div.banner-txt {
    top: 0px;
    bottom: 5px;
    width: auto;
    left: 0px;
    right: 0px;
    margin-left: 0;
    margin-right: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
  }
  #middle .row-banner .banner-list li div.banner-txt.bg-show {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt {
    left: 0px;
    right: 0px;
  }
}
#middle .row-banner .banner-list li div.banner-txt:after {
  content: "";
  display: block;
  background-image: url("../img/bgbanner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 780px;
  height: 255px;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  margin: -127px 0 0 -390px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s;
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt:after {
    width: 535px;
    height: 175px;
    margin: -87px 0 0 -267px;
  }
}
#middle .row-banner .banner-list li div.banner-txt.bg-show:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list li div.banner-txt.bg-show:after {
    display: none;
  }
}
#middle .row-banner .banner-list li div.banner-txt.no-sub-text:after {
  margin-top: -100px;
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt.no-sub-text:after {
    margin-top: -70px;
  }
}
#middle .row-banner .banner-list li div.banner-txt .txt {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#middle .row-banner .banner-list li div.banner-txt .txt.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 0 2px;
  font-size: 2.625em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width : 1600px) {
  #middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
    font-size: 2.375em;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
    font-size: 2em;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt h1, #middle .row-banner .banner-list li div.banner-txt h2 {
    font-size: 1.25em;
  }
}
#middle .row-banner .banner-list li div.banner-txt p {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 0 15px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt p {
    font-size: 0.875em;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt p {
    font-size: 0.813em;
  }
}
#middle .row-banner .banner-list li div.banner-txt .btn-more {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 10px;
  line-height: 1;
  font-weight: 500;
  font-size: 0.875em;
  color: #ffffff !important;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
}
#middle .row-banner .banner-list li div.banner-txt .btn-more:hover {
  border-color: rgb(255, 255, 255);
}
#middle .row-banner .banner-list li div.banner-txt .next-show {
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
#middle .row-banner .banner-list li div.banner-txt .next-show .next {
  display: block;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .next {
    font-size: 0.875em;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .next {
    font-size: 0.813em;
  }
}
#middle .row-banner .banner-list li div.banner-txt .next-show .title {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 2.375em;
  font-weight: 700;
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .title {
    font-size: 2em;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .title {
    font-size: 1.5em;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .title {
    font-size: 1.25em;
  }
}
#middle .row-banner .banner-list li div.banner-txt .next-show .date {
  display: block;
  font-size: 1.125em;
  margin: 0 0 15px;
  padding: 0;
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .date {
    font-size: 0.875em;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .date {
    font-size: 0.813em;
  }
}
#middle .row-banner .banner-list li div.banner-txt .next-show .btn {
  padding: 10px 10px;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
  font-size: 0.875em;
  color: #ffffff !important;
}
#middle .row-banner .banner-list li div.banner-txt .next-show .btn:hover {
  border-color: rgb(255, 255, 255);
}
@media screen and (max-width : 360px) {
  #middle .row-banner .banner-list li div.banner-txt .next-show .btn {
    font-size: 0.75em;
  }
}
#middle .row-banner .banner-list.banner-thin li {
  height: 300px;
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-list.banner-thin li {
    height: 200px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list.banner-thin li {
    height: 200px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list.banner-thin li {
    height: 200px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list.banner-thin li {
    height: 150px;
  }
}
#middle .row-banner .banner-list.banner-thin li .wrapper {
  height: 300px;
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-list.banner-thin li .wrapper {
    height: 200px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner .banner-list.banner-thin li .wrapper {
    height: 200px;
  }
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-list.banner-thin li .wrapper {
    height: 200px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-list.banner-thin li .wrapper {
    height: 150px;
  }
}
#middle .row-banner .banner-pager {
  text-align: right;
  padding: 0;
  margin: 0;
  z-index: 102;
  position: absolute;
  overflow: hidden;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width : 1240px) {
  #middle .row-banner .banner-pager {
    left: 15px;
    right: 15px;
  }
}
#middle .row-banner .banner-pager span {
  font-family: arial;
  font-size: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#middle .row-banner .banner-pager span.cycle-pager-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #e51b24;
}
@media screen and (max-width : 639px) {
  #middle .row-banner .banner-pager span.cycle-pager-active {
    background-color: #ffffff;
  }
}
#middle .row-banner .banner-pager span:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width : 768px) {
  #middle .row-banner .banner-pager span {
    font-size: 0;
    width: 15px;
    height: 15px;
  }
}
#middle .row-banner.banner-txt-only {
  background: #f7f7f7;
  text-align: left;
  font-weight: 500;
  font-size: 2em;
  color: #252525;
  text-transform: uppercase;
}
#middle .row-banner.banner-txt-only .wrapper {
  height: 168px;
  padding-left: 210px;
}
@media screen and (max-width : 1600px) {
  #middle .row-banner.banner-txt-only .wrapper {
    height: 134px;
    padding-left: 190px;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-banner.banner-txt-only .wrapper {
    height: 149px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-banner.banner-txt-only {
    display: none;
  }
}
#middle .row-breadcrumbs {
  padding: 15px 0 0;
  margin: 0;
  font-size: 0.75em;
}
@media screen and (max-width : 979px) {
  #middle .row-breadcrumbs {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.75em;
  }
}
#middle .row-breadcrumbs ul {
  padding: 0;
  margin: 0;
}
#middle .row-breadcrumbs ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
#middle .row-breadcrumbs ul li a {
  color: #252525;
  font-weight: 300;
  text-decoration: none;
}
#middle .row-breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#middle .row-breadcrumbs ul li:before {
  content: "";
  display: none;
}
#middle .row-breadcrumbs ul li:after {
  content: " / ";
  margin: 0;
  padding: 0 2px;
}
#middle .row-breadcrumbs ul li:last-of-type:after {
  content: "";
  display: none;
}
#middle .row-breadcrumbs ul li:last-of-type a {
  font-weight: 500;
  color: #e51b24;
}
#middle .pager {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
  border-top: 2px solid #d5d5d5;
  margin-top: 15px;
  padding-top: 5px;
}
#middle .pager a, #middle .pager span {
  display: inline-block;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  color: #252525;
  font-weight: 300;
}
#middle .pager a.prev, #middle .pager a.next, #middle .pager span.prev, #middle .pager span.next {
  padding: 0 5px;
  margin-right: 25px;
  float: left;
}
#middle .pager a.next, #middle .pager span.next {
  margin-left: 25px;
  margin-right: 0px;
  float: right;
}
#middle .pager a:hover, #middle .pager span:hover {
  background: none;
  color: #e51b24;
  border-bottom: 0 none;
  text-decoration: none;
}
#middle .pager a:hover.dots, #middle .pager span:hover.dots {
  background: none;
  color: #ffffff;
}
#middle .pager span.active, #middle .pager span.active:hover {
  font-weight: 700;
  color: #e51b24;
  background: none;
  cursor: auto;
}
#middle .row-gallery .box-gallery {
  border-bottom: 2px solid #d5d5d5;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width : 480px) {
  #middle .row-gallery .box-gallery {
    padding: 0 0 15px;
  }
}
#middle .row-gallery .box-gallery.box-gradient {
  min-height: auto;
  height: auto;
  padding-bottom: 0;
  background-color: transparent;
}
@media (min-width: 980px) {
  #middle .row-gallery .box-gallery.box-gradient {
    margin-right: -10px;
  }
}
@media (min-width: 1241px) {
  #middle .row-gallery .box-gallery.box-gradient {
    margin-right: -20px;
  }
}
@media (min-width: 481px) {
  #middle .row-gallery .box-gallery.box-gradient .img-outer {
    height: 260px;
  }
}
#middle .row-gallery .box-gallery.box-gradient .details {
  text-align: center;
}
#middle .row-gallery .box-gallery.box-gradient .title {
  height: auto !important;
}
#middle .row-gallery .box-gallery.box-gradient .h4 a {
  color: white !important;
}
#middle .row-gallery .box-gallery.box-gradient .btn {
  border-color: white !important;
  color: white !important;
  margin: auto;
}
#middle .row-gallery .box-gallery.box-gradient .link-overlay {
  z-index: 10;
}
#middle .row-gallery .box-gallery .img-outer {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*
  .img-inner {
  	width:100%;
  	text-align:center;

  	.img {
  		max-height:160px;
  		max-width:100%;
  		text-align:center;

  		@media screen and (max-width : 1600px){
  			max-height:130px;
  		}
  		@media screen and (max-width : 1080px) {
  			max-height:110px;
  		}
  	}
  }
  */
}
@media screen and (max-width : 1600px) {
  #middle .row-gallery .box-gallery .img-outer {
    height: 140px;
  }
}
@media screen and (max-width : 1240px) {
  #middle .row-gallery .box-gallery .img-outer {
    height: 130px;
  }
}
@media screen and (max-width : 1080px) {
  #middle .row-gallery .box-gallery .img-outer {
    height: 110px;
  }
}
@media screen and (max-width : 979px) {
  #middle .row-gallery .box-gallery .img-outer {
    height: 160px;
  }
}
@media screen and (max-width : 480px) {
  #middle .row-gallery .box-gallery .img-outer {
    height: 225px;
  }
}
#middle .row-gallery .box-gallery .details {
  padding-top: 5px;
  text-align: center;
}
#middle .row-gallery .box-gallery .details .title {
  text-align: center;
  font-size: 1em;
  color: #252525;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
  height: 40px;
}
@media screen and (max-width : 480px) {
  #middle .row-gallery .box-gallery .details .title {
    height: auto;
  }
}
#middle .row-gallery .box-gallery .details .summary {
  font-size: 0.813em;
  line-height: 1.2;
  text-align: center;
}
#middle .row-gallery .box-gallery .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#middle .row-gallery .box-gallery:hover .details .btn {
  border-color: #a11219;
  color: #a11219;
}
#middle .row-gallery .gallery-article {
  position: relative;
}
#middle .row-gallery .gallery-article .gallery-item {
  display: block;
  position: relative;
  width: 20%;
  float: left;
  padding: 0 5px 45px;
  margin-bottom: 15px;
}
@media screen and (max-width : 979px) {
  #middle .row-gallery .gallery-article .gallery-item {
    width: 25%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width : 639px) {
  #middle .row-gallery .gallery-article .gallery-item {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width : 360px) {
  #middle .row-gallery .gallery-article .gallery-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
#middle .row-gallery .gallery-article .gallery-item a {
  display: block;
}
#middle .row-gallery .gallery-article .gallery-item img {
  display: block;
}
#middle .row-video-gallery .video {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1080px) {
  #middle .row-video-gallery .video {
    max-width: 992px;
  }
}
@media (min-width: 1400px) {
  #middle .row-video-gallery .video {
    max-width: 1100px;
  }
}
#middle .row-video-gallery .splide {
  position: relative;
  margin-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 480px) {
  #middle .row-video-gallery .splide {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
#middle .row-video-gallery .splide ul {
  margin: 0;
  padding: 0;
}
#middle .row-video-gallery .splide ul li {
  margin: 0;
  padding: 0;
}
#middle .row-video-gallery .splide ul li::before {
  content: "";
  display: none;
}
#middle .row-video-gallery .splide .splide__track {
  position: relative;
  z-index: 3;
}
#middle .row-video-gallery .splide .splide__slide {
  position: relative;
  z-index: 3;
  width: 220px;
  margin: 0 1rem 0 0;
}
#middle .row-video-gallery .splide .splide__slide .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  cursor: pointer;
}
#middle .row-video-gallery .splide .splide__slide.active .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#middle .row-video-gallery .splide .splide__slide.active .img:after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23fff' viewBox='0 0 48 48'%3E%3Cpath d='M16 37.85v-28l22 14Zm3-14Zm0 8.55 13.45-8.55L19 15.3Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
#middle .row-video-gallery .splide .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#middle .row-video-gallery .splide .splide__arrows .splide__arrow {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#middle .row-video-gallery .splide .splide__arrows .splide__arrow svg {
  width: 28px;
  height: 28px;
}
#middle .row-video-gallery .splide .splide__arrows .splide__arrow.splide__arrow--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#middle .iframe {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
#middle .iframe.aspect-16-9 {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
#middle .iframe.aspect-4-3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}
#middle .iframe.aspect-3-2 {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
#middle .iframe.aspect-8-5 {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}
#middle .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*Alerts*/
.alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  display: block;
  line-height: normal;
  font-size: 1em;
  color: #252525;
}
.alert.alert-success {
  color: #252525;
  border-color: #dff0d8;
  background-color: #dff0d8;
}
.alert.alert-error {
  color: #252525;
  border-color: #f2dede;
  background-color: #f2dede;
}
.alert.alert-info {
  color: #252525;
  border-color: #d9edf7;
  background-color: #d9edf7;
}
.alert.alert-warning {
  color: #252525;
  border-color: #fcf8e3;
  background-color: #fcf8e3;
}
.alert.alert-loading {
  background: none;
  color: #252525;
  border: 1px solid #e4e4e4;
}
.alert .close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat !important;
  background-size: contain;
  cursor: pointer;
  float: right;
  line-height: 20px;
  position: relative;
  right: -5px;
  top: 4px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs1nEVwiAQBnCIQIVVWAUrWIEKq2CFq2AFK2gEFwEjIPjAd7LD8TF47/tn7vg9x7GhvPcqJ4xzyC2EQozCxpJqFz7nZ14G2BDPcgcgKmppgwgAAlGlltgfqAItEO3UUkaeOzfWIGqoi5lbkRJqBWImlSQHQAhg+cIjEASULTwSsuI+GQjZ6mbMrXYQ2gA1pBcSgX9IHFcAiNvAoAh1PKp7DZIQOrDoIlQiNKB9N9BoQIR6AIdCcVyQNkXfdRlxANCzj04qfZcRAIFc/jyY9PwQoAWK12e+8DXINhwiJOgLlC1cQhY4DnHoB4jR/HWitTap4BXyAM9dU8oa5lz5D28BBgANHp5CzuOl2AAAAABJRU5ErkJggg==") !important;
}
.alert .close.white {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP1JREFUeNqs1lENwyAQBmAmoRZqAQuzMAtnoRZm4SzMwix0EjoJTAKDhnX0wsEd4ZL/oSGXLykcrfHemyy3kGcIhkxkrZUl9S50LX8Af65VASHpxRJCAQ2ETC/mCAdIIGz04g/ZfLtKEHpZWSlCISkQa44NNsQpIA0A+cZrIBVAj/BICLg5GQVBbRhHQFA66tyA9UDADWxtkh8KYKvdDKZzklU3wyigCo0EWGg0UIR6AKeFInBXHlPtXbcjrmMONNDVpO9yz6BJoLg+mfTe1p5JbkAurR8bz0Eg+IkoQQdAjzCFJEAJOgExl1361xRiQz4hL6OrOeWdctRXgAEAE3yAsfDIeVkAAAAASUVORK5CYII=") !important;
}
.alert .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.frm-responsive {
  margin: 15px 0;
}

.frm-fixed {
  max-width: 640px;
  margin: 0 auto;
}

.frm-bordered {
  padding: 20px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width : 1080px) {
  .frm-bordered {
    padding: 20px;
  }
}
@media screen and (max-width : 979px) {
  .frm-bordered {
    padding: 15px;
  }
}
form .control-group {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
form .control-group label {
  display: block;
  width: 100px;
  float: left;
  font-size: 1em;
  padding-top: 10px;
}
@media screen and (max-width : 639px) {
  form .control-group label {
    width: 100%;
    float: none;
    padding-top: 5px;
    padding-left: 5px;
    display: none;
    margin: 0;
  }
}
form .control-group label.mand:after {
  content: "*";
  color: #c30;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: text-top;
  padding-left: 3px;
}
form .control-group label.fullwidth {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
form .control-group.label-wide label {
  width: 150px;
}
@media screen and (max-width : 639px) {
  form .control-group.label-wide label {
    width: 100%;
  }
}
form .control-group.label-wide .control {
  margin-left: 160px;
}
@media screen and (max-width : 639px) {
  form .control-group.label-wide .control {
    margin-left: 0;
  }
}
form .control-group .control {
  width: auto;
  margin-left: 110px;
  display: block;
  position: relative;
}
@media screen and (max-width : 639px) {
  form .control-group .control {
    margin-left: 0;
    padding-top: 5px;
  }
}
form .control-group .control input, form .control-group .control textarea {
  font-size: 1em;
  padding: 0 10px;
  margin: 0;
  family: "Montserrat", sans-serif, sans-serif;
  background: none;
  border: 1px solid #bfbfbf;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
@media screen and (max-width : 639px) {
  form .control-group .control input, form .control-group .control textarea {
    padding: 0 5px;
    /*background:darken($form-white,3%);*/
    border: 1px solid #e6e6e6;
  }
}
form .control-group .control input {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
form .control-group .control input.readonly {
  cursor: not-allowed;
}
form .control-group .control input.readonly:focus {
  background: #ffffff;
}
form .control-group .control input[type=checkbox], form .control-group .control input[type=radio] {
  width: auto;
  height: auto;
  float: left;
  margin-right: 7px;
  margin-top: 5px;
  padding: 0;
  border: 0;
}
form .control-group .control textarea {
  width: 100%;
  height: 125px;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: vertical;
}
form .control-group .control select {
  width: 100%;
  padding: 4px 2px 2px;
  font-size: 1em;
  height: 40px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width : 639px) {
  form .control-group .control select {
    border: 1px solid #e6e6e6;
  }
}
form .control-group .control label {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding: 10px 5px 10px 28px;
}
form .control-group .control label input[type=checkbox], form .control-group .control label input[type=radio] {
  margin-left: -25px;
}
@media screen and (max-width : 639px) {
  form .control-group .control label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
form .control-group .control small.note {
  font-size: 75%;
}
form .control-group .control input:focus, form .control-group .control textarea:focus, form .control-group .control select:focus {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  -moz-outline: none;
  outline: none;
}
@media screen and (max-width : 639px) {
  form .control-group .control input:focus, form .control-group .control textarea:focus, form .control-group .control select:focus {
    background-color: #e6e6e6;
  }
}
form .hp {
  display: none;
  visibility: hidden;
}
form .btn-group {
  overflow: hidden;
}
form .btn-group .control {
  overflow: hidden;
}
@media screen and (max-width : 639px) {
  form.placeholder-false .control-group label {
    display: block;
  }
}

button.btn, a.btn, input.btn, span.btn {
  display: inline-block;
  width: auto;
  padding: 10px 15px 8px;
  margin: 0;
  border: 0 none;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #252525;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  height: auto;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #252525;
  border-radius: 10px;
}
@media screen and (max-width : 979px) {
  button.btn, a.btn, input.btn, span.btn {
    font-size: 0.875em;
    padding: 10px;
  }
}
@media screen and (max-width : 768px) {
  button.btn, a.btn, input.btn, span.btn {
    height: auto;
    line-height: 1;
  }
}
@media screen and (max-width : 639px) {
  button.btn, a.btn, input.btn, span.btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
button.btn:hover, button.btn:focus, a.btn:hover, a.btn:focus, input.btn:hover, input.btn:focus, span.btn:hover, span.btn:focus {
  background-color: transparent;
  border-color: #a11219;
  color: #a11219 !important;
}
button.btn.btn-small, a.btn.btn-small, input.btn.btn-small, span.btn.btn-small {
  font-size: 0.875em;
  padding: 5px 10px 6px;
  line-height: 1;
}
button.btn.btn-full, a.btn.btn-full, input.btn.btn-full, span.btn.btn-full {
  width: 100%;
}
button.btn.btn-fixed, a.btn.btn-fixed, input.btn.btn-fixed, span.btn.btn-fixed {
  width: 200px;
}
@media screen and (max-width : 639px) {
  button.btn.btn-fixed, a.btn.btn-fixed, input.btn.btn-fixed, span.btn.btn-fixed {
    width: 100%;
  }
}
button.btn.btn-auto, a.btn.btn-auto, input.btn.btn-auto, span.btn.btn-auto {
  height: auto;
  line-height: 1;
  padding: 5px 10px 6px;
}
button.btn.btn-square, a.btn.btn-square, input.btn.btn-square, span.btn.btn-square {
  border-radius: 0;
}
button.btn.btn-red, a.btn.btn-red, input.btn.btn-red, span.btn.btn-red {
  background-color: #e51b24;
  border-color: #e51b24;
  color: #ffffff !important;
}
button.btn.btn-red:hover, button.btn.btn-red:focus, a.btn.btn-red:hover, a.btn.btn-red:focus, input.btn.btn-red:hover, input.btn.btn-red:focus, span.btn.btn-red:hover, span.btn.btn-red:focus {
  background-color: #a11219;
  border-color: #a11219;
  color: #ffffff !important;
}
button.btn.btn-grey, a.btn.btn-grey, input.btn.btn-grey, span.btn.btn-grey {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #252525 !important;
}
button.btn.btn-grey:hover, button.btn.btn-grey:focus, a.btn.btn-grey:hover, a.btn.btn-grey:focus, input.btn.btn-grey:hover, input.btn.btn-grey:focus, span.btn.btn-grey:hover, span.btn.btn-grey:focus {
  background-color: #afafaf;
  border-color: #afafaf;
  color: #252525 !important;
}
button.btn.btn-text, a.btn.btn-text, input.btn.btn-text, span.btn.btn-text {
  background: transparent;
  border-color: transparent;
  color: #252525 !important;
}
button.btn.btn-text:hover, button.btn.btn-text:focus, a.btn.btn-text:hover, a.btn.btn-text:focus, input.btn.btn-text:hover, input.btn.btn-text:focus, span.btn.btn-text:hover, span.btn.btn-text:focus {
  color: black !important;
}
@media screen and (max-width : 639px) {
  button.btn.btn-text, a.btn.btn-text, input.btn.btn-text, span.btn.btn-text {
    background: #d9d9d9;
  }
}
button.btn.btn-outline, a.btn.btn-outline, input.btn.btn-outline, span.btn.btn-outline {
  background: none;
  color: inherit !important;
  font-weight: 500;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
}
button.btn.btn-outline:hover, button.btn.btn-outline:focus, a.btn.btn-outline:hover, a.btn.btn-outline:focus, input.btn.btn-outline:hover, input.btn.btn-outline:focus, span.btn.btn-outline:hover, span.btn.btn-outline:focus {
  border: 2px solid rgb(255, 255, 255) !important;
  color: inherit !important;
}
button.btn.btn-outline-dark, a.btn.btn-outline-dark, input.btn.btn-outline-dark, span.btn.btn-outline-dark {
  background: none;
  color: inherit !important;
  font-weight: 500;
  border: 2px solid rgba(0, 0, 0, 0.75) !important;
}
button.btn.btn-outline-dark:hover, button.btn.btn-outline-dark:focus, a.btn.btn-outline-dark:hover, a.btn.btn-outline-dark:focus, input.btn.btn-outline-dark:hover, input.btn.btn-outline-dark:focus, span.btn.btn-outline-dark:hover, span.btn.btn-outline-dark:focus {
  border: 2px solid rgba(0, 0, 0, 0.95) !important;
  color: inherit !important;
}

.btn-group {
  overflow: hidden;
}
@media screen and (max-width : 639px) {
  .btn-group button.btn, .btn-group a.btn, .btn-group input.btn, .btn-group span.btn {
    width: 100%;
    display: block;
  }
}

.loading {
  text-align: center;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.loading .progress {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 0.5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
}
.loading .progress:before, .loading .progress:after, .loading .progress div:before, .loading .progress div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.25em; /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.5em;
  border-radius: 0.2em;
  background: #fff;
  -webkit-box-shadow: 0 3.5em #fff;
          box-shadow: 0 3.5em #fff; /* container height - part height */
  -webkit-transform-origin: 50% 2.5em;
          transform-origin: 50% 2.5em; /* container height / 2 */
}
.loading .progress:before {
  background: #555;
}
.loading .progress:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #777;
}
.loading .progress div:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #999;
}
.loading .progress > div:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #bbb;
}
.loading .progress.small {
  font-size: 6px;
}
.loading .progress.large {
  font-size: 24px;
}

.btn.btn-wait {
  cursor: none;
}
.btn.btn-wait .loading {
  line-height: 1;
}
.btn.btn-wait .loading .progress {
  font-size: 3px;
}

#pp-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9995;
  display: none;
}

#pp-container {
  display: none;
  width: 70%;
  max-width: 980px;
  background: #ffffff;
  color: #252525;
  position: fixed;
  z-index: 9996;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width : 979px) {
  #pp-container {
    width: 620px;
  }
}
@media screen and (max-width : 639px) {
  #pp-container {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0 !important;
  }
}
#pp-container .pp-title {
  display: block;
  margin: 0;
  padding: 0 15px;
  background: white;
  border-bottom: 1px solid #d9d9d9;
  color: #252525;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width : 639px) {
  #pp-container .pp-title {
    font-size: 1em;
  }
}
#pp-container .pp-title a.close {
  display: inline-block;
  float: right;
  width: 50px;
  height: 50px;
  margin-right: -15px;
  position: relative;
  border-left: 1px solid #d9d9d9;
}
#pp-container .pp-title a.close:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNqs1nEVwiAQBnCIQIVVWAUrWIEKq2CFq2AFK2gEFwEjIPjAd7LD8TF47/tn7vg9x7GhvPcqJ4xzyC2EQozCxpJqFz7nZ14G2BDPcgcgKmppgwgAAlGlltgfqAItEO3UUkaeOzfWIGqoi5lbkRJqBWImlSQHQAhg+cIjEASULTwSsuI+GQjZ6mbMrXYQ2gA1pBcSgX9IHFcAiNvAoAh1PKp7DZIQOrDoIlQiNKB9N9BoQIR6AIdCcVyQNkXfdRlxANCzj04qfZcRAIFc/jyY9PwQoAWK12e+8DXINhwiJOgLlC1cQhY4DnHoB4jR/HWitTap4BXyAM9dU8oa5lz5D28BBgANHp5CzuOl2AAAAABJRU5ErkJggg==") !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#pp-container .pp-title a.close:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#pp-container .pp-content {
  padding: 10px 15px;
  margin: 0;
  font-size: 1em;
  background: #ffffff;
  color: #252525;
  overflow-y: auto;
  max-height: 100%;
  /*GENERAL*/
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content {
    font-size: 1em;
  }
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content {
    font-size: 0.875em;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15px;
  }
}
#pp-container .pp-content a {
  color: #252525;
  text-decoration: none;
  font-weight: 500;
}
#pp-container .pp-content a:hover {
  color: black;
  text-decoration: underline;
}
#pp-container .pp-content a.text-decoration-none:hover {
  text-decoration: none;
}
#pp-container .pp-content ul {
  margin: 15px 25px;
  padding: 0;
  list-style: none;
}
#pp-container .pp-content ul li {
  margin: 5px 0;
  line-height: 1.3;
  list-style: none;
  padding-left: 10px;
}
#pp-container .pp-content ul li:before {
  display: inline-block;
  content: "•";
  margin-left: -10px;
  margin-right: 5px;
  color: #252525;
  font-size: 1em;
  font-weight: 700;
}
#pp-container .pp-content ul.ul-white li:before {
  color: #ffffff;
}
#pp-container .pp-content ol {
  margin: 15px 25px 15px 36px;
  padding: 0;
}
#pp-container .pp-content ol li {
  margin: 5px 0;
}
#pp-container .pp-content ul.list-spaced {
  margin-left: 0;
  margin-right: 0;
}
#pp-container .pp-content ul.list-spaced li {
  padding-left: 135px;
}
#pp-container .pp-content ul.list-spaced li:before {
  display: none;
}
#pp-container .pp-content ul.list-spaced li span {
  display: block;
  float: left;
  width: 135px;
  margin-left: -135px;
  font-weight: 500;
}
#pp-container .pp-content ul.list-none {
  margin-left: 0;
  margin-right: 0;
}
#pp-container .pp-content ul.list-none li:before {
  display: none;
}
#pp-container .pp-content p {
  margin: 0 0 15px;
  line-height: 1.4;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content p {
    line-height: 1.3;
  }
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content p {
    line-height: 1.3;
  }
}
#pp-container .pp-content img {
  width: auto;
  max-width: 100%;
}
#pp-container .pp-content .intro {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;
}
#pp-container .pp-content .intro.intro-smaller {
  font-size: 1.125em;
}
#pp-container .pp-content .intro.intro-bigger {
  font-size: 200%;
  line-height: 1.2;
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .intro.intro-bigger {
    font-size: 150%;
  }
}
#pp-container .pp-content hr {
  border: 0 none;
  margin: 15px 0;
  border-top: 1px solid #d5d5d5;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#pp-container .pp-content hr.hr-red {
  border-top-color: #e51b24;
}
#pp-container .pp-content hr.hr-black {
  border-top-color: #252525;
  border-top-color: rgba(255, 255, 255, 0.25);
}
#pp-container .pp-content .h1, #pp-container .pp-content .h2, #pp-container .pp-content .h3, #pp-container .pp-content .h4, #pp-container .pp-content .h5, #pp-container .pp-content .h6,
#pp-container .pp-content h1, #pp-container .pp-content h2, #pp-container .pp-content h3, #pp-container .pp-content h4, #pp-container .pp-content h5, #pp-container .pp-content h6 {
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #e51b24;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#pp-container .pp-content .h1 small, #pp-container .pp-content .h2 small, #pp-container .pp-content .h3 small, #pp-container .pp-content .h4 small, #pp-container .pp-content .h5 small, #pp-container .pp-content .h6 small,
#pp-container .pp-content h1 small, #pp-container .pp-content h2 small, #pp-container .pp-content h3 small, #pp-container .pp-content h4 small, #pp-container .pp-content h5 small, #pp-container .pp-content h6 small {
  font-size: 40%;
  font-weight: 500;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .h1, #pp-container .pp-content .h2, #pp-container .pp-content .h3, #pp-container .pp-content .h4, #pp-container .pp-content .h5, #pp-container .pp-content .h6,
  #pp-container .pp-content h1, #pp-container .pp-content h2, #pp-container .pp-content h3, #pp-container .pp-content h4, #pp-container .pp-content h5, #pp-container .pp-content h6 {
    line-height: 1.2;
  }
}
#pp-container .pp-content .h4 small, #pp-container .pp-content .h5 small, #pp-container .pp-content .h6 small,
#pp-container .pp-content h4 small, #pp-container .pp-content h5 small, #pp-container .pp-content h6 small {
  font-size: 70%;
}
#pp-container .pp-content h1, #pp-container .pp-content .h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content h1, #pp-container .pp-content .h1 {
    font-size: 1.875em;
  }
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content h1, #pp-container .pp-content .h1 {
    font-size: 1.75em;
  }
}
#pp-container .pp-content h2, #pp-container .pp-content .h2 {
  font-size: 1.75em;
  margin-bottom: 15px;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content h2, #pp-container .pp-content .h2 {
    font-size: 1.625em;
  }
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content h2, #pp-container .pp-content .h2 {
    font-size: 1.5em;
  }
}
#pp-container .pp-content h3, #pp-container .pp-content .h3 {
  font-size: 1.5em;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content h3, #pp-container .pp-content .h3 {
    font-size: 1.375em;
  }
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content h3, #pp-container .pp-content .h3 {
    font-size: 1.125em;
  }
}
#pp-container .pp-content h4, #pp-container .pp-content .h4 {
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content h4, #pp-container .pp-content .h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content h4, #pp-container .pp-content .h4 {
    font-size: 1.125em;
  }
}
#pp-container .pp-content h5, #pp-container .pp-content h6, #pp-container .pp-content .h5, #pp-container .pp-content .h6 {
  font-size: 1.125em;
}
@media screen and (max-width : 639px) {
  #pp-container .pp-content h5, #pp-container .pp-content h6, #pp-container .pp-content .h5, #pp-container .pp-content .h6 {
    font-size: 1em;
  }
}
#pp-container .pp-content blockquote.quote {
  position: relative;
  margin: 0;
  padding: 15px 70px;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content blockquote.quote {
    padding: 15px 60px;
  }
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content blockquote.quote {
    padding: 15px 30px;
  }
}
#pp-container .pp-content blockquote.quote p.quote {
  font-size: 110%;
}
#pp-container .pp-content blockquote.quote p.quote-by {
  font-size: 90%;
  margin-bottom: 0;
}
#pp-container .pp-content blockquote.quote:before, #pp-container .pp-content blockquote.quote:after {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content blockquote.quote:before, #pp-container .pp-content blockquote.quote:after {
    width: 38px;
    height: 30px;
  }
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content blockquote.quote:before, #pp-container .pp-content blockquote.quote:after {
    width: 18px;
    height: 15px;
  }
}
#pp-container .pp-content blockquote.quote:before {
  background-image: url("../img/icon-quote-open.png");
  top: 0;
  left: 0;
}
#pp-container .pp-content blockquote.quote:after {
  background-image: url("../img/icon-quote-close.png");
  bottom: 15px;
  right: 0;
}
#pp-container .pp-content table {
  width: 100%;
  margin-bottom: 15px;
}
#pp-container .pp-content table thead tr th {
  text-align: left;
  padding: 0 7px 5px;
  border-bottom: 2px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
#pp-container .pp-content table thead tr th:last-of-type {
  border-right: 0 none;
}
#pp-container .pp-content table tbody tr td {
  padding: 5px 7px;
  border-bottom: 1px solid #d5d5d5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#pp-container .pp-content table tbody tr.fade-out {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#pp-container .pp-content table.table-bordered thead tr th {
  background: #252525;
  color: #ffffff;
  padding: 5px 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 0 none;
}
#pp-container .pp-content table.table-bordered tbody tr td {
  border: 1px solid #d5d5d5 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
#pp-container .pp-content table.table-hover-effect tr:hover td {
  background: #fafafa;
}
#pp-container .pp-content .widget-wrap {
  position: relative;
}
#pp-container .pp-content .widget-wrap .widget-link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#pp-container .pp-content .btn-loadform {
  cursor: pointer;
}
#pp-container .pp-content .wrapper-map #map-canvas {
  width: 100%;
  height: 420px;
}
#pp-container .pp-content .form-gmaps {
  padding: 15px;
  border: 1px solid #e4e4e4;
}
#pp-container .pp-content .form-gmaps input:focus {
  background: #ffffff;
  border-color: #656565;
}
#pp-container .pp-content .form-gmaps input {
  height: 48px;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .form-gmaps input {
    height: 46px;
  }
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content .form-gmaps input {
    height: 34px;
  }
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .form-gmaps input {
    height: 44px;
  }
}
#pp-container .pp-content .sitemap-list {
  display: block;
  margin-top: 0;
}
#pp-container .pp-content .sitemap-list li {
  margin: 0 0 5px;
  padding: 0;
}
#pp-container .pp-content .sitemap-list li a {
  text-decoration: none;
  font-weight: 300 !important;
}
#pp-container .pp-content .sitemap-list li ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
#pp-container .pp-content .box {
  position: relative;
  padding: 15px;
  height: 375px;
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box {
    height: 320px;
  }
}
#pp-container .pp-content .box.box-pad {
  padding: 30px 20px;
}
@media screen and (max-width : 1600px) {
  #pp-container .pp-content .box.box-pad {
    padding: 30px 15px;
  }
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .box.box-pad {
    padding: 20px;
  }
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content .box.box-pad {
    padding: 20px;
  }
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-pad {
    padding: 15px;
  }
}
#pp-container .pp-content .box.box-quote {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .box.box-quote {
    padding: 20px;
  }
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-quote {
    height: auto;
  }
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-quote .vertical-align {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#pp-container .pp-content .box.box-gradient:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-gradient:after {
    display: none;
  }
}
#pp-container .pp-content .box.box-gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-bottom: 340px;
}
@media screen and (max-width : 979px) {
  #pp-container .pp-content .box.box-gallery {
    padding-bottom: 320px;
  }
}
#pp-container .pp-content .box.box-gallery .btn-gallery-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}
#pp-container .pp-content .box.box-gallery .btn-gallery-wrap a.btn {
  color: #ffffff !important;
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-gallery .btn-gallery-wrap {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.75);
  }
}
#pp-container .pp-content .box.box-fade-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 15%;
  z-index: 2;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .box.box-fade-left:before {
    display: none;
  }
}
#pp-container .pp-content .box.box-fade-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 15%;
  z-index: 2;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .box.box-fade-right:before {
    display: none;
  }
}
#pp-container .pp-content .box.box-event {
  position: relative;
  background-color: #e51b24;
  padding: 0 0 155px;
  min-height: 320px;
}
#pp-container .pp-content .box.box-event .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#pp-container .pp-content .box.box-event .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: left;
  z-index: 3;
  color: #ffffff;
}
@media screen and (max-width : 768px) {
  #pp-container .pp-content .box.box-event .details {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
  }
}
#pp-container .pp-content .box.box-event .details .title {
  margin: 0 0 5px;
  color: #ffffff;
}
#pp-container .pp-content .box.box-event .details .date {
  font-size: 1em;
  padding: 0;
  margin: 0 0 5px;
}
#pp-container .pp-content .row div[class^=col-] .box.box-nopad {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width : 1240px) {
  #pp-container .pp-content .row div[class^=col-] .box.box-nopad {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pp-container .pp-content .row-event .noimg {
  border: 2px solid #d5d5d5;
}
#pp-container .pp-content .row-search .input-search {
  border-right: 0 none;
}
#pp-container .pp-content .row-search .btn-search {
  padding: 10px 15px 12px;
}
#pp-container .pp-content form {
  border: 0 none;
  padding: 0 0 15px;
  margin: 0;
}
.map-wrap {
  display: block;
  background: #f2f2f2;
  position: relative;
  width: 100%;
  height: 450px;
}
.map-wrap iframe {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.map-wrap .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  text-transform: uppercase;
}

#my-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
#my-gallery a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 200px;
  min-width: 200px;
  margin-bottom: 10px;
  width: 200px;
}
@media (min-width: 480px) {
  #my-gallery a {
    max-width: 300px;
  }
}
#my-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100%;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: -ms-grid;
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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;
}

.show-small, .show-med, .show-mob {
  display: none;
}

@media screen and (max-width : 768px) {
  .show-small {
    display: block;
  }
  .hide-small {
    display: none;
    margin: 0;
    padding: 0;
  }
  .table-wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-wrap .table {
    margin-bottom: 0;
  }
  .table-wrap .table > thead > tr > th, .table-wrap .table > tbody > tr > th, .table-wrap .table > tfoot > tr > th, .table-wrap .table > thead > tr > td, .table-wrap .table > tbody > tr > td, .table-wrap .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media screen and (max-width : 979px) {
  .show-med {
    display: block;
  }
  .hide-med {
    display: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width : 480px) {
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
    margin: 0;
    padding: 0;
  }
}