
  h1, h2, h3, h4, h5, h6 {
    color: oklch(37.3% .034 259.733);
  }
  .sidebar-category p a {
    background-color: #f90909;
    color: white;
    /*text-decoration: underline;*/
  }
  .sidebar-separate.sidebar-default .sidebar-category {
    background-color: #d32f2f;
  }
  .sidebar-separate .sidebar-content .panel:last-child, .sidebar-separate .sidebar-content .sidebar-category:last-child {
    border-radius: 8px;
  }

  .car-title {
    color: rgb(34, 34, 34);
  }

  label {
    color: #fff;
  }

  .label-new {
    background-color: #FF2237;
  }

  .form-group p {
    color: #fff;
  }
  .page-header-default {
    background-color:#1e1e1e;
  }
  .sidebar-default .navigation li>a {
    color: #fff;
  }
  .sidebar-default .navigation li>a:hover {
    color: #3e3f44;
  }

  .sidebar-default .category-title {
    border-bottom-color: #ab2424;
  }
  .sidebar-default {
    background-color: transparent;
  }
  .thumbnail {
    border-radius: 8px;
  }
  .thumbnail.no-padding img, .thumbnail.no-padding .thumb {
    border-radius: 7px 7px 0 0;
  }

  .checkbox-switchery.checkbox-right.switchery-sm label:hover, .checkbox-switchery.checkbox-right.switchery-sm label:focus, label.checkbox-switchery.checkbox-right.switchery-sm:hover label.checkbox-switchery.checkbox-right.switchery-sm:focus {
    background-color: #ab2424;
  }
	
	.card-body {
		margin-left: 5px;
		margin-right: 5px;
	}
	.page-container {
		-webkit-font-smoothing: antialiased;
	}

	.navbar-nav>li>a {
		font-weight: 400;
	}

	.img.img-article {
		width: 120px !important;
		height: 120px !important
	}

	.img.img-cars {
		width: 213px !important;
		height: 160px !important
	}

	.panel-flat .panel-body {
		padding: 20px;
	}

	.category-narrow {
		padding: 0px
	}

	@media (min-width: 320px) and (max-width: 768px) {
		.content-wrapper .content {
			padding: 0 0px 60px 0px;
		}
		.sidebar-detached {
			padding-bottom: 10px;
		}
    .sidebar-default {
      padding-top: 4px;
    }
	}

    .blink_me {
        animation: blinker 2s ease-in-out infinite;
        font-size: 11px;
    }


    .lucky-badge-o {
        left: 6px;
        bottom: 14px;
        border-radius: 6px;
        background-color: #232324;
        color: #ffd038;
        border: 1px solid #f4d05e;
        font-size: 16px;
        font-weight: 600;
    }

    .new-badge {
        width: 44px;
        height: 20px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url({{scontent('images/new-badge-172045.png')}});
    }

    .lucky-badge {
        width: 52px;
        height: 28px;
        position: absolute;
        left: 2%;
        bottom: 6%;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url({{scontent('images/lucky-badge-17204348.png')}});
    }

    @media (max-width: 768px) {
        .new-badge {
            width: 32px;
            height: 16px;
            position: absolute;
            right: 1px;
        }
        .lucky-badge {
            width: 100%;
            height: 18px;
            bottom: 6vw;
        }
    }

    .blink_me.top_right {
        position: absolute;
        right: 6px;
        top: 0px;
        background-color: #f00;
        color: #fff;
        border-radius: 3px;
        padding: 0px 7px;
        border: 1px solid #f90;
    }

    @keyframes blinker {
      50% {
        opacity: 0;
      }
    }

    .pagination>.disabled>span, .pagination>.disabled>span:hover, 
    .pagination>.disabled>span:focus, .pagination>.disabled>a, 
    .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
        border-color: #7a7c88;
    }

    .ct-socials {
    position: fixed;
    /*top: 25%;*/
    bottom: 0;
    right: 0;
    list-style: none;
    padding-left: 0;
    z-index: 10;
    margin: 0;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 900;
}
.ct-socials li {
    padding: 0px 0;
}
.ct-socials li a {
    background: #3f4653;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: right;
    padding-left: 0px;
}
.ct-socials li:first-child a {
  border-top-left-radius: 4px;
}

.ct-socials li:last-child a {
  border-bottom-left-radius: 4px;
}

