html {
  height: 100%;
  overflow: auto;
}
body {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
p {
  word-wrap: break-word;
}
img {
  height: auto;
}
body {
  font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
  color: #999999;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
h6 {
  line-height: 22.85714286px;
  font-size: 16px;
}
h6 a:hover {
  text-decoration: none;
}
h5 {
  line-height: 28.57142858px;
  font-size: 20px;
  color: #ffffff;
}
h5 a:hover {
  text-decoration: none;
}
h4 {
  line-height: 34.2857143px;
  font-size: 24px;
  color: #ffffff;
}
h4 a:hover {
  text-decoration: none;
}
h3 {
  line-height: 42.85714287px;
  font-size: 30px;
  color: #ffffff;
}
h3 a:hover {
  text-decoration: none;
}
h2 {
  line-height: 68.57142859px;
  font-size: 48px;
  color: #ffffff;
}
h2 a:hover {
  text-decoration: none;
}
h1 {
  line-height: 85.71428574px;
  text-decoration: none;
  font-size: 60px;
}
h1 a:hover {
  text-decoration: none;
}
fieldset {
  border: none;
}
fieldset dl {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
fieldset dt {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}
fieldset dd {
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}
fieldset label {
  display: inline-block;
}
fieldset textarea {
  vertical-align: text-top;
}
div.pagination p.counter {
  display: inline-block;
  margin: 0.5em 0.3em 0 0;
  padding: 0;
  background: none;
}
div.pagination ul, div.pagination ul li, div.pagination ul > li:before {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}
table.category {
  width: 100%;
}
table.category thead th img {
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}
form .search label {
  display: none;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fade.in {
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder {
  color: #dddddd;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder {
  color: #dddddd;
}
select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[readonly], textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
textarea, select[multiple] {
  height: auto;
}
.bd-margins > p, .bd-margins > div:not(.bd-own-margins) > p, .bd-margins > h1, .bd-margins > div:not(.bd-own-margins) > h1, .bd-margins > h2, .bd-margins > div:not(.bd-own-margins) > h2, .bd-margins > h3, .bd-margins > div:not(.bd-own-margins) > h3, .bd-margins > h4, .bd-margins > div:not(.bd-own-margins) > h4, .bd-margins > h5, .bd-margins > div:not(.bd-own-margins) > h5, .bd-margins > h6, .bd-margins > div:not(.bd-own-margins) > h6, .bd-margins > img, .bd-margins > div:not(.bd-own-margins) > img, .bd-margins > ul, .bd-margins > div:not(.bd-own-margins) > ul, .bd-margins > ol, .bd-margins > div:not(.bd-own-margins) > ol {
  margin-left: 20px;
  margin-right: 20px;
}
.bd-pagebackground-4 {
  background-attachment: fixed;
  background-color: #000000;
  background-image: url(../images/designer/3b08beb8163474444c6997ce4fb949af_fond.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.pagination > ul.bd-pagination-2 > .active > a, .pagination > ul.bd-pagination-2 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-2 > li.active.bd-paginationitem-2 > a, .bd-pagination-2 > li.active.bd-paginationitem-2 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  text-decoration: none;
  speak: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}
[class^="icon-"] > span:first-child, [class*=" icon-"] > span:first-child, [class^="icon-"] > time:first-child, [class*=" icon-"] > time:first-child {
  vertical-align: middle;
}
.bd-lightbox .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox .arrow.disabled {
  display: none;
}
.lightbox {
  cursor: pointer;
}
.carousel.bd-carousel-fade .active.left, .carousel.bd-carousel-fade .active.right {
  opacity: 0;
  z-index: 2;
}
.carousel.bd-carousel-right .active.left {
  left: 100%;
}
.carousel.bd-carousel-right .active.right {
  left: -100%;
}
.carousel.bd-carousel-top .active {
  top: 0;
}
.carousel.bd-carousel-top .active.left {
  top: -100%;
}
.carousel.bd-carousel-top .active.right {
  top: 100%;
}
.carousel.bd-carousel-bottom .active {
  top: 0;
}
.carousel.bd-carousel-bottom .active.left {
  top: 100%;
}
.carousel.bd-carousel-bottom .active.right {
  top: -100%;
}
header[data-setlocation] {
  cursor: pointer;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a.active, .bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none;
}
blockquote:not([class]) {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
}
blockquote:not([class]), blockquote:not([class]) p {
  line-height: 20.00000001px;
  font-size: 14px;
}
.bd-button a {
  line-height: 20.00000001px;
  font-size: 14px;
}
button:not([class]), input[type="submit"]:not([class]), input[type="button"]:not([class]), button.bd-button, input.bd-button, a.bd-button[href], .bd-button {
  
  background-color: transparent;
}
button:not([class]), input[type="submit"]:not([class]), input[type="button"]:not([class]), button.bd-button, input.bd-button, a.bd-button[href], .bd-button, button:not([class]):link, input[type="submit"]:not([class]):link, input[type="button"]:not([class]):link, button.bd-button:link, input.bd-button:link, a.bd-button[href]:link, .bd-button:link, button:not([class]):visited, input[type="submit"]:not([class]):visited, input[type="button"]:not([class]):visited, button.bd-button:visited, input.bd-button:visited, a.bd-button[href]:visited, .bd-button:visited {
  
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #555555;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 30px;
  border: 2px solid #555555;
  background-image: none;
}
button:not([class]):hover, input[type="submit"]:not([class]):hover, input[type="button"]:not([class]):hover, button.bd-button:hover, input.bd-button:hover, a.bd-button[href]:hover, .bd-button:hover, button:not([class]):focus, input[type="submit"]:not([class]):focus, input[type="button"]:not([class]):focus, button.bd-button:focus, input.bd-button:focus, a.bd-button[href]:focus, .bd-button:focus {
  background-color: #333333;
  text-decoration: none;
  border: 2px solid #333333;
  background-image: none;
}
button:not([class]):active, input[type="submit"]:not([class]):active, input[type="button"]:not([class]):active, button.bd-button:active, input.bd-button:active, a.bd-button[href]:active, .bd-button:active {
  background-color: #333333;
  border: 2px solid #333333;
  background-image: none;
}
label {
  font-weight: normal;
}
.bd-megamenu .bd-menuitem-13:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-13:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-13:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-13:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13 > a.active, .bd-megamenu .bd-menuitem-13.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-13:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-13.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-18:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-18:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-18:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18 > a.active, .bd-megamenu .bd-menuitem-18.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-18:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-18:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-18 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-18.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a.active, .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-55 .bd-menuitem-55:last-child > a.active {
  border-bottom-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a.active, .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
img:not([class]) {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active) {
  background-color: #8acbe5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active:before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a:before {
  color: #777777;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #8acbe5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active:before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a:before {
  color: #777777;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #8acbe5;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before, .bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before, .bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before, .bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators > li:not(.bd-mega-item) > a.active, .bd-indicators > li:not(.bd-mega-item).active > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item) > a.active:before, .bd-indicators > li:not(.bd-mega-item).active > a:before {
  color: #777777;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #8acbe5;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active:before, .bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777;
}
input[type="text"]:not([class]), input[type="password"]:not([class]), input[type="datetime"]:not([class]), input[type="datetime-local"]:not([class]), input[type="date"]:not([class]), input[type="month"]:not([class]), input[type="time"]:not([class]), input[type="week"]:not([class]), input[type="number"]:not([class]), input[type="email"]:not([class]), input[type="url"]:not([class]), input[type="search"]:not([class]), input[type="tel"]:not([class]), input[type="color"]:not([class]), textarea:not([class]), select:not([class]) {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0px;
}
@media (max-width: 767px) {
input[type="text"]:not([class]), input[type="password"]:not([class]), input[type="datetime"]:not([class]), input[type="datetime-local"]:not([class]), input[type="date"]:not([class]), input[type="month"]:not([class]), input[type="time"]:not([class]), input[type="week"]:not([class]), input[type="number"]:not([class]), input[type="email"]:not([class]), input[type="url"]:not([class]), input[type="search"]:not([class]), input[type="tel"]:not([class]), input[type="color"]:not([class]), textarea:not([class]), select:not([class]) {
    width: 150px;
  }
}
.pagination > ul.bd-pagination > .active > a, .pagination > ul.bd-pagination > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination > li.active.bd-paginationitem-1 > a, .bd-pagination > li.active.bd-paginationitem-1 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
.bd-icon-3:hover.active:before, .bd-icon-3.active:before {
  color: #269ccb;
}
table:not([class]) {
  border-collapse: collapse;
  width: 100%;
}
table:not([class]) thead td, table:not([class]) thead th {
  border-bottom: 1px solid #dddddd;
}
table:not([class]) td, table:not([class]) th {
  padding: 5px;
}
table:not([class]) tbody > tr:nth-child(odd) > td, table:not([class]) tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a.active, .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-47 .bd-menuitem-43:last-child > a.active {
  border-bottom-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a.active, .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
@charset "UTF-8";
@font-face {
  font-family: 'Billion Web Font';
  src: url("BillionWebFonts.woff") format('woff'), url("BillionWebFonts.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon-map-marker:before {
  content: '\129';
}
.icon-envelope:before {
  content: '\157';
}
.icon-euro:before {
  content: '\1e1';
}
.icon-print:before {
  content: '\211';
}
.icon-briefcase-simple:before {
  content: '\27c';
}
.icon-phone:before {
  content: '\288';
}
@media (min-width: 767px) {
.bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23.hover > .bd-menu-24-popup, .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24.hover > .bd-menu-24-popup {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
.bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
.bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > a.active + .bd-menu-24-popup, .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24 > a.active + .bd-menu-24-popup {
    position: relative;
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #d9534f;
  text-decoration: underline;
}
.bd-menu-24 .bd-menuitem-24:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-24 .bd-menuitem-24:last-child > a.active {
  border-bottom-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > .bd-grid-item > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a.active, .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #36aede;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #0a75a0;
  background-color: #2da0ce;
  background-image: none;
}
.bd-lightbox-8 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-8 .arrow.disabled {
  display: none;
}
.bd-lightbox-3 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-3 .arrow.disabled {
  display: none;
}
.bd-lightbox-4 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-4 .arrow.disabled {
  display: none;
}
.bd-lightbox-5 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-5 .arrow.disabled {
  display: none;
}
.bd-lightbox-6 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-6 .arrow.disabled {
  display: none;
}
.pagination > ul.bd-pagination-4 > .active > a, .pagination > ul.bd-pagination-4 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-4 > li.active.bd-paginationitem-4 > a, .bd-pagination-4 > li.active.bd-paginationitem-4 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none;
}
.bd-footerarea-1 {
  background-color: #333333;
}
.bd-headerarea-1 {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
.bd-hmenu-3 .navbar-collapse .bd-horizontalmenu-1 .bd-menu-2-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
.bd-hmenu-3 .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.bd-megamenu .bd-menuitem-4:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-4:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-4:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-4:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-4 > a.active, .bd-megamenu .bd-menuitem-4.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-4:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-4:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-4:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-4:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-4 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-4.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-6:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-6:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-6:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-6:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-6 > a.active, .bd-megamenu .bd-menuitem-6.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-6:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-6:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-6:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-6:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-6 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-6.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-1.nav-pills .bd-menuitem-2.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item) > a.active, .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-1.nav-pills .bd-menuitem-2:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  background-image: none;
}
.bd-menu-2 .bd-menuitem-3:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-2 .bd-menuitem-3:last-child > a.active {
  border-bottom-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-2 .bd-menuitem-3.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-2 .bd-menuitem-3:not(.bd-mega-item) > a.active, .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-2 .bd-menuitem-3:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-2 .bd-menuitem-3:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-lightbox-1 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-1 .arrow.disabled {
  display: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:hover:not(.active) > a:not(.active) {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li.active > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li > a.active:before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li.active > a:before {
  color: #777777;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li.active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li > .bd-grid-item > a.active:before, .bd-toplevel-item:not(.bd-megamenu) .bd-indicators-2 > li.active > .bd-grid-item > a:before {
  color: #777777;
}
.bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators-2 > li:not(.bd-mega-item) > a.active, .bd-indicators-2 > li:not(.bd-mega-item).active > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators-2 > li:not(.bd-mega-item) > a.active:before, .bd-indicators-2 > li:not(.bd-mega-item).active > a:before {
  color: #777777;
}
.bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-indicators-2 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-indicators-2 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
.bd-indicators-2 > li:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-indicators-2 > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none;
}
.bd-indicators-2 > li:not(.bd-mega-item) > .bd-grid-item > a.active:before, .bd-indicators-2 > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777;
}
.bd-lightbox-2 .lightbox-image.active {
  display: inline-block;
}
.bd-lightbox-2 .arrow.disabled {
  display: none;
}
.bd-breadcrumbs-1 .breadcrumb > li.show-here + li::before {
  content: none !important;
}
@media (max-width: 767px) {
.bd-hmenu-1 .navbar-collapse .bd-horizontalmenu-48 .bd-menu-28-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
.bd-hmenu-1 .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active) {
  color: #a68321;
}
@media (max-width: 767px) {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active) {
    color: #a68321;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
@media (max-width: 767px) {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > a:not(.active):before {
    color: #a68321;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #a68321;
}
@media (max-width: 767px) {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #a68321;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
@media (max-width: 767px) {
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a.hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:hover:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:not(.active) > .bd-grid-item > a:focus:not(.active):before, .bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-10:hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #a68321;
  }
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #a68321;
}
@media (max-width: 767px) {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
    color: #a68321;
  }
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #2da0ce;
}
@media (max-width: 767px) {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a.hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > a:focus:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
    color: #a68321;
  }
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #a68321;
}
@media (max-width: 767px) {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
    color: #a68321;
  }
}
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #2da0ce;
}
@media (max-width: 767px) {
.collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before, .collapse-button .bd-menuitem-10:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
    color: #a68321;
  }
}
.bd-megamenu .bd-menuitem-36:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-36:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-36:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-36:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-36 > a.active, .bd-megamenu .bd-menuitem-36.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-36:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-36:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-36 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-36.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38:not(.active) > a.hover:not(.active), .bd-megamenu .bd-menuitem-38:not(.active) > a:hover:not(.active), .bd-megamenu .bd-menuitem-38:not(.active) > a:focus:not(.active), .bd-megamenu .bd-menuitem-38:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38 > a.active, .bd-megamenu .bd-menuitem-38.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-megamenu .bd-menuitem-38:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-megamenu .bd-menuitem-38:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-megamenu .bd-menuitem-38 > .bd-grid-item > a.active, .bd-megamenu .bd-menuitem-38.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:hover:not(.active) > a:not(.active) {
  color: #a68321;
  text-decoration: none;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22.active > a {
  color: #a68321;
  border-top-color: #a68321;
  border-left-color: #a68321;
  border-right-color: #a68321;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #a68321;
  text-decoration: none;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-42.nav-pills .bd-menuitem-22.active > .bd-grid-item > a {
  color: #a68321;
  border-top-color: #a68321;
  border-left-color: #a68321;
  border-right-color: #a68321;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #a68321;
  text-decoration: none;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > a.active, .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item).active > a {
  color: #a68321;
  border-top-color: #a68321;
  border-left-color: #a68321;
  border-right-color: #a68321;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #a68321;
  text-decoration: none;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-42.nav-pills .bd-menuitem-22:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #a68321;
  border-top-color: #a68321;
  border-left-color: #a68321;
  border-right-color: #a68321;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom: 1px solid #a68321;
  border-radius: 5px;
}
.bd-menu-28 .bd-menuitem-27:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0;
}
.bd-menu-28 .bd-menuitem-27:last-child > a.active {
  border-bottom-width: 0;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27.active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-28 .bd-menuitem-27.active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > a.active, .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item).active > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #2da0ce;
  text-decoration: none;
  background-color: #ededed;
  background-image: none;
}
.bd-menu-28 .bd-menuitem-27:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-28 .bd-menuitem-27:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #2da0ce;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none;
}
.pagination > ul.bd-pagination-3 > .active > a, .pagination > ul.bd-pagination-3 > .active > span {
  color: inherit;
  line-height: inherit;
}
.bd-pagination-3 > li.active.bd-paginationitem-3 > a, .bd-pagination-3 > li.active.bd-paginationitem-3 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none;
}
@media (min-width: 768px) {
.bd-tabinformationcontrol-2 .bd-menu-12.nav.nav-tabs > li.active > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
.bd-tabinformationcontrol-2 .bd-menu-12.nav.nav-tabs > li:first-child.active > a {
    margin-left: 0px;
  }
.bd-tabinformationcontrol-2 .bd-menu-12.nav.nav-tabs > li.active > a {
    position: relative;
    z-index: 1;
  }
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:hover:not(.active) > a:not(.active) {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12 > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12.active > a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > .bd-grid-item > a.hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > .bd-grid-item > a:hover:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:not(.active) > .bd-grid-item > a:focus:not(.active), .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  background-image: none;
}
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12 > .bd-grid-item > a.active, .bd-toplevel-item:not(.bd-megamenu) .bd-menu-12.nav-tabs .bd-menuitem-12.active > .bd-grid-item > a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
}
.bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > a.hover:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > a:hover:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > a:focus:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  background-image: none;
}
.bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item) > a.active, .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item).active > a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
}
.bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active), .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  background-image: none;
}
.bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item) > .bd-grid-item > a.active, .bd-menu-12.nav-tabs .bd-menuitem-12:not(.bd-mega-item).active > .bd-grid-item > a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
}
input::-webkit-input-placeholder {
  color: #333 !important;
}
input:-moz-placeholder {
  
  color: #333 !important;
}
input::-moz-placeholder {
  
  color: #333 !important;
}
input:-ms-input-placeholder {
  color: #333 !important;
}
