@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=vietnamese);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap);
@font-face {
  font-family: 'Conv_WhitneyHTF-Bold';
  src: url("assets/fonts/WhitneyHTF-Bold.eot");
  src: local("☺"), url("assets/fonts/WhitneyHTF-Bold.woff") format("woff"), url("assets/fonts/WhitneyHTF-Bold.ttf") format("truetype"), url("assets/fonts/WhitneyHTF-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea, input[type="email"] {
  font: inherit;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #dfdfdf;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

td,
th {
  padding: 0; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfdfdf !important; } }
.clear:before,
.clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

/*how to use mixin
@include transition(all,0.5s);
*/
/*how to use extend
@extend .button;
*/
/*how to use variable
.main-color{color: $main-color;}
*/
body {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: #040404;
  font-weight: 400;
  overflow-x: hidden; }

a {
  color: #040404;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

span.edit-link {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #0087cb url() 0 0 no-repeat; }
  span.edit-link i {
    color: #fff;
    font-size: 20px; }

h1, h2, h3, h4, h5 {
  font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
  color: #0087cb;
  text-transform: capitalize; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #0087cb; }

h1, h2, h3 {
  text-transform: uppercase; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 22px; }

/*move to top style*/
#top {
  width: 56px;
  height: 56px;
  padding: 11px 15px 15px;
  text-align: center;
  background: #0087cb;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200;
  display: none; }
  #top i {
    color: #fff;
    display: block;
    font-size: 30px; }

/*button*/
.button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px; }

.button, .main-button, .second-button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 3px solid #0087cb;
  background: #fff;
  flex: 0 0 auto; }
  .button a, .main-button a, .second-button a {
    display: block;
    color: #0087cb;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 30px; }
    .button a:hover, .main-button a:hover, .second-button a:hover {
      color: #fff; }
  .button:hover, .main-button:hover, .second-button:hover {
    background: #0087cb; }

.second-button {
  background: #000000 url() 0 0 no-repeat; }
  .second-button:hover a {
    color: #000000; }
  .second-button:hover {
    border: 2px solid #000000; }

/*IMAGE STYLE*/
.img-wrap {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .img-wrap img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 15px #9C9C9C;
    -moz-box-shadow: 0 0 15px #9C9C9C;
    -ms-box-shadow: 0 0 15px #9C9C9C;
    box-shadow: 0 0 15px #9C9C9C; }

.img-wrap-map {
  display: table;
  margin: 0 auto;
  text-align: center; }
  .img-wrap-map img {
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto; }

.imgcrop {
  max-width: 100%;
  height: auto; }

/*style for accordion*/
#accordion {
  padding-bottom: 80px;
  margin: 0px auto;
  width: 100%; }
  #accordion dl {
    padding: 0px;
    margin: 0px; }
  #accordion dt {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    padding-top: 30px; }
    #accordion dt a {
      display: block;
      cursor: pointer;
      text-decoration: none;
      font-size: 22px;
      padding-left: 40px;
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
      #accordion dt a:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0fe";
        position: absolute;
        top: 2px;
        left: 0px;
        font-size: 22px; }
      #accordion dt a.curr_arr {
        color: #0087cb; }
        #accordion dt a.curr_arr:before {
          font-family: "Font Awesome 5 Free";
          content: "\f146"; }
  #accordion dd {
    width: 100%;
    margin: 0 auto; }
    #accordion dd .content {
      width: 100%;
      padding: 30px 0px 30px; }
      #accordion dd .content img {
        width: 100%; }

/*style for table*/
table {
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  table th {
    background: #0087cb url() 0 0 no-repeat;
    color: #fff;
    padding: 5px 10px; }
  table td {
    padding: 5px 10px;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf; }

/*style for google map reponsive*/
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin-top: 40px; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    background: none; }

/*style for list*/
ul.list li {
  text-align: left; }
  ul.list li a {
    cursor: pointer; }

/*style for text color*/
.main-color {
  color: #0087cb; }

.second-color {
  color: #000000; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.p5t {
  padding-top: 5px; }

.p10t {
  padding-top: 10px; }

.p15t {
  padding-top: 15px; }

.p20t {
  padding-top: 20px; }

.p25t {
  padding-top: 25px; }

.p30t {
  padding-top: 30px; }

.p35t {
  padding-top: 35px; }

.p40t {
  padding-top: 40px; }

.p50t {
  padding-top: 50px; }

.p5b {
  padding-bottom: 5px; }

.p10b {
  padding-bottom: 10px; }

.p15b {
  padding-bottom: 15px; }

.p20b {
  padding-bottom: 20px; }

.p25b {
  padding-bottom: 25px; }

.p30b {
  padding-bottom: 30px; }

.p35b {
  padding-bottom: 35px; }

.p40b {
  padding-bottom: 40px; }

.p50b {
  padding-bottom: 50px; }

/*css for print*/
/* Elastislide Style */
.elastislide-list {
  list-style-type: none;
  display: none; }

.no-js .elastislide-list {
  display: block; }

.elastislide-carousel ul li {
  min-width: 20px;
  /* minimum width of the image (min width + border) */ }

.elastislide-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 60px; }

.elastislide-wrapper.elastislide-loading {
  background-image: url(assets/images/bx_loader.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.elastislide-horizontal {
  padding: 10px 40px; }

.elastislide-vertical {
  padding: 40px 0px; }

.elastislide-carousel {
  overflow: hidden;
  position: relative; }

.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.elastislide-horizontal ul {
  white-space: nowrap; }

.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden; }

.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block; }

.elastislide-vertical ul li {
  display: block; }

.elastislide-carousel ul li a {
  display: inline-block;
  width: 150px; }

.elastislide-carousel ul li a img {
  display: block;
  border: 0px solid white;
  max-width: 100%;
  border: 3px solid transparent; }

/* Navigation Arrows */
.elastislide-wrapper nav span {
  position: absolute;
  background: #ddd url(assets/images/nav.png) no-repeat 4px 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8; }

.elastislide-wrapper nav span:hover {
  opacity: 1; }

.elastislide-horizontal nav span {
  top: 50%;
  left: 10px;
  margin-top: -11px; }

.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px; }

.elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background-position: 4px -17px; }

.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("assets/images/bx_loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/slick.eot");
  src: url("assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("assets/fonts/slick.woff") format("woff"), url("assets/fonts/slick.ttf") format("truetype"), url("assets/fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slider {
  width: 100%;
  margin: 100px auto; }

.slick-slide img {
  max-width: 100%;
  height: auto; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s; }
  .slick-slide img {
    opacity: 1; }

.slick-active img {
  opacity: 1; }

.slick-current img {
  opacity: 1; }

.partialViewSlider-outerwrapper {
  position: relative; }

.partialViewSlider-outerwrapper.partialViewSlider-outsideControls {
  padding: 0 6%; }

.partialViewSlider-wrapper {
  overflow: hidden;
  font-size: 0;
  position: relative; }

.partialViewSlider-outerwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-property: transform;
  transition-duration: 0ms;
  transition-timing-function: ease-out; }

.partialViewSlider-outerwrapper ul > li {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  transition-property: all;
  transition-duration: 0ms;
  transition-timing-function: ease-out; }

.partialViewSlider-wrapper.partialViewSlider-perspective ul > li {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.4; }

.partialViewSlider-wrapper.partialViewSlider-perspective ul > li.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.partialViewSlider-wrapper ul > li > img {
  max-width: 100%;
  display: block; }

.partialViewSlider-backdrop {
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5); }

.partialViewSlider-backdrop.partialViewSlider-right {
  right: 0; }

.partialViewSlider-nav {
  position: absolute;
  top: 43%;
  color: #FFF;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.partialViewSlider-prev {
  left: 3%; }

.partialViewSlider-next {
  right: 3%; }

.partialViewSlider-outsideControls .partialViewSlider-nav,
.partialViewSlider-neighborControls .partialViewSlider-nav {
  color: #CCC; }

.partialViewSlider-outsideControls .partialViewSlider-prev {
  left: 1%; }

.partialViewSlider-outsideControls .partialViewSlider-next {
  right: 1%; }

.partialViewSlider-neighborControls .partialViewSlider-prev {
  left: -5%; }

.partialViewSlider-neighborControls .partialViewSlider-next {
  right: -5%; }

.partialViewSlider-dots {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%); }

.partialViewSlider-dots li a {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px; }

.partialViewSlider-dots li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: all 0.25s ease-out; }