.ct-socials .fab {
  font-size: 20px;
  margin-top: 0px;
  
}
.ct-socials li a:hover {
  width: 54px;
  padding-left: 0;
  text-decoration: none;
  background: #3c9bd9;
}
.section.triad-section {
  margin-top: 10px;
}
section.section h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}
.navbar-brand h2 {
    font-size: 18px;
    color: #fff;
}
h2 {
    /*color: #000;*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    /* letter-spacing: -1px; */
}
section.section p.sub-heading {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
section.triad-section .triad-sub-section {
    padding-right: 60px;
}
section p.detail-paragraph:first-child {
    margin-top: 0;
}
section p.detail-paragraph {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 40px;
    font-size: 18px;
    color: #000;
}
b, strong {
    font-weight: 700;
}

.fab {
      font-size: 18px;
    margin-top: -4px;
    vertical-align: middle;
}

@-webkit-keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.2;
        top: 100%
    }
}

@keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.2;
        top: 100%
    }
}

@-webkit-keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@-webkit-keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@-webkit-keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@-webkit-keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@-webkit-keyframes sway-0 {
    0% {
        -webkit-transform: rotate(-5deg)
    }
    40% {
        -webkit-transform: rotate(28deg)
    }
    100% {
        -webkit-transform: rotate(3deg)
    }
}

@keyframes sway-0 {
    0% {
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    40% {
        -ms-transform: rotate(28deg);
        transform: rotate(28deg)
    }
    100% {
        -ms-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-webkit-keyframes sway-1 {
    0% {
        -webkit-transform: rotate(10deg)
    }
    40% {
        -webkit-transform: rotate(43deg)
    }
    100% {
        -webkit-transform: rotate(15deg)
    }
}

@keyframes sway-1 {
    0% {
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    40% {
        -ms-transform: rotate(43deg);
        transform: rotate(43deg)
    }
    100% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@-webkit-keyframes sway-2 {
    0% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(56deg)
    }
    100% {
        -webkit-transform: rotate(22deg)
    }
}

@keyframes sway-2 {
    0% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -ms-transform: rotate(56deg);
        transform: rotate(56deg)
    }
    100% {
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
}

@-webkit-keyframes sway-3 {
    0% {
        -webkit-transform: rotate(25deg)
    }
    40% {
        -webkit-transform: rotate(74deg)
    }
    100% {
        -webkit-transform: rotate(37deg)
    }
}

@keyframes sway-3 {
    0% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    40% {
        -ms-transform: rotate(74deg);
        transform: rotate(74deg)
    }
    100% {
        -ms-transform: rotate(37deg);
        transform: rotate(37deg)
    }
}

@-webkit-keyframes sway-4 {
    0% {
        -webkit-transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(68deg)
    }
    100% {
        -webkit-transform: rotate(25deg)
    }
}

@keyframes sway-4 {
    0% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
    100% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
}

@-webkit-keyframes sway-5 {
    0% {
        -webkit-transform: rotate(50deg)
    }
    40% {
        -webkit-transform: rotate(78deg)
    }
    100% {
        -webkit-transform: rotate(40deg)
    }
}

@keyframes sway-5 {
    0% {
        -ms-transform: rotate(50deg);
        transform: rotate(50deg)
    }
    40% {
        -ms-transform: rotate(78deg);
        transform: rotate(78deg)
    }
    100% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@-webkit-keyframes sway-6 {
    0% {
        -webkit-transform: rotate(65deg)
    }
    40% {
        -webkit-transform: rotate(92deg)
    }
    100% {
        -webkit-transform: rotate(58deg)
    }
}

@keyframes sway-6 {
    0% {
        -ms-transform: rotate(65deg);
        transform: rotate(65deg)
    }
    40% {
        -ms-transform: rotate(92deg);
        transform: rotate(92deg)
    }
    100% {
        -ms-transform: rotate(58deg);
        transform: rotate(58deg)
    }
}

@-webkit-keyframes sway-7 {
    0% {
        -webkit-transform: rotate(72deg)
    }
    40% {
        -webkit-transform: rotate(118deg)
    }
    100% {
        -webkit-transform: rotate(68deg)
    }
}

@keyframes sway-7 {
    0% {
        -ms-transform: rotate(72deg);
        transform: rotate(72deg)
    }
    40% {
        -ms-transform: rotate(118deg);
        transform: rotate(118deg)
    }
    100% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
}

@-webkit-keyframes sway-8 {
    0% {
        -webkit-transform: rotate(94deg)
    }
    40% {
        -webkit-transform: rotate(136deg)
    }
    100% {
        -webkit-transform: rotate(82deg)
    }
}

@keyframes sway-8 {
    0% {
        -ms-transform: rotate(94deg);
        transform: rotate(94deg)
    }
    40% {
        -ms-transform: rotate(136deg);
        transform: rotate(136deg)
    }
    100% {
        -ms-transform: rotate(82deg);
        transform: rotate(82deg)
    }
}

.sakura {
  
    background: -webkit-linear-gradient(120deg, rgba(255, 183, 197, 0.9), rgba(255, 197, 208, 0.9));
    background: linear-gradient(120deg, rgba(255, 183, 197, 0.9), rgba(255, 197, 208, 0.9));
    pointer-events: none;
    position: absolute
}

.ribbon {
    z-index: 800 !important;
}

.flood-btn {
    background-color: #fad02c !important;
    color: #111 !important;
    width: 280px !important;
    border-top-left-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: 1px solid #567 !important;
}

@media only screen and (max-width: 800px) {
    .flood-btn {
        width: 100vw !important;
        border-radius: 0 !important;
    }

}


/* car panel */

.car-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* จำนวนบรรทัดที่ต้องการ */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.car-make {
  background-image: url({{ scontent('images/car-make-logo.png') }});
  background-size: 64px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}

.car-make.toyota {
    background-position: 0 -10368px;
}
.car-make.honda {
    background-position: 0 -4288px;
}
.car-make.nissan {
    background-position: 0 -7936px;
}
.car-make.mazda {
    background-position: 0 -6976px;
}
.car-make.ford {
    background-position: 0 -3264px;
}
.car-make.chevrolet {
    background-position: 0 -2112px;
}
.car-make.audi {
    background-position: 0 -308px;
}
.car-make.bmw {
    background-position: 0 -1216px;
}
.car-make.mercedes-benz {
    background-position: 0 -7104px;
}
.car-make.mercedes-mg-saic-cp {
    background-position: 0 -3192px;
}
.car-make.mini {
    background-position: 0 -3276px;
}
.car-make.mitsubishi {
    background-position: 0 -3304px;
}
.car-make.porsche {
    background-position: 0 -3724px;
}
.car-make.suzuki {
    background-position: 0 -4312px;
}
.car-make.volkswagen {
    background-position: 0 -4760px;
}
.car-make.volvo {
    background-position: 0 -4788px;
}
.car-make.lexus {
    background-position: 0 -2800px;
}
.car-make.land-rover {
    background-position: 0 -2772px;
}
.car-make.lamborghini {
    background-position: 0 -6208px;
}
.car-make.hyundai {
    background-position: 0 -4672px;
}
.car-make.fiat {
    background-position: 0 -3136px;
}
.car-make.citroen {
    background-position: 0 -2240px;
}
.car-make.peugeot {
    background-position: 0 -8192px;
}

@media screen and (min-width: 768px) {
  .first-slide {
    min-height: 360px !important;
    /*max-height: 100% !important;*/
    height: 100% !important;
    height: auto !important;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



  @media screen and (max-width: 768px) {
    .songkran-festival.songkran--big {
      /*display: none;*/
    }

    .songkran-festival * {
      display: none;
    }
  }
    .songkran-festival.songkran--big {
        /*left: 43%;*/
        top: 260px;
        right: 140px;

        /*width: 160px;*/
        width: 100%;
        height: 70px;
        display: block;
        background-size: 85px auto;
        z-index: 100;
    }
    .absolute {
        position: absolute !important;
    }

    .songkran-festival * {
      display: none;
        position: absolute;
        background-image: url("{{ scontent('images/songkran_2019.svg') }}");
        background-size: 100%;
    }

    .songkran-festival.songkran--big .boy {
      width: 50px;
      height: 100px;
      background-position: 50px -55px;
      bottom: 0px;
      right: 0px;
      background-size: 370%;
    }

    .songkran-festival.songkran--big .water-splash {
        width: 80px;
        height: 40px;
        background-position: -112px 175px;
        right: 60px;
        background-size: 230%;
        bottom: 50px;
    }

    .songkran-festival .water-splash {
        width: 35px;
        height: 31px;
        background-position: -3px -81px;
        right: 10px;
        bottom: 14px;
        opacity: 1;
        -webkit-animation: water-splash 1s linear 1.2s infinite;
        animation: water-splash 1s linear 1.2s infinite;
    }

    .songkran-festival.songkran--big .boy-hand {
        width: 40px;
        height: 20px;
        background-position: 115px -25px;
        right: 35px;
        background-size: 475%;
        top: 11px;
    }

    .songkran-festival.songkran--big .girl-hand {
            width: 60px;
    height: 20px;
    background-position: 105px 94px;
    right: 161px;
    background-size: 260%;
    top: 11px;
    }
    .songkran-festival .boy-hand {
        width: 22px;
        height: 11px;
        background-position: -61px -18px;
        right: 10px;
        top: 34px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-animation: boy-hand-move 1s ease 1s infinite;
        animation: boy-hand-move 1s ease 1s infinite;
    }

    .songkran-festival .girl-hand {
        width: 22px;
        height: 11px;
        background-position: -61px -18px;
        right: 10px;
        top: 34px;
        -webkit-animation: girl-hand-move 1s ease infinite;
        animation: girl-hand-move 1s ease infinite;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

    .songkran-festival .sun {
        width: 80px;
    height: 80px;
    background-position: -68px -27px;
    top: -235px;
    background-size: 480%;
    left: -120px;
    -webkit-animation: sun-rotate 10s linear infinite;
    animation: sun-rotate 10s linear infinite;
    }

    .songkran-festival.songkran--big .girl {
        width: 50px;
    height: 100px;
    background-position: 180px -54px;
    bottom: 0px;
    right: 190px;
    background-size: 360%;
    }

    .songkran-festival .water-fired-mask {
    width: 50px;
    height: 10px;
    left: 37px;
    bottom: 24px;
    overflow: hidden;
    background: none !important;
}

.songkran-festival .water-fired {
    width: 42px;
    height: 7px;
    left: 0;
    top: 0;
    opacity: 0;
    /*background-position: 710px 430px;*/
    -webkit-animation: water-fired 1s linear 1s infinite;
    animation: water-fired 1s linear 1s infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.songkran-festival.songkran--big .water-fired-mask {
    width: 100%;
    height: 140px;
    left: 40px;
    bottom: 35px;
}

.songkran-festival.songkran--big .water-fired {
    width: 600px;
    height: 160px;
    left: 461px;
    top: 10px;
    opacity: 1;
    background-position: 200px 270px;
    background-size: 400%;
}

@-webkit-keyframes boy-hand-move {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    76% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes boy-hand-move {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    76% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@-webkit-keyframes water-splash {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(.8);
        transform: translate3d(0, 0, 0) scale(.8);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scale(1.1);
        transform: translate3d(-20px, 0, 0) scale(1.1);
    }

    80% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0) scale(1.2);
        transform: translate3d(-30px, 0, 0) scale(1.2);
    }
}

@keyframes water-splash {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(.8);
    transform: translate3d(0, 0, 0) scale(.8);
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1);
  }

  80% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0) scale(1.2);
    transform: translate3d(-15px, 0, 0) scale(1.2);
  }
}

@-webkit-keyframes sun-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sun-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes girl-hand-move {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

@keyframes girl-hand-move {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}

@-webkit-keyframes water-fired {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 10px, 0) rotate(-20deg) scale(.2);
        transform: translate3d(-30px, 10px, 0) rotate(-20deg) scale(.2);
        width: 0;
    }

    25% {
        opacity: 1;
        -webkit-transform: translate3d(3px, 0, 0) rotate(5deg) scale(1);
        transform: translate3d(3px, 0, 0) rotate(5deg) scale(1);
        width: 100px;
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(50px, 10px, 0) rotate(30deg) scale(.2);
        transform: translate3d(50px, 10px, 0) rotate(30deg) scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(100px, 10px, 0) rotate(30deg) scale(.2);
        transform: translate3d(100px, 10px, 0) rotate(30deg) scale(.2);
        width: 200px;
    }
}

@keyframes water-fired {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 10px, 0) rotate(-20deg) scale(.2);
        transform: translate3d(-30px, 10px, 0) rotate(-20deg) scale(.2);
        width: 0;
    }

    25% {
        opacity: 1;
        -webkit-transform: translate3d(3px, 0, 0) rotate(5deg) scale(1);
        transform: translate3d(3px, 0, 0) rotate(5deg) scale(1);
        width: 400px;
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(50px, 10px, 0) rotate(30deg) scale(.2);
        transform: translate3d(200px, 10px, 0) rotate(30deg) scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(50px, 10px, 0) rotate(30deg) scale(.2);
        transform: translate3d(300px, 10px, 0) rotate(30deg) scale(.2);
        width: 400px;
    }
}
.page-link[rel~="next"], .page-link[rel~="prev"] {
  font-size: 40px;
  line-height: 22px;
  padding-top: 3px;
  padding-bottom: 10.5px;
}