.partialViewSlider-dots li.active a:before {
  background: #FFF; }

/*
    TimelineJS - ver. 2017-01-12-20-45-53 - 2017-01-12
    Copyright (c) 2012-2016 Northwestern University
    a project of the Northwestern University Knight Lab, originally created by Zach Wise
    https://github.com/NUKnightLab/TimelineJS3
    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
    If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#timeline-embed {
  width: 100%;
  height: 600px;
  margin-top: 70px; }

.post-content {
  width: 80%;
  margin: 3em auto; }

.tl-storyjs div * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.tl-storyjs .active, .tl-storyjs .caption, .tl-storyjs .content-container, .tl-storyjs .credit, .tl-storyjs .date, .tl-storyjs .dot, .tl-storyjs .era, .tl-storyjs .flag, .tl-storyjs .line, .tl-storyjs .major, .tl-storyjs .map, .tl-storyjs .marker, .tl-storyjs .media, .tl-storyjs .message, .tl-storyjs .minor, .tl-storyjs .slider, .tl-storyjs .start, .tl-storyjs .text, .tl-storyjs .time, .tl-storyjs .title, .tl-storyjs .tl-container, .tl-storyjs .tl-feature, .tl-storyjs .tl-feedback, .tl-storyjs .tl-navigation, .tl-storyjs .tl-slider, .tl-storyjs .toolbar, .tl-storyjs a, .tl-storyjs abbr, .tl-storyjs acronym, .tl-storyjs address, .tl-storyjs blockquote, .tl-storyjs button, .tl-storyjs caption, .tl-storyjs cite, .tl-storyjs code, .tl-storyjs dd, .tl-storyjs del, .tl-storyjs dfn, .tl-storyjs dl, .tl-storyjs dt, .tl-storyjs em, .tl-storyjs fieldset, .tl-storyjs form, .tl-storyjs h1, .tl-storyjs h2, .tl-storyjs h3, .tl-storyjs h4, .tl-storyjs h5, .tl-storyjs h6, .tl-storyjs img, .tl-storyjs label, .tl-storyjs legend, .tl-storyjs li, .tl-storyjs ol, .tl-storyjs p, .tl-storyjs pre, .tl-storyjs q, .tl-storyjs s, .tl-storyjs samp, .tl-storyjs small, .tl-storyjs strike, .tl-storyjs strong, .tl-storyjs sub, .tl-storyjs sup, .tl-storyjs table, .tl-storyjs tbody, .tl-storyjs td, .tl-storyjs tfoot, .tl-storyjs th, .tl-storyjs thead, .tl-storyjs tr, .tl-storyjs tt, .tl-storyjs ul, .tl-storyjs var {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  width: auto;
  float: none; }

.tl-storyjs h1, .tl-storyjs h2, .tl-storyjs h3, .tl-storyjs h4, .tl-storyjs h5, .tl-storyjs h6 {
  clear: none; }

.tl-storyjs table {
  border-collapse: collapse;
  border-spacing: 0; }

.tl-storyjs ol, .tl-storyjs ul {
  list-style: none; }

.tl-storyjs blockquote:after, .tl-storyjs blockquote:before, .tl-storyjs q:after, .tl-storyjs q:before {
  content: ""; }

.tl-storyjs a:focus {
  outline: thin dotted; }

.tl-storyjs a:active, .tl-storyjs a:hover {
  outline: 0; }

.tl-storyjs article, .tl-storyjs aside, .tl-storyjs details, .tl-storyjs figcaption, .tl-storyjs figure, .tl-storyjs footer, .tl-storyjs header, .tl-storyjs hgroup, .tl-storyjs nav, .tl-storyjs section {
  display: block; }

.tl-storyjs audio, .tl-storyjs canvas, .tl-storyjs video {
  display: inline-block; }

.tl-storyjs audio:not([controls]) {
  display: none; }

.tl-storyjs div {
  max-width: none; }

.tl-storyjs sub, .tl-storyjs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.tl-storyjs sup {
  top: -.5em; }

.tl-storyjs sub {
  bottom: -.25em; }

.tl-storyjs img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

.tl-storyjs button, .tl-storyjs input, .tl-storyjs select, .tl-storyjs textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

.tl-storyjs button, .tl-storyjs input {
  line-height: normal; }

.tl-storyjs button::-moz-focus-inner, .tl-storyjs input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.tl-storyjs button, .tl-storyjs input[type=button], .tl-storyjs input[type=reset], .tl-storyjs input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

.tl-storyjs input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.tl-storyjs input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.tl-storyjs textarea {
  overflow: auto;
  vertical-align: top; }

.tl-timeline {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
  color: #000; }

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3 {
  font-size: 28px;
  line-height: 28px; }

.tl-timeline h1 small, .tl-timeline h2 small, .tl-timeline h3 small {
  font-size: 24px;
  line-height: 24px; }

.tl-timeline h4, .tl-timeline h5, .tl-timeline h6 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0; }

.tl-timeline h4 small, .tl-timeline h5 small, .tl-timeline h6 small {
  font-size: 15px;
  line-height: 15px; }

.tl-timeline h2.tl-headline-title {
  font-size: 38px;
  line-height: 38px; }

.tl-timeline h2.tl-headline-title small {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  line-height: 24px; }

.tl-timeline h2 {
  margin-top: 20px;
  margin-bottom: 5px; }

.tl-timeline p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #666; }

.tl-timeline p.lead {
  font-size: 24px; }

.tl-timeline p a {
  color: #666;
  text-decoration: underline; }

.tl-timeline p a:focus, .tl-timeline p a:hover {
  color: #c34528; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .tl-timeline p a {
    text-decoration: underline;
    background-image: none;
    text-shadow: none; }

  .tl-timeline p a:focus, .tl-timeline p a:hover {
    color: #c34528;
    text-decoration: underline; } }
.tl-timeline b, .tl-timeline strong {
  font-weight: 700; }

.tl-timeline em, .tl-timeline i {
  font-style: italic; }

.tl-timeline a {
  text-decoration: none;
  color: #c34528; }

.tl-timeline a:hover {
  text-decoration: underline;
  color: #6e2717; }

.tl-timeline .tl-caption, .tl-timeline .tl-credit, .tl-timeline .tl-slidenav-next, .tl-timeline .tl-slidenav-previous {
  font-size: 11px;
  line-height: 11px; }

.tl-timeline .tl-caption a, .tl-timeline .tl-credit a, .tl-timeline .tl-slidenav-next a, .tl-timeline .tl-slidenav-previous a {
  color: #000; }

.tl-timeline .tl-makelink {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.tl-timeline blockquote, .tl-timeline blockquote p {
  font-family: Georgia,Times New Roman,Times,serif;
  color: #999;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  background: 0 0;
  border: 0;
  padding: 0; }

.tl-timeline blockquote cite, .tl-timeline blockquote p cite {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #666;
  display: block;
  text-align: right;
  font-style: normal; }

.tl-timeline blockquote cite:before, .tl-timeline blockquote p cite:before {
  content: "\2014"; }

.tl-timeline blockquote p:before {
  content: open-quote;
  display: inline-block;
  font-size: 28px;
  position: relative;
  top: 8px;
  margin-right: 5px; }

.tl-timeline blockquote p:after {
  content: close-quote;
  display: inline-block;
  font-size: 28px;
  position: relative;
  top: 8px;
  margin-left: 3px; }

.tl-timeline blockquote {
  margin: 10px; }

.tl-timeline blockquote p {
  margin: 0; }

.tl-timeline .vcard {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: 10px; }

.tl-timeline .vcard:after, .tl-timeline .vcard:before {
  display: table;
  content: ""; }

.tl-timeline .vcard:after {
  clear: both; }

.tl-timeline .vcard .twitter-date {
  text-align: left;
  font-size: 11px; }

.tl-timeline .vcard .author {
  float: right; }

.tl-timeline .vcard a {
  color: #333;
  text-decoration: none; }

.tl-timeline .vcard a:hover {
  text-decoration: none; }

.tl-timeline .vcard a:hover .fn, .tl-timeline .vcard a:hover .nickname {
  color: #c34528; }

.tl-timeline .vcard .fn, .tl-timeline .vcard .nickname {
  padding-left: 42px; }

.tl-timeline .vcard .fn {
  display: block;
  font-weight: 700; }

.tl-timeline .vcard .nickname {
  margin-top: 1px;
  display: block;
  color: #666; }

.tl-timeline .vcard .avatar {
  float: left;
  display: block;
  width: 32px;
  height: 32px; }

.tl-timeline .vcard .avatar img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.tl-timeline .tl-text ul {
  padding: 0;
  padding-left: 30px;
  margin: 0; }

.tl-timeline .tl-text ul li {
  margin-bottom: 5px; }

.tl-timeline .tl-button-calltoaction {
  cursor: pointer;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.tl-timeline .tl-button-calltoaction .tl-button-calltoaction-text {
  display: inline-block;
  background-color: #c34528;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 7px; }

.tl-timeline .tl-note {
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: italic;
  background-color: #e6e6e6;
  font-size: 15px;
  line-height: 17px;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  text-shadow: none; }

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
  .tl-timeline h1, .tl-timeline h2, .tl-timeline h3 {
    font-size: 28px;
    line-height: 28px; } }
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .tl-timeline h1, .tl-timeline h2, .tl-timeline h3 {
    font-size: 24px;
    line-height: 24px; } }
.tl-skinny h2 {
  margin-top: 0; }

@font-face {
  font-family: tl-icons;
  src: url(icons/tl-icons.eot);
  src: url(icons/tl-icons.eot?#iefix) format("embedded-opentype"), url(icons/tl-icons.ttf) format("truetype"), url(icons/tl-icons.woff) format("woff"), url(icons/tl-icons.svg#tl-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
[class*=" tl-icon-"], [class^=tl-icon-] {
  font-family: tl-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tl-icon-vine:after {
  content: "\e64d"; }

.tl-icon-wikipedia:after {
  content: "\e64e"; }

.tl-icon-chevron-right:after {
  content: "\e64f"; }

.tl-icon-chevron-left:after {
  content: "\e650"; }

.tl-icon-youtube-logo:after {
  content: "\e651"; }

.tl-icon-foursquare:after {
  content: "\e652"; }

.tl-icon-camera-retro:after {
  content: "\e653"; }

.tl-icon-doc:after {
  content: "\e654"; }

.tl-icon-weibo:after {
  content: "\e655"; }

.tl-icon-resize-horizontal:after {
  content: "\e656"; }

.tl-icon-resize-vertical:after {
  content: "\e657"; }

.tl-icon-resize-full:after {
  content: "\e658"; }

.tl-icon-resize-small:after {
  content: "\e659"; }

.tl-icon-twitter:after {
  content: "\e62b"; }

.tl-icon-google-plus:after {
  content: "\e62c"; }

.tl-icon-video:after {
  content: "\e62d"; }

.tl-icon-youtube:after {
  content: "\e62d"; }

.tl-icon-plaintext:after {
  content: "\e62e"; }

.tl-icon-storify:after {
  content: "\e62e"; }

.tl-icon-image-v2:after {
  content: "\e62f"; }

.tl-icon-quote-v2:after {
  content: "\e630"; }

.tl-icon-zoom-in:after {
  content: "\e631"; }

.tl-icon-zoom-out:after {
  content: "\e632"; }

.tl-icon-list:after {
  content: "\e633"; }

.tl-icon-music:after {
  content: "\e634"; }

.tl-icon-spotify:after {
  content: "\e634"; }

.tl-icon-location:after {
  content: "\e635"; }

.tl-icon-googlemaps:after {
  content: "\e635"; }

.tl-icon-web:after {
  content: "\e636"; }

.tl-icon-share-v2:after {
  content: "\e637"; }

.tl-icon-soundcloud:after {
  content: "\e639"; }

.tl-icon-video-v2:after {
  content: "\e63a"; }

.tl-icon-dailymotion:after {
  content: "\e63a"; }

.tl-icon-tumblr:after {
  content: "\e63b"; }

.tl-icon-lastfm:after {
  content: "\e63c"; }

.tl-icon-github:after {
  content: "\e63d"; }

.tl-icon-goback:after {
  content: "\e63e"; }

.tl-icon-doc-v2:after {
  content: "\e63f"; }

.tl-icon-googledrive:after {
  content: "\e640"; }

.tl-icon-facebook:after {
  content: "\e641"; }

.tl-icon-flickr:after {
  content: "\e642"; }

.tl-icon-dribbble:after {
  content: "\e643"; }

.tl-icon-image:after {
  content: "\e605"; }

.tl-icon-vimeo:after {
  content: "\e606"; }

.tl-icon-instagram:after {
  content: "\e644"; }

.tl-icon-pinterest:after {
  content: "\e645"; }

.tl-icon-arrow-left:after {
  content: "\e646"; }

.tl-icon-arrow-down:after {
  content: "\e647"; }

.tl-icon-arrow-up:after {
  content: "\e648"; }

.tl-icon-arrow-right:after {
  content: "\e649"; }

.tl-icon-share:after {
  content: "\e64a"; }

.tl-icon-blockquote:after {
  content: "\e64b"; }

.tl-icon-evernote:after {
  content: "\e64c"; }

.tl-icon-mappin:after {
  content: "\e600"; }

.tl-icon-swipe-right:after {
  content: "\e601"; }

.tl-icon-swipe-left:after {
  content: "\e602"; }

.tl-icon-touch-spread:after {
  content: "\e603"; }

.tl-icon-touch-pinch:after {
  content: "\e604"; }

.tl-dragging {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.tl-menubar {
  position: absolute;
  z-index: 11;
  text-align: center;
  color: #333;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  top: 100%;
  left: 50%;
  left: 0; }

@keyframes invertToBlack {
  from {
    background-color: #FFF; }
  to {
    background-color: #000; } }
@-webkit-keyframes invertToBlack {
  from {
    background: #FFF; }
  to {
    background: #000; } }
@keyframes invertToWhite {
  from {
    background-color: #000; }
  to {
    background-color: #FFF; } }
@-webkit-keyframes invertToWhite {
  from {
    background: #000; }
  to {
    background: #FFF; } }
.tl-menubar-button {
  font-size: 18px;
  line-height: 18px;
  background-color: rgba(242, 242, 242, 0.9);
  cursor: pointer;
  padding: 6px 12px 6px 12px;
  display: inline-block;
  display: block;
  color: #bfbfbf; }

.tl-menubar-button.tl-menubar-button-inactive {
  opacity: .33; }

.tl-menubar-button:hover {
  background: #333;
  color: #FFF; }

.tl-menubar-button:hover.tl-menubar-button-inactive {
  color: #bfbfbf;
  background-color: rgba(242, 242, 242, 0.9); }

.tl-mobile .tl-menubar-button {
  display: block; }

.tl-mobile .tl-menubar-button:hover {
  background-color: rgba(242, 242, 242, 0.67);
  color: #737373; }

.tl-mobile .tl-menubar-button:active {
  background: #c34528;
  color: #FFF; }

@keyframes invertToBlack {
  from {
    background-color: #FFF; }
  to {
    background-color: #000; } }
@-webkit-keyframes invertToBlack {
  from {
    background: #FFF; }
  to {
    background: #000; } }
@keyframes invertToWhite {
  from {
    background-color: #000; }
  to {
    background-color: #FFF; } }
@-webkit-keyframes invertToWhite {
  from {
    background: #000; }
  to {
    background: #FFF; } }
.tl-message, .tl-message-full {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
  margin: auto;
  text-align: center; }

.tl-message .tl-message-container, .tl-message-full .tl-message-container {
  padding: 20px;
  margin: 20px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }

.tl-message .tl-message-container .tl-message-content, .tl-message-full .tl-message-container .tl-message-content {
  color: #666;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  text-shadow: 1px 1px 1px #FFF; }

.tl-message .tl-message-container .tl-message-content strong, .tl-message-full .tl-message-container .tl-message-content strong {
  text-transform: uppercase; }

.tl-message .tl-message-container .tl-loading-icon, .tl-message-full .tl-message-container .tl-loading-icon {
  width: 30px;
  height: 30px;
  background-color: #666;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.tl-message-full {
  background-color: rgba(255, 255, 255, 0.8); }

.tl-message-full [class*=" tl-icon-"], .tl-message-full [class^=tl-icon-] {
  color: #666;
  font-size: 72px; }

.tl-message-full .tl-message-container .tl-message-content {
  font-size: 22px;
  line-height: 22px;
  text-shadow: none;
  color: #666;
  text-transform: none;
  font-weight: 400; }

.tl-message-full .tl-message-container .tl-message-content .tl-button {
  display: inline-block;
  cursor: pointer;
  background-color: #FFF;
  color: #333;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.tl-timenav {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e5e5e5; }

.tl-timenav .tl-attribution {
  cursor: pointer;
  z-index: 9;
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 0px;
  line-height: 10px;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3px; }

.tl-timenav .tl-attribution a {
  color: #ccc; }

.tl-timenav .tl-attribution a:hover {
  color: #000;
  text-decoration: none; }

.tl-timenav .tl-attribution a:hover .tl-knightlab-logo {
  background-color: #c34528; }

.tl-timenav .tl-attribution .tl-knightlab-logo {
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  margin-right: 3px;
  background-color: #c34528;
  background-color: #ccc;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.tl-timenav .tl-timenav-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  z-index: 2;
  display: none; }

.tl-timenav .tl-timenav-line:after, .tl-timenav .tl-timenav-line:before {
  font-family: tl-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c34528;
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  left: -14px; }

.tl-timenav .tl-timenav-line:before {
  top: -10px; }

.tl-timenav .tl-timenav-line:after {
  content: "\e648";
  bottom: 24px; }

.tl-timenav .tl-timenav-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }

.tl-timenav .tl-timenav-slider.tl-timenav-slider-animate {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timenav .tl-timenav-slider .tl-timenav-slider-background {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: move;
  z-index: 6; }

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask {
  position: absolute;
  height: 100%;
  top: 0; }

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container {
  position: absolute;
  height: 100%; }

.tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container .tl-timenav-item-container {
  position: absolute;
  height: 100%; }

.tl-timemarker {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker.tl-timemarker-fast {
  -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker.tl-timemarker-fast .tl-timemarker-content-container {
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker.tl-timemarker-fast .tl-timemarker-timespan {
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker .tl-timemarker-timespan {
  pointer-events: none;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.15);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker .tl-timemarker-timespan .tl-timemarker-timespan-content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100px;
  box-sizing: border-box; }

.tl-timemarker .tl-timemarker-line-right {
  display: none;
  right: 0; }

.tl-timemarker .tl-timemarker-line-left {
  width: 1px;
  left: 0; }

.tl-timemarker .tl-timemarker-line-left, .tl-timemarker .tl-timemarker-line-right {
  margin-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
  z-index: 5;
  content: " ";
  position: absolute;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 1px 1px 1px #FFF; }

.tl-timemarker .tl-timemarker-line-left:after, .tl-timemarker .tl-timemarker-line-right:after {
  display: block;
  content: " ";
  position: absolute;
  left: -4px;
  bottom: 0;
  height: 6px;
  width: 6px;
  background-color: #919191;
  z-index: 8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.tl-timemarker .tl-timemarker-content-container {
  position: absolute;
  background-color: #e5e5e5;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  width: 100px;
  overflow: hidden;
  z-index: 6;
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 1px #FFF; }

.tl-timemarker .tl-timemarker-content-container:hover {
  z-index: 9; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 8;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text {
  overflow: hidden;
  position: relative; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 12px;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  color: #bfbfbf;
  position: relative; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p.tl-headline-fadeout:after, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0); }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
  float: left;
  max-width: 24px;
  max-height: 24px;
  overflow: hidden;
  margin-right: 5px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
  max-width: 24px;
  max-height: 100%;
  opacity: .25; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"], .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-] {
  display: block;
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 0; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-icon-wikipedia {
  font-size: 16px; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class*=" tl-icon-"], .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class^=tl-icon-] {
  font-size: 12px; }

.tl-timemarker:hover .tl-timemarker-timespan {
  background-color: rgba(191, 191, 191, 0.15); }

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-timespan-content {
  background-color: #bfbfbf; }

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left, .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right {
  border-color: #a6a6a6; }

.tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left:after, .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right:after {
  background-color: #3d3d3d; }

.tl-timemarker:hover .tl-timemarker-content-container {
  background-color: #bfbfbf;
  border-color: #a6a6a6;
  -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-content-container-small {
  width: 200px; }

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #FFF; }

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
  background: -moz-linear-gradient(top, rgba(191, 191, 191, 0) 0, #bfbfbf 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(191, 191, 191, 0)), color-stop(80%, #bfbfbf));
  background: -webkit-linear-gradient(top, rgba(191, 191, 191, 0) 0, #bfbfbf 80%);
  background: -o-linear-gradient(top, rgba(191, 191, 191, 0) 0, #bfbfbf 80%);
  background: -ms-linear-gradient(top, rgba(191, 191, 191, 0) 0, #bfbfbf 80%);
  background: linear-gradient(to bottom, rgba(191, 191, 191, 0) 0, #bfbfbf 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0); }

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
  opacity: 1; }

.tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"], .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-] {
  color: #FFF; }

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #FFF 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0); }

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left, .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right {
  border-color: #000; }

.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right:after {
  background-color: #000; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 8; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-timespan-content {
  background-color: #333; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right {
  border-color: rgba(51, 51, 51, 0.5);
  border-width: 1px;
  z-index: 8;
  box-shadow: 0 1px 3px rgba(145, 145, 145, 0.5); }

.tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after {
  background-color: #333; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
  background-color: #FFF;
  color: #333;
  z-index: 9;
  border-color: rgba(51, 51, 51, 0.5);
  box-shadow: 1px 1px 3px rgba(145, 145, 145, 0.5); }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #333; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #FFF 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0); }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
  opacity: 1; }

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"], .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-] {
  color: #333; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-timespan-content {
  display: block; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-left, .tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-right {
  z-index: 5; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 6px;
  width: 100%;
  background-color: rgba(115, 115, 115, 0.15);
  z-index: 6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-content-container.tl-timemarker-content-container-long {
  box-shadow: none; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-right {
  display: block; }

.tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-left {
  box-shadow: none; }

.tl-timemarker.tl-timemarker-with-end:hover .tl-timemarker-timespan:after {
  background-color: rgba(0, 0, 0, 0.25); }

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-timespan:after {
  background-color: rgba(51, 51, 51, 0.5); }

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left, .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right {
  border-width: 1px; }

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left:after, .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right:after {
  background-color: #333 !important; }

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left {
  box-shadow: none; }

.tl-timemarker.tl-timemarker-with-end.tl-timemarker-active:hover .tl-timemarker-timespan:after {
  background-color: rgba(51, 51, 51, 0.5); }

.tl-timeera {
  height: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
  -webkit-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timeera.tl-timeera-fast {
  -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timeera .tl-timeera-background {
  position: absolute;
  background-color: #28a6c3;
  width: 100%;
  height: 100%;
  opacity: 1; }

.tl-timeera.tl-timeera-color0 .tl-timeera-background {
  background-color: #c34528; }

.tl-timeera.tl-timeera-color1 .tl-timeera-background {
  background-color: #28a6c3; }

.tl-timeera.tl-timeera-color2 .tl-timeera-background {
  background-color: #2832c3; }

.tl-timeera.tl-timeera-color3 .tl-timeera-background {
  background-color: #28c36c; }

.tl-timeera.tl-timeera-color4 .tl-timeera-background {
  background-color: #286dc3; }

.tl-timeera.tl-timeera-color5 .tl-timeera-background {
  background-color: #28c3a7; }

.tl-timeera .tl-timeera-content-container {
  position: absolute;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  width: 100px;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  box-sizing: border-box;
  border: 1px solid #d9d9d9; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text {
  overflow: hidden;
  position: relative;
  height: 100%; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 10px;
  line-height: 10px;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  color: #FFF;
  margin-left: 10px; }

.tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline.tl-headline-fadeout:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0, #e5e5e5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0); }

.tl-timegroup {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 1s cubic-bezier(0.77, 0, 0.175, 1), top 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timegroup .tl-timegroup-message {
  color: #e0e0e0;
  text-shadow: #FFF 0 2px 2px;
  margin-left: 80px; }

.tl-timegroup.tl-timegroup-alternate {
  background-color: #fafafa; }

.tl-timegroup.tl-timegroup-hidden {
  display: none; }

.tl-timeaxis-background {
  height: 39px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  border-top: 1px solid #e5e5e5;
  z-index: 2; }

.tl-timeaxis {
  height: 39px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }

.tl-timeaxis .tl-timeaxis-content-container {
  position: relative;
  bottom: 0;
  height: 39px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor {
  opacity: 0;
  position: absolute; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 400; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick .tl-timeaxis-tick-text, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
  content: "|";
  display: block;
  color: #FFF;
  width: 1px;
  overflow: hidden;
  border-left: 1px solid #bfbfbf;
  text-align: center; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate .tl-timeaxis-tick, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate .tl-timeaxis-tick {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate-opacity .tl-timeaxis-tick, .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate-opacity .tl-timeaxis-tick {
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major {
  z-index: 1;
  background-color: #FFF; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
  font-size: 12px;
  line-height: 14px;
  color: #737373;
  width: 100px;
  margin-left: -50px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
  border-color: #a6a6a6;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 2px;
  margin-left: 50px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
  font-size: 11px;
  line-height: 13px;
  color: #bfbfbf;
  width: 50px;
  margin-left: -25px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
  opacity: 0;
  white-space: normal;
  padding-left: 2px;
  padding-right: 2px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text span {
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin-top: -2px;
  color: #e6e6e6; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
  font-size: 9px;
  line-height: 9px;
  margin-left: 25px; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden .tl-timeaxis-tick-text {
  opacity: 0 !important; }

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden:before {
  opacity: .33; }

.tlanimate {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.tl-animate {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-animate-opacity {
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.tl-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.tl-slide .tl-slide-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
  filter: alpha(opacity=50);
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tl-slide .tl-slide-scrollable-container {
  display: table;
  table-layout: fixed;
  height: 100%;
  z-index: 1; }

.tl-slide .tl-slide-content-container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3; }

.tl-slide .tl-slide-content-container .tl-slide-content {
  display: table;
  vertical-align: middle;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  max-width: 100%; }

.tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
  position: relative;
  width: 100%;
  min-width: 50%;
  float: left;
  margin-top: auto;
  margin-bottom: auto; }

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
  width: 50%;
  max-width: 50%;
  min-width: 120px;
  padding: 0 20px 0 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
  text-align: center; }

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 50%;
  max-width: 100%;
  float: none;
  margin-top: auto;
  margin-bottom: auto; }

.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-text {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.tl-slide-text-only .tl-slide-content-container .tl-slide-content {
  text-align: center; }

.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
  max-width: 80%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tl-slide.tl-full-color-background, .tl-slide.tl-full-image-background {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background h1, .tl-slide.tl-full-color-background h2, .tl-slide.tl-full-color-background h3, .tl-slide.tl-full-color-background h4, .tl-slide.tl-full-color-background h5, .tl-slide.tl-full-color-background h6, .tl-slide.tl-full-color-background p, .tl-slide.tl-full-image-background h1, .tl-slide.tl-full-image-background h2, .tl-slide.tl-full-image-background h3, .tl-slide.tl-full-image-background h4, .tl-slide.tl-full-image-background h5, .tl-slide.tl-full-image-background h6, .tl-slide.tl-full-image-background p {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background a, .tl-slide.tl-full-color-background a:hover, .tl-slide.tl-full-color-background b, .tl-slide.tl-full-color-background blockquote, .tl-slide.tl-full-color-background blockquote p, .tl-slide.tl-full-color-background i, .tl-slide.tl-full-image-background a, .tl-slide.tl-full-image-background a:hover, .tl-slide.tl-full-image-background b, .tl-slide.tl-full-image-background blockquote, .tl-slide.tl-full-image-background blockquote p, .tl-slide.tl-full-image-background i {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important;
  color: #fff; }

.tl-slide.tl-full-color-background .tl-caption, .tl-slide.tl-full-color-background .tl-credit, .tl-slide.tl-full-image-background .tl-caption, .tl-slide.tl-full-image-background .tl-credit {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background .tl-media-blockquote blockquote, .tl-slide.tl-full-color-background .tl-media-twitter blockquote, .tl-slide.tl-full-image-background .tl-media-blockquote blockquote, .tl-slide.tl-full-image-background .tl-media-twitter blockquote {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background .tl-media-blockquote blockquote p, .tl-slide.tl-full-color-background .tl-media-twitter blockquote p, .tl-slide.tl-full-image-background .tl-media-blockquote blockquote p, .tl-slide.tl-full-image-background .tl-media-twitter blockquote p {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background .vcard .nickname, .tl-slide.tl-full-color-background .vcard a, .tl-slide.tl-full-image-background .vcard .nickname, .tl-slide.tl-full-image-background .vcard a {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-image-background {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 25%;
  text-shadow: 1px 1px 2px #000; }

.tl-slide.tl-full-image-background h1, .tl-slide.tl-full-image-background h2, .tl-slide.tl-full-image-background h3, .tl-slide.tl-full-image-background h4, .tl-slide.tl-full-image-background h5, .tl-slide.tl-full-image-background h6, .tl-slide.tl-full-image-background p {
  text-shadow: 1px 1px 2px #000; }

.tl-slide.tl-full-image-background .tl-caption, .tl-slide.tl-full-image-background .tl-credit {
  text-shadow: 1px 1px 2px #000; }

.tl-slide.tl-full-image-background .tl-media-blockquote blockquote, .tl-slide.tl-full-image-background .tl-media-twitter blockquote {
  text-shadow: 1px 1px 2px #000 !important; }

.tl-slide.tl-full-image-background .tl-media-blockquote blockquote p, .tl-slide.tl-full-image-background .tl-media-twitter blockquote p {
  text-shadow: 1px 1px 2px #000 !important; }

.tl-slide.tl-text-background .tl-text .tl-text-content-container {
  padding: 20px;
  background: #000 transparent;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.tl-slide.tl-text-background .tl-text .tl-text-content-container h2 {
  margin-top: 5px; }

.tl-skinny .tl-slide {
  display: block;
  padding-top: 10px; }

.tl-skinny .tl-slide .tl-slide-content-container {
  display: block;
  position: static;
  height: auto;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content {
  display: block;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  position: static;
  height: auto;
  padding-left: 50px;
  padding-right: 50px; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
  position: static;
  width: 100%;
  height: auto;
  float: none;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
  display: block;
  height: auto;
  vertical-align: initial;
  position: static;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  float: none;
  padding: 0; }

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.tl-skinny .tl-slide.tl-full-image-background .tl-slide-content-container .tl-slide-content .tl-media, .tl-skinny .tl-slide.tl-slide.tl-full-color-background .tl-slide-content-container .tl-slide-content .tl-media {
  border-color: rgba(230, 230, 230, 0.25); }

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
  flex-direction: column;
  -webkit-flex-direction: column; }

.tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
  border-top: none;
  padding-top: 0; }

.tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media embed, .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media iframe, .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media img, .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media object, .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media video {
  max-height: 175px; }

.tl-slidenav-next, .tl-slidenav-previous {
  position: absolute;
  top: 45%;
  z-index: 10;
  cursor: pointer; }

.tl-slidenav-next .tl-slidenav-content-container, .tl-slidenav-previous .tl-slidenav-content-container {
  height: 200px;
  width: 100px;
  position: absolute; }

.tl-slidenav-next .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-description, .tl-slidenav-previous .tl-slidenav-title {
  width: 80px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  filter: alpha(opacity=15);
  -khtml-opacity: .15;
  -moz-opacity: .15;
  opacity: .15; }

.tl-slidenav-next .tl-slidenav-description small, .tl-slidenav-next .tl-slidenav-title small, .tl-slidenav-previous .tl-slidenav-description small, .tl-slidenav-previous .tl-slidenav-title small {
  display: block; }

.tl-slidenav-next .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-title {
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px; }

.tl-slidenav-next .tl-slidenav-description, .tl-slidenav-previous .tl-slidenav-description {
  font-size: 11px;
  margin-top: 5px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.tl-slidenav-next .tl-slidenav-description small, .tl-slidenav-previous .tl-slidenav-description small {
  display: none; }

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title {
  text-shadow: 1px 1px 1px #FFF;
  color: #333; }

.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon, .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title, .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description, .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title {
  color: #f2f2f2;
  text-shadow: 1px 1px 1px #333; }

.tl-slidenav-next .tl-slidenav-icon, .tl-slidenav-previous .tl-slidenav-icon {
  font-family: tl-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  margin-bottom: 5px; }

.tl-slidenav-next {
  text-align: right;
  margin-right: 10px;
  right: 100px; }

.tl-slidenav-next .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-title {
  margin-left: 20px; }

.tl-slidenav-next .tl-slidenav-icon {
  margin-left: 76px; }

.tl-slidenav-next .tl-slidenav-icon:before {
  content: "\e64f"; }

.tl-slidenav-previous {
  text-align: left;
  margin-left: 10px; }

.tl-slidenav-previous .tl-slidenav-icon {
  margin-left: 0; }

.tl-slidenav-previous .tl-slidenav-icon:before {
  content: "\e650"; }

.tl-slidenav-next:hover .tl-slidenav-title, .tl-slidenav-previous:hover .tl-slidenav-title {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-slidenav-next:hover .tl-slidenav-description, .tl-slidenav-previous:hover .tl-slidenav-description {
  filter: alpha(opacity=50);
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.tl-slidenav-next:hover .tl-slidenav-icon {
  margin-left: 80px; }

.tl-slidenav-previous:hover .tl-slidenav-icon {
  margin-left: -4px; }

.tl-skinny .tl-slidenav-next {
  right: 32px; }

.tl-skinny .tl-slidenav-next .tl-slidenav-icon {
  margin-left: 8px; }

.tl-skinny .tl-slidenav-next .tl-slidenav-content-container, .tl-skinny .tl-slidenav-previous .tl-slidenav-content-container {
  width: 32px;
  height: 32px; }

.tl-skinny .tl-slidenav-next .tl-slidenav-description, .tl-skinny .tl-slidenav-next .tl-slidenav-title, .tl-skinny .tl-slidenav-previous .tl-slidenav-description, .tl-skinny .tl-slidenav-previous .tl-slidenav-title {
  display: none; }

.tl-skinny .tl-slidenav-next .tl-slidenav-icon, .tl-skinny .tl-slidenav-previous .tl-slidenav-icon {
  filter: alpha(opacity=33);
  -khtml-opacity: .33;
  -moz-opacity: .33;
  opacity: .33; }

.tl-skinny .tl-slidenav-next:hover .tl-slidenav-icon {
  margin-left: 12px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-skinny .tl-slidenav-previous:hover .tl-slidenav-icon {
  margin-left: -4px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover {
  right: 70px; }

.tl-layout-landscape.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
  margin-left: 8px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-layout-landscape.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
  margin-left: 0;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
  margin-left: 80px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-layout-landscape.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-left: -4px; }

.tl-layout-portrait.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
  filter: alpha(opacity=33);
  -khtml-opacity: .33;
  -moz-opacity: .33;
  opacity: .33; }

.tl-layout-portrait.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
  filter: alpha(opacity=33);
  -khtml-opacity: .33;
  -moz-opacity: .33;
  opacity: .33; }

.tl-layout-portrait.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tl-mobile .tl-slidenav-next, .tl-mobile .tl-slidenav-previous, .tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-next, .tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-previous, .tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-next, .tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-previous, .tl-skinny.tl-mobile .tl-slidenav-next, .tl-skinny.tl-mobile .tl-slidenav-previous {
  display: none; }

.tl-storyslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  box-sizing: content-box;
  z-index: 8; }

.tl-storyslider embed, .tl-storyslider iframe, .tl-storyslider img, .tl-storyslider object, .tl-storyslider video {
  max-width: 100%;
  position: relative; }

.tl-storyslider .tl-slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.tl-storyslider .tl-slider-touch-mask {
  width: 100%;
  height: 100%;
  z-index: 25;
  top: 0;
  left: 0;
  position: absolute; }

.tl-storyslider .tl-slider-container-mask {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5; }

.tl-storyslider .tl-slider-container-mask .tl-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.tl-storyslider .tl-slider-container-mask .tl-slider-container .tl-slider-item-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.tl-media {
  width: 100%;
  min-width: 50%;
  height: 100%;
  float: left;
  margin-top: auto;
  margin-bottom: auto;
  position: relative; }

.tl-media .tl-media-content-container.tl-media-content-container-text {
  border-right: 1px solid #e6e6e6;
  padding-right: 20px; }

.tl-media .tl-media-content-container .tl-media-content {
  position: relative; }

.tl-media .tl-media-content-container .tl-media-content:after, .tl-media .tl-media-content-container .tl-media-content:before {
  display: table;
  content: ""; }

.tl-media .tl-media-content-container .tl-media-content:after {
  clear: both; }

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p {
  color: #f2f2f2;
  text-align: center; }

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p span {
  color: #f2f2f2; }

.tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class*=" tl-icon-"], .tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class^=tl-icon-] {
  font-size: 28px;
  color: #f2f2f2;
  text-align: center; }

.tl-media .tl-media-content-container .tl-media-content embed, .tl-media .tl-media-content-container .tl-media-content img, .tl-media .tl-media-content-container .tl-media-content object, .tl-media .tl-media-content-container .tl-media-content video {
  max-width: 100%;
  max-height: 100%; }

.tl-slide-media-only .tl-media .tl-media-content-container.tl-media-content-container-text {
  border-right: none;
  padding-right: 0; }

.tl-media-shadow {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6); }

.tl-slide.tl-full-color-background .vcard a, .tl-slide.tl-full-color-background a, .tl-slide.tl-full-image-background .vcard a, .tl-slide.tl-full-image-background a {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important;
  color: #fff; }

.tl-credit {
  color: #999;
  text-align: right;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 10px;
  line-height: 13px; }

.tl-caption {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }

.tl-full-color-background .tl-media-shadow:after, .tl-full-color-background .tl-media-shadow:before, .tl-full-image-background .tl-media-shadow:after, .tl-full-image-background .tl-media-shadow:before {
  background: 0 0;
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000; }

.tl-skinny .tl-media {
  width: 100%;
  height: auto;
  float: none;
  display: block; }

.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
  border-right: 0;
  padding-right: 0; }

.tl-skinny .tl-media .tl-media-content-container .tl-caption, .tl-skinny .tl-media .tl-media-content-container .tl-credit {
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8px; }

.tl-skinny .tl-media .tl-media-content-container .tl-credit {
  margin-top: 0; }

.tl-mobile.tl-skinny .tl-media {
  width: 100%;
  height: auto;
  float: none;
  display: block; }

.tl-mobile.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
  border-right: 0;
  padding-right: 0; }

.tl-text {
  width: 50%;
  max-width: 50%;
  min-width: 120px;
  padding: 0 20px 0 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  color: #737373; }

.tl-text p {
  color: #737373; }

.tl-text h2.tl-headline, .tl-text h2.tl-headline-title {
  margin-top: 0; }

.tl-text .tl-headline-date, .tl-text h3.tl-headline-date {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  margin: 0 0 3px 0;
  color: #b3b3b3; }

.tl-text .tl-headline-date small, .tl-text h3.tl-headline-date small {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #b3b3b3; }

.tl-text .tl-text-date {
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 10px;
  font-size: 12px;
  color: #b3b3b3; }

.tl-full-color-background .tl-text, .tl-full-color-background .tl-text p, .tl-full-image-background .tl-text, .tl-full-image-background .tl-text p {
  color: #f2f2f2 !important;
  text-shadow: 1px 1px 2px #000; }

.tl-full-color-background .tl-text .tl-headline-date, .tl-full-color-background .tl-text h3.tl-headline-date, .tl-full-color-background .tl-text p .tl-headline-date, .tl-full-color-background .tl-text p h3.tl-headline-date, .tl-full-image-background .tl-text .tl-headline-date, .tl-full-image-background .tl-text h3.tl-headline-date, .tl-full-image-background .tl-text p .tl-headline-date, .tl-full-image-background .tl-text p h3.tl-headline-date {
  color: #f2f2f2 !important; }

.tl-full-color-background .tl-text .tl-headline-date small, .tl-full-color-background .tl-text h3.tl-headline-date small, .tl-full-color-background .tl-text p .tl-headline-date small, .tl-full-color-background .tl-text p h3.tl-headline-date small, .tl-full-image-background .tl-text .tl-headline-date small, .tl-full-image-background .tl-text h3.tl-headline-date small, .tl-full-image-background .tl-text p .tl-headline-date small, .tl-full-image-background .tl-text p h3.tl-headline-date small {
  color: #f2f2f2 !important; }

.tl-skinny .tl-text {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  float: none;
  margin-top: 20px; }

.tl-skinny .tl-text h2.tl-headline, .tl-skinny .tl-text h2.tl-headline-title {
  font-size: 32px;
  line-height: 36px; }

.tl-medium .tl-text h2.tl-headline, .tl-medium .tl-text h2.tl-headline-title {
  font-size: 32px;
  line-height: 36px; }

.tl-mobile.tl-skinny .tl-media .tl-media-image {
  max-height: 250px !important; }

.tl-media .tl-media-twitter {
  text-align: left;
  clear: both; }

.tl-media .tl-media-twitter blockquote {
  margin: 0;
  margin-right: 15px;
  font-size: 15px;
  line-height: 21px;
  color: #333; }

.tl-media .tl-media-twitter blockquote p {
  font-size: 28px;
  line-height: 30px;
  color: #000; }

.tl-media .tl-media-twitter blockquote p:before {
  display: none; }

.tl-media .tl-media-twitter blockquote p:after {
  display: none; }

.tl-media .tl-media-twitter .tl-icon-twitter {
  color: #55ACEE; }

.tl-media .tl-media-twitter .vcard a.tl-date:hover, .tl-media .tl-media-twitter .vcard a:hover {
  text-decoration: none;
  color: #55ACEE; }

.tl-media .tl-media-twitter .vcard a.tl-date:hover .fn, .tl-media .tl-media-twitter .vcard a.tl-date:hover .nickname, .tl-media .tl-media-twitter .vcard a:hover .fn, .tl-media .tl-media-twitter .vcard a:hover .nickname {
  color: #55ACEE; }

.tl-slide-media-only .tl-media .tl-media-twitter {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.tl-mobile.tl-skinny .tl-media .tl-media-twitter blockquote p {
  font-size: 15px;
  line-height: 21px; }

.tl-skinny .tl-media .tl-media-twitter {
  margin-left: 10px;
  margin-right: 10px; }

.tl-skinny .tl-media .tl-media-twitter blockquote p {
  font-size: 24px;
  line-height: 26px; }

.tl-media .tl-media-blockquote {
  text-align: left;
  clear: both; }

.tl-media .tl-media-blockquote blockquote {
  margin: 0;
  margin-right: 15px;
  text-align: left;
  font-size: 28px;
  line-height: 30px;
  color: #333; }

.tl-media .tl-media-blockquote blockquote p {
  font-size: 28px;
  line-height: 30px;
  color: #333; }

.tl-media .tl-media-blockquote blockquote p:after, .tl-media .tl-media-blockquote blockquote p:before {
  display: inline-block;
  font-size: 36px; }

.tl-media .tl-media-blockquote blockquote p:before {
  content: open-quote;
  margin-right: 5px; }

.tl-media .tl-media-blockquote blockquote p:after {
  content: close-quote;
  margin-left: 3px; }

.tl-media .tl-media-blockquote blockquote cite {
  font-size: 15px;
  line-height: 21px;
  color: #999;
  text-align: right;
  margin-top: 15px; }

.tl-slide-media-only .tl-media .tl-media-blockquote {
  border-right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
  .tl-media .tl-media-blockquote blockquote p {
    font-size: 24px;
    line-height: 26px; } }
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
  .tl-media .tl-media-blockquote blockquote p {
    font-size: 15px;
    line-height: 21px; } }
.tl-mobile.tl-skinny .tl-media .tl-media-instagram {
  max-height: 250px !important; }

.tl-media .tl-media-profile {
  border-radius: 50%; }

.tl-media .tl-media-iframe {
  width: 100%;
  height: 100%; }

.tl-media .tl-media-iframe iframe {
  width: 100%;
  height: 100%; }

.tl-media .tl-media-wikipedia {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.tl-media .tl-media-wikipedia .tl-icon-wikipedia {
  font-size: 32px;
  margin-right: 10px;
  float: left;
  padding-top: 3px; }

.tl-media .tl-media-wikipedia .tl-wikipedia-pageimage {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px; }

.tl-media .tl-media-wikipedia .tl-wikipedia-title {
  margin-left: 60px;
  padding-left: 10px;
  border-left: 1px solid #e6e6e6;
  margin-bottom: 10px; }

.tl-media .tl-media-wikipedia .tl-wikipedia-source {
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  margin-top: 3px;
  display: block;
  color: rgba(0, 0, 0, 0.5); }

.tl-media .tl-media-wikipedia h4 {
  margin-top: 0;
  margin-bottom: 0; }

.tl-media .tl-media-wikipedia h4 a {
  color: #000;
  text-decoration: none; }

.tl-media .tl-media-wikipedia h4 a:hover {
  text-decoration: underline; }

.tl-media .tl-media-wikipedia p {
  font-size: 13px;
  line-height: 19px; }

.tl-slide-media-only .tl-media .tl-media-wikipedia {
  border-right: 0;
  border-top: 1px solid #e6e6e6;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding-top: 25px; }

.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia, .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia {
  padding: 20px;
  background: #000 transparent;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia h4 a, .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia h4 a {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-title, .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-title {
  border-color: rgba(230, 230, 230, 0.25); }

.tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-source, .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-source {
  color: rgba(230, 230, 230, 0.85); }

.tl-mobile.tl-skinny .tl-media .tl-media-wikipedia, .tl-skinny .tl-media .tl-media-wikipedia {
  margin-left: 10px;
  margin-right: 10px; }

.tl-media .tl-media-website {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.tl-media .tl-media-website .tl-media-website-description {
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase; }

.tl-media .tl-media-website h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1; }

.tl-media .tl-media-website h4 a {
  color: #000;
  text-decoration: none; }

.tl-media .tl-media-website h4 a:hover {
  text-decoration: underline; }

.tl-media .tl-media-website p {
  font-size: 13px;
  line-height: 19px; }

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img {
  float: right;
  max-width: 120px;
  max-height: 120px;
  margin: 4px 0 0 15px; }

.tl-media .tl-media-content-container .tl-media-content .tl-media-website img.tl-media-website-icon {
  max-width: 16px;
  max-height: 16px;
  float: none;
  margin: 0;
  margin-right: 3px; }

.tl-slide.tl-full-color-background .tl-media .tl-media-website, .tl-slide.tl-full-image-background .tl-media .tl-media-website {
  padding: 20px;
  background: #000 transparent;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.tl-slide.tl-full-color-background .tl-media .tl-media-website h4 a, .tl-slide.tl-full-image-background .tl-media .tl-media-website h4 a {
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000 !important; }

.tl-mobile.tl-skinny .tl-media .tl-media-website {
  margin-left: 10px;
  margin-right: 10px; }

.tl-timeline {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: normal;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #FFF;
  color: #737373;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.tl-timeline.tl-timeline-embed {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0; }

.tl-timeline.tl-timeline-full-embed {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px; }

.tl-layout-portrait .tl-storyslider {
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2); }

.tl-rtl .blockquote, .tl-rtl .tl-headline, .tl-rtl .tl-headline-date, .tl-rtl .tl-media .tl-media-blockquote blockquote, .tl-rtl .tl-media-blockquote, .tl-rtl .tl-media-website, .tl-rtl .tl-media-wikipedia, .tl-rtl .tl-text-content, .tl-rtl .tl-text-content p, .tl-rtl .tl-timeline blockquote p, .tl-rtl blockquote p {
  text-align: right; }

.tl-rtl .tl-slide-media-only .tl-headline, .tl-rtl .tl-slide-media-only .tl-headline-date {
  text-align: center; }

.tl-rtl .tl-timemarker-text {
  margin-right: 35px; }

.tl-rtl .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
  float: right; }

.tl-rtl .tl-caption {
  text-align: right; }

.tl-rtl .tl-credit {
  text-align: left; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1440px; } }
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
/*post editor style*/
.post-style {
  /* Typography for Thai Font */
  /**
   * 3.0 - Elements
   */
  /* Fixes linked images */
  /**
   * 4.0 - Alignment
   */
  /**
   * 4.0 Alignment
   */
  /**
   * 5.0 - Caption
   */
  /**
   * 6.0 - Galleries
   */
  /**
   * 8.0 - RTL
   */ }
  .post-style .wp-block-gallery .blocks-gallery-image, .post-style .wp-block-gallery .blocks-gallery-item {
    margin: 0 0px 0px 0;
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    position: relative; }
  .post-style .wp-block-gallery .blocks-gallery-image figcaption, .post-style .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 40px;
    color: #858585;
    text-align: center;
    font-size: 20px;
    background: transparent; }
  .post-style figcaption {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #858585;
    display: block !important;
    width: 100%; }
  .post-style h2,
  .post-style h3,
  .post-style h4,
  .post-style h5,
  .post-style h6 {
    clear: both;
    line-height: normal;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px; }
  .post-style h2 {
    font-size: 30px; }
  .post-style h3 {
    font-size: 28px; }
  .post-style h4 {
    font-size: 24px; }
  .post-style p {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    word-wrap: break-word; }
  .post-style dfn,
  .post-style cite,
  .post-style em {
    font-style: italic; }
  .post-style blockquote {
    border-left: 4px solid #dfdfdf;
    padding-left: 20px;
    margin: 20px 0px; }
    .post-style blockquote p {
      margin: 0px;
      padding: 0px; }
    .post-style blockquote cite {
      font-size: 13px; }
  .post-style address {
    margin: 0 0 1.5em; }
  .post-style blockquote:before,
  .post-style blockquote:after,
  .post-style q:before,
  .post-style q:after {
    content: "";
    quotes: "" ""; }
  .post-style html[lang="th"] h1,
  .post-style html[lang="th"] h2,
  .post-style html[lang="th"] h3,
  .post-style html[lang="th"] h4,
  .post-style html[lang="th"] h5,
  .post-style html[lang="th"] h6 {
    letter-spacing: 0;
    line-height: 1.65; }
  .post-style html[lang="th"] body,
  .post-style html[lang="th"] button,
  .post-style html[lang="th"] input,
  .post-style html[lang="th"] select,
  .post-style html[lang="th"] textarea {
    line-height: 1.8; }
  .post-style hr {
    background-color: #0087cb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }
  .post-style ul,
  .post-style ol {
    margin: 0 0 1.5em;
    padding: 0; }
  .post-style ul {
    list-style: disc inside; }
    .post-style ul li {
      list-style: disc inside;
      padding-top: 6px; }
  .post-style ol li {
    counter-reset: item;
    list-style: decimal inside;
    padding-top: 6px; }
  .post-style ol > li {
    display: block;
    position: relative; }
  .post-style li > ul,
  .post-style li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .post-style table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%; }
  .post-style thead th {
    border-bottom: 2px solid #0087cb;
    padding-bottom: 0.5em; }
  .post-style th {
    padding: 0.4em;
    text-align: left; }
  .post-style tr {
    border-bottom: 1px solid #dfdfdf; }
  .post-style td {
    padding: 0.4em; }
  .post-style th:first-child,
  .post-style td:first-child {
    padding-left: 0; }
  .post-style th:last-child,
  .post-style td:last-child {
    padding-right: 0; }
  .post-style a {
    color: auto;
    font-weight: 600; }
  .post-style img {
    height: auto;
    /* Make sure images are scaled correctly. */
    width: inherit;
    /* Make images fill their parent's space. Solves IE8. */
    max-width: 100%;
    /* Adhere to container width. */ }
  .post-style embed,
  .post-style iframe,
  .post-style object {
    margin-bottom: 0.2em;
    width: 100%; }
  .post-style .alignleft {
    float: left;
    margin: 7px 28px 28px 0; }
  .post-style .alignright {
    float: right;
    margin: 7px 0 28px 28px; }
  .post-style .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
    text-align: center; }
  .post-style .wp-caption {
    color: #040404;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%; }
  .post-style .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .post-style .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }
  .post-style .gallery {
    margin-bottom: 1.5em; }
  .post-style .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .post-style .gallery-item a,
  .post-style .gallery-item a:hover,
  .post-style .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block; }
  .post-style .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .post-style .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .post-style .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .post-style .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .post-style .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .post-style .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .post-style .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .post-style .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .post-style .gallery-caption {
    display: block; }
  .post-style .rtl th {
    text-align: right; }
  .post-style .rtl ol {
    counter-reset: item; }
  .post-style .rtl ol > li:before {
    left: auto;
    right: -1.5em; }
  .post-style .rtl li > ul,
  .post-style .rtl li > ol {
    margin-left: 0;
    margin-right: 1.5em; }
  .post-style .rtl .mejs-offscreen {
    right: -10000px; }
  .post-style p.has-background {
    padding: 20px 30px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block;
  height: auto; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  left: 0px;
  background: none;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(assets/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .80em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 0px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0087cb; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  background: url() 0 0 no-repeat;
  left: -60px; }

.bx-wrapper .bx-next {
  background: url() 0 0 no-repeat;
  right: -60px; }

.bx-wrapper .bx-prev:hover {
  background: url() 0 0 no-repeat; }

.bx-wrapper .bx-next:hover {
  background: url() 0 0 no-repeat; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0;
  width: 26px;
  height: 44px;
  text-indent: -9999px;
  z-index: 101;
  padding: 0px; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  z-index: 100; }

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(assets/images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(assets/images/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(assets/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(assets/images/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(assets/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(assets/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/***** == HEADER CSS == *****/
figcaption {
  text-align: center !important;
  margin: 0 auto !important; }

header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px #CCCCCC;
  -moz-box-shadow: 0px 0px 10px #CCCCCC;
  -ms-box-shadow: 0px 0px 10px #CCCCCC;
  box-shadow: 0px 0px 10px #CCCCCC;
  /*hambeger menu*/
  /* Icon 1 */
  /* Icon 2 */
  /**/ }
  header.fix-header {
    position: fixed;
    top: 0px;
    left: 0px; }
    header.fix-header nav .logo {
      flex: 0 0 64px; }
      header.fix-header nav .logo h1, header.fix-header nav .logo p {
        font-size: 0px; }
      header.fix-header nav .logo img {
        width: 65%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  header #nav-icon1, header #nav-icon2, header #nav-icon3, header #nav-icon4 {
    width: 50px;
    height: 45px;
    position: relative;
    margin: 10px auto 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  header #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #0087cb;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  header #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0; }
  header #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px; }
  header #nav-icon2 span:nth-child(1), header #nav-icon2 span:nth-child(2) {
    top: 2px; }
  header #nav-icon2 span:nth-child(3), header #nav-icon2 span:nth-child(4) {
    top: 16px; }
  header #nav-icon2 span:nth-child(5), header #nav-icon2 span:nth-child(6) {
    top: 30px; }
  header #nav-icon2.open span:nth-child(1), header #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header #nav-icon2.open span:nth-child(2), header #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 9px; }
  header #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px; }
  header #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  header #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  header #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 26px; }
  header #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 26px; }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    header nav .logo {
      flex: 0 0 64px; }
      header nav .logo h1, header nav .logo p {
        font-size: 0px; }
      header nav .logo img {
        width: 100%; }
    header nav .link-wrap {
      flex: 0 0 90%;
      display: block;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      height: 100vh;
      position: fixed;
      background: #0087cb url() 0 0 no-repeat;
      top: 0px;
      left: -250px;
      width: 250px;
      padding: 30px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      /* easeInOutBack */ }
      header nav .link-wrap.show-menu {
        left: 0px; }
      header nav .link-wrap ul {
        padding-right: 0px;
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: row | row-reverse | column | column-reverse;*/
        /*flex-wrap: nowrap | wrap | wrap-reverse;*/
        /*justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly; horizon align*/
        /*align-items: stretch | flex-start | flex-end | center | baseline; vertical align*/
        /*align-content: flex-start | flex-end | center | space-between | space-around | stretch;multi vertical align*/ }
        header nav .link-wrap ul li {
          flex: 0 0 100%;
          /*or 100%*/
          padding-left: 0px;
          padding-right: 0px;
          /*align-self: auto | flex-start | flex-end | center | baseline | stretch; vertical align self*/
          /* order: <integer>;*/
          /* flex-grow: <number>; /* default 0 */
          /*flex-shrink: <number>; /* default 1 */
          /*flex-basis: <length> | auto; /* default auto */ }
          header nav .link-wrap ul li a {
            text-transform: uppercase;
            display: block;
            padding: 15px 0px;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 1px solid #3baceb;
            color: #bbe7ff; }
            header nav .link-wrap ul li a:hover {
              color: #fff;
              border-bottom: 1px solid #0087cb; }
          header nav .link-wrap ul li.current-menu-item a {
            color: #fff;
            border-bottom: 1px solid #3baceb; }
          header nav .link-wrap ul li.current_page_parent a {
            color: #fff;
            border-bottom: 1px solid #3baceb; }
      header nav .link-wrap select {
        flex: 0 0 100%;
        height: 42px;
        border: 0px solid #0087cb;
        font-size: 12px;
        text-transform: uppercase;
        padding-left: 5px; }
    header nav .menu-icon {
      flex: 0 0 auto;
      cursor: pointer; }

.partialViewSlider-next {
  right: 3%;
  background: #0087cb url() 0 0 no-repeat;
  z-index: 5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 4px;
  padding-left: 3px; }

.partialViewSlider-nav {
  text-align: center;
  font-size: 0px; }
  .partialViewSlider-nav span.circle-in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: pulse 1.25s ease-out;
    animation: pulse 1.25s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 2px solid #fff; }
  .partialViewSlider-nav span.circle-out {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: pulse 2.25s ease-out;
    animation: pulse 2.25s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 2px solid #fff; }
  .partialViewSlider-nav i {
    font-size: 20px;
    color: #fff; }

.partialViewSlider-prev {
  left: 3%;
  background: #0087cb url() 0 0 no-repeat;
  z-index: 5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 4px;
  padding-left: 0px; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(1.3);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(1.3);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
.intro-video {
  width: 100%;
  position: relative; }
  .intro-video .play-btn {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    background: url(assets/images/play-btn.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .intro-video #ge-intro-video {
    width: 100%; }
  .intro-video video {
    object-fit: cover; }

/*BUTTON*/
.currtype {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.game-slide {
  position: relative; }
  .game-slide .thumbnail-game {
    padding-top: 50px;
    cursor: pointer; }
    .game-slide .thumbnail-game .slick-slide {
      border: 2px solid #fff;
      padding: 2px;
      line-height: 0px; }
    .game-slide .thumbnail-game .slick-current {
      border: 2px solid #0087cb; }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0px; }

.disable {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-visibility: hidden;
  -moz-visibility: hidden;
  -ms-visibility: hidden;
  -o-visibility: hidden;
  visibility: hidden; }

ul.partialViewSlider-dots {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

/***** == MAIN CSS == *****/
.main-slide-wrapper ul li img {
  max-width: 100%;
  margin: 0 auto;
  display: table; }

main {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */ }
  main.body-move {
    -o-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    transform: translateX(250px); }
  main .our-work-slide .slick-slide {
    padding: 0px 30px; }
    main .our-work-slide .slick-slide p {
      text-transform: uppercase; }
  main .our-work-slide .slick-active p {
    color: #0087cb; }
  main .news-bg {
    background: #f1f1f1 url(assets/images/glassegg-get-in-touch.png) left bottom repeat-x;
    background-attachment: fixed; }
    @media (min-width: 0px) {
      main .news-bg {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px) {
      main .news-bg {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      main .news-bg {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      main .news-bg {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      main .news-bg {
        padding-top: 100px;
        padding-bottom: 100px; } }
    main .news-bg .bg-article {
      background: #fff url() 0 0 no-repeat;
      -webkit-box-shadow: 0px 0px 6px #d4d4d4;
      -moz-box-shadow: 0px 0px 6px #d4d4d4;
      -ms-box-shadow: 0px 0px 6px #d4d4d4;
      box-shadow: 0px 0px 6px #d4d4d4;
      padding: 25px; }
      main .news-bg .bg-article h1 {
        font-size: 24px;
        padding-bottom: 20px;
        position: relative; }
        main .news-bg .bg-article h1:after {
          content: "";
          width: 94px;
          height: 6px;
          background: #0087cb url() 0 0 no-repeat;
          position: absolute;
          left: 0px;
          bottom: 0px; }
    main .news-bg .bg-related {
      background: #fff url() 0 0 no-repeat;
      -webkit-box-shadow: 0px 0px 6px #d4d4d4;
      -moz-box-shadow: 0px 0px 6px #d4d4d4;
      -ms-box-shadow: 0px 0px 6px #d4d4d4;
      box-shadow: 0px 0px 6px #d4d4d4;
      padding: 25px; }
      main .news-bg .bg-related ul.related-job li {
        border-bottom: 1px solid #dfdfdf;
        padding-top: 15px;
        padding-bottom: 15px; }
        main .news-bg .bg-related ul.related-job li h5 {
          font-weight: bold;
          font-size: 16px;
          text-transform: uppercase; }
        main .news-bg .bg-related ul.related-job li p {
          font-size: 12px;
          text-transform: uppercase;
          padding-top: 3px; }
      main .news-bg .bg-related .new-block {
        background: #f5f5f5 url() 0 0 no-repeat;
        margin-bottom: 30px; }
      main .news-bg .bg-related h4 {
        font-size: 24px;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 30px;
        text-transform: uppercase;
        padding-top: 10px; }
        main .news-bg .bg-related h4:after {
          content: "";
          width: 94px;
          height: 6px;
          background: #0087cb url() 0 0 no-repeat;
          position: absolute;
          left: 50%;
          bottom: 0px;
          margin-left: -47px; }
  main p.loading-text {
    margin: 0 auto;
    text-align: center; }
  @media (min-width: 0px) {
    main.sub-main {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main.sub-main {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main.sub-main {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main.sub-main {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main.sub-main {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .job-form {
    padding-bottom: 20px; }
    main .job-form .search-txt {
      background: #fff url() 0 0 no-repeat;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      height: 50px;
      border: 5px solid #0087cb;
      display: block; }
      main .job-form .search-txt select {
        width: 100%;
        height: 100%;
        border: 0px;
        background: transparent url() 0 0 no-repeat;
        padding-left: 10px;
        text-transform: uppercase;
        color: #0087cb;
        font-size: 18px; }
  @media (min-width: 0px) {
    main .about-section {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    main .about-section {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    main .about-section {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    main .about-section {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    main .about-section {
      padding-top: 100px; } }
  main .timeline {
    padding-top: 50px;
    position: relative;
    background-image: linear-gradient(#fff 50%, #ececec 50%); }
    main .timeline .slider {
      margin: 20px auto; }
    main .timeline .slick-slide {
      margin: 0px 20px;
      background: #fff url() 0 0 no-repeat;
      box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
      padding: 0px;
      text-align: center;
      position: relative; }
      main .timeline .slick-slide img {
        text-align: center;
        display: table;
        margin: 0 auto;
        width: 85%; }
      main .timeline .slick-slide p {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-visibility: hidden;
        -moz-visibility: hidden;
        -ms-visibility: hidden;
        -o-visibility: hidden;
        visibility: hidden;
        line-height: 0px;
        font-size: 0px; }
      main .timeline .slick-slide h6 {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        line-height: 15px;
        height: 80px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px; }
    main .timeline .slick-slide {
      transition: all ease-in-out .3s; }
      main .timeline .slick-slide img {
        opacity: 0.2; }
    main .timeline .slick-active img {
      opacity: 0.4; }
    main .timeline .slick-current img {
      opacity: 1; }
    main .timeline .show-year {
      background: #fff url() 0 0 no-repeat;
      margin: 0 auto;
      bottom: -25px;
      padding: 30px 10px 20px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 300px; }
      main .timeline .show-year i {
        flex: 0 0 20px;
        color: #c0c0c0;
        padding: 20px;
        font-size: 20px;
        cursor: pointer; }
      main .timeline .show-year p {
        font-size: 48px;
        text-align: center;
        font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
        color: #0087cb;
        flex: 0 0 auto; }
  @media (min-width: 0px) {
    main .intro-section {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    main .intro-section {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    main .intro-section {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    main .intro-section {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    main .intro-section {
      padding-top: 100px; } }
  @media (min-width: 0px) {
    main .news-section {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    main .news-section {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    main .news-section {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    main .news-section {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    main .news-section {
      padding-top: 100px; } }
  @media (min-width: 0px) {
    main .contact-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .contact-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .contact-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .contact-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .contact-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .contact-section i {
    font-size: 35px;
    position: relative;
    top: 35px;
    left: 0px;
    color: #0087cb; }
  main .contact-section p {
    padding-left: 50px; }
  @media (min-width: 0px) {
    main .what-we-do {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .what-we-do {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .what-we-do {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .what-we-do {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .what-we-do {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .what-we-do .type-pro {
    margin: 0 auto;
    text-align: center; }
    main .what-we-do .type-pro img {
      width: 90%;
      height: auto; }
  main .what-we-do .type-pro1 {
    margin: 0 auto;
    text-align: center; }
    main .what-we-do .type-pro1 img {
      width: 90%;
      height: auto; }
  @media (min-width: 0px) {
    main .what-we-do-section {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    main .what-we-do-section {
      padding-top: 50px; } }
  @media (min-width: 992px) {
    main .what-we-do-section {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    main .what-we-do-section {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    main .what-we-do-section {
      padding-top: 100px; } }
  main .why-choose-us {
    background: #f1f1f1 url(assets/images/glassegg-get-in-touch.png) repeat-x;
    /*background-position: left bottom;*/
    /*background-attachment: fixed;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-bottom: 50px; }
    @media (min-width: 0px) {
      main .why-choose-us {
        padding-top: 50px; } }
    @media (min-width: 768px) {
      main .why-choose-us {
        padding-top: 50px; } }
    @media (min-width: 992px) {
      main .why-choose-us {
        padding-top: 100px; } }
    @media (min-width: 1200px) {
      main .why-choose-us {
        padding-top: 100px; } }
    @media (min-width: 1440px) {
      main .why-choose-us {
        padding-top: 100px; } }
    main .why-choose-us .pb60 {
      padding-bottom: 60px; }
    main .why-choose-us .show-more-why {
      cursor: pointer; }
    main .why-choose-us .current-why h5 {
      color: #000; }
    main .why-choose-us h5 {
      font-size: 20px;
      padding-top: 10px;
      display: none; }
    main .why-choose-us .icon-wrap {
      text-align: center;
      padding-top: 30px; }
      main .why-choose-us .icon-wrap img {
        width: 85px;
        height: auto;
        text-align: center; }
    main .why-choose-us .fixbox {
      position: fixed;
      top: 80px;
      background: #fff url() 0 0 no-repeat;
      z-index: 205;
      width: 100%; }
  main ul.intro {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 130px; }
    main ul.intro li {
      margin-top: 30px;
      flex: 0 0 190px;
      height: 180px;
      position: relative;
      border: 7px solid #b8e5f8;
      text-align: center;
      padding-top: 25px;
      margin-left: 30px;
      margin-right: 30px; }
      main ul.intro li .box-intro {
        position: relative;
        padding: 5px 15px 0px;
        background: #fff url() 0 0 no-repeat;
        position: absolute;
        left: -50px;
        bottom: -11px; }
        main ul.intro li .box-intro h3 {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 45px;
          text-align: left; }
        main ul.intro li .box-intro p {
          text-transform: uppercase;
          font-weight: bold;
          text-align: left;
          font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
          font-size: 21px; }
  @media (min-width: 0px) {
    main .our-client-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .our-client-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .our-client-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .our-client-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .our-client-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .our-client-section .slick-slide {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px; }
    main .our-client-section .slick-slide img {
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      display: table; }
  @media (min-width: 0px) {
    main .work-at {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .work-at {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .work-at {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .work-at {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .work-at {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 0px) {
    main .benefit-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .benefit-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .benefit-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .benefit-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .benefit-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .benefit-section h2 {
    text-align: center; }
    main .benefit-section h2:after {
      left: 50%;
      margin-left: -50px; }
  main .benefit-section ul.benefit {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    main .benefit-section ul.benefit li {
      flex: 0 0 auto;
      text-align: center;
      padding: 15px 16px; }
      main .benefit-section ul.benefit li p {
        font-size: 16px;
        text-transform: uppercase;
        color: #0087cb;
        text-align: center;
        padding-top: 5px;
        font-style: italic; }
  main .quote-section {
    background: url(assets/images/glassegg-bg-quote.png) left center repeat; }
    @media (min-width: 0px) {
      main .quote-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px) {
      main .quote-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      main .quote-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      main .quote-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      main .quote-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    main .quote-section ul li h6 {
      font-size: 23px;
      text-align: center;
      color: #0087cb;
      font-weight: 500;
      font-family: "Quicksand", sans-serif;
      text-transform: capitalize;
      position: relative; }
      main .quote-section ul li h6:before {
        content: '"';
        font-size: 30px; }
      main .quote-section ul li h6:after {
        content: '"';
        font-size: 30px; }
    main .quote-section ul li p {
      text-align: center;
      padding-top: 20px;
      font-size: 24px;
      color: #0087cb;
      line-height: 40px;
      padding-bottom: 25px; }
  main .job-section {
    text-transform: uppercase;
    font-size: 24px; }
    @media (min-width: 0px) {
      main .job-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px) {
      main .job-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      main .job-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      main .job-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      main .job-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
  main ul.list-country {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    main ul.list-country li {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      padding: 10px 10px; }
      main ul.list-country li img {
        flex: 0 0 auto; }
      main ul.list-country li p {
        flex: 0 0 auto;
        padding-left: 0px;
        font-weight: 600;
        font-size: 15px;
        display: none; }
  main .b1b {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 30px; }
  main .latest-news .col-1, main .latest-news .col-2, main .latest-news .col-3, main .latest-news .col-4, main .latest-news .col-5, main .latest-news .col-6, main .latest-news .col-7, main .latest-news .col-8, main .latest-news .col-9, main .latest-news .col-10, main .latest-news .col-11, main .latest-news .col-12, main .latest-news .col,
  main .latest-news .col-auto, main .latest-news .col-sm-1, main .latest-news .col-sm-2, main .latest-news .col-sm-3, main .latest-news .col-sm-4, main .latest-news .col-sm-5, main .latest-news .col-sm-6, main .latest-news .col-sm-7, main .latest-news .col-sm-8, main .latest-news .col-sm-9, main .latest-news .col-sm-10, main .latest-news .col-sm-11, main .latest-news .col-sm-12, main .latest-news .col-sm,
  main .latest-news .col-sm-auto, main .latest-news .col-md-1, main .latest-news .col-md-2, main .latest-news .col-md-3, main .latest-news .col-md-4, main .latest-news .col-md-5, main .latest-news .col-md-6, main .latest-news .col-md-7, main .latest-news .col-md-8, main .latest-news .col-md-9, main .latest-news .col-md-10, main .latest-news .col-md-11, main .latest-news .col-md-12, main .latest-news .col-md,
  main .latest-news .col-md-auto, main .latest-news .col-lg-1, main .latest-news .col-lg-2, main .latest-news .col-lg-3, main .latest-news .col-lg-4, main .latest-news .col-lg-5, main .latest-news .col-lg-6, main .latest-news .col-lg-7, main .latest-news .col-lg-8, main .latest-news .col-lg-9, main .latest-news .col-lg-10, main .latest-news .col-lg-11, main .latest-news .col-lg-12, main .latest-news .col-lg,
  main .latest-news .col-lg-auto, main .latest-news .col-xl-1, main .latest-news .col-xl-2, main .latest-news .col-xl-3, main .latest-news .col-xl-4, main .latest-news .col-xl-5, main .latest-news .col-xl-6, main .latest-news .col-xl-7, main .latest-news .col-xl-8, main .latest-news .col-xl-9, main .latest-news .col-xl-10, main .latest-news .col-xl-11, main .latest-news .col-xl-12, main .latest-news .col-xl,
  main .latest-news .col-xl-auto, main .latest-news .col-xxl-1, main .latest-news .col-xxl-2, main .latest-news .col-xxl-3, main .latest-news .col-xxl-4, main .latest-news .col-xxl-5, main .latest-news .col-xxl-6, main .latest-news .col-xxl-7, main .latest-news .col-xxl-8, main .latest-news .col-xxl-9, main .latest-news .col-xxl-10, main .latest-news .col-xxl-11, main .latest-news .col-xxl-12, main .latest-news .col-xxl,
  main .latest-news .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px; }
  main .new-block {
    background: #fff url() 0 0 no-repeat;
    margin-bottom: 60px;
    box-shadow: 1px 6px 6px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 6px 6px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 6px 6px -1px rgba(0, 0, 0, 0.2); }
    main .new-block .img-wrap {
      -webkit-box-shadow: 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px transparent;
      -ms-box-shadow: 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px transparent; }
    main .new-block .text-wrap {
      padding: 30px 25px; }
      main .new-block .text-wrap h3 {
        text-transform: uppercase;
        font-size: 21px;
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 20px;
        letter-spacing: 2px; }
  main .date-post {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center; }
    main .date-post p {
      flex: 0 0 auto;
      color: #a3a8aa;
      text-transform: uppercase; }
      main .date-post p i {
        font-size: 21px; }
    main .date-post ul {
      flex: 0 0 auto;
      display: flex;
      list-style: none; }
      main .date-post ul li {
        flex: 0 0 auto;
        padding: 0px 3px;
        list-style: none; }
        main .date-post ul li i {
          font-size: 26px;
          color: #0087cb; }
  main .timeline ul.partial-view li.active figure img {
    background: url(assets/images/glassegg-line-bg.png) -6% -9% no-repeat; }
  main .timeline ul.partial-view figure img {
    margin-bottom: 25px;
    padding: 0px; }
  main .timeline ul.partial-view figcaption {
    background: transparent url() 0 0 no-repeat;
    text-align: center;
    color: #040404;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px; }
  main .timeline .partialViewSlider-outerwrapper ul > li {
    padding: 3px; }
  main .our-work-section {
    background: #efefef url(assets/images/glassegg-our-work.png) left bottom repeat-x;
    /*background-attachment: fixed;*/
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 20px; }
    @media (min-width: 0px) {
      main .our-work-section {
        padding-top: 50px; } }
    @media (min-width: 768px) {
      main .our-work-section {
        padding-top: 50px; } }
    @media (min-width: 992px) {
      main .our-work-section {
        padding-top: 100px; } }
    @media (min-width: 1200px) {
      main .our-work-section {
        padding-top: 100px; } }
    @media (min-width: 1440px) {
      main .our-work-section {
        padding-top: 100px; } }
    main .our-work-section ul.partial-view li.active figure img {
      background: url(assets/images/glassegg-line-bg.png) -6% -9% no-repeat; }
    main .our-work-section ul.partial-view figure img {
      margin-bottom: 25px;
      padding: 0px; }
    main .our-work-section ul.partial-view figcaption {
      background: transparent url() 0 0 no-repeat;
      text-align: center;
      color: #040404;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 10px; }
    main .our-work-section .partialViewSlider-outerwrapper ul > li {
      padding: 3px; }
    main .our-work-section .partialViewSlider-nav {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
  @media (min-width: 0px) {
    main .our-team-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .our-team-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .our-team-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .our-team-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .our-team-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main .our-team-section .member-box {
    display: table;
    margin: 0 auto;
    padding-top: 80px;
    cursor: pointer; }
    main .our-team-section .member-box h4 {
      padding-top: 45px; }
  main .list-of-taxonomy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap; }
    main .list-of-taxonomy h4 {
      font-size: 24px;
      padding-bottom: 10px;
      text-transform: uppercase; }
    main .list-of-taxonomy .type-of-product {
      flex: 0 0 100%;
      position: relative;
      padding: 20px 20px;
      margin-right: 0px;
      margin-bottom: 15px;
      background: #FFf;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .type-of-product:after {
        content: " ";
        position: absolute;
        display: block;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: #FFf;
        transform-origin: bottom left;
        -ms-transform: skew(-15deg, 0deg);
        -webkit-transform: skew(-15deg, 0deg);
        transform: skew(-15deg, 0deg);
        box-shadow: 6px 4px 4px -3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 6px 4px 4px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 6px 4px 4px -3px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .type-of-product ul {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center; }
        main .list-of-taxonomy .type-of-product ul li {
          flex: 0 0 25%;
          padding: 0px 5px; }
          main .list-of-taxonomy .type-of-product ul li img {
            width: 100%;
            height: auto; }
            main .list-of-taxonomy .type-of-product ul li img.sub-type {
              cursor: pointer; }
          main .list-of-taxonomy .type-of-product ul li p {
            text-align: center; }
    main .list-of-taxonomy .company {
      position: relative;
      flex: 0 0 100%;
      padding: 20px 0px;
      background: #FFf;
      margin-bottom: 15px;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .company:before {
        content: " ";
        position: absolute;
        display: block;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #FFf;
        transform-origin: top right;
        -ms-transform: skew(-15deg, 0deg);
        -webkit-transform: skew(-15deg, 0deg);
        transform: skew(-15deg, 0deg);
        box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .company ul {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center; }
        main .list-of-taxonomy .company ul li {
          flex: 0 0 40%;
          text-align: center;
          padding: 0px 10px; }
          main .list-of-taxonomy .company ul li img {
            max-width: 100%;
            height: auto; }
          main .list-of-taxonomy .company ul li p {
            text-align: center; }
  @media (min-width: 0px) {
    main .all-game-boxes {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    main .all-game-boxes {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    main .all-game-boxes {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    main .all-game-boxes {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    main .all-game-boxes {
      padding-top: 100px;
      padding-bottom: 100px; } }
  main ul.list-game-logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center; }
    main ul.list-game-logo li {
      flex: 0 0 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px; }
      main ul.list-game-logo li a {
        padding: 50px 30px;
        background: #fff;
        text-align: center;
        box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 5px 5px -1px rgba(0, 0, 0, 0.2);
        display: block; }
        main ul.list-game-logo li a img {
          max-width: 100%;
          height: auto; }
  main ul.list-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px; }
    main ul.list-of-type li {
      flex: 0 0 auto;
      cursor: pointer;
      padding: 10px 15px;
      text-transform: uppercase;
      font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
      font-size: 18px; }
      main ul.list-of-type li.current-list {
        color: #0087cb; }
  main h2 {
    position: relative;
    padding-bottom: 50px;
    font-size: 30px;
    font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
    text-transform: uppercase;
    color: #0087cb; }
    main h2:after {
      content: "";
      width: 100px;
      height: 5px;
      background: #0087cb url() 0 0 no-repeat;
      text-align: center;
      position: absolute;
      left: 50%;
      margin-left: -50px;
      bottom: 25px; }
  main h5 {
    font-size: 22px;
    text-transform: uppercase; }
  main .other-games {
    background: #f8f8f8 url() 0 0 no-repeat; }
    @media (min-width: 0px) {
      main .other-games {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px) {
      main .other-games {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      main .other-games {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      main .other-games {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      main .other-games {
        padding-top: 100px;
        padding-bottom: 100px; } }
    main .other-games .slick-slide {
      margin: 0px 10px; }
  main .get-in-touch-section {
    background: #f1f1f1 url(assets/images/glassegg-get-in-touch.png) left bottom repeat-x;
    /*background-attachment: fixed;*/ }
    @media (min-width: 0px) {
      main .get-in-touch-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 768px) {
      main .get-in-touch-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      main .get-in-touch-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) {
      main .get-in-touch-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      main .get-in-touch-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    main .get-in-touch-section .text-content-contact {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      margin-bottom: 40px; }
      main .get-in-touch-section .text-content-contact .button-wrap {
        padding-top: 30px; }
    main .get-in-touch-section .text-content-join {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px; }
      main .get-in-touch-section .text-content-join .button-wrap {
        padding-top: 30px; }
    main .get-in-touch-section .b1r {
      border-right: 0px solid #454546; }

p.position {
  font-size: 18px;
  color: #0087cb;
  font-weight: 400; }

.img-wrap1 {
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: -7px 7px 10px #dcdcdc;
  -moz-box-shadow: -7px 7px 10px #dcdcdc;
  -ms-box-shadow: -7px 7px 10px #dcdcdc;
  box-shadow: -7px 7px 10px #dcdcdc; }
  .img-wrap1 img {
    width: 300px;
    height: 300px;
    /* Rotate */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center 30px;
    margin-left: 6px;
    margin-top: -17px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }

/*load content member*/
.b3t {
  border-top: 3px solid #fff;
  padding-top: 40px; }

.overload-wrap {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .overload-wrap .overload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px 30px;
    background: #fff url() 0 0 no-repeat;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 10px #b8b8b8;
    -moz-box-shadow: 0px 0px 10px #b8b8b8;
    -ms-box-shadow: 0px 0px 10px #b8b8b8;
    box-shadow: 0px 0px 10px #b8b8b8; }
    .overload-wrap .overload p.loading-text {
      text-align: center;
      display: table;
      margin: 0 auto; }
    .overload-wrap .overload .hide-all-box {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden; }
    .overload-wrap .overload .img-part {
      flex: 0 0 100%;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; }
      .overload-wrap .overload .img-part h4 {
        padding-top: 40px; }
    .overload-wrap .overload .text-part {
      padding-left: 0px;
      flex: 0 0 100%; }
      .overload-wrap .overload .text-part p {
        margin-bottom: 10px; }

.show-all-box {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 201; }

/**/
/***** == FOOTER CSS == *****/
footer {
  background: #0087cb url() 0 0 no-repeat;
  padding-top: 10px;
  padding-bottom: 40px; }
  footer .social {
    padding-top: 10px; }
    footer .social ul {
      display: flex;
      margin-left: -15px;
      justify-content: center; }
      footer .social ul li {
        flex: 0 0 auto;
        margin-left: 15px; }
        footer .social ul li a {
          display: block;
          color: #fff; }
          footer .social ul li a i {
            font-size: 25px; }
  footer p {
    color: #fff;
    font-family: "Conv_WhitneyHTF-Bold", sans-Serif;
    text-transform: uppercase;
    font-size: 14px; }
    footer p a {
      color: #fff; }
  footer .logo-footer {
    width: 64px;
    margin: 0 auto;
    padding-top: 40px; }
    footer .logo-footer img {
      width: 100%; }
  footer ul.footer-info {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer ul.footer-info li {
      flex: 0 0 100%;
      padding-top: 20px; }
      footer ul.footer-info li i {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px; }
      footer ul.footer-info li p {
        text-align: center;
        padding-top: 10px; }
  footer p.copyright {
    font-size: 14px;
    padding-top: 40px;
    text-align: center; }
  footer p.address {
    text-align: center;
    padding-top: 40px; }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  /***** == HEADER CSS == *****/
  .game-slide .elastislide-carousel ul li a {
    width: 100px; }

  .overload-wrap .overload {
    width: 80%; }
    .overload-wrap .overload .img-part h4 {
      padding-top: 40px; }

  /***** == MAIN CSS == *****/ }
@media (min-width: 576px) and (min-width: 0px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 576px) and (min-width: 768px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 576px) and (min-width: 992px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 576px) and (min-width: 1200px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 576px) and (min-width: 1440px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 576px) {
  main .our-client-section .slick-slide {
    text-align: center; }
  main ul.list-game-logo li {
    flex: 0 0 50%; }
    main ul.list-game-logo li a {
      padding: 40px 30px; }
  main .get-in-touch-section {
    padding-bottom: 100px;
    padding-top: 100px; }
    main .get-in-touch-section .text-content-contact {
      padding-left: 0px;
      padding-right: 30px; }
    main .get-in-touch-section .text-content-join {
      padding-left: 30px;
      padding-right: 0px; }
    main .get-in-touch-section .b1r {
      border-right: 1px solid #454546; }
  main .what-we-do {
    padding-bottom: 100px;
    padding-top: 100px; }
    main .what-we-do .type-pro img {
      width: 100%;
      height: auto; }
  main .timeline .slick-slide p {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-visibility: hidden;
    -moz-visibility: hidden;
    -ms-visibility: hidden;
    -o-visibility: hidden;
    visibility: hidden;
    line-height: 0px;
    font-size: 0px; }
  main .timeline .slick-slide h6 {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    height: 85px;
    padding-left: 25px;
    padding-right: 25px; }

  /***** == FOOTER CSS == *****/
  footer ul.footer-info {
    justify-content: space-between; }
    footer ul.footer-info li {
      flex: 0 0 auto; } }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  /***** == HEADER CSS == *****/
  header {
    padding-top: 18px;
    padding-bottom: 18px; }
    header nav {
      width: 768px; }

  .game-slide .elastislide-carousel ul li a {
    width: 100px; }

  .overload-wrap .overload {
    padding: 60px 20px 50px;
    width: 80%;
    display: flex;
    height: auto;
    overflow-y: auto;
    flex-wrap: wrap; }
    .overload-wrap .overload .img-part {
      flex: 0 0 100%;
      text-align: center; }
      .overload-wrap .overload .img-part h4 {
        padding-top: 40px; }
    .overload-wrap .overload .text-part {
      padding-left: 0px;
      flex: 0 0 100%; }
      .overload-wrap .overload .text-part p {
        padding-bottom: 5px; }

  /***** == MAIN CSS == *****/
  main ul.list-country {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; }
    main ul.list-country li {
      display: flex;
      flex: 0 0 25%;
      align-items: center;
      padding: 10px 15px; }
      main ul.list-country li img {
        flex: 0 0 auto; }
      main ul.list-country li p {
        flex: 0 0 auto;
        padding-left: 15px;
        font-weight: 600;
        font-size: 15px;
        display: block; } }
@media (min-width: 768px) and (min-width: 0px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 768px) and (min-width: 768px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 768px) and (min-width: 992px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 768px) and (min-width: 1200px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 768px) and (min-width: 1440px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 768px) {
  main .our-client-section .slick-slide {
    text-align: center; }
  main .news-bg .bg-article {
    padding: 60px; }
  main .news-bg .bg-related {
    padding: 30px; }
  main .our-work-section .partialViewSlider-nav {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  main ul.list-game-logo li {
    flex: 0 0 33.33%; }
    main ul.list-game-logo li a {
      padding: 40px 30px; }
  main .benefit-section h2 {
    text-align: left; }
    main .benefit-section h2:after {
      left: 0%;
      margin-left: 0px; }

  /***** == FOOTER CSS == *****/ }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  /***** == HEADER CSS == *****/
  .button-wrap {
    padding-top: 100px; }

  header nav {
    width: 992px; }
    header nav .link-wrap {
      justify-content: center;
      position: relative;
      width: auto;
      background: transparent url() 0 0 no-repeat;
      height: auto;
      align-items: center;
      padding: 0px;
      display: flex;
      background: transparent url() 0 0 no-repeat;
      left: 0px; }
      header nav .link-wrap ul {
        padding-right: 14px;
        flex: 0 0 auto; }
        header nav .link-wrap ul li {
          padding-left: 16px;
          padding-right: 16px;
          flex: 0 0 auto; }
          header nav .link-wrap ul li a {
            padding: 5px 0px;
            border-bottom: 5px solid #fff;
            color: #040404; }
            header nav .link-wrap ul li a:hover {
              color: #0087cb;
              border-bottom: 5px solid #0087cb; }
          header nav .link-wrap ul li.current-menu-item a {
            color: #0087cb;
            border-bottom: 5px solid #0087cb; }
          header nav .link-wrap ul li.current_page_parent a {
            color: #0087cb;
            border-bottom: 5px solid #0087cb; }
      header nav .link-wrap select {
        flex: 0 0 106px;
        border: 3px solid #0087cb; }
    header nav .menu-icon {
      display: none; }

  .game-slide .elastislide-carousel ul li a {
    width: 100px; }

  .overload-wrap .overload {
    width: 80%;
    padding: 65px 100px 50px;
    flex-wrap: nowrap; }
    .overload-wrap .overload .img-part {
      flex: 0 0 20%;
      text-align: center; }
      .overload-wrap .overload .img-part h4 {
        padding-top: 40px; }
    .overload-wrap .overload .text-part {
      padding-left: 100px;
      flex: 0 0 80%; }

  /***** == MAIN CSS == *****/
  main ul.list-country {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; }
    main ul.list-country li {
      display: flex;
      flex: 0 0 25%;
      align-items: center;
      padding: 10px 30px; }
      main ul.list-country li img {
        flex: 0 0 auto; }
      main ul.list-country li p {
        flex: 0 0 auto;
        padding-left: 15px;
        font-weight: 600;
        font-size: 15px; } }
@media (min-width: 992px) and (min-width: 0px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 992px) and (min-width: 768px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 992px) and (min-width: 992px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 992px) and (min-width: 1200px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 992px) and (min-width: 1440px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 992px) {
  main .our-client-section .slick-slide {
    margin-left: 0;
    margin-right: 0; }
  main h2 {
    position: relative;
    padding-bottom: 100px;
    font-size: 60px; }
    main h2:after {
      content: "";
      width: 172px;
      height: 10px;
      background: #0087cb url() 0 0 no-repeat;
      text-align: center;
      position: absolute;
      left: 50%;
      margin-left: -86px;
      bottom: 50px; }
  main ul.list-game-logo li {
    flex: 0 0 33.33%; }
    main ul.list-game-logo li a {
      padding: 40px 30px; }
  main .timeline ul.partial-view figure img {
    margin-bottom: 25px;
    padding: 0px 18px 18px 0px; }
  main .timeline ul.partial-view figcaption {
    font-size: 17px; }
  main .timeline .partialViewSlider-outerwrapper ul > li {
    padding: 20px; }
  main .our-work-section {
    padding-bottom: 100px; }
    main .our-work-section ul.partial-view figure img {
      margin-bottom: 25px;
      padding: 0px 18px 18px 0px; }
    main .our-work-section ul.partial-view figcaption {
      font-size: 17px; }
    main .our-work-section .partialViewSlider-outerwrapper ul > li {
      padding: 20px; }
  main .what-we-do {
    padding-bottom: 100px;
    padding-top: 100px; }
    main .what-we-do .type-pro img {
      width: 100%;
      height: auto; }
  main ul.intro li {
    margin-left: 20px;
    margin-right: 20px; }
  main .why-choose-us h5 {
    display: block; }
  main .why-choose-us .icon-wrap img {
    width: 85px; }

  /***** == FOOTER CSS == *****/
  footer {
    padding-top: 40px;
    padding-bottom: 80px; }
    footer .social ul {
      justify-content: flex-start; }
    footer p.copyright {
      text-align: left;
      font-size: 10px;
      padding-top: 80px; }
    footer p.address {
      text-align: left; } }
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /***** == HEADER CSS == *****/
  header nav {
    width: 1200px; }
    header nav .link-wrap {
      justify-content: flex-end; }
      header nav .link-wrap ul {
        padding-right: 29px; }
        header nav .link-wrap ul li {
          padding-left: 29px;
          padding-right: 29px; }

  .overload-wrap .overload {
    width: 80%; }
    .overload-wrap .overload .img-part h4 {
      padding-top: 40px; }

  /***** == MAIN CSS == *****/
  main ul.list-country li {
    flex: 0 0 20%; } }
@media (min-width: 1200px) and (min-width: 0px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 1200px) and (min-width: 768px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 1200px) and (min-width: 992px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1200px) and (min-width: 1200px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1200px) and (min-width: 1440px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1200px) {
  main .list-of-taxonomy {
    flex-wrap: nowrap; }
    main .list-of-taxonomy .type-of-product {
      padding: 30px 0px 30px 40px;
      flex: 0 0 40%;
      margin-right: 100px;
      margin-bottom: 0;
      box-shadow: -1px 6px 4px -3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: -1px 6px 4px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: -1px 6px 4px -3px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .type-of-product:after {
        width: 4%; }
      main .list-of-taxonomy .type-of-product ul li {
        padding: 0px 20px; }
        main .list-of-taxonomy .type-of-product ul li img {
          width: 150px; }
    main .list-of-taxonomy .company {
      padding: 30px 10px 30px 10px;
      margin-bottom: 0;
      flex: 0 0 55%;
      box-shadow: 6px 4px 6px -2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 6px 4px 6px -2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 6px 4px 6px -2px rgba(0, 0, 0, 0.2); }
      main .list-of-taxonomy .company:before {
        width: 13%; }
      main .list-of-taxonomy .company ul li {
        padding: 0px 20px; }
  main ul.list-game-logo li {
    flex: 0 0 25%; }
    main ul.list-game-logo li a {
      padding: 40px 30px; }
  main .benefit-section ul.benefit {
    justify-content: center; }
  main .what-we-do {
    padding-bottom: 100px;
    padding-top: 100px; }
    main .what-we-do .type-pro img {
      width: 100%;
      height: auto; }
  main ul.intro li {
    margin-left: 25px;
    margin-right: 25px; }

  /***** == FOOTER CSS == *****/ }
/*Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) {
  /***** == HEADER CSS == *****/
  header nav {
    width: 1440px; }
    header nav .link-wrap ul {
      padding-right: 39px; }
      header nav .link-wrap ul li {
        padding-left: 39px;
        padding-right: 39px; }

  .overload-wrap .overload {
    width: 60%; }
    .overload-wrap .overload .img-part h4 {
      padding-top: 40px; }

  /***** == MAIN CSS == *****/
  main ul.list-country li {
    flex: 0 0 33.33%; }
  main ul.list-game-logo li {
    flex: 0 0 20%; }
    main ul.list-game-logo li a {
      padding: 60px 30px; } }
@media (min-width: 1440px) and (min-width: 0px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 1440px) and (min-width: 768px) {
  main .our-client-section {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (min-width: 1440px) and (min-width: 992px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1440px) and (min-width: 1200px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1440px) and (min-width: 1440px) {
  main .our-client-section {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 1440px) {
  main ul.intro li {
    margin-left: 45px;
    margin-right: 45px; }
  main .what-we-do {
    padding-bottom: 100px;
    padding-top: 100px; }

  /***** == FOOTER CSS == *****/ }

/*# sourceMappingURL=style.css.map */